Black screen after update/upgrade

I am in that mode right now, writing these answers to you.

1 Like

Good. This means we have a sense of direction - that the kernel is the likeliest culprit.
Can you please remind me of your Graphics card: Intel? AMD? Nvidia?

You said that booting asks you a couple of other questions- what are those questions?

Nvidia card.
I cannot exactly recall the other "questions," mostly they were of the type where it says "Do you know if you continue, read-write will be enabled."

Can you please install the 5.11.0.27 kernel, then see if you can boot into it with the "Regular boot with generic kernel -27" option?
If it works... Then we can lock that kernel in and Remove the Rest.

sudo apt install linux-headers-5.11.0-27-generic linux-modules-5.11.0-27-generic linux-modules-extra-5.11.0-27-generic linux-image-5.11.0-27-generic

Kernal 27, not 37 ? Just checking first.

1 Like

Yes, due to greater confidence in it than the -37.

Okay, I will check the boot.

1 Like

It would not boot into 27, unless I selected "Recovery Mode" Otherwise, it just sat on the Zorin splash screen, just like when I picked -37, without recovery mode.

Ok on either the -27 or the -37, can you tap the e key at the Grub menu, first. In the editor, change "quiet splash" to "quiet splash nomodeset", once done, back out to the grub menu, select recovery, then try Regular Boot on the -27 or the -37 kernel and see if it will boot.
If that doesn't work, you can boot however works, then open terminal and

sudo nano /etc/default/grub

Change it to "quiet splash nomodeset", then ctrl+x to exit, y key to say yes to save, then enter key to save.
Run

sudo update-grub

Then reboot and try to boot Regular Boot of -27 or -37.

What is the "Grub menu" please?

The Grub Menu is the menu you have been using to access Recovery. It is the menu that can appear at Boot, allowing you to select with OS to boot up, or which kernel to boot from.

Okay, thanks. There is a lot that I don't know, and I appreciate your help. Trying it out.

1 Like

That makes two of us.

The second option (sudo nano /etc/default/grub) worked--I still had to pick the kernal -37, but I did not have to select recovery mode.

1 Like

Ok, let's remove the Bad kernel:

sudo apt remove --purge linux-headers-5.11.0-38-generic linux-modules-5.11.0-38-generic linux-modules-extra-5.11.0-38-generic linux-image-5.11.0-38-generic linux-headers-5.11.0-27-generic linux-modules-5.11.0-27-generic linux-modules-extra-5.11.0-27-generic linux-image-5.11.0-27-generic

Once that is done: Synaptic:

sudo apt install synaptic

Launch Synaptic, enter PW for Root Permissions, then search using the top toolbar Search button:
Linux-headers-5.11.0-37

Select all listed packages for that kernel That are installed currently and then click the Package item on the menubar at the top.
Move down the drop down menu to Lock Version and select it.
This will prevent the kernel from updating to the -38 problem kernel.

Where is "PW" entered?

When you launch Synaptic, a PassWord field will open.

That was asking me to authenticate. "PW" was not accepted.

Your password. PW.

Two listings--one "generic", one "lowlat" Select both?