bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug in documentation, or missing number on section: parameter savedefaul


From: Randolf Balasus
Subject: bug in documentation, or missing number on section: parameter savedefault
Date: Mon, 21 Aug 2006 16:48:50 +0200

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]