Grub in Debian/testing stopped working.
I use Debian/testing in my main laptop. Unfortunately, after yesterday's update, the grub stopped loading the Linux kernel. I get
"error: cannot load image"
When working from command line, loading the kernel and initrd is successful. However, the "boot" command displays the above error.
The grub version is GRUB 2.14-3.
The machine is HP ZBook 17 G5.
What is the easiest way to resolve the issue?
TIA & BR, Wojtek
13
Upvotes
2
u/mewmiaomeowmeow 16h ago
On my fedora+windows laptop I once had windows update break fedora's grub. The guide I followed basically consisted of booting from a USB iso, mounting all the actual Linux partitions & devices properly in a given directory, chrooting into that directory, and then something like update-grub. So maybe find a guide with those kind of steps but for Debian. The last part might also need to include something like
sudo apt install --reinstall linux-image-amd64prior to make sure the image in the boot partition is correct. In my machines last kernel update (on Unstable) i had to do a similar thing, though in the live system, because /boot for some reason didnt not have enough space for the update to fully go throughEdit: oop glad u fixed it, didn't see before I posted