После появления GRUB я вижу сообщения об ошибках ACPI BIOS, прежде чем Ubuntu 20.04 запустится нормально. Как решить проблему?

Я установил Ubuntu 20.04 на Lenovo Ideapad 330 в качестве единой операционной системы. В обычной загрузке на моем ноутбуке, после выбора операционной системы в меню GRUB он отображает некоторые ACPI BIOS ERROR и другие сообщения, после чего система запускается нормально.

Это происходит каждый раз при запуске и перезапуске моей системы. Я прикрепил несколько изображений и видео этого кода.

GRUB menu

boot messages

boot messages

boot messages

Видеоклип, показывающий процесс загрузки с этими сообщениями

1
задан 22 July 2020 в 16:46

2 ответа

I have looked at the images and the video, and we are talking about a very common error regarding ACPI BIOS, it allows you to discover computer hardware components and solving this error is not easy because it varies depending on the device in use. Here are the three main methods that are right for me, but don't follow all these methods, make sure that what you used doesn't work before proceeding with the others:

  1. On the grub screen, press "e" and in the line with "Linux" add the following at the end modprobe.blacklist=nouveau

  2. Disable ACPI: My solution is similar, but I recommend that you follow this even more

    a) How do I disable ACPI when booting?

  3. If you can't solve the problem, you can use this last method:
    a) Изучите BIOS Lenovo и найдите некоторые настройки с помощью ACPI, после форматирования компьютера и переустановки дистрибутива.
0
ответ дан 30 July 2020 в 22:08

The bugs you are seeing are harmless. Apparently, because of Microsoft's market dominance, the faulty ACPI implementation from Microsoft has become the de facto industry standard. As a result, Linux and other non-Microsoft operating systems have to reverse engineer the faulty ACPI implementation from MS.

Things you may try:

  • You could try upgrading your BIOS. Here on the Lenovo support website is the latest available firmware for your Lenovo Ideapad 330 and this question explains about upgrading BIOS: How to do BIOS/UEFI update on a Ubuntu system?.

  • Use UEFI mode instead of BIOS legacy mode, if system supports.

  • Install intel-microcode non-free package.

  • To just turn off these messages, you may edit /etc/default/grub and add to the line GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" the parameters acpi=off or noacpi acpi=strict and then run sudo update-grub2.

References:

1
ответ дан 30 July 2020 в 22:08

Другие вопросы по тегам:

Похожие вопросы: