Kernel Update Problem
Solution 1:
You have to fix the quote inside the 42 line.
Use the following one-liner below:
sudo sed -i 's|GRUB_GFXPAYLOAD}" = "x |GRUB_GFXPAYLOAD}" = "x" |' /etc/grub.d/00_header
then run sudo update-grub
again.
You have to fix the quote inside the 42 line.
Use the following one-liner below:
sudo sed -i 's|GRUB_GFXPAYLOAD}" = "x |GRUB_GFXPAYLOAD}" = "x" |' /etc/grub.d/00_header
then run sudo update-grub
again.