Jump to content

windows install

Go to solution Solved by FizzyFantom,

You can use Diskpart in the command prompt from the Windows setup.

When you get to the first screen of the installer press "shift" and "F10" to open the command prompt.

You should then use Diskpart to edit the HDD partition table. The following commands should change the drives partition table to MBR:

 

DISKPART> list disk

DISKPART> select disk 0

DISKPART> online disk

DISKPART> attributes disk clear readonly

DISKPART> clean

DISKPART> convert mbr

 

You can then also create a partition for the OS if you want (but the OS should be able to do this during setup):

DISKPART> create partition primary

DISKPART> select part 1

DISKPART> format fs=ntfs label="System" unit=512 quick compress

DISKPART> assign letter c

DISKPART> list volume

 

I hope this helps.

hi there

 

so i wanted to clean up mo old pc so i could sell it and wanted to make a clean install if windows 8.1.

so i started the setup formatted my harddrive but when i wanted to select that hard drive to install windowsd on it i got the following message.

 

"setup was unable to create a  new system partition or locate an existing system partition.see the setup log files for more information"

 

anybody knows how to resolve this problem ?

 

thanks 

Link to comment
https://linustechtips.com/topic/288807-windows-install/
Share on other sites

Link to post
Share on other sites

hi there

 

so i wanted to clean up mo old pc so i could sell it and wanted to make a clean install if windows 8.1.

so i started the setup formatted my harddrive but when i wanted to select that hard drive to install windowsd on it i got the following message.

 

"setup was unable to create a  new system partition or locate an existing system partition.see the setup log files for more information"

 

anybody knows how to resolve this problem ?

 

thanks 

Remove all partitions. And if it already had Windows 8.1, you can just use the Reset feature.

LTT's unofficial Windows activation expert.
 

Link to comment
https://linustechtips.com/topic/288807-windows-install/#findComment-3921095
Share on other sites

Link to post
Share on other sites

You can use Diskpart in the command prompt from the Windows setup.

When you get to the first screen of the installer press "shift" and "F10" to open the command prompt.

You should then use Diskpart to edit the HDD partition table. The following commands should change the drives partition table to MBR:

 

DISKPART> list disk

DISKPART> select disk 0

DISKPART> online disk

DISKPART> attributes disk clear readonly

DISKPART> clean

DISKPART> convert mbr

 

You can then also create a partition for the OS if you want (but the OS should be able to do this during setup):

DISKPART> create partition primary

DISKPART> select part 1

DISKPART> format fs=ntfs label="System" unit=512 quick compress

DISKPART> assign letter c

DISKPART> list volume

 

I hope this helps.

"PSU brands are meaningless, look up the OEM."

Link to comment
https://linustechtips.com/topic/288807-windows-install/#findComment-3921160
Share on other sites

Link to post
Share on other sites

You can use Diskpart in the command prompt from the Windows setup.

When you get to the first screen of the installer press "shift" and "F10" to open the command prompt.

You should then use Diskpart to edit the HDD partition table. The following commands should change the drives partition table to MBR:

 

DISKPART> list disk

DISKPART> select disk 0

DISKPART> online disk

DISKPART> attributes disk clear readonly

DISKPART> clean

DISKPART> convert mbr

 

You can then also create a partition for the OS if you want (but the OS should be able to do this during setup):

DISKPART> create partition primary

DISKPART> select part 1

DISKPART> format fs=ntfs label="System" unit=512 quick compress

DISKPART> assign letter c

DISKPART> list volume

 

I hope this helps.

nope  still getting the same message

 

edit: i restarted the full windows boot and its started to install thanks for the help

Edited by jelle_vdd
Link to comment
https://linustechtips.com/topic/288807-windows-install/#findComment-3921338
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

×