diff --git a/usr/share/archboot/grub/archboot-main-grub.cfg b/usr/share/archboot/grub/archboot-main-grub.cfg index ca7959192..6b78cc60f 100644 --- a/usr/share/archboot/grub/archboot-main-grub.cfg +++ b/usr/share/archboot/grub/archboot-main-grub.cfg @@ -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"