From 330123b2196e963afbfeac3c2fa23ffda947bd88 Mon Sep 17 00:00:00 2001 From: Max Rees Date: Sun, 12 Apr 2020 21:25:56 -0500 Subject: x86_64: include all_video.mod for UEFI video support This should generally fix the "blind boot" issue that folks have been presenting in the support channel. --- post/arch/x86_64.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/post/arch/x86_64.sh b/post/arch/x86_64.sh index 3117f86..04d0f6d 100755 --- a/post/arch/x86_64.sh +++ b/post/arch/x86_64.sh @@ -5,10 +5,10 @@ if ! type grub-mkimage>/dev/null; then printf "If you don't have one, this will fail!\n" else printf '\033[01;32m * \033[37mInstalling GRUB...\033[00;39m\n' - grub-mkimage -c x86/early.cfg64 -v -p boot -o grubcore-stage1.img -O i386-pc biosdisk boot btrfs datetime disk ext2 gfxmenu help iso9660 jfs linux ls luks lvm memdisk nilfs2 normal part_gpt part_msdos png scsi search xfs reboot gfxterm gfxterm_background gfxterm_menu + grub-mkimage -c x86/early.cfg64 -v -p boot -o grubcore-stage1.img -O i386-pc biosdisk boot btrfs datetime disk ext2 gfxmenu help iso9660 jfs linux ls luks lvm memdisk nilfs2 normal part_gpt part_msdos png scsi search xfs reboot gfxterm gfxterm_background gfxterm_menu all_video cat /usr/lib/grub/i386-pc/cdboot.img grubcore-stage1.img > cdroot-x86_64/boot/grubcore.img - grub-mkimage -c x86/early.cfg64 -v -p boot -o x86/efi64.exe -O x86_64-efi boot btrfs datetime disk ext2 gfxmenu help iso9660 jfs ls luks lvm memdisk nilfs2 normal part_gpt part_msdos png scsi search xfs linux reboot gfxterm gfxterm_background gfxterm_menu + grub-mkimage -c x86/early.cfg64 -v -p boot -o x86/efi64.exe -O x86_64-efi boot btrfs datetime disk ext2 gfxmenu help iso9660 jfs ls luks lvm memdisk nilfs2 normal part_gpt part_msdos png scsi search xfs linux reboot gfxterm gfxterm_background gfxterm_menu all_video fi cp x86/grub.cfg64 cdroot-x86_64/boot/grub.cfg -- cgit v1.2.3-70-g09d2