2021年4月16日 星期五

ipxe + uefi 摘要

產生 UEFI ipxe
make bin-x86_64-efi/808610de.efirom
make bin-x86_64-efi/ipxe.efi

tftp、http server ip address 10.1.1.1
i.ipxe 內容
#!ipxe
ifopen || dhcp
set web http://10.1.1.1/
kernel ${web}/vmlinuz initrd=in
initrd ${web}/in
boot

dnsmadq.conf 內容
dhcp-match=set:ipxe,175
dhcp-boot=tag:!ipxe,ipxe.efi,pxeserver,10.1.1.1
dhcp-boot=http://10.1.1.1/i.ipxe

參考
https://ipxe.org/download

沒有留言: