Skip to content

Instantly share code, notes, and snippets.

@gojun077
Last active February 6, 2016 02:27
Show Gist options
  • Save gojun077/1505c324c462055ecdf4 to your computer and use it in GitHub Desktop.
Save gojun077/1505c324c462055ecdf4 to your computer and use it in GitHub Desktop.
Legacy BIOS PXE configuration file for installing Archlinux over http
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