boot:boots_to_a_black_screen
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
boot:boots_to_a_black_screen [2016/11/29 01:41] – peter | boot:boots_to_a_black_screen [2019/11/25 22:42] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Boot - Boots to a black screen ====== | ||
- | |||
- | Blank or black screens generally indicate a failure feeding data to the Graphics Processing Unit (GPU) in your video card. This can happen for a bunch of different reasons as different processes run as your system boots up. You may notice flickers during boot - these are indications that different processes are starting up and interacting with the GPU. | ||
- | |||
- | |||
- | ===== The nomodeset parameter ===== | ||
- | |||
- | When the grub boot menu comes up, press **e** to edit the correct boot line. | ||
- | |||
- | Change | ||
- | |||
- | < | ||
- | GRUB_CMDLINE_LINUX_DEFAULT=" | ||
- | </ | ||
- | |||
- | to | ||
- | |||
- | < | ||
- | GRUB_CMDLINE_LINUX_DEFAULT=" | ||
- | </ | ||
- | |||
- | |||
- | If this works, then you can [[http:// | ||
- | |||
- | If you have trouble with the above, you can change the above line permanently in the grub configuration file. | ||
- | |||
- | Boot into recovery mode (selection from the grub boot loader) and edit the file / | ||
- | |||
- | You can edit this file by typing: | ||
- | |||
- | <code bash> | ||
- | vi / | ||
- | </ | ||
- | |||
- | You'll have to update the grub menu: | ||
- | |||
- | <code bash> | ||
- | update-grub | ||
- | </ | ||
- | |||
- | then reboot by typing | ||
- | |||
- | <code bash> | ||
- | reboot | ||
- | </ | ||
- | |||
- | <WRAP tip> | ||
- | You can also try acpi = off and nolapic if nomodset also shows up as a black screen. | ||
- | |||
- | Replace quiet splash with no splash to get an idea of what step your system is failing at. | ||
- | </ | ||
- | |||
- | |||
- | ===== References ===== | ||
- | |||
- | http:// | ||
boot/boots_to_a_black_screen.1480383701.txt.gz · Last modified: 2020/07/15 09:30 (external edit)