kcaps
Thu Jan 09, 2020 10:59:42 am
I have just fresh installed Zorin, and I'm trying to set it up so it boots directly into the os without getting stuck on this screen:
/https://imgur.com/82KHfRr
After following various guides on stackoverflow, askubuntu, and probably elsewhere, my /etc/default/grub looks like this:
Of course I also ran sudo update-grub.
But when I boot up it always goes to the attached screen first.
My specs are as follows:
ASUS ZenBook Flip S UX370UA
16Gb ram
Only Zorin is installed, used lvm with automatic installation
I'd appreciate any help!
/https://imgur.com/82KHfRr
After following various guides on stackoverflow, askubuntu, and probably elsewhere, my /etc/default/grub looks like this:
- Code:
GRUB_DEFAULT="Zorin"
GRUB_TIMEOUT_STYLE="hidden"
GRUB_HIDDEN_TIMEOUT="0"
GRUB_TIMEOUT="0"
GRUB_DISTRIBUTOR="`lsb_release -i -s 2> /dev/null || echo Debian`"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_CMDLINE_LINUX="noprompt"
GRUB_DISABLE_OS_PROBER="true"
GRUB_HIDDEN_TIMEOUT_QUIET="false"
GRUB_THEME="/usr/share/grub/themes/zorin/theme.txt"
GRUB_SAVEDEFAULT="false"
export GRUB_COLOR_NORMAL="light-gray/black"
export GRUB_COLOR_HIGHLIGHT="magenta/black"
Of course I also ran sudo update-grub.
But when I boot up it always goes to the attached screen first.
My specs are as follows:
ASUS ZenBook Flip S UX370UA
16Gb ram
Only Zorin is installed, used lvm with automatic installation
I'd appreciate any help!