Hi there,
After upgrading my mythtv backend from FC8 to FC10 I lost the ability to halt the system from the grub
menu. My myth server sets a wake-up time in the BIOS with nvram-wakeup. To complete this setting the
system has to be re-booted. I forge this reboot by using the following entry in grub.conf:
title Fedora (halt)
root (hd0,1)
kernel /vmlinuz-2.6.27.21-170.2.56.fc10.i686.PAE ro root=/dev/VolGroup00/LogVol00 0
initrd /initrd-2.6.27.21-170.2.56.fc10.i686.PAE.img
The 0 after the kernel line is supposed to halt the system. Unfortunately it doesn't. The system just boots
completely. When I put a 1 in stead of the 0, the system boots to runlevel 1, as it is supposed to. I tried this also on my laptop, on which FC10 is freshly installed.
Does somebody know why FC10 lost the ability to boot to runlevel 0, and if and how I can get it back?
Thanks,
Duuk