diff --git a/iso/boot/grub/grub.cfg b/iso/boot/grub/grub.cfg index a0e17e73..aca981f0 100644 --- a/iso/boot/grub/grub.cfg +++ b/iso/boot/grub/grub.cfg @@ -1,5 +1,7 @@ set timeout=1 set default="0" +insmod vbe +insmod vga menuentry "Asuro" --id asuro { multiboot /boot/asuro.bin }