PDA

View Full Version : Adding multiple cheatcodes to menu.lst?



cobra_brad
03-26-2008, 10:30 PM
hello,

Is it possible to add multiple cheatcodes to the menu.lst file for the grub loader?
And if so, where abouts in the file do i put them?

thanks

cobra_brad
04-04-2008, 03:46 PM
ok, i was slightly nieve to post without doing some research first.

If anyone else needs help with this issue, add the cheatcodes to the end of the kernel line with a space between each one as below,

title Debian GNU/Linux, kernel 2.6.19 Default
root (hd0,3)
kernel /boot/vmlinuz root=/dev/hda4 rw ramdisk_size=100000 init=/etc/init knoppix desktop=beryl dma lang=uk apm=power-off nomce loglevel=0 quiet vga=791
initrd /boot/initrd.img
savedefault
boot

Brad