|
本帖最后由 shuini 于 2023-5-17 08:37 编辑
title 启动 RAMOS 2022D A
find --ignore-floppies --ignore-cd /EFI/grub/ext/ntloader | set x=
echo x=%x%
find --ignore-floppies --ignore-cd --set-root /IMG/RAM2022D.vhd
map --mem --top /IMG/RAM2022D.vhd (hd)
uuid (hd-1,0)
chainloader %x%/EFI/grub/ext/ntloader uuid=%?_UUID% initrd=/EFI/grub/ext/initrd.lz1 hires=1
title 启动 RAMOS 2022D B
find --set-root /IMG/RAM2022D.VHD
map --mem --top /IMG/RAM2022D.VHD (hd)
chainloader (hd-1)
以上AB两个菜单启动的是同一个VHD,无意中发现A菜单启动后系统并没有加载BCD。B菜单则正常加载了BCD,但 mountvol.exe X: /S 命令好像失效了,显示参数错误。
|
|