Chromebook & Linux

Ubuntu (Linux) won't boot, black screen after startup

A black screen after the boot menu is usually a graphics driver or display setting problem, not a full system failure. Booting into recovery mode or an older kernel often gets you back in.

Difficulty
Advanced
Time
30–90 minutes
DIY cost
$0
Pro cost
$80–$150

Symptoms

  • GRUB menu appears but screen goes black after
  • Cursor blinks on an empty screen
  • Login screen never appears
  • Worked before a recent update or driver install

Likely causes

  • CommonGraphics driver conflict after an updateA new kernel or driver update can be incompatible with your graphics hardware.
  • CommonDisplay manager (login screen) crashedThe service that shows the graphical login can fail to start.
  • PossibleWrong display output selectedThe system may be sending video to a different port than the monitor is plugged into.
  • Less commonCorrupted filesystem or failing driveBoot can hang if the system can't read critical files reliably.

What to do

  1. At the GRUB menu, select an older kernel version under Advanced options and see if it boots normally.
  2. If that works, the newest kernel or driver update is likely the cause; hold that package back until a fix is released.
  3. From GRUB, try Recovery Mode, then choose 'resume' or drop to a root shell to investigate.
  4. In recovery or a terminal (Ctrl+Alt+F2 for a text console), run 'sudo systemctl restart gdm' (or lightdm/sddm depending on your setup) to restart the login screen.
  5. If the screen is truly black with no cursor, try adding 'nomodeset' to the boot line in GRUB to bypass the graphics driver temporarily.
  6. Once logged in via a text console, run a full update: 'sudo apt update && sudo apt full-upgrade' to get compatible drivers.
  7. If the drive itself is suspect, boot from a USB live disk and run 'fsck' or check SMART status before reinstalling.

Tools and parts

  • USB drive with a Linux live image (for recovery)
  • Another computer to prepare the USB

When to call a pro

If you're not comfortable with a text-only terminal or the drive seems to be failing, a Linux-savvy technician can recover data and reinstall.

Safety

Generally low risk

Generally low risk for a careful person. Stop if anything looks different from what this guide describes.

Related guides

Operator provides AI-generated troubleshooting information. It can be wrong. For safety-critical, electrical, gas, structural, medical, automotive safety, or other high-risk problems, consult a qualified professional.