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>
This commit is contained in:
parent
6ab45e28db
commit
20b296f800
@ -5,12 +5,12 @@ 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_ide.img
|
||||
|
||||
title Boot ArchLinux LiveCD [Legacy PATA]
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user