update grub main config

This commit is contained in:
Tobias Powalowski 2023-10-02 22:22:57 +02:00
parent 4f6b3bb4fb
commit f3f35d22ba

View file

@ -1,4 +1,3 @@
search --no-floppy --set=root --file /boot/grub/archboot-background.png
rmmod tpm
if [ ${grub_platform} == "efi" ]; then
insmod all_video
@ -19,9 +18,9 @@ insmod video_bochs
insmod video_cirrus
insmod font
insmod serial
insmod png
serial --unit=0 --speed=115200
if loadfont ter-u16n ; then
insmod png
insmod gfxterm
set gfxmode="auto"
set gfxpayload="keep"