If there is an issue related to the following sentence during the installation the windows;
"
we couldn't install Windows in the location you chose please check your media drive. Here's more info about what happened: 0x80300024
"
- After return at install point
- Shift + F10
- diskpart
- list disk
- select disk x [x=disk no to select and clean]
- clean
- exit
There is also a different type of problem like give lines;
We couldn't create a new partition or locate an existing one for more information. See the setup log .
To solve this type of problem just follow the given steps:
- After returning to the installation point
- After return at install point
- Shift + F10
- diskpart
- list disk
- select disk x [x=disk no to select and clean]
- clean
The above steps will follow two times.
1.) The first one is for partition to make an inbuild bootable drive so its SIZE_IN_MB should be as much as the iso windows setup files could copy.
2.) The second one is for the partition where our system will install and so its SIZE_IN_MB should be maximum.
Creating an inbuild partition with a minimum [ 6 to 8 GB in MB] to copy windows iso setup files in
- create partition primary size=SIZE_IN_MB [should be minimum to copy iso windows setup files in this crated first partition of the drive]
- format fs=ntfs
- assign
- active
- list volume
Creating a partition with a maximum size where the windows will install as primary system drive
- create partition primary size=SIZE_IN_MB [should be a max size for system drive]
- format fs=ntfs
- assign
- active
- list volume
Now we will copy the windows setup iso files in our minimum crated partition drive
After list volume where you will the all the partitions and attached removal all drives.
For example:
Volume ### Ltr Label Fs Type Size Status Info
Volume 0 C -------- NTFS Partition xyz GB Healthy
Volume 1 D -------- NTFS Partition xyz GB Healthy
Volume 2 E -------- NTFS Removable xyz GB Healthy
Suppose
Ltr C is the created partition for system install
Ltr D is the created partition for windows iso copy
Ltr E is the injected removable drive or pen drive