PDA

View Full Version : booting with add to grub/menu.lst



srbanator
10-30-2005, 07:53 AM
hi all, i have two pc at home, so i am using KVM controler http://catalog.belkin.com/IWCatProductPage.process?Merchant_Id=&Product_Id=137412 . But when i was switching between linux and win, the mouse became crazy. I fixed this with adding (psmouse.proto=imps) parameters to menu.lst like this

title Debian GNU/Linux, kernel 2.6.12 Default
root (hd0,0)
kernel /boot/vmlinuz root=/dev/sda1 ro ramdisk_size=100000 lang=us apm=power-off nomce vga=791psmouse.proto=imps
initrd /boot/initrd.img
savedefault
boot

now my questin. Is there a way to use it when booting knoppix from cd. ? I checked cheat codes for this but witn no answer. So maytbe to boot first normaly, then edit grub and save on hdd, and boot again with cheat code which will look at it. But i didnt find the way how.

thankx :?