Hello, recently I got the following message after updating.
I wanted to know what it is.
sudo cp /etc/default/grub /etc/default/grub.orig && echo -e "\n# Set to false to let GRUB look for other operating systems (default in *ubuntu is true)\nGRUB_DISABLE_OS_PROBER=false\n" | sudo tee -a /etc/default/grub && sudo update-grub
Comment