how to solve "Setup was unable to create a new system partition
- Boot windows installation from USB drive
how to solve "Setup was unable to create a new system partition or locate an existing system partition" in windows installing - Press Shift+F10
- In console type diskpart.exe and press enter. In this program execute following:
- Navigate to USB flash drive, in my case: cd d:
- Copy all files from USB drive to C: drive: xcopy d: c: /e /h /k
- Go to boot folder: cd boot
- Make you C: drive bootable with following command: bootsect /nt60 c:
- Put off USB drive from computer and restart them.
- Install Windows
- Remove unnecessary menu item from bootscreen:
- PROFIT!
0 comments:
Post a Comment