Thanks to visit codestin.com
Credit goes to github.com

Skip to content

xrgzs/xrsys-ipxe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

潇然系统网络启动

GitHub last commit GitHub Actions Workflow Status

(🛠️WIP)潇然系统网络启动(XRSYS-iPXE,XRPXE)通过网络引导系统,实现在线安装系统🌟🚀

🫡由 iPXE 强力驱动。

编译

sudo apt install gcc binutils make perl mtools mkisofs syslinux liblzma-dev isolinux
git clone https://github.com/xrgzs/xrsys-ipxe.git
cd xrsys-ipxe
make -j 4 -C src everything

启动

#!ipxe
dhcp
chain http://url.xrgzs.lmxiao.top/ipxe

参考

https://itexp.blog.csdn.net/article/details/131125851

https://www.egg0.com/show/19831.html

About

潇然系统网络启动,XRSYS-iPXE,XRPXE

Resources

License

Stars

Watchers

Forks

Languages

  • C 97.0%
  • Assembly 1.5%
  • Perl 0.6%
  • Makefile 0.4%
  • Python 0.2%
  • C++ 0.1%
  • Other 0.2%