fendou00 发表于 2021-12-7 19:19:56

g4e+ntloader 引导原生WIN10.vhd 进入windows 提示

本帖最后由 fendou00 于 2021-12-24 14:04 编辑

Windows 安装程序无法将windows配置为在此计算机的硬件上运行

menu.lst引导文件
title WIN10
find --ignore-floppies --ignore-cd /EFI/grub/ntloader | set x=
echo x=%x%
find --ignore-floppies --ignore-cd --set-root /VHD/WIN10.vhd
uuid ()
kernel %x%/EFI/grub/ntloader uuid=%?_UUID% file=/VHD/WIN10.vhd
initrd %x%/EFI/grub/initrd.lz1

fendou00 发表于 2021-12-7 19:23:45

windows 安装程序无法将windows配置为在此计算机的硬件上运行

wintoflash 发表于 2021-12-7 19:25:32

安装系统到vhd后,要过了OOBE才能用ntloader/ntboot启动。

fendou00 发表于 2021-12-7 19:30:42

wintoflash 发表于 2021-12-7 19:25
安装系统到vhd后,要过了OOBE才能用ntloader/ntboot启动。

谢谢回复,我查了一下资料,按shit+F10,输入cd oobe ,msoobe ,跳过之后,一直停留在海内存知己,天涯若比邻,无法进入系统。

fendou00 发表于 2021-12-7 19:32:48

wintoflash 发表于 2021-12-7 19:25
安装系统到vhd后,要过了OOBE才能用ntloader/ntboot启动。

请问大佬,可有良策?

liuzhaoyzz 发表于 2021-12-7 19:49:57

3楼已经答复你了呀?windows安装过程会检查引导器,如果引导器不是微软的,比如g4e/grub2/ventoy等等之类的,就会提示安装程序无法继续,直接用微软的bootmgfw.efi引导就行了。      

fendou00 发表于 2021-12-7 19:51:27

liuzhaoyzz 发表于 2021-12-7 19:49
3楼已经答复你了呀?windows安装过程会检查引导器,如果引导器不是微软的,比如g4e/grub2/ventoy等等之类 ...

好的,谢谢,我试试看看

fendou00 发表于 2021-12-8 11:34:43

fendou00 发表于 2021-12-7 19:51
好的,谢谢,我试试看看
感谢指导,可以进入,具体menu.lst更改
title WIN10
find --ignore-floppies --ignore-cd/EFI/Microsoft/Boot/bootmgfw.efi
chainloader /EFI/Microsoft/Boot/bootmgfw.efi

fendou00 发表于 2021-12-8 12:28:26

问题解决:
title WIN10
   find --ignore-floppies --ignore-cd/EFI/Microsoft/Boot/bootmgfw.efi
   chainloader /EFI/Microsoft/Boot/bootmgfw.efi

dehifir 发表于 2022-8-8 16:43:22

请教用g4e+ntloader 启动VHD,显示19错误码,13错误,23错误是什么意思,要怎么改正……

fendou00 发表于 2022-8-20 10:47:17

dehifir 发表于 2022-8-8 16:43
请教用g4e+ntloader 启动VHD,显示19错误码,13错误,23错误是什么意思,要怎么改正……

截图看看具体报错

zzqw 发表于 2023-3-30 08:27:59

谢谢楼主
页: [1]
查看完整版本: g4e+ntloader 引导原生WIN10.vhd 进入windows 提示