Jump to content

Okay, 

 

So I finally got the windows setup to work (thank god).

 

But I have one more problem, And that is when I go to select which disk I want to install windows on, or create a partition, When I select a disk and click next it says:

"We couldn't create a new partition or locate an existing one. For more information, see the Setup log files."

 

If anyone could please help me with this that would be great, Thanks!

Link to comment
https://linustechtips.com/topic/373461-windows-81-setup-error/
Share on other sites

Link to post
Share on other sites

This error could come from an unsuported partition type or a locked Hard drive. 

You can try making the partition with something else first ( Hiren's boot CD or something like this will help you) 

but if your disk can be totally wiped out you should try to delete ALL the partitions ( even hidden and backup partition) until you have a clean unpartitioned disk and then from here, you could be able to recreate it.

Link to comment
https://linustechtips.com/topic/373461-windows-81-setup-error/#findComment-5052033
Share on other sites

Link to post
Share on other sites

seeing the picture ... humm try making the partition with another tool. 

you can do it with a live Version of linux or using command line and then do a full wipe ( not just fast format).

Can you give me directions on how I can just create a partition without anything?

Link to comment
https://linustechtips.com/topic/373461-windows-81-setup-error/#findComment-5052078
Share on other sites

Link to post
Share on other sites

I think you can do Shift+F10 when you are at the first screen ( the one you choose languange and stuff)
it should run command prompt. 

from here you can do a

DISKPART

LISTDISK ( if you only have 1 disk you can skip this, otherwhise check the number affiliated to your disk)

SELECT DISK 0 ( or else) 

DISK 0 CLEAN 

DISK 0  CREATE PARTITION PRIMARY ALIGN=1024
DISK 0  FORMAT FS=NTFS 
DISK 0  ASSIGN LETTER=C
DISK 0 ACTIVE
 
then do EXIT until you are out of the command prompt 

I am not sure you need to put DISK 0 every time but I can not try right now so you will have to test.
Link to comment
https://linustechtips.com/topic/373461-windows-81-setup-error/#findComment-5052155
Share on other sites

Link to post
Share on other sites

 

I think you can do Shift+F10 when you are at the first screen ( the one you choose languange and stuff)

it should run command prompt. 

from here you can do a

DISKPART

LISTDISK ( if you only have 1 disk you can skip this, otherwhise check the number affiliated to your disk)

SELECT DISK 0 ( or else) 

DISK 0 CLEAN 

DISK 0  CREATE PARTITION PRIMARY ALIGN=1024
DISK 0  FORMAT FS=NTFS 
DISK 0  ASSIGN LETTER=C
DISK 0 ACTIVE
 
then do EXIT until you are out of the command prompt 

I am not sure you need to put DISK 0 every time but I can not try right now so you will have to test.

 

Any other solutions?

Link to comment
https://linustechtips.com/topic/373461-windows-81-setup-error/#findComment-5052267
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×