|
iPXE通过和MyWebServer可以简单的来加密菜单
ipxe菜单示例:
:diskgen
login
initrd http://${username:uristring}:${password:uristring}@${next-server}/tinypxe/img/DISKGEN.img
chain http://${username:uristring}:${password:uristring}@${next-server}/tinypxe/memdisk || goto failed
:win8pe
login
kernel http://${username:uristring}:${password:uristring}@${next-server}/tinypxe/wimboot
initrd http://${username:uristring}:${password:uristring}@${next-server}/tinypxe/boot/bootmg8.exe bootmgr.exe
initrd http://${username:uristring}:${password:uristring}@${next-server}/tinypxe/boot/BC8 BC8
initrd http://${username:uristring}:${password:uristring}@${next-server}/tinypxe/boot/boot.sdi boot.sdi
initrd http://${username:uristring}:${password:uristring}@${next-server}/tinypxe/boot/Win8PE.wim Win8PE.wim
boot || goto failed
MyWebServer是一款简易的WEB服务器,这个百度一搜一大堆,就不上传了
配置:
|
-
2.png
(27.02 KB, 下载次数: 112)
2
-
1.png
(26.94 KB, 下载次数: 126)
1
|