revert between 56095 -> 55830 in arch
[AROS.git] / arch / x86_64-pc / boot / grub2 / grub.cfg
bloba81274557da19e64f1897a8c9532478a656a13e1
1 if loadfont /boot/pc/grub/unicode.pf2 ; then
2         insmod vbe
3         insmod gfxterm
4         set gfxmode=640x480
5         terminal_output gfxterm
6         insmod png
7         background_image /boot/pc/grub/splash.png
8 fi
10 # Timeout for menu
11 set timeout=5
13 # Set default boot entry as VESA Gfx @ 1024x768-32bpp
14 set default=13
16 menuentry "AROS64 with native Gfx" {
17     multiboot @module.bootstrap@ ATA=32bit
18 @modules.default@
21 menuentry "AROS64 with VESA Gfx @ 640x480-8bpp" {
22     multiboot @module.bootstrap@ vesa=640x480x8 ATA=32bit nomonitors
23 @modules.default@
26 menuentry "AROS64 with VESA Gfx @ 800x600-8bpp" {
27     multiboot @module.bootstrap@ vesa=800x600x8 ATA=32bit nomonitors
28 @modules.default@
31 menuentry "AROS64 with VESA Gfx @ 1024x768-8bpp" {
32     multiboot @module.bootstrap@ vesa=1024x768x8 ATA=32bit nomonitors
33 @modules.default@
36 menuentry "AROS64 with VESA Gfx @ 1280x1024-8bpp" {
37     multiboot @module.bootstrap@ vesa=1280x1024x8 ATA=32bit nomonitors
38 @modules.default@
41 menuentry "AROS64 with VESA Gfx @ 640x480-16bpp" {
42     multiboot @module.bootstrap@ vesa=640x480x16 ATA=32bit nomonitors
43 @modules.default@
46 menuentry "AROS64 with VESA Gfx @ 800x600-16bpp" {
47     multiboot @module.bootstrap@ vesa=800x600x16 ATA=32bit nomonitors
48 @modules.default@
51 menuentry "AROS64 with VESA Gfx @ 1024x768-16bpp" {
52     multiboot /boot/pc/bootstrap.gz vesa=1024x768x16 ATA=32bit nomonitors
53 @modules.default@
56 menuentry "AROS64 with VESA Gfx @ 1280x1024-16bpp" {
57     multiboot @module.bootstrap@ vesa=1280x1024x16 ATA=32bit nomonitors
58 @modules.default@
61 menuentry "AROS64 with VESA Gfx @ 640x480-32bpp" {
62     multiboot @module.bootstrap@ vesa=640x480x32 ATA=32bit nomonitors
63 @modules.default@
66 menuentry "AROS64 with VESA Gfx @ 800x600-32bpp" {
67     multiboot @module.bootstrap@ vesa=800x600x32 ATA=32bit nomonitors
68 @modules.default@
71 menuentry "AROS64 with VESA Gfx @ 1024x768-32bpp" {
72     multiboot @module.bootstrap@ vesa=1024x768x32 ATA=32bit nomonitors
73 @modules.default@
76 menuentry "AROS64 with VESA Gfx @ 1280x1024-32bpp" {
77     multiboot @module.bootstrap@ vesa=1280x1024x32 ATA=32bit nomonitors
78 @modules.default@
81 menuentry "AROS64 with VESA Gfx @ 32bpp and legacy drivers)" {
82     multiboot @module.bootstrap@ vesa=32bit ATA=32bit nomonitors
83 @modules.default@
84     module /boot/pc/aros-legacy.pkg.gz
87 menuentry "AROS64 with VGA @ 640x480-4bpp" {
88     multiboot @module.bootstrap@ ATA=32bit nomonitors
89 @modules.default@
92 menuentry "AROS64 with VGA @ 640x480-4bpp (slow ATA)" {
93     multiboot @module.bootstrap@ ATA=nodma nomonitors
94 @modules.default@