diff --git a/grub.cfg b/grub.cfg index a51fb88..fed0a43 100644 --- a/grub.cfg +++ b/grub.cfg @@ -1,16 +1,13 @@ -if loadfont $prefix/font.pf2 ; then - set gfxmode=800x600 - set gfxpayload=keep - insmod efi_gop - insmod efi_uga - insmod video_bochs - insmod video_cirrus - insmod gfxterm - insmod png - terminal_output gfxterm -fi - set theme=($root)/boot/grub/theme.txt +set gfxmode=800x600 +set gfxpayload=keep +insmod efi_gop +insmod efi_uga +insmod video_bochs +insmod video_cirrus +insmod gfxterm +insmod png +terminal_output gfxterm background_image /splash.png insmod play