ACPI Errors - Ubuntu 16.04/17.04 can not be installed

Pet*_*ova 5 dual-boot acpi system-installation

I have a problem with installing Ubuntu on my desktop computer.
I had Ubuntu 16.04 and Windows 10 dual boot. After one update of Windows, the Ubuntu installation disappeared.
I tried to install it again with Ubuntu Live USB but when I clicked on 'Install Ubuntu' or 'Try Ubuntu without installing' I got the following errors:

  [ 0.016192] ACPI Error: [\_SB_.PCI0.XHC_.RHUB.HS11] Namespace lookup 
  failure, AE_NOT_FOUND (20150930/dswload-210)
  [ 0.016195] ACPI Exception: AE_NOT_FOUND, During name lookup/catalog 
    (20150930/psobject-227)
  [ 0.016222] ACPI Exception: AE_NOT_FOUND, (SSDT:xh_rvp08) while loading 
  table (20150930/tbxfload-193)
  [ 0.021348] ACPI Error: 1 table load failures, 7 successful 
  (20150930/tbxfload-214)
Run Code Online (Sandbox Code Playgroud)

This text is repeated on the whole screen and after the first time it seems blurry as if there are video card issues.
The same Ubuntu Live USB works fine on another PC.
I tried also with Ubuntu 17.04 - still the same errors. I deleted Windows installation as well and tried to install Ubuntu again.
Without success.
Then I tried Windows installation and it installed correct.
After a lot of researching in the web, I reached to the conclusion that I have to turn off ACPI in order to install Ubuntu. So I did it. It got installed but it behaved strange, the resolution could not be changed and it started to restarts repeatedly. So I deleted the installation again, considering turning ACPI off was not a good solution.

Has anyone ever had the same or similar problem? What are these errors displaying? How to fix them?

Any help would be greatly appreciated.

Dan*_*mak 3

在我的 DELL XPS 9560 上,我必须:

sudo nano /etc/default/grub
Run Code Online (Sandbox Code Playgroud)

然后添加acpi_rev_override=5GRUB_CMDLINE_LINUX_DEFAULT

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_rev_override=5"
Run Code Online (Sandbox Code Playgroud)

跑步sudo update-grub

利润(希望它会在您重新启动时起作用,并且转速覆盖比完全关闭 ACPI 更好。另外我建议您将内核至少更新到 4.14。)


小智 2

不确定这是否与您遇到的问题完全相同,但几天前,在 Windows 更新后,我的 Linux Mint 停止工作,并出现 ACPI AE_NOT_FOUND 错误。事实证明,原因是它尝试在启动时挂载 NTFS 驱动器,并且Windows 更新重新打开“快速启动”,这使得 Windows 启动时间更快,但也会导致 NTFS 分区状态不一致(除其他外,如我明白,这只是我的情况),使它们无法被任何其他操作系统访问,因为分区一致状态的“缺失部分”存储在 Windows 内部的数据结构中,并且只能由 Windows 读取。

由于这个问题已经有将近一年的历史了,这对您来说可能不是有用的信息,但是在研究类似问题时您的问题位于第一页,所以它可能会帮助一些人。

在 Windows 中关闭快速启动的过程。