nixos/grub: Fix video display on efi

wip/yesman
William A. Kennington III 9 years ago
parent d4f3930201
commit 159fed47bc
  1. 9
      nixos/modules/system/boot/loader/grub/install-grub.pl

@ -254,10 +254,15 @@ else {
set timeout=$timeout
fi
# Setup the graphics stack for bios and efi systems
insmod vbe
insmod efi_gop
insmod efi_uga
insmod font
if loadfont " . $grubBoot->path . "/grub/fonts/unicode.pf2; then
set gfxmode=640x480
insmod gfxterm
insmod vbe
set gfxmode=auto
set gfxpayload=keep
terminal_output gfxterm
fi
";

Loading…
Cancel
Save