No GRUB menu when I boot

I have installed MATE for the first time. But there is no grub menu, only login screen when I boot. My grub menu looks like this

I have remove the hashtag from GRUB_TERMINAL_OUTPUT=“console” from the grub menu.

Then -

sudo update-grub

Genererer en grub-konfigurationsfil …
Fandt tema: /usr/share/grub/themes/manjaro/theme.txt
Fandt linux-aftryk: /boot/vmlinuz-5.9-x86_64
Fandt initrd-aftryk: /boot/intel-ucode.img /boot/initramfs-5.9-x86_64.img
Found initrd fallback image: /boot/initramfs-5.9-x86_64-fallback.img
Fandt linux-aftryk: /boot/vmlinuz-5.4-x86_64
Fandt initrd-aftryk: /boot/intel-ucode.img /boot/initramfs-5.4-x86_64.img
Found initrd fallback image: /boot/initramfs-5.4-x86_64-fallback.img
Adding boot menu entry for UEFI Firmware Settings …
Found memtest86+ image: /boot/memtest86+/memtest.bin
/usr/bin/grub-probe: warning: unknown device type nvme0n1.
done
But the grub menu does not pop up when I boot. Login screen only

I use SSD hardisk

  1. Do not use grub-customizer. It is not compatible with Manjaro’s customized GRUB and will ruin your configuration.

  2. In order to have the GRUB menu showing at boot, edit /etc/default/grub and change the line…

GRUB_TIMEOUT_STYLE=hidden

… into…

GRUB_TIMEOUT_STYLE=menu

Save the file and then run… :arrow_down:

sudo update-grub
2 Likes

Thanks, now it works

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.