• После загрузки появляется черный экран с надписью "нет сигнала"

 #10328   IgorA100
 23 фев 2021, 17:36
Вероятнее всего проблема с видеорежимом в GRUB (/etc/default/grub)
Пробуем:
Код: Выделить всёGRUB_TERMINAL=console

Если не помогло, пробуем:
Код: Выделить всёGRUB_GFXPAYLOAD_LINUX=keep

а если не поможет - то
Код: Выделить всёGRUB_GFXPAYLOAD_LINUX=text

Если и это не помогло, пробуем вместо
Код: Выделить всёGRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
временно (а может и постоянно, если не получится подобрать видеорежим) прописать
Код: Выделить всёGRUB_CMDLINE_LINUX_DEFAULT="nomodeset"
или лучше
Код: Выделить всёGRUB_CMDLINE_LINUX_DEFAULT="text"


Современные ядра управляют видео-режимами до загрузки графического драйвера. Параметр nomodeset отключает эту возможность - ядро пишет в BIOS - а он на экран.

Цитата из мануала по GRUB:
‘GRUB_GFXPAYLOAD_LINUX’
Set to ‘text’ to force the Linux kernel to boot in normal text mode, ‘keep’ to preserve the graphics mode set using ‘GRUB_GFXMODE’, ‘widthxheight’[‘xdepth’] to set a particular graphics mode, or a sequence of these separated by commas or semicolons to try several modes in sequence. See gfxpayload.

Depending on your kernel, your distribution, your graphics card, and the phase of the moon, note that using this option may cause GNU/Linux to suffer from various display problems, particularly during the early part of the boot sequence. If you have problems, set this option to ‘text’ and GRUB will tell Linux to boot in normal text mode.


После изменения файла необходимо выполнить команду:
Код: Выделить всёupdate-grub