Irwan, > At 02:17 PM 1/1/01 -0800, Meph Istopheles wrote: > > Hey, > > I'd mentioned this before, but I'm not sure anyone noticed;-). > > For a few reasons, I want to boot with lilo instead of grub. > >Civileme had told me what the grub faq confirms that all I had to > >do was run /sbin/lilo (as one would do in any other distro to > >load lilo), but having done this & rebooted, grup still loads at > >the 2nd stage. > > So, short of deleting all things grub & rerunning /sbin/lilo, > >is there anything else? > well if so, probably you need to change the lilo.conf a little > bit, just add # for example, and run lilo or if it doesn't work > then remove the grub ;) Hmm. Adding a #? Here's my lilo.conf. Admittedly, there are some lines here I don't recognize from RH. Is this where grub's coming in? Maybe the menu-scheme? Attached is my lilo.conf, copied to my /home directory. Meph -- "I did this 'cause Linux gives me a woody." -Dave '-ddt->' Taylor, announcing DOOM for Linux
boot = /dev/hda map = /boot/map timeout = 50 prompt message = /boot/message default = linux vga = normal root = /dev/hda5 read-only install=/boot/boot.b keytable=/boot/us.klt lba32 menu-scheme=wb:bw:wb:bw image = /boot/vmlinuz-smp label = linux vga = 788 image = /boot/vmlinuz label = linux-up image = /boot/vmlinuz label = failsafe append = " failsafe" other = /dev/fd0 label = floppy unsafe other = /dev/hda1 label = win
