Hi,
    When I do "savedefault <num>" in the  grub.cong file, it's not
entering into the entry "num" when the system boots next time. And is
grub is not creating default file in grub dir

My grub.conf is (grub ver 0.97)

#########################
default saved
timeout 5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu

title Fedora Core (2.6.18.custom_1.2-- new )
        root (hd0,0)
        kernel /vmlinuz-2.6.18.custom_1.2 ro root=/dev/hda3 panic=5 rhgb quiet 1
        initrd /initrd-2.6.18.custom_1.2.img
        savedefault 1

title Fedora Core (2.6.18.custom_1.2.try1-- old )
        root (hd0,0)
        kernel /vmlinuz-2.6.18.custom_1.2.try1 ro root=/dev/hda3 rhgb quiet 1
        initrd /initrd-2.6.18.custom_1.2.img.try1
        savedefault 0

#########################


Is there any alternative to choose  one entry as default always but
when kernel panics, it should go to the next entry.
I tried fallback option with "panic=<sec>" command but the grub
doesn't care about falling back. It reboots to the same entry next
time.

-- 
Antony Rheneus


_______________________________________________
Bug-grub mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-grub

Reply via email to