无忧启动论坛

标题: Console与wimboot的参数GUI冲突 [打印本页]

作者: xgBluebird    时间: 2026-1-11 01:39
标题: Console与wimboot的参数GUI冲突
在ipxe菜单中使用了
imgfetch --name menubackimg  ${protocol}://${booturl}/ipxe.png
console --picture menubackimg --x 800 --y 600 --keep
但在选择菜单后再执行加载PE镜像时报错(在未用图片前,这一段是正常加载的)
:wimboot  #启动菜单上选中的PE
kernel ${protocol}://${booturl}/boot/wimboot gui | goto retry
initrd ${protocol}://${booturl}/boot/boot.sdi boot.sdi  || goto retry
initrd ${protocol}://${booturl}/bootmgr.exe bootmgr.exe || goto retry
initrd ${protocol}://${booturl}/boot/bxe bxd || goto retry
initrd ${protocol}://${booturl}/wim/${bootfile}  boot.wim || goto retry
boot || goto retry
goto start
报command line: "gui"
Bad CPIO magic
FATAL: could not extract initrd files

如果去掉gui,即 kernel ${protocol}://${booturl}/boot/wimboot || goto retry
.....
报Bad CPIO magic
FATAL: could not extract initrd files

作者: win82    时间: 2026-1-11 06:51
学习一下
作者: ebaqiang    时间: 2026-1-11 10:29
进来学习一下
作者: a66    时间: 2026-1-11 11:56
不错
作者: guong    时间: 2026-1-11 13:00
来了解下
作者: mygamexxx    时间: 2026-1-14 15:29
本帖最后由 mygamexxx 于 2026-1-23 12:59 编辑

initrd ${protocol}://${booturl}/boot/bxe bxd || goto retry
bxd要改为bcd吧?

ScreenShot_2026-01-23_125638_991.png (47.07 KB, 下载次数: 8)

ScreenShot_2026-01-23_125638_991.png

作者: welixin    时间: 2026-1-15 23:28
不错




欢迎光临 无忧启动论坛 (http://bbs.c3.wuyou.net/) Powered by Discuz! X3.3