Linux noapic acpi off

Booting Ubuntu with «acpi=off» grub parameter

In order for me to boot into 12.04, I have to add the parameter acpi=off in grub. Any other options as specified here do not allow me to boot into Ubuntu. My question is simple, what does setting the parameter acpi=off actually do? And more importantly does repeatedly booting with acpi=off damage or harm the computer in anyway?

3 Answers 3

Using acpi = off disables your Advanced Configuration and Power Interface off temporarily while booting Ubuntu. If you have to add the acpi = off to let ubuntu boot successfully, it means that the ACPI on your computer isn’t compatible with this version of ubuntu.

I don’t think using acpi = off repeatedly wrecks your computer, because it only disables ACPI temporarily.

However, if you don’t want to add the acpi = off parameters every time you boot, you can disable the new card (BIOS) or disable ACPI (also from the BIOS). Use the second option if you can’t find the New Card Interface.

But, if you have Windows, disabling ACPI from the BIOS may wreck Windows and the computer will force you to reinstall it. So do that if you have a hidden windows recovery partition in your computer.

How should disabling ACPI harm Windows? It disables ACPI-usage in the Linux kernel, but not modify the ACPI-table on the BIOS. Windows can’t be affected.

I actually disabled ACPI from the BIOS myself, and windows got an error of having «a serious problem» when I booted it. Fortunately, the computer had a hidden recovery partition (which I didn’t know) and fixed the problem by itself. Then I searched online and found a bunch of people (no recovery partitions) that had to reinstall windows after disabling ACPI from the BIOS. But I’m also not so sure why.

Читайте также:  Адресного пространства процесса linux

Ah — you disable it in the BIOS, not in the GRUB boot-options? I thought you talked about the latter.

I’ve recently purchased a HP Envy 17 j053ea machine to take advantage of the i7 and oodles of memory. Cutting to the chase I suffered from many issues with this install. The wireless didn’t work, the screen «black screened» during installation and thereafter during booting. The get around for the black screen was the boot option acpi=off , but this of course meant that the laptop would not suspend when I closed the lid which is clearly suboptimal. After searching for the past two days I have found many good articles/explanations of acpi and a much better option:

Then I found: No ACPI support for my PC, what can I do? from irrational_john . way to go .. acpi=ht didn’t work but pci=noacpi has done the trick. For your hardware I’d recommend John’s approach pf cycling through the options he provided:

nolapic noapic acpi_osi=“Linux” acpi_osi=“Windows 2006” acpi=ht pci=noacpi acpi=noirq pnpacpi=off 

With this in hand abd to address “wub’s” .. on point answer above, once you find the one that works:

bash# cd /etc/default bash# sudo vi grub # Use the vi editor to add the boot options to the line GRUB_CMDLINE_LINUX_DEFAULT= 
GRUB_CMDLINE_LINUX_DEFAULT=“quiet splash pci=noacpi” 
bash# sudo update-grub bash# sudo reboot 

Источник

Оцените статью
Adblock
detector