revert commit 56204.
[AROS.git] / arch / i386-pc / boot / grub / menu.lst
blob5d20c4a71767a72a23626ee1ed8daaa995ee40e1
1 timeout 5
2 default 4
4 title AROS (native graphics)
5     kernel @module.bootstrap@ ATA=32bit
6 @modules.default@
8 title AROS (true colour VESA graphics)
9     kernel @module.bootstrap@ vesa=32bit ATA=32bit nomonitors
10 @modules.default@
11         
12 title AROS (high colour VESA graphics)
13     kernel @module.bootstrap@ vesa=16bit ATA=32bit nomonitors
14 @modules.default@
16 title AROS (true colour VESA graphics, legacy drivers)
17     kernel @module.bootstrap@ vesa=32bit ATA=32bit nomonitors
18 @modules.default@
19     module /boot/pc/aros-legacy.pkg.gz
21 title AROS (true colour VESA graphics: 1024x768)
22     kernel @module.bootstrap@ vesa=1024x768 ATA=32bit nomonitors
23 @modules.default@
25 title AROS (true colour VESA graphics: 1280x1024)
26     kernel @module.bootstrap@ vesa=1280x1024 ATA=32bit nomonitors
27 @modules.default@
29 title AROS (VGA graphics, safe mode)
30     kernel @module.bootstrap@ ATA=nodma debug=memory nomonitors
31 @modules.default@