Is there a 2560x1440 version of this?
If anyone wants to use the Qubes OS graphical grub menu, it can be enabled by adding GRUB_TERMINAL="gfxterm"
to the grub config
The menu was disabled in 4.2 because it doesn’t always work with seabios, so if you are using the Heads firmware you probably just want to leave it disabled.
With gfxterm you can use any grub theme, the theme used is selected by the GRUB_THEME
parameter. If you want to use a personalized theme, you can just download a theme and modify the graphics and theme.txt.
This can be useful if you want to style the boot process to have a more uniform look, where plymouth and grub are using the same graphics.
With Qubes R4.3, the standard GRUB theme is no longer available. If you want to use it, you have to get it from an R4.2 installation.
This is awesome! I discovered grub themes some months ago but I wasn’t willing to copy some downloaded files to dom0.
After adding GRUB_TERMINAL="gfxterm"
to /etc/default/grub
, I forgot to run this:
grub2-mkconfig -o /boot/grub2/grub.cfg