Click to See Complete Forum and Search --> : adding boot parameters to grub


Priemsy
03-07-2001, 06:17 AM
Does anyone know what file I should edit to pass parameters to grub at boot up?

Thanks for any help

Lovechild
03-07-2001, 06:19 AM
/boot/grub/menu.lst

Systax is:

win98 ex.

title Win-DOH-s 98
root (hd0,0) {in my case}
chainloader +1
make active

otherwise just copy paste from the file ..

good luck