pxelinux.0:winboot:網絡引導(啟動)wim格式的windows PE系統:配置文件寫法


關鍵:加載wimboot引導模塊,並傳入參數

todo:通過標准kenerl的append傳入啟動參數..........todo、todo

 

default menu.c32

label wimboot pe by linux.c32
    com32 linux.c32
    append wimboot initrdfile=bootmgr@bootmgr,bcd@bcd,boot.sdi@boot.sdi,/pe/pe.wim@boot.wim
    append wimboot initrdfile=bootmgr@bootmgr,bcd@bcd,boot.sdi@boot.sdi,/pe/10PE64.wim@boot.wim

label wimboot pe by linux.c32 & wimboot
    com32 linux.c32 wimboot
    append         initrdfile=bootmgr@bootmgr,bcd@bcd,boot.sdi@boot.sdi,/pe/pe.wim@boot.wim

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM