disable bli on aarch64, it breaks Parallels and UTM

This commit is contained in:
Tobias Powalowski 2023-10-01 21:55:43 +02:00
parent 71acdd7704
commit 7b96d65caf

View file

@ -1,12 +1,10 @@
search --no-floppy --set=root --file /boot/grub/archboot-background.png
rmmod tpm
if [ ${grub_platform} == "efi" ]; then
insmod bli
insmod all_video
insmod efi_gop
if [ ${grub_cpu} == "x86_64" ]; then
insmod efi_uga
elif [ ${grub_cpu} == "i386" ]; then
if [ ${grub_cpu} == "x86_64" ] || [ ${grub_cpu} == "i386" ]; then
insmod bli
insmod efi_uga
fi
elif [ ${grub_platform} == "pc" ]; then