Yes... Ok can you please roll back the kernel:
To enter the Recovery Menu on Zorin OS if using Legacy (MBR) boot, you can hold or tap the Left Shift key at boot to be offered the Advanced Options for Zorin Grub menu.
If using EFI Boot, then tap the esc key vigorously. Some users report that the tab key worked, instead.
You might think that this is pretty straight-forward. However...
Some BIOS are programmed to ignore a key being held down, as it is assumed to be pressed by accident or a stuck key. Cat on keyboard, coffee... The BIOS prog…
Choose Advanced Options for Zorin
From the list offered, click on an earlier kernel to select it, then proceed to boot normally.
You can check which kernel you booted from with terminal command
uname -r
Test if the text appears normally. If it does, lock in the working kernel:
You may need to use an earlier kernel than the current kernel used by Zorin. This method allows you to set the kernel that you will boot into by default.
To set the new kernel to default:
Boot into the kernel you wish to be Saved.
Open terminal and run:
sudo nano /etc/default/grub
Change GRUB_DEFAULT=0 to GRUB_DEFAULT=saved
Hit enter to drop down a line.
Add GRUB_SAVEDEFAULT=true
ctrl+x to exit, then the y key to say yes to save, then the enter key to save as current configuration.
Ru…
1 Like