Last active
February 6, 2016 02:27
-
-
Save gojun077/1505c324c462055ecdf4 to your computer and use it in GitHub Desktop.
Legacy BIOS PXE configuration file for installing Archlinux over http
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DEFAULT menu.c32 | |
PROMPT 0 | |
MENU TITLE PXE Boot Menu for Legacy BIOS | |
LABEL arch64_http | |
TEXT HELP | |
Boot the Arch Linux (x86_64) live medium (Using HTTP). | |
It allows you to install Arch Linux or perform system maintenance. | |
ENDTEXT | |
MENU LABEL Boot Arch Linux (x86_64) (HTTP) | |
LINUX images/arch_x64/vmlinuz | |
INITRD images/arch_x64/intel_ucode.img,images/arch_x64/archiso.img | |
APPEND archisobasedir=arch archiso_http_srv=http://192.168.95.97:8080/ | |
SYSAPPEND 3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment