VandalByte / darkmatter-grub2-theme

Dark Matter GRUB Theme πŸ‘ΎπŸ’™
https://www.pling.com/p/1603282/
GNU General Public License v3.0
310 stars 15 forks source link

Blank screen, no GRUB! #13

Closed ninjapika closed 2 years ago

ninjapika commented 2 years ago

I'm using Xubuntu 20.04 os. I tried to install dark matter grub theme using both auto install.py and manual install, but while booting; it shows my manufacturer's logo and just a blank screen and boots into the os after waiting for 5 secs(as specified in the grub timeout). I tried changing the theme styles, but same result for all. Here's my grub file at /etc/default

GRUB_THEME="/boot/grub/themes/dark-matter/theme.txt" GRUB_DEFAULT="0" GRUB_TIMEOUT_STYLE="hidden" GRUB_TIMEOUT="5" GRUB_DISTRIBUTOR="lsb_release -i -s 2> /dev/null || echo Debian" GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" GRUB_CMDLINE_LINUX=""

Let me know if I have to provide any other info.

VandalByte commented 2 years ago

Hey there @ninjapika

Edit the file /etc/default/grub First you should comment out GRUB_TIMEOUT_STYLE like #GRUB_TIMEOUT_STYLE="hidden" Then if you have the line GRUB_TERMINAL uncommented, then comment it out as well and Save the file

Now open a terminal and update grub using,

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

Hope this helps you out πŸ˜‡

ninjapika commented 2 years ago

Thanks for your fix @vandalsoul, it worked.

:)