Unwanted entries in my boot menu

The first step in the update installs package manjaro-system-20230401-1. This part of the update re-enables the ‘os-prober’ in /etc/default/grub, which results in a bunch of unwanted entries in my boot menu. I had to modify /etc/default/grub to disable the ‘os-prober’ and $ sudo update-grub to change the boot menu back to my desired result.

No, it doesn’t. Only a dependency was changed.

My /etc/default/grub file was changed. The following was added to the end:

#Uncomment this option to enable os-prober execution in the grub-mkconfig command
GRUB_DISABLE_OS_PROBER=false
:: Proceed with installation? [Y/n] :: Retrieving packages...
 manjaro-system-20230401-1-any downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
upgrading manjaro-system...
e[1;1me[1;32m==>e[1;0me[1;1m Checking for 'os-prober' setup ...e[1;0m
    We will reenable 'os-prober' for you ...
Generating grub configuration file ...

My system has a MBR Bios if that makes a difference.


Moderator edit: In the future, please use proper formatting: [HowTo] Post command output and file content as formatted text