Linux-Noob Forums

Full Version: grub changing kernel
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

I was reading this https://www.linux-noob.com/forums/index.php?showtopic=2928 and have a unique situation.

 

I use MythDora 4 (Fedora Core 6 with MythTV distribution). Basically, in order to set the wake up time I set the clock, then I have to have system reboot into a kernel that halts the system so the clock in bios gets set properly. I had this working before in FC 5. But now it doesn't seem to like it anymore.

 



Code:
echo "savedefault --default=1 --once quit" | grub




 

I get an error 15: file not found.

 

My grub.conf:

 



Code:
default saved
default=0
timeout=10
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title MythDora (2.6.20-1.2944.fc6)
    root (hd0,0)
    kernel /vmlinuz-2.6.20-1.2944.fc6 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
    initrd /initrd-2.6.20-1.2944.fc6.img
    savedefault

title Power Off
  savedefault --default=0
  halt




 

 

For laughs I added the below after halt. This stopped the error 15, but default was still 0 at top.



Code:
kernel /vmlinuz-2.6.20-1.2944.fc6 ro root=/dev/VolGroup00/LogVol00 rhgb quiet