Click to See Complete Forum and Search --> : changing the LILO options


zee
08-07-2001, 04:05 PM
i installed Mandrake 8.0, i have too many options to choose from in the loader screen. i just want windows and linux. how can i change this?

element-x
08-07-2001, 06:08 PM
Remove some of the entries from /etc/lilo.conf

an example of an entry is

image = /vmlinuz
root = /dev/hda5
label = Linux-2.4.7ac2
read-only

once you're removed the "un-wanted" extra entries, run "/sbin/lilo", if you did things correctly, a list of your entries will be shown, and the program will exit cleanly, otherwise it will say something is wrong in your conf file.

Good luck, I hope this helps.