"My Linux went black — here’s how I fixed it without reinstalling"
This week, my Linux laptop booted into… nothing
.
Just a black screen with a blinking mouse cursor.
No login.
No desktop.
No error.
And honestly? I thought I’d have to reinstall Ubuntu — again.
💡 But I didn’t.
I took a breath, opened a terminal, and got to work.
This newsletter isn’t about flashy tools or big updates — it’s just one quiet fix that saved me hours.
Here’s what worked:
I opened the terminal via:
Ctrl + Alt + F2
I ran:
sudo apt update && sudo apt upgrade
sudo apt install --reinstall ubuntu-desktop gdm3 gnome-shell
sudo systemctl restart gdm3
After that, the login screen came back — just like that.
What I learned:
Don’t panic. Most Linux issues are fixable
Document everything (I use Notion for that now)
And don’t reinstall unless it’s truly necessary
📓 I’m now sharing these moments in my dev life here on Substack.
No fluff. Just honest fixes, from real work.
P.S. Ever faced a black screen like that?
Reply and tell me what saved you 👇
Or subscribe if you want more real-world Linux/dev stories from someone who’s been there.
With love,
Gamila 🖤