How do I update GRUB in non-Ubuntu Linux:


*update-grub command is a Ubuntu Linux version of updating grub to make it easer. To update grub the standard way on other Linux/Unix systems:


sudo grub-mkconfig -o /boot/grub/grub.cfg


Source | Date: May 2024

Back