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
相关文章
相关标签/搜索