1 # On EFI we must always have graphics drivers.
2 # Otherwise GRUB can't set up display mode for the kickstart.
6 if loadfont /EFI/BOOT/grub/unicode.pf2 ; then
9 terminal_output gfxterm
11 background_image /EFI/BOOT/grub/splash.png
17 # Set default boot entry as framebuffer Gfx
20 menuentry "AROS64 with native Gfx" {
21 multiboot2 @module.bootstrap@ ATA=32bit forceusbpower
25 menuentry "AROS64 with framebuffer Gfx" {
26 multiboot2 @module.bootstrap@ ATA=32bit nomonitors forceusbpower
30 menuentry "AROS64 with framebuffer Gfx (slow ATA)" {
31 multiboot2 @module.bootstrap@ ATA=nodma nomonitors forceusbpower