Re: Booting 2 Linuxes with LILO

2002-12-06 Thread Michelle Konzack
Hello alberto,

Am 17:48 2002-12-02 -0800 hat alberto geschrieben:

># /etc/lilo.conf  for potato before installing woody on /dev/hda1
>lba32
>boot=/dev/hda3
>root=/dev/hda3
>install=/boot/boot.b
>map=/boot/map
>delay=20
>vga=normal
>append="apm=on"
>default=LinuxOLD
>image=/boot/vmlinuz-2.2.19pre17-alb1
>label=linux1
>read-only
>image=/vmlinuz.old
>label=LinuxOLD
>read-only


I assume, that your stuff boots from /dev/hda3
Change your /etc/lilo.conf on /dev/hda3 to:

# /etc/lilo.conf
lba32
boot=/dev/hda3
install=/boot/boot.b
map=/boot/map
delay=20
vga=normal
append="apm=on"
default=PotatoOLD
image=/boot/vmlinuz-2.2.19pre17-alb1
label=linux1
read-only
root=/dev/hda3  # Add this here
image=/vmlinuz.old
label=PotatoOLD
read-only
root=/dev/hda3  # Add this here
image=/boot/vmlinuz-2.2.19pre17-alb1
label=Woody
read-only
root=/dev/hda1  # Add this here

I have on my Lapto following Systems:

/dev/hda1   WfW 3.11 + OpenWatcom
/dev/hda2   Dos 6.22 + DJGPP
/dev/hda3   Win95 + OpenWatcom

/dev/hda5   SLINK
/dev/hda6   POTATO
/dev/hda7   WOODY

/dev/hda8   swap
/dev/hda9   /tmp
/dev/hda10  /home
/dev/hda11  /shared

LILO is a very powerful Bootloader and it works every time...

I hope this Helps
Michelle


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Booting 2 Linuxes with LILO

2002-12-03 Thread Jerome Acks Jr
On Mon, Dec 02, 2002 at 05:48:56PM -0800, alberto wrote:
> 
>   Please, send reply to [EMAIL PROTECTED]
> 
> I have 2 debians installed on my system but I'm having troubles with having
> LILO allowing me to boot any of those.
> 
> I have  potato on  /dev/hda3.
> I just erased  win on  /dev/hda1 :-))  and installed  Woody there.
> 
> Now, Woody's LILO offers me a prompt to boot the old potato, but won't make
> it: If I try, it will stop at
>LIL-
> 
> What is the correct way to have woody's LILO load my potato on /dev/hda3?
> I'd also love to keep the subchoiches there for different kernels.

You may want to check the mail list archives; there has been several
discussions of this in the past.

Here is couple of discussions on the subject that are not Debian/GNU
specific. The second one gives a nice example of how to set up your lilo.conf: 

http://groups.google.com/groups?q=boot+multiple+linux+distributions&hl=en&lr=&ie=UTF-8&selm=6LW35.208561%24MB.3800243%40news6.giganews.com&rnum=1

http://groups.google.com/groups?q=boot+multiple+linux+distributions&hl=en&lr=&ie=UTF-8&selm=Pine.LNX.3.91.980622195520.9602A-10%40xgw10.pal.xgw.fi&rnum=3

-- 
Jerome


msg16870/pgp0.pgp
Description: PGP signature


Re: Booting 2 Linuxes with LILO

2002-12-02 Thread CaT
On Mon, Dec 02, 2002 at 05:48:56PM -0800, alberto wrote:
> Thanks. (following is my old potato lilo, before installing woody on
> /dev/hda1)

It might be more useful to see the new one...

-- 
All people are equal,
But some are more equal then others.
- George W. Bush Jr, President of the United States
  September 21, 2002 (Abridged version of security speech)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Booting 2 Linuxes with LILO

2002-12-02 Thread alberto

  Please, send reply to [EMAIL PROTECTED]

I have 2 debians installed on my system but I'm having troubles with having
LILO allowing me to boot any of those.

I have  potato on  /dev/hda3.
I just erased  win on  /dev/hda1 :-))  and installed  Woody there.

Now, Woody's LILO offers me a prompt to boot the old potato, but won't make
it: If I try, it will stop at
   LIL-

What is the correct way to have woody's LILO load my potato on /dev/hda3?
I'd also love to keep the subchoiches there for different kernels.


Thanks. (following is my old potato lilo, before installing woody on
/dev/hda1)


# /etc/lilo.conf  for potato before installing woody on /dev/hda1
lba32
boot=/dev/hda3
root=/dev/hda3
install=/boot/boot.b
map=/boot/map
delay=20
vga=normal
append="apm=on"
default=LinuxOLD
image=/boot/vmlinuz-2.2.19pre17-alb1
label=linux1
read-only
image=/vmlinuz.old
label=LinuxOLD
read-only
--


--

alberto.
-- 

alberto. 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]