Skip to main content

Free Shipping on Domestic Orders $75+

The Acer Aspire One 722 model #P1VE6 is a netbook that was released in July 2008.

Question Closed

while installing my windows 7

Setup was unable to create a system partition or locate an existing partition?

Answer this question I have this problem too

Is this a good question?

Score 0
1 Comment

What caused you to reinstall windows? (What is the history of this laptop)

by

Add a comment

1 Answer

Most Helpful Answer

You can manually prepare your hard drive:

BIG NOTE: This formats your whole hard drive, don't do this if you haven't backed up your data!

Boot the Windows Installer.

at the first installer screen press shift + F10 to take you to command prompt where you can run diskpart commands

type: diskpart - press ente (to enter diskpart)

type: list disk - press enter (list all connected HDDs)

type: select disk 0 - press enter (assuming disk 0 is the desired disk)

type: clean all - press enter (which will erase entire disk including partitions)

type: create partition primary - press enter (which will make one new primary partition the size of the disk)

type: format fs=ntfs - press enter (which will format the partition with ntfs structure)

type: active - press enter (to mark partition active so boot files can be placed on it)

type: exit - press enter (exit diskpart)

type exit - press enter (exit command prompt)

Continue the Installation.

Was this answer helpful?

Score 1
Add a comment
View Statistics:

Past 24 Hours: 0

Past 7 Days: 4

Past 30 Days: 8

All Time: 209