Hello, i wants to trim my grub so that the last OS boots. for this i have modified the config file according to the documentation but it dont works.... in the usenet nobody can't help me. now it works for me but i think it is not good documentated.

there is this part

13.3.33 savedefault

— Command: savedefault num

Save the current menu entry or num if specified as a default entry. Here is an example:

          default saved
timeout 10

title GNU/Linux
root (hd0,0)
kernel /boot/vmlinuz root=/dev/sda1 vga=ext
initrd /boot/initrd
savedefault

title FreeBSD
root (hd0,a)
kernel /boot/loader
savedefault

but correct it must look like this

13.3.33 savedefault



— Command: savedefault num

Save the current menu entry or num if specified as a default entry. Here is an example:

          default saved
timeout 10

title GNU/Linux
root (hd0,0)
kernel /boot/vmlinuz root=/dev/sda1 vga=ext
initrd /boot/initrd
savedefault 0

title FreeBSD
root (hd0,a)
kernel /boot/loader
savedefault 1

with this configuration it works for me very fine. the text describes it right but the example is incomplete.
Greetings from Berlin, Randolf Balasus

_______________________________________________
Bug-grub mailing list
Bug-grub@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-grub

Reply via email to