跳到主要内容

Netboot

后缀说明
.isoCD/DVD, 虚拟光驱, DARC/iLO, VMware, VBox
.dsk1.44 MB 软盘, 虚拟软盘, DARC/iLO, VMware, VBox
.usb用于创建 USB
.lkrn用于从 GRUB/EXTLINUX 启动
.kpxeDHCP 启动镜像或內建 iPXE 网卡
undionly.kpxe带 UNDI 支持的 PXE 镜像
.efiEFI 启动镜像
wget -nd -P x86_64 --mirror http://boot.alpinelinux.org/images/latest-stable/x86_64/

netboot.xyz

# 使用 netboot.xyz 启动脚本
# 如果不支持 https 则可以使用 http
chain --autofree https://boot.netboot.xyz

https://boot.netboot.xyz

#!ipxe
#### boot.netboot.xyz initial loader ####
#### see http://netboot.xyz for more information ####
set conn_type https
chain --autofree https://boot.netboot.xyz/menu.ipxe || echo HTTPS failed... attempting HTTP...
set conn_type http
chain --autofree http://boot.netboot.xyz/menu.ipxe || echo HTTP failed, localbooting...