These are the instructions to make Grub2 load Ubuntu directly.
- Open Grub2 Default Settings file:
sudo gedit /etc/default/grub
- Changing the Grub2 Settings file
- Make sure
GRUB_TIMEOUT
is set to0
- Make sure to add
GRUB_DISABLE_OS_PROBER=true
line somewhere. - Make sure to add
GRUB_RECORDFAIL_TIMEOUT=$GRUB_TIMEOUT
line somewhere near as well.
- Summary: These are the additions and changes to the file:
/etc/default/grub
- Make sure