On Mon, 8 Mar 1999, ^Mr^ wrote:

> i've just installed lilo on my /dev/hda2 ( extended ) and it worked
> perfectly on my computer ... i use it another bootmanager in my MBR to
> load lilo ... my lilo.conf has some lines like :-
> 
> boot=/dev/hda2
> map=/boot/map
> install=/boot/boot.b
> prompt
> timeout=30
>      image=/boot/vmlinuz
>      label=linux
>      root=/dev/hda5
>      read-only
> other=/dev/hda1
>         label=dos
>         table=/dev/hda
> 
> ok .. so here's what i want to do ...
> i want to install lilo in my MBR and let lilo boot dos as default ... 
> i wonder how can i do that ? so , first i tried to get dos as default..
> so i tried doing this

image = is for a kernel image.  I don't think it will find one at
/dev/hda1.  Put it back the way you had it.  Then cut the three lines
starting "other=" and paste them before the "image=.." line.  Without
other instructions lilo defaults to the first os in lilo.conf.  

Or read man lilo.conf for other ways to do it. 
> 
> image=/dev/hda1
>      label=dos
>      table=/dev/hda 
>  image=/boot/vmlinuz
>   label=linux
>   root=/dev/hda5
>   read-only
>  ... btw , what is the read-only line for ?
> 
read-only tells how to mount the root filesystem.  You want it
read-only so init can run fsck on it without making a mess.  Then it
remounts it read-write.

Lawson






___________________________________________________________________
You don't need to buy Internet access to use free Internet e-mail.
Get completely free e-mail from Juno at http://www.juno.com/getjuno.html
or call Juno at (800) 654-JUNO [654-5866]

Reply via email to