J Jorgegomez779 New Member Messages 3 Reaction score 0 Apr 9, 2023 #1 I am facing an error when the windows setup reaches the Installation process
G garlin Moderator Staff member Messages 8,340 Reaction score 4,076 Apr 9, 2023 #2 Check if you're using a legacy MBR disk layout, instead of UEFI GPT. If you wanted UEFI, but the system disk is MBR then try: 1. Boot Windows ISO with no unattended file. 2. Wait for the Setup screen. Open a CMD window with shift-F10. 3. Run diskpart: list diskselect disk 0 <-- Check this is the correct disk!cleanconvert gptexit4. Close CMD, and reboot with your modded ISO.
Check if you're using a legacy MBR disk layout, instead of UEFI GPT. If you wanted UEFI, but the system disk is MBR then try: 1. Boot Windows ISO with no unattended file. 2. Wait for the Setup screen. Open a CMD window with shift-F10. 3. Run diskpart: list diskselect disk 0 <-- Check this is the correct disk!cleanconvert gptexit4. Close CMD, and reboot with your modded ISO.