New
#1
Install windows stuck on "setup is starting", cmd won't use commands
After following the tutorials on the site to get windows on a flash drive or dvd, i used that to run the installer. sadly, after you hit "start to install" it goes into a seemingly infinite setup is starting cycle where ultimately nothing happens.
any solutions would be appreciated
also, i read somewhere that i can fix this with cmd by using this
At first installer screen Press Shift + F10 to open a Command Box, type:
DISKPART
LIST DISK
SELECT DISK 0 (after confirming Windows 7 target HD #)
CLEAN
CREATE PARTITION PRIMARY SIZE=102400 (for 100gb partition, adjust as desired)
FORMAT FS=NTFS LABEL="WINDOWS 7"
ACTIVE
EXIT
EXIT
however, after typing diskpart my cmd does not let me type anything else, effectively rendering this useless.. also regarding the infinite loop startup repair guide here it didnt let me issue any commands after typing D:
thanks in advance, help is much appreciated!