使用IPXE引导启动netboox.xyz安装任意系统
- curl -4 https://boot.netboot.xyz/ipxe/netboot.xyz.lkrn -o /boot/netboot.xyz.lkrn
- cat <<EOF >>/etc/grub.d/40_custom
- menuentry "netboot.xyz.lkrn" {
- linux16 /boot/netboot.xyz.lkrn
- }
- EOF
- grub2-mkconfig -o /boot/grub2/grub.cfg
- reboot
重启,等待引导进入netboot.xyz选择任意系统进行安装。