![]() |
grub changing kernel - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Linux Noob (https://www.linux-noob.com/forums/forum-3.html) +--- Forum: Kernel Related (https://www.linux-noob.com/forums/forum-61.html) +--- Thread: grub changing kernel (/thread-1105.html) |
grub changing kernel - bic - 2007-11-07 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 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 |