Windows 11 failed to install - Alternative, fix, solution. #480
AsLeonardo
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For some reason, through 2 USB devices, Ventoy, Rufus, Official ISO and Massgrave ISO; the installation always failed to install at 77% with no cohesive message.
To fix this, I used the cmd through another drive to install, and it worked perfectly;
Maybe I, indeed am to naive and this was the supposed way from the beginning;
Anyway, to whichever may need it;
diskpart
list disk
select disk X
clean
convert gpt
create partition efi size=100
format quick fs=fat32 label=System
assign letter=S
create partition primary
format quick fs=ntfs label=Windows
assign letter=W
exit
dism /Apply-Image /ImageFile:D:\sources\install.wim /Index:1 /ApplyDir:W:\
bcdboot W:\Windows /s S: /f UEFI
Beta Was this translation helpful? Give feedback.
All reactions