After multiple updates f17->f18->f19, grub needs some love.
It's working, but displays error messages at start.
In grub.cfg:
loadfont ($root)/grub2/themes/system/DejaVuSans-10.pf2
loadfont ($root)/grub2/themes/system/DejaVuSans-12.pf2
loadfont ($root)/grub2/themes/system/DejaVuSans-Bold-14.pf2
loadfont ($root)/grub2/fonts/unicode.pf2
insmod png
set theme=($root)/grub2/themes/system/theme.txt
export theme
OK, so those DejaVu fonts don't exist. The only thing in grub2/fonts is:
-rw-r--r--. 1 root root 2560080 Feb 18 16:27 unicode.pf2
And that theme doesn't exist either:
But in themes/starfield there's stuff.
So what should a correctly looking grub.cfg for f19 look like? Can anyone post a working example?
It's working, but displays error messages at start.
In grub.cfg:
loadfont ($root)/grub2/themes/system/DejaVuSans-10.pf2
loadfont ($root)/grub2/themes/system/DejaVuSans-12.pf2
loadfont ($root)/grub2/themes/system/DejaVuSans-Bold-14.pf2
loadfont ($root)/grub2/fonts/unicode.pf2
insmod png
set theme=($root)/grub2/themes/system/theme.txt
export theme
OK, so those DejaVu fonts don't exist. The only thing in grub2/fonts is:
-rw-r--r--. 1 root root 2560080 Feb 18 16:27 unicode.pf2
And that theme doesn't exist either:
But in themes/starfield there's stuff.
So what should a correctly looking grub.cfg for f19 look like? Can anyone post a working example?