On 13-Jan-2000, Cameron Matheson <[EMAIL PROTECTED]> wrote:
> Hey,
> 
> My dad got me a job at his work (I just need to install linux and win 98 on
> the same hard drive).  I've done this on my computer, but I have to use a
> boot floppy to get into linux.  My dad's company wants it so that you can
> choose which  OS to start from a menu.  Is their a way to do this?
> 
Yes, you need to install lilo.  The first three image= sections are for
booting different version of the linux kernel.

And the following line boots the OS sitting on /dev/hda1



Here is my /etc/lilo.conf

boot=/dev/hda
root=/dev/hda4
compact
install=/boot/boot.b
map=/boot/map
vga=normal
delay=20
image=/vmlinuz
        label=linux
        read-only
image=/vmlinuz.old
        label=old
        read-only
image=/vmlinuz.new
        label=new
        read-only
other=/dev/hda1
        label=dos

Reply via email to