Persistent grub menu

Since the last update (circa June 8) grub menu re-appeared, although the settings in etc/default/grub have not changed and are as follows:
GRUB_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT_STYLE=hidden

system info:
Manjaro X86_64
Kernel 5.10.41
KDE Plasma 5.21.5

Any ideas?

Have you tried what is described here:

Thanks for pointing this out to me.
it seems that the problem is elsewhere -
Although os-prober disable is set to true, it still probes and finds Windows bootloader (long since deleted)
GRUB_DISABLE_OS_PROBER=“true”
so even if I use efibootmgr to delete the Windows boot menu entry, it reappears.
Hence the undesired grub menu.
Now I am looking for a way to get rid of the pesky os-prober, delete the Windows boot entry and hopefully grub menu will stop showing up

EFI boot entries (efibootmgr) and grub are 2 unrelated things - one does not influence the other.

Check if multiple GRUB_DISABLE_OS_PROBER-lines are in your config:

$ grep GRUB_DISABLE_OS_PROBER /etc/default/grub

and post output of

$ sudo update-grub

Thanks for your reply.
You were spot on! I had multiple entries.
This is the new output of sudo update-grub:
[oren@oren ~]$ sudo update-grub
Generating grub configuration file …
Found theme: /usr/share/grub/themes/manjaro/theme.txt
Found linux image: /boot/vmlinuz-5.10-x86_64
Found initrd image: /boot/intel-ucode.img /boot/initramfs-5.10-x86_64.img
Found initrd fallback image: /boot/initramfs-5.10-x86_64-fallback.img
Found linux image: /boot/vmlinuz-5.9-x86_64
Found initrd image: /boot/intel-ucode.img /boot/initramfs-5.9-x86_64.img
Found initrd fallback image: /boot/initramfs-5.9-x86_64-fallback.img
Found linux image: /boot/vmlinuz-4.14-x86_64
Found initrd image: /boot/intel-ucode.img /boot/initramfs-4.14-x86_64.img
Found initrd fallback image: /boot/initramfs-4.14-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
All works perfectly now. thanks again!

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