zl程序教程

您现在的位置是:首页 >  系统

当前栏目

pxelinux.0:winboot:网络引导(启动)wim格式的windows PE系统:配置文件写法

Windows网络系统配置文件 启动 格式 写法 引导
2023-09-27 14:24:28 时间

关键:加载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