Comment 32 for bug 1863434

Revision history for this message
siepo (siepo2) wrote :

I also had such a problem.

Hardware: old HP ProBook 4330s with Intel graphics and UEFI boot, against HP recommendations. No secure boot.

I could boot by just sitting out the timeout. I found some posts recommending to rename or remove unicode.pf2 from /boot/grub and /boot/grub/fonts. This resulted in an ugly but functional menu.

My /etc/default/grub is:

GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="resume=none usbcore.autosuspend=-1"
GRUB_CMDLINE_LINUX=""