First you have to select the language to install, time and currency format and keyboard input. Next click install now. At this point you have the option to upgrade your existing OS or do a clean install – I selected Custom: Install Windows Only (advanced) since I did not need to keep the existing files and applications.
Next you need to decide where you are going to install Windows 10.
I removed both partitions I had but when I tried to create a new partition I got an error “We couldn’t create a new partition or locate an existing one. For more information, see the Setup log files”. Workarounds such as removing the extra SD card or unplugging the USB stick did not resolve the issue. Luckily the steps detailed in this blogpost Error: "We couldn't create a new partition or locate an existing one. For more information, see the Setup log files." when you try to install Windows 8 (CP) are still valid for Windows 10.
- Close the setup window and select “Repair>Advanced Tools”
- Go to the command window
- Start DISKPART.
- Type LIST DISK and identify your SSD disk number (from 0 to n disks).
- Type SELECT DISK <n> where <n> is your SSD disk number.
- Type CLEAN
- Type CREATE PARTITION PRIMARY
- Type ACTIVE
- Type FORMAT FS=NTFS QUICK
- Type ASSIGN
- Type EXIT twice (one to get out of DiskPart, the other to exit the command line tool)
3 comments:
Ahhh, Thank you. This worked for me. :D
Didnt work for me :( problem still exists after all steps
When type CREATE PARTITION PRIMARY
Error show
Cyclic redundency error
Post a Comment