Last Updated on: 15th June 2022, 12:03 pm
Today’s update on Sparky testing (7) of GRUB bootloader provides a notable change – it does not list other operating systems on the GRUB menu any more:
grub2 (2.06-1) unstable; urgency=medium
* Boot menu entries for other operating systems are no longer generated by
default. To re-enable this, set GRUB_DISABLE_OS_PROBER=false in
/etc/default/grub.
If you have other operating systems installed on your machine edit the grub config file:
sudo nano /etc/default/grub
and add the line on the end of the file:
GRUB_DISABLE_OS_PROBER=false
then regenerate the GRUB menu list:
sudo update-grub