update grub main config

This commit is contained in:
Tobias Powalowski 2023-10-02 22:40:23 +02:00
parent f3f35d22ba
commit f5119ae629

View file

@ -1,4 +1,4 @@
rmmod tpm
search --no-floppy --set=root --file /boot/grub/archboot-background.png
if [ ${grub_platform} == "efi" ]; then
insmod all_video
insmod efi_gop
@ -12,14 +12,13 @@ if [ ${grub_platform} == "efi" ]; then
elif [ ${grub_platform} == "pc" ]; then
insmod vbe
insmod vga
insmod png
fi
insmod video_bochs
insmod video_cirrus
insmod font
insmod serial
serial --unit=0 --speed=115200
if loadfont ter-u16n ; then
if loadfont ter-u16n; then
insmod png
insmod gfxterm
set gfxmode="auto"