Indentation fix, cleanup.
[AROS.git] / arch / i386-pc / boot / grub2 / grub.cfg
blob217c6d2e037ed4338be2e9ecce8d59ab81dad97e
1 # Timeout for menu
2 set timeout=5
4 # Set default boot entry as VESA Gfx @ 1024x768-32bpp
5 set default=4
7 if loadfont /boot/pc/grub/unicode.pf2 ; then
8         insmod vbe
9         insmod gfxterm
10         set gfxmode=640x480
11         terminal_output gfxterm
12         insmod png
13         background_image /boot/pc/grub/splash.png
16 menuentry "AROS (native graphics)" {
17     multiboot @module.bootstrap@ ATA=32bit
18 @modules.default@
21 menuentry "AROS (true colour VESA graphics)" {
22     multiboot @module.bootstrap@ vesa=32bit ATA=32bit nomonitors
23 @modules.default@
26 menuentry "AROS (high colour VESA graphics)" {
27     multiboot @module.bootstrap@ vesa=16bit ATA=32bit nomonitors
28 @modules.default@
31 menuentry "AROS (true colour VESA graphics, legacy drivers)" {
32     multiboot @module.bootstrap@ vesa=32bit ATA=32bit nomonitors
33 @modules.default@
34     module /boot/pc/aros-legacy.pkg.gz
37 menuentry "AROS (true colour VESA graphics: 1024x768)" {
38     multiboot @module.bootstrap@ vesa=1024x768 ATA=32bit nomonitors
39 @modules.default@
42 menuentry "AROS (true colour VESA graphics: 1280x1024)" {
43     multiboot @module.bootstrap@ vesa=1280x1024 ATA=32bit nomonitors
44 @modules.default@
47 menuentry "AROS (VGA graphics, safe mode)" {
48     multiboot @module.bootstrap@ ATA=nodma debug=memory nomonitors
49 @modules.default@