ISO/configs/install-iso/boot-files/grub/menu.lst
Gerhard Brauer 20b296f800 Legacy and non-legacy boot methods were swapped
PATA is the new-hotness, IDE is the old (legacy)
mode. Somehow this has been switched around for some
time...

Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2008-12-23 14:53:27 -08:00

32 lines
642 B
Plaintext

timeout 300
default 0
color light-blue/blue black/light-grey
splashimage=/boot/splash.xpm.gz
title Boot ArchLinux LiveCD
kernel /boot/vmlinuz26 lang=en locale=en_US.UTF-8 ramdisk_size=75%
initrd /boot/archiso_pata.img
title Boot ArchLinux LiveCD [Legacy IDE]
kernel /boot/vmlinuz26 lang=en locale=en_US.UTF-8 ramdisk_size=75%
initrd /boot/archiso_ide.img
title Tools...
configfile /boot/grub/tools.lst
title Grub Settings...
configfile /boot/grub/settings.lst
title View Help...
configfile /boot/grub/help.lst
title More Options...
configfile /boot/grub/more.lst
title Shutdown the Computer
halt
title Reboot the Computer
reboot