How to update grub menu in linux

Open a Terminal and type:
sudo grub-mkconfig

Notes:

  • update-grub and update-grub2 should do the same job; both of these commands are based on the command grub-mkconfig.

Leave a Reply