diff --git a/bfo/pxelinux.cfg/bfo.conf b/bfo/pxelinux.cfg/bfo.conf index 6ed2a3f..cbcf5ea 100644 --- a/bfo/pxelinux.cfg/bfo.conf +++ b/bfo/pxelinux.cfg/bfo.conf @@ -15,7 +15,8 @@ boot.fedoraproject.org is based on the work done by the BKO install method will replace the large ISO images that are still quite popular. While still useful, it's likely that as Internet speeds get faster and faster that network based booting over remote links will become more -feasible. +feasible. boot.fedoraproject.org uses images from the ipxe project. +See: http://ipxe.org/ for more information. ENDTEXT MENU EXIT diff --git a/bfo/pxelinux.cfg/default b/bfo/pxelinux.cfg/default index f098933..5863376 100644 --- a/bfo/pxelinux.cfg/default +++ b/bfo/pxelinux.cfg/default @@ -1,8 +1,7 @@ DEFAULT vesamenu.c32 -PXERetry 5 MENU INCLUDE fedora.conf PROMPT 0 -MENU TITLE boot.fedoraproject.org +MENU TITLE boot.fedoraproject.org (version 2012-05-14) LABEL bootlocal MENU DEFAULT @@ -11,12 +10,10 @@ LABEL bootlocal This will exit from the network boot menu and attempt to boot from local media (hard disk, DVD, etc) ENDTEXT - localboot 0 + localboot 0x80 menu include pxelinux.cfg/fedora_install.conf Install menu include pxelinux.cfg/fedora_rescue.conf Rescue menu include pxelinux.cfg/fedora_prerelease.conf Prerelease menu include pxelinux.cfg/utilities.conf Utilities menu include pxelinux.cfg/bfo.conf About BFO - -menu include pxelinux.cfg/fedora_live.conf Experimental diff --git a/bfo/pxelinux.cfg/fedora_install.conf b/bfo/pxelinux.cfg/fedora_install.conf index 4d2ca94..5bdfd5a 100644 --- a/bfo/pxelinux.cfg/fedora_install.conf +++ b/bfo/pxelinux.cfg/fedora_install.conf @@ -6,6 +6,22 @@ TEXT HELP Install currently supported version of Fedora ENDTEXT +label Fedora-17-i386 + MENU LABEL Fedora-17-i386 + kernel http://download.fedoraproject.org/pub/fedora/linux/releases/17/Fedora/i386/os/images/pxeboot/vmlinuz + initrd http://download.fedoraproject.org/pub/fedora/linux/releases/17/Fedora/i386/os/images/pxeboot/initrd.img + TEXT HELP + Selecting this will boot the Fedora 17 i386 installer. + ENDTEXT + +label Fedora-17-x86_64 + MENU LABEL Fedora-17-x86_64 + kernel http://download.fedoraproject.org/pub/fedora/linux/releases/17/Fedora/x86_64/os/images/pxeboot/vmlinuz + initrd http://download.fedoraproject.org/pub/fedora/linux/releases/17/Fedora/x86_64/os/images/pxeboot/initrd.img + TEXT HELP + Selecting this will boot the Fedora 17 x86_64 installer. + ENDTEXT + label Fedora-16-i386 MENU LABEL Fedora-16-i386 kernel http://download.fedoraproject.org/pub/fedora/linux/releases/16/Fedora/i386/os/images/pxeboot/vmlinuz diff --git a/bfo/pxelinux.cfg/fedora_prerelease.conf b/bfo/pxelinux.cfg/fedora_prerelease.conf index 5ed7801..d790175 100644 --- a/bfo/pxelinux.cfg/fedora_prerelease.conf +++ b/bfo/pxelinux.cfg/fedora_prerelease.conf @@ -6,22 +6,11 @@ TEXT HELP Install Pre-release versions of Fedora (Alpha, Beta) ENDTEXT -label Fedora-17-Branched-i386 - MENU LABEL Fedora-17-Branched-i386 - kernel http://download.fedoraproject.org/pub/fedora/linux/development/17/i386/os/images/pxeboot/vmlinuz - initrd http://download.fedoraproject.org/pub/fedora/linux/development/17/i386/os/images/pxeboot/initrd.img +label No-prerelease + MENU LABEL No-prerelease TEXT HELP - Selecting this will boot the Fedora 17 Branched i386 installer. - Note that this is a PRE-RELEASE version. - ENDTEXT - -label Fedora-17-Branched-x86_64 - MENU LABEL Fedora-17-Branched-x86_64 - kernel http://download.fedoraproject.org/pub/fedora/linux/development/17/x86_64/os/images/pxeboot/vmlinuz - initrd http://download.fedoraproject.org/pub/fedora/linux/development/17/x86_64/os/images/pxeboot/initrd.img - TEXT HELP - Selecting this will boot the Fedora 17 Branched x86_64 installer. - Note that this is a PRE-RELEASE version. + There is currently no branched/prerelease version of Fedora available. + Check back later. ENDTEXT label uplvl diff --git a/bfo/pxelinux.cfg/fedora_rescue.conf b/bfo/pxelinux.cfg/fedora_rescue.conf index b54dd4d..d8c6f3c 100644 --- a/bfo/pxelinux.cfg/fedora_rescue.conf +++ b/bfo/pxelinux.cfg/fedora_rescue.conf @@ -7,56 +7,58 @@ TEXT HELP Rescue currently supported version of Fedora ENDTEXT +label Fedora-17-i386-rescue + MENU LABEL Fedora-17-i386-rescue + kernel http://download.fedoraproject.org/pub/fedora/linux/releases/17/Fedora/i386/os/images/pxeboot/vmlinuz + initrd http://download.fedoraproject.org/pub/fedora/linux/releases/17/Fedora/i386/os/images/pxeboot/initrd.img + APPEND rescue + TEXT HELP + Selecting this will boot the Fedora 17 i386 installer in rescue mode + ENDTEXT + +label Fedora-17-x86_64-rescue + MENU LABEL Fedora-17-x86_64-rescue + kernel http://download.fedoraproject.org/pub/fedora/linux/releases/17/Fedora/x86_64/os/images/pxeboot/vmlinuz + initrd http://download.fedoraproject.org/pub/fedora/linux/releases/17/Fedora/x86_64/os/images/pxeboot/initrd.img + APPEND rescue + TEXT HELP + Selecting this will boot the Fedora 17 x86_64 installer in rescue mode. + ENDTEXT + +label Fedora-16-i386-rescue + MENU LABEL Fedora-16-i386-rescue + kernel http://download.fedoraproject.org/pub/fedora/linux/releases/16/Fedora/i386/os/images/pxeboot/vmlinuz + initrd http://download.fedoraproject.org/pub/fedora/linux/releases/16/Fedora/i386/os/images/pxeboot/initrd.img + APPEND rescue + TEXT HELP + Selecting this will boot the Fedora 16 i386 installer in rescue mode. + ENDTEXT + +label Fedora-16-x86_64-rescue + MENU LABEL Fedora-16-x86_64-rescue + kernel http://download.fedoraproject.org/pub/fedora/linux/releases/16/Fedora/x86_64/os/images/pxeboot/vmlinuz + initrd http://download.fedoraproject.org/pub/fedora/linux/releases/16/Fedora/x86_64/os/images/pxeboot/initrd.img + APPEND rescue + TEXT HELP + Selecting this will boot the Fedora 16 x86_64 installer in rescue mode. + ENDTEXT + label Fedora-15-i386-rescue MENU LABEL Fedora-15-i386-rescue kernel http://download.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/i386/os/images/pxeboot/vmlinuz initrd http://download.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/i386/os/images/pxeboot/initrd.img + APPEND rescue TEXT HELP - Selecting this will boot the Fedora 15 i386 installer. + Selecting this will boot the Fedora 15 i386 installer in rescue mode. ENDTEXT label Fedora-15-x86_64-rescue MENU LABEL Fedora-15-x86_64-rescue kernel http://download.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/x86_64/os/images/pxeboot/vmlinuz initrd http://download.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/x86_64/os/images/pxeboot/initrd.img + APPEND rescue TEXT HELP - Selecting this will boot the Fedora 15 x86_64 installer. - ENDTEXT - -label Fedora-14-i386-rescue - MENU LABEL Fedora-14-i386 - kernel http://download.fedoraproject.org/pub/fedora/linux/releases/14/Fedora/i386/os/images/pxeboot/vmlinuz - initrd http://download.fedoraproject.org/pub/fedora/linux/releases/14/Fedora/i386/os/images/pxeboot/initrd.img - append rescue method=http://download.fedoraproject.org/pub/fedora/linux/releases/14/Fedora/i386/os/ - TEXT HELP - Selecting this will boot Fedora 14 i386 in rescue mode - ENDTEXT - -label Fedora-14-x86_64-rescue - MENU LABEL Fedora-14-x86_64 - kernel http://download.fedoraproject.org/pub/fedora/linux/releases/14/Fedora/x86_64/os/images/pxeboot/vmlinuz - initrd http://download.fedoraproject.org/pub/fedora/linux/releases/14/Fedora/x86_64/os/images/pxeboot/initrd.img - append rescue method=http://download.fedoraproject.org/pub/fedora/linux/releases/14/Fedora/x86_64/os/ - TEXT HELP - Selecting this will boot Fedora 14 x86_64 in rescue mode - ENDTEXT - -label Fedora-13-i386-rescue - MENU LABEL Fedora-13-i386 - kernel http://download.fedoraproject.org/pub/fedora/linux/releases/13/Fedora/i386/os/images/pxeboot/vmlinuz - initrd http://download.fedoraproject.org/pub/fedora/linux/releases/13/Fedora/i386/os/images/pxeboot/initrd.img - append rescue method=http://download.fedoraproject.org/pub/fedora/linux/releases/13/Fedora/i386/os/ - TEXT HELP - Selecting this will boot Fedora 13 i386 in rescue mode - ENDTEXT - -label Fedora-13-x86_64-rescue - MENU LABEL Fedora-13-x86_64 - kernel http://download.fedoraproject.org/pub/fedora/linux/releases/13/Fedora/x86_64/os/images/pxeboot/vmlinuz - initrd http://download.fedoraproject.org/pub/fedora/linux/releases/13/Fedora/x86_64/os/images/pxeboot/initrd.img - append rescue method=http://download.fedoraproject.org/pub/fedora/linux/releases/13/Fedora/x86_64/os/ - TEXT HELP - Selecting this will boot Fedora 13 x86_64 in rescue mode + Selecting this will boot the Fedora 15 x86_64 installer in rescue mode. ENDTEXT label uplvl diff --git a/bfo/pxelinux.cfg/utilities.conf b/bfo/pxelinux.cfg/utilities.conf index 673491d..038946a 100644 --- a/bfo/pxelinux.cfg/utilities.conf +++ b/bfo/pxelinux.cfg/utilities.conf @@ -16,9 +16,9 @@ label hdt project. ENDTEXT -label memtest86+-4.00 - menu memtest86+-4.00 - kernel memtest86+-4.00 +label memtest86+-4.20 + menu memtest86+-4.20 + kernel memtest86+-4.20 TEXT HELP Memtest86+ is a thorough stand-alone memory test for x86 and x86-64 architecture computers. BIOS based memory tests are only a quick