diff --git a/files/mnt/p1/boot/grub/grub.cfg b/files/mnt/p1/boot/grub/grub.cfg index 20b82b5e..b97744c8 100644 --- a/files/mnt/p1/boot/grub/grub.cfg +++ b/files/mnt/p1/boot/grub/grub.cfg @@ -35,11 +35,7 @@ fi if loadfont unicode; then set gfxmode=auto - if [ "${grub_platform}" = "efi" ]; then - terminal_output --append gfxterm - else - terminal_output gfxterm - fi + terminal_output gfxterm fi if serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1; then