-----BEGIN PGP SIGNED MESSAGE-----

The read-only line tells LILO to boot the Linux partition readonly-- this
is necessary or it can't fsck the filesystem.  (That doesn't look good...)

Here's my /etc/lilo.conf, set up with two Linux kernels and one DOS
partition (actually, Win95):

boot=/dev/hda3
map=/boot/map
install=/boot/boot.b
vga=8
prompt
timeout=10
image=/boot/bzImage
        label=linux222
        root=/dev/hda3
        read-only
image=/boot/bzImage-2.2.1
        label=linux221
        root=/dev/hda3
        read-only
other=/dev/hda1
        label=dos
        table=/dev/hda

        - Mike

=====================================================================
Michael B. Trausch                                 [EMAIL PROTECTED]
V: (419) 838-8104                                   F: (815) 846-9374
                          ICQ UIN:  32369835
   "Curiosity is the very basis of education and if you tell me that
   curiosity killed the cat, I say only the cat died nobly."
                                                - Arnold Edinborough
  
If you do not have my public PGP key, you are encouraged to obtain it
from my website at http://www.wcnet.org/~mtrausch/mykey.zip. You need
               to have PGP 5.0i or newer to use the key.
=====================================================================


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=/dev/hda1
>      label=dos
>      table=/dev/hda 
>  image=/boot/vmlinuz
>   label=linux
>   root=/dev/hda5
>   read-only
> 
> but when i /sbin/lilo , it said there was syntax error on the
> table=/dev/hda line .. so , i tried fiddling around with that line using
> /dev/hda1 , etc .. but it still had the error .. so , i removed that
> line , and when i /sbin/lilo , it was ok .. the problem was that when
> lilo tried to boot dos , it gave an error message ... ( which i'm almost
> sure is because it needs the table line )
> 
> so , now i've put my lilo.conf to my original settings ... but i'm still
> unable to set it as default ... btw , what is the read-only line for ?
> 
> 

-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 5.0i for non-commercial use
Charset: noconv

iQCVAwUBNuGt+Rjf2mx8Omu9AQFiuAQAmrPnxUWThdqcyPWYHf/x9AvTdb8qchi8
zDPGp/6mjghvyGZrOEoz4GAjGagnv1rZOE3mGEYKEwb3bDu7NMuIGIY7k7AsM7K5
qmg3kqiiseX67b1QUuQhAWlbuYnrNmiyBqYv5S4l7ZjegdE+5kNkNDPD1ziFU6vy
K0Z9buAxJN4=
=bVAZ
-----END PGP SIGNATURE-----

Reply via email to