PDA

View Full Version : how to add startup menu??



ierix
06-05-2003, 05:45 AM
how do u add startup menu for lilo.after installing knoppix on hdd there no more knoppix logo when u start and no colorful word..can i add this and anyone know how to do it...

extole
06-06-2003, 01:36 AM
I just installed it minutes ago actually. Here is the article I mainly used:
http://www.knoppix.net/forum/viewtopic.php?t=2604&highlight=grub

So to get the menu you need to have a file called menu.lst (not menu.1st - as in with a "one"st. It should be a "l" as in llama). You put the menu.lst in /boot/grub/ . Then run grub. I have linux on a seperate hard disk than windows. Here is my menu.lst. Hope it helps.

#menu.lst
#By default boot WindowsXP
default 1
timeout 3
fallback 0
title GNU/Linux
root(hd0,0)
kernel (hd0,0)/vmlinuz root=/dev/hdd1 vga=normal lang=us
initrd (hd0,0)/boot/initrd.gz
title WindowsXP
rootnoverify (hd1,0)
makeactive
map (hd0) (hd1)
map (hd1) (hd0)
chainloader +1