diff --git a/usr/share/archboot/bootloader/bootloader.cfg b/usr/share/archboot/bootloader/bootloader.cfg index 343935a1a..ab470432d 100644 --- a/usr/share/archboot/bootloader/bootloader.cfg +++ b/usr/share/archboot/bootloader/bootloader.cfg @@ -29,6 +29,13 @@ MENU COLOR timeout 1;37;40 #c0ffffff #00000000 std MENU COLOR msg07 37;40 #90ffffff #a0000000 std MENU COLOR tabmsg 31;40 #30ffffff #00000000 std +LABEL help +TEXT HELP +For general information press F1 key. +For troubleshooting and other options press F2 key. +ENDTEXT +MENU LABEL Help + LABEL arch TEXT HELP Boot the Arch Linux archboot medium. It allows you to install Arch Linux or diff --git a/usr/share/archboot/bootloader/messages/allinone b/usr/share/archboot/bootloader/messages/allinone index 2f920aa3e..abe78ce6b 100644 --- a/usr/share/archboot/bootloader/messages/allinone +++ b/usr/share/archboot/bootloader/messages/allinone @@ -14,11 +14,11 @@ Standard kernel: @@KERNEL@@ / Long Time Support kernel: @@LTS_KERNEL@@ Architecture: i686 / x86_64 RAM requirement to boot: 320 MB or greater -Available boot options (no input will boot the 32bit archboot system): -- 'arch ' to boot the archboot system. -- 'arch64 ' to boot the 64bit archboot system. -- 'arch-lts ' to boot the LTS archboot system. -- 'arch64-lts ' to boot the 64bit LTS archboot system. -- 'memtest' to start the memory test program memtest86+. + + + + + - For troubleshooting and other options press the F2 key. +- Press Enter to return to main menu. diff --git a/usr/share/archboot/bootloader/messages/append-message b/usr/share/archboot/bootloader/messages/append-message index 8d5c71053..e1adbc7f3 100644 --- a/usr/share/archboot/bootloader/messages/append-message +++ b/usr/share/archboot/bootloader/messages/append-message @@ -1,9 +1,9 @@ -Available boot options (no input will boot the archboot system): -- 'arch ' to boot the archboot system. -- 'arch root=/dev/??? ' to boot into an existing system. -- 'memtest' to start the memory test program memtest86+. + + + +- Press Enter to return to main menu. - For troubleshooting and other options press the F2 key. diff --git a/usr/share/archboot/bootloader/messages/append-options b/usr/share/archboot/bootloader/messages/append-options index b0560913c..690c8e0d6 100644 --- a/usr/share/archboot/bootloader/messages/append-options +++ b/usr/share/archboot/bootloader/messages/append-options @@ -2,9 +2,8 @@ Archboot options and troubleshooting: ------------------------------------- - If your system hangs during the boot process, any combinations of the boot options: 'noapic acpi=off pci=routeirq nosmp nomsi' may be useful. - -- General installation instructions and boot options, please have a look at: - /arch/archboot.txt +- General installation instructions and boot options, + please have a look at: /arch/archboot.txt Archboot resourses: ------------------- @@ -22,3 +21,4 @@ Arch Linux resources: - Subversion: http://www.archlinux.org/svn - For returning to start screen press F1 key. +- Press Enter to return to main menu.