1752576 Members
4356 Online
108788 Solutions
New Discussion юеВ

"acpi=off" vs. "noacpi"

 
SOLVED
Go to solution
Ross Minkov
Esteemed Contributor

"acpi=off" vs. "noacpi"

Hello,

Does anyone know if there is any difference between "acpi=off" and "noacpi"?

I normaly put this in the kickstart file, i.e.:

bootloader --location=mbr --append="noapic noacpi"

Some context:
RHEL4 / 2.6.9-55.ELsmp on hp BL465c

Thanks,
Ross
5 REPLIES 5
TY 007
Honored Contributor

Re: "acpi=off" vs. "noacpi"

Hello Ross,

"acpi=off" should be sufficient.

Sample usage of "noacpi": "pci=noacpi"

Thanks
Ross Minkov
Esteemed Contributor

Re: "acpi=off" vs. "noacpi"

Thanks TY 007 for taking the time to respond to my question, but you didn't really answer it.

Is there or isn't there a difference between the 2?

Thanks,
Ross
Ivan Ferreira
Honored Contributor
Solution

Re: "acpi=off" vs. "noacpi"

The function is the same, but you can specify more options with acpi= other than enable/disable:

force -- enable ACPI if default was off
off -- disable ACPI if default was on (same as noacpi)
noirq -- do not use ACPI for IRQ routing
ht -- run only enough ACPI to enable Hyper Threading
strict -- Be less tolerant of platforms that are not strictly ACPI specification compliant.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Ross Minkov
Esteemed Contributor

Re: "acpi=off" vs. "noacpi"

Ivan,

This was exactly what I was looking for. Could you tell me what was your source of information, please?

Thanks,
Ross
Ivan Ferreira
Honored Contributor

Re: "acpi=off" vs. "noacpi"

The Linux Kernel documentation, normally installed in /usr/share/doc with the kernel-docs package or included in the kernel source. The file is kernel-parameters.txt, online versions everywhere with simple googling:

http://fxr.watson.org/fxr/source/Documentation/kernel-parameters.txt?v=linux-2.4.22
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?