Hello I think I deleted my theme! I try to update my grub with
grub-mkconfig -o /boot/grub/grub.cfg
Could you please let me know how to grab it back I kind of miss it!
Thanks you!
Hello I think I deleted my theme! I try to update my grub with
grub-mkconfig -o /boot/grub/grub.cfg
Could you please let me know how to grab it back I kind of miss it!
Thanks you!
Exactly the same happened to me yesterday.
Take a look at my thread. @pebcak got the solution for me reinstalling the grub in chroot
Thank you! But in my case I can boot without a problem I just deleted the theme⌠Wonder if I have to delete and reinstall the all grub
I am having the exact same issue as OP. I am also able to boot normally after pressing any key.
cat /etc/default/grub shows this:
# GRUB boot loader configuration
GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="EndeavourOS"
GRUB_CMDLINE_LINUX_DEFAULT="amd_iommu=on iommu=pt loglevel=3 nvme_load=YES amdgpu.ppfeaturemask=0xffffffff"
GRUB_CMDLINE_LINUX=""
# Preload both GPT and MBR modules so that they are not missed
GRUB_PRELOAD_MODULES="part_gpt part_msdos"
# Uncomment to enable booting from LUKS encrypted devices
#GRUB_ENABLE_CRYPTODISK=y
# Set to 'countdown' or 'hidden' to change timeout behavior,
# press ESC key to display menu.
GRUB_TIMEOUT_STYLE=menu
# Uncomment to use basic console
GRUB_TERMINAL_INPUT=console
# Uncomment to disable graphical terminal
#GRUB_TERMINAL_OUTPUT=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
GRUB_GFXMODE=auto
# Uncomment to allow the kernel use the same resolution used by grub
GRUB_GFXPAYLOAD_LINUX=keep
# Uncomment if you want GRUB to pass to the Linux kernel the old parameter
# format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
GRUB_DISABLE_RECOVERY=true
# Uncomment and set to the desired menu colors. Used by normal and wallpaper
# modes only. Entries specified as foreground/background.
#GRUB_COLOR_NORMAL="light-blue/black"
#GRUB_COLOR_HIGHLIGHT="light-cyan/blue"
# Uncomment one of them for the gfx desired, a image background or a gfxtheme
#GRUB_BACKGROUND="/path/to/wallpaper"
#GRUB_THEME="/path/to/gfxtheme"
#GRUB_THEME=/boot/grub/themes/EndeavourOS/theme.txt
# Uncomment to get a beep at GRUB start
#GRUB_INIT_TUNE="480 440 1"
# Uncomment to make GRUB remember the last selection. This requires
# setting 'GRUB_DEFAULT=saved' above.
#GRUB_SAVEDEFAULT=true
# Uncomment to disable submenus in boot menu
GRUB_DISABLE_SUBMENU=y
# Probing for other operating systems is disabled for security reasons. Read
# documentation on GRUB_DISABLE_OS_PROBER, if still want to enable this
# functionality install os-prober and uncomment to detect and include other
# operating systems.
GRUB_DISABLE_OS_PROBER=false
Few days ago someone suggested to comment out the THEME section because some EnOS package got removed from repos.
Did you run sudo grub-mkconfig -o /boot/grub/grub.cfg after that?
You have to edit /etc/default/grub and then run sudo grub-mkconfig -o /boot/grub/grub.cfg
I am pretty sure that I did. Will do it again, and see if it helps.
@dalto that was the fix I guess
Thanks
so you were lucky ![]()
i did not run
sudo grub-mkconfig -o /boot/grub/grub.cfg
so i have to reinstall grub in chroot . but i surely learned from that mistake ![]()
I mean I didnât run it few days ago, and got the error from above only today. But I was able to boot normally every time after clicking the error away.
Running sudo grub-mkconfig -o /boot/grub/grub.cfg made the error go away ![]()
Dear Pebcak
GRUB boot loader configuration
GRUB_DEFAULT=saved
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=âEndeavourOSâ
GRUB_CMDLINE_LINUX_DEFAULT=âquiet resume=UUID=96bf0989-6172-48b3-b3ac-7538084ef8f6 loglevel=3 nowatchdogâ
GRUB_CMDLINE_LINUX=ââPreload both GPT and MBR modules so that they are not missed
GRUB_PRELOAD_MODULES=âpart_gpt part_msdosâ
Uncomment to enable booting from LUKS encrypted devices
#GRUB_ENABLE_CRYPTODISK=y
Set to âcountdownâ or âhiddenâ to change timeout behavior,
press ESC key to display menu.
GRUB_TIMEOUT_STYLE=menu
Uncomment to use basic console
GRUB_TERMINAL_INPUT=console
Uncomment to disable graphical terminal
#GRUB_TERMINAL_OUTPUT=console
The resolution used on graphical terminal
note that you can use only modes which your graphic card supports via VBE
you can see them in real GRUB with the command `vbeinfoâ
GRUB_GFXMODE=auto
Uncomment to allow the kernel use the same resolution used by grub
GRUB_GFXPAYLOAD_LINUX=keep
Uncomment if you want GRUB to pass to the Linux kernel the old parameter
format âroot=/dev/xxxâ instead of âroot=/dev/disk/by-uuid/xxxâ
#GRUB_DISABLE_LINUX_UUID=true
Uncomment to disable generation of recovery mode menu entries
GRUB_DISABLE_RECOVERY=true
Uncomment and set to the desired menu colors. Used by normal and wallpaper
modes only. Entries specified as foreground/background.
#GRUB_COLOR_NORMAL=âlight-blue/blackâ
#GRUB_COLOR_HIGHLIGHT=âlight-cyan/blueâUncomment one of them for the gfx desired, a image background or a gfxtheme
#GRUB_BACKGROUND=â/path/to/wallpaperâ
GRUB_THEME=/boot/grub/themes/EndeavourOS/theme.txtUncomment to get a beep at GRUB start
#GRUB_INIT_TUNE=â480 440 1â
Uncomment to make GRUB remember the last selection. This requires
setting âGRUB_DEFAULT=savedâ above.
GRUB_SAVEDEFAULT=true
Uncomment to disable submenus in boot menu
#GRUB_DISABLE_SUBMENU=y
GRUB_DISABLE_SUBMENU=yTo enable usage of os-prober, set GRUB_DISABLE_OS_PROBER to âfalseâ.
Note: enabling os-prober creates a potential security risk!
More info: https://www.gnu.org/software/grub/manual/grub/grub.html
GRUB_DISABLE_OS_PROBER=true
Yes I just miss the wallpaper at the back ground and for science I want to know how to get it back haha
So it looks like you have removed the lines related to EnOS Grub theme from /etc/default/grub.
If you want to get rid of the error messages at boot, most probably
sudo grub-mkconfig -o /boot/grub/grub.cfg
should help.
If you want to get the theming back:
Please click on here or here in the box above.
If you install the theming package again, You would need to add back the lines you deleted in /etc/default/gub and regenerate grub.cfg.
The theme has been removed from the repos but you can easily set a wallpaper with the wallpaper with
GRUB_BACKGROUND="/usr/share/endeavouros/splash.png"
That is our standard grub wallpaper.
There should be no need to chroot when changing a wallpaper or grub theme.
Thank guys
Uncomment one of them for the gfx desired, a image background or a gfxtheme
GRUB_BACKGROUND=â/path/to/wallpaperâ
GRUB_THEME=/boot/grub/themes/EndeavourOS/theme.txt
I got it back!!! legendary no needed to get to the chroot!
Glad you got it back and dont need to reinstall grub with chroot. In my case i couldnt boot so i need to chroot. In the end we are all happy ![]()
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.