快雪时晴 发表于 2013-6-28 23:52
下载了0PE_NBv1.4.7(2013-06-16).zip
【零PE 】http://pan.baidu.com/share/home?uk=3475975191
没看 ...
Breaking the loop with an embedded script
Another way to break the infinite loop is to build iPXE with an embedded script that directs iPXE to boot from a fixed URL. For example, if you create the script file demo.ipxe containing:
#!ipxe
dhcp
chain http://boot.ipxe.org/demo/boot.php
and then build your own version of iPXE with this script embedded:
make bin/undionly.kpxe EMBED=demo.ipxe
then the chainloaded iPXE will always boot from http://boot.ipxe.org/demo/boot.php regardless of the DHCP server configuration.
欢迎光临 无忧启动论坛 (http://bbs.wuyou.net/) | Powered by Discuz! X3.3 |