[ILUG] acpi=force Fedora 8
Conor Wynne
mariconor at gmail.com
Tue Jan 15 00:29:24 GMT 2008
On Jan 14, 2008 11:47 AM, Frank Murphy <frank at frankly3d.com> wrote:
> 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
>
Yes, anything that you add as a kernel argument will be automagically used
when the next kernel is installed.
Regards
Conor.
More information about the ILUG
mailing list