On 11/17/2015 08:49 AM, CS DBA wrote:
All; I managed to get the grub boot screen to scale like this: 1) made a new font: # grub2-mkfont --output=/boot/grub2/LiberationSerif-Regular.pf2 -s 36 -v /usr/share/fonts/liberation/LiberationSerif-Regular.ttf 2) made my /boot/default/grub file look like this: GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="rd.lvm.lv=fedora_f23host/root rd.lvm.lv=fedora_f23host/swap rhgb quiet" GRUB_DISABLE_RECOVERY="true" # GRUB_GFXMODE="1440x900x32;1440x900x24;1024x768x32;1024x768x24;auto" GRUB_GFXMODE=auto GRUB_GFXPAYLOAD=keep GRUB_GFXPAYLOAD_LINUX=keep GRUB_FONT=/boot/grub2/LiberationSerif-Regular.pf2 GRUB_GFXPAYLOAD_LINUX=keep GRUB_TERMINAL=gfxterm 3) Deployed the change to my EFI grub config: # grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg So now I have a readable font when the laptop boots, per the boot menu. Now I would like to figure out how to force the subsequent boot information to be a readable font. Anyone have any ideas? Thanks in advance |
-- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org