New
#1
Unable to install Windows on new SSD, error 0x80070057
Hi,
I bought a new SSD (PNY 120gb) and planned a full complete clean install of Windows.
Since I planned on installing Windows 7 64 bits on it and start over from there, I unplugged all other drives as well as useless USB peripherals. I even removed 8gb outta my 16gb setup.
Went in BIOS and set the SSD as AHCI (or something like that). Rebooted on Windows 7 DVD. Pressed SHIFT+F10.
In the Command Prompt, I did the following command:
Then went on and clicked INSTALL.DISKPART
LIST DISK
SELECT DISK 0
DETAIL DISK (to make sure you got the hard disk)
CLEAN
EXIT
EXIT (this one gets you back into the install program.
Chose my disk, then selected NEXT.
Then boom. Windows Cannot be installed on this disk (Error 0x80070057).
The Disk 0 is really the SSD, not the DVD drive.
I tried doing, in the Command Prompt,
It failed at 100% complete with this message: "Diskpart has encountered an error: The parameter is incorrect. See the System Event Log for more information."select disk 0
create partition primary
format fs=ntfs
So I rebooted, pressed SHIFT-F10 at the "Install" part and tried this command;
But it still gives me the same errordiskpart
list disk
select disk 0
clean all
create partition primary
select partition
active
list volume
select volume 1
format fs=ntfs
And before going to bed, I tried this command:
Then tried to Format the drive in the installation Wizard but it still wont do it.diskpart
list disk
select disk 0
clean all
create partition primary
select partition
active
exit
exit
What do I do from there? Thanks to Golden for his help last night.
Thanks in advance!