Open 25pwn opened 2 years ago
I did the same thing. I think it depend on the Windows version, using a Windows 7 wim I'm able to reach the "Booting Windows..." part, but then it stucks.
Yes, I have the same issue and I have tried on a bunch of computers to no avail.
I tried to load Windows 10 Pro Workstation 21H2 from a btrfs subvol, and got:
freeldr.ini
:Please note that I installed the OS in an unusual way. First, I used dism to install winbtrfs to Windows PE and the target wim file. I confirmed it was installed to WinPE by running
mkbtrfs
, which was present. btrfs filesystems were automounted. I could usedir
to read from them, and the wim file I tried to apply was also on a btrfs filesystem. However, diskpart showed the partition as RAW and not mounted, and refused to mount it. Attempting to apply the image with dism gave meError: 5 Access is denied.
So under linux, I mounted the wim file using wimlib's wimmount and usedcp -r --preserve=all
to copy its contents to the subvolume. Then, attempting to boot it via quibble gave me the above errors. Running bcdboot for the install under WinPE gave me the same results. The /debug flag also gave me the same results.