[ILUG] acpi=force Fedora 8

Frank Murphy frank at frankly3d.com
Mon Jan 14 11:47:27 GMT 2008


For this F8 box, I need acpi=force.
Below is grub.conf:-

I searched the google and added it to grub.conf on kernel /
can this be done so when kernels are updated it will "autoadd" to the
new kernel?

# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this
file
# NOTICE:  You have a /boot partition.  This means that
#          all kernel and initrd paths are relative to /boot/, eg.
#          root (hd0,0)
#          kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
acpi=force
#          initrd /initrd-version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.23.9-85.fc8)
	root (hd0,0) 
	kernel /vmlinuz-2.6.23.9-85.fc8 ro root=/dev/VolGroup00/LogVol00
acpi=force
	initrd /initrd-2.6.23.9-85.fc8.img
title Fedora (2.6.23.1-42.fc8)
	root (hd0,0)
	kernel /vmlinuz-2.6.23.1-42.fc8 ro root=/dev/VolGroup00/LogVol00
	initrd /initrd-2.6.23.1-42.fc8.img


Frank




More information about the ILUG mailing list