I am a new user of Ubuntu and only recently have had problems with booting. It either fails to recognize my monitor or sends me directly to a grub screen rather than booting completely. This is my grub file:
GRUB_DEFAULT="0"
#GRUB_HIDDEN_TIMEOUT="0"
GRUB_HIDDEN_TIMEOUT_QUIET="true"
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR="`lsb_release -i -s 2> /dev/null || echo Debian`"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
GRUB_CMDLINE_LINUX="reboot=efi"
GRUB_GFXMODE=1920x1200x60
I'm curious about the reboot=efi. In my research, I've seen that they are not included in other codes. Could this be a problem?