我目前正在制作一个启动盘(类似于 Medicat),它将启动 live/installer linux 和 windows PE/install。我已设法让 bootmgr 加载到 ISO 上,但它说缺少 boot/BCD。有没有办法使用 isolinux/syslinux 从备用位置加载 BCD?
我在 Windows 上的条目如下:
label 11
menu label Multi Windows 10 Install ==>
com32 chain.c32
append boot ntldr=/WindowsInstall/Windows10/bootmgr
label 12
menu label Multi ^Windows 10 PE ==>
com32 chain.c32
append boot ntldr=/WindowsPE/Windows10/bootmgr
每个 Windows 磁盘都存储在 WindowsPE 或 WindowsInstall 目录下。因此,Windows 安装的 BCD 存储为 /WindowsInstall/Windows10/boot/bcd