1 if loadfont /boot/pc/grub/unicode.pf2 ; then
5 terminal_output gfxterm
7 background_image /boot/pc/grub/splash.png
13 # Set default boot entry as VESA Gfx @ 1024x768-32bpp
16 menuentry "AROS64 with native Gfx" {
17 multiboot @module.bootstrap@ ATA=32bit
21 menuentry "AROS64 with VESA Gfx @ 640x480-8bpp" {
22 multiboot @module.bootstrap@ vesa=640x480x8 ATA=32bit nomonitors
26 menuentry "AROS64 with VESA Gfx @ 800x600-8bpp" {
27 multiboot @module.bootstrap@ vesa=800x600x8 ATA=32bit nomonitors
31 menuentry "AROS64 with VESA Gfx @ 1024x768-8bpp" {
32 multiboot @module.bootstrap@ vesa=1024x768x8 ATA=32bit nomonitors
36 menuentry "AROS64 with VESA Gfx @ 1280x1024-8bpp" {
37 multiboot @module.bootstrap@ vesa=1280x1024x8 ATA=32bit nomonitors
41 menuentry "AROS64 with VESA Gfx @ 640x480-16bpp" {
42 multiboot @module.bootstrap@ vesa=640x480x16 ATA=32bit nomonitors
46 menuentry "AROS64 with VESA Gfx @ 800x600-16bpp" {
47 multiboot @module.bootstrap@ vesa=800x600x16 ATA=32bit nomonitors
51 menuentry "AROS64 with VESA Gfx @ 1024x768-16bpp" {
52 multiboot /boot/pc/bootstrap.gz vesa=1024x768x16 ATA=32bit nomonitors
56 menuentry "AROS64 with VESA Gfx @ 1280x1024-16bpp" {
57 multiboot @module.bootstrap@ vesa=1280x1024x16 ATA=32bit nomonitors
61 menuentry "AROS64 with VESA Gfx @ 640x480-32bpp" {
62 multiboot @module.bootstrap@ vesa=640x480x32 ATA=32bit nomonitors
66 menuentry "AROS64 with VESA Gfx @ 800x600-32bpp" {
67 multiboot @module.bootstrap@ vesa=800x600x32 ATA=32bit nomonitors
71 menuentry "AROS64 with VESA Gfx @ 1024x768-32bpp" {
72 multiboot @module.bootstrap@ vesa=1024x768x32 ATA=32bit nomonitors
76 menuentry "AROS64 with VESA Gfx @ 1280x1024-32bpp" {
77 multiboot @module.bootstrap@ vesa=1280x1024x32 ATA=32bit nomonitors
81 menuentry "AROS64 with VESA Gfx @ 32bpp and legacy drivers)" {
82 multiboot @module.bootstrap@ vesa=32bit ATA=32bit nomonitors
84 module /boot/pc/aros-legacy.pkg.gz
87 menuentry "AROS64 with VGA @ 640x480-4bpp" {
88 multiboot @module.bootstrap@ ATA=32bit nomonitors
92 menuentry "AROS64 with VGA @ 640x480-4bpp (slow ATA)" {
93 multiboot @module.bootstrap@ ATA=nodma nomonitors