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

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

todo:經過標準kenerl的append傳入啓動參數..........todo、todoapp

 

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
相關文章
相關標籤/搜索