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_TIMEOUTis set to0 - Make sure to add
GRUB_DISABLE_OS_PROBER=trueline somewhere. - Make sure to add
GRUB_RECORDFAIL_TIMEOUT=$GRUB_TIMEOUTline somewhere near as well.
- Summary: These are the additions and changes to the file:
/etc/default/grub
- Make sure