diff --git a/usr/share/archboot/bootloader/allinone.cfg b/usr/share/archboot/bootloader/allinone.cfg index c8ad452ea..d606ba495 100644 --- a/usr/share/archboot/bootloader/allinone.cfg +++ b/usr/share/archboot/bootloader/allinone.cfg @@ -1,4 +1,4 @@ -DEFAULT vesamenu.c32 +DEFAULT vesamoenu.c32 PROMPT @@PROMPT@@ MENU TITLE Arch Linux (archboot) MENU BACKGROUND splash.png @@ -42,8 +42,8 @@ Boot the Arch Linux (i686) archboot medium. It allows you to install Arch Linux or perform system maintenance. ENDTEXT MENU LABEL Boot Arch Linux (i686) -KERNEL vmlinuz -APPEND initrd=initrd.img @@KERNEL_BOOT_OPTIONS@@ +KERNEL /boot/vmlinuz +APPEND initrd=/boot/initrd.img @@KERNEL_BOOT_OPTIONS@@ LABEL arch64 TEXT HELP @@ -51,8 +51,8 @@ Boot the Arch Linux (x86_64) archboot medium. It allows you to install Arch Linux or perform system maintenance. ENDTEXT MENU LABEL Boot Arch Linux (x86_64) -KERNEL vm64 -APPEND initrd=initrd64.img @@KERNEL_BOOT_OPTIONS@@ +KERNEL /boot/vm64 +APPEND initrd=/boot/initrd64.img @@KERNEL_BOOT_OPTIONS@@ LABEL arch-lts TEXT HELP @@ -60,8 +60,8 @@ Boot the Arch Linux LTS (i686) archboot medium. It allows you to install Arch Linux or perform system maintenance. ENDTEXT MENU LABEL Boot Arch Linux LTS (i686) -KERNEL vmlts -APPEND initrd=initrdlts.img @@KERNEL_BOOT_OPTIONS@@ +KERNEL /boot/vmlts +APPEND initrd=/boot/initrdlts.img @@KERNEL_BOOT_OPTIONS@@ LABEL arch64-lts TEXT HELP @@ -69,8 +69,8 @@ Boot the Arch Linux LTS (x86_64) archboot medium. It allows you to install Arch Linux or perform system maintenance. ENDTEXT MENU LABEL Boot Arch Linux LTS (x86_64) -KERNEL vm64lts -APPEND initrd=initrd64lts.img @@KERNEL_BOOT_OPTIONS@@ +KERNEL /boot/vm64lts +APPEND initrd=/boot/initrd64lts.img @@KERNEL_BOOT_OPTIONS@@ LABEL existing TEXT HELP @@ -84,7 +84,7 @@ APPEND hd0 0 # http://www.memtest.org/ LABEL memtest MENU LABEL Run Memtest86+ (RAM test) -KERNEL memtest +KERNEL /boot/memtest # Link down atm! # http://www.vortex.prodigynet.co.uk/x86test/ diff --git a/usr/share/archboot/bootloader/bootloader.cfg b/usr/share/archboot/bootloader/bootloader.cfg index 580d9fe13..32f96358d 100644 --- a/usr/share/archboot/bootloader/bootloader.cfg +++ b/usr/share/archboot/bootloader/bootloader.cfg @@ -42,8 +42,8 @@ Boot the Arch Linux archboot medium. It allows you to install Arch Linux or perform system maintenance. ENDTEXT MENU LABEL Boot Arch Linux -KERNEL vmlinuz -APPEND initrd=initrd.img @@KERNEL_BOOT_OPTIONS@@ +KERNEL /boot/vmlinuz +APPEND initrd=/boot/initrd.img @@KERNEL_BOOT_OPTIONS@@ LABEL existing TEXT HELP @@ -57,7 +57,7 @@ APPEND hd0 0 # http://www.memtest.org/ LABEL memtest MENU LABEL Run Memtest86+ (RAM test) -KERNEL memtest +KERNEL /boot/memtest # Link down atm! # http://www.vortex.prodigynet.co.uk/x86test/