|
本帖最后由 liuzhaoyzz 于 2021-6-16 11:43 编辑
grub4dos-for_UEFI-2021-06-02,搭配ntloader2021-06-16
title WIN7X64-SVBUS (/VHD/SX70211.vhd)-kernel ntloader-vhd-RAMOS
find --ignore-floppies --ignore-cd /EFI/grub/ntloader | set x=
echo x=%x%
find --ignore-floppies --ignore-cd --set-root /VHD/SX70211.vhd
map --mem --top /VHD/SX70211.vhd (hd)
uuid (hd-1,0)
kernel %x%/EFI/grub/ntloader uuid=%?_UUID% hires=0
initrd %x%/EFI/grub/initrd.lz1
pause
title WIN7X64-SVBUS (/VHD/SX70211.vhd)-kernel ntloader-vhd[not RAMOS]
find --ignore-floppies --ignore-cd /EFI/grub/ntloader | set x=
echo x=%x%
find --ignore-floppies --ignore-cd --set-root /VHD/SX70211.vhd
uuid ()
kernel %x%/EFI/grub/ntloader uuid=%?_UUID% hires=0 file=/VHD/SX70211.vhd
initrd %x%/EFI/grub/initrd.lz1
pause
上面的两个菜单,都不行,一个是RAMOS,一个是直接启动vhd。启动的时候加载initrd.lz1之后直接重启,我录像了。
链接: https://pan.baidu.com/s/1YwtRlQsu7vi3RRxgxxNHbA 提取码: 7isc
|
|