MultiOS-USB icon indicating copy to clipboard operation
MultiOS-USB copied to clipboard

Windows 11 24H2 iso failing to install, error

Open NovaViper opened this issue 2 months ago • 7 comments

Whenever I try to load the Win11_24H2_English_x64.iso, I get this 0x8007001 0x4002f. I have the filesystem as exfat with secure boot off so im not sure why it's not letting me install. The error occurs right after agreeing to the terms of the OS. Im using MultiOS on NixOS with sudo nix run github:Mexit/MultiOS-USB -- /dev/sdb -f exfat

Nix-info

❯ nix-info -m
 - system: `"x86_64-linux"`
 - host os: `Linux 6.18.1, NixOS, 26.05 (Yarara), 26.05.20251213.fb812c9`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.32.4`
 - nixpkgs: `/nix/store/78ylsn8yvr6p6y74vmayscx6dbz5d5l9-source`

NovaViper avatar Dec 20 '25 04:12 NovaViper

I get this 0x8007001 0x4002f

It means that the Windows installer cannot access the installation files. Which is correct because the installer only recognises fat32 and ntfs. The iso must reside on one of those filesystems.

JonnyTech avatar Dec 20 '25 20:12 JonnyTech

@JonnyTech I thought it can boot on exfat? I've had a ventoy install and it was configured with exfat too and works fine with Linux and Windows

NovaViper avatar Dec 21 '25 14:12 NovaViper

If you boot the computer in BIOS / MBR mode then exfat works, but booting in UEFI / GPT mode fails with the error message. Maybe ventoy creates a MBR based drive?

Maybe try this suggestion from a ventoy issue (https://github.com/ventoy/Ventoy/issues/2769#issuecomment-2254243036):

select Previous Version of Setup during the windows setup

JonnyTech avatar Dec 21 '25 17:12 JonnyTech

🤔 Ya know actually it was using MBR. Also I did manage to get Windows 11 (this time, it was 25H2) to boot with MultiOS-USB with exfat

NovaViper avatar Dec 21 '25 18:12 NovaViper

Well done. Please share your process so that other windows users can benefit.

JonnyTech avatar Dec 21 '25 18:12 JonnyTech

I didn't do anything different other than imaging it on a different computer with -f exfat, and redownloaded the Windows ISO

NovaViper avatar Dec 21 '25 18:12 NovaViper

Ah problem now is none of the Linux installers (Linux mint, NixOS, FreeNAS Scale).. only nonWindows thing I got to boot was shredos

Edit: Actually I got clonezilla to boot too

NovaViper avatar Dec 22 '25 04:12 NovaViper