Setup was unable to create a new system Partition or locate an existing system partition. See the setup file for more information.
Solution
Step 1: Boot from Windows installation media.
Step 2: Choose language and then click next.
Step 3: Press shift + F10.
Now command prompt will open
Type the following Command in CMD
- Diskpart
- List Disk
- Now it’s show the disk of your System.
- Your hard disk like disk 0. If you are using Pendrive it’s show disk 1.
- Select Disk 0
- Clean
- Create Partition primary size=5000
- List partition
- Now it’s listed the partition.
- Select partition 1
- Active
- Format fs=ntfs quick
- Assign
- List Volume
- Now it’s show the volume list. Note it the drive name
- Exit
- xcopy D: C: /e /h /k
- Here D is OS Media. Like DVD or Bootable Pendrive
- C is new partition which you are created
After 15 Minutes all the files are copied. And then remove all the external drives.
Restart the system and boot from hard disk.
For Video Click Here
No comments:
Post a Comment