F5F Stay Refreshed Software Operating Systems windows install

windows install

windows install

O
OFEK1
Member
69
09-22-2016, 09:21 AM
#1
Hi there, I tried to refresh my old PC so I could sell it and did a clean install of Windows 8.1. I set up the formatted drive but when trying to install Windows, I received an error: "Setup couldn't create a new system partition or find an existing one. See the setup log files for more details." Anyone have any ideas on how to fix this? Thanks!
O
OFEK1
09-22-2016, 09:21 AM #1

Hi there, I tried to refresh my old PC so I could sell it and did a clean install of Windows 8.1. I set up the formatted drive but when trying to install Windows, I received an error: "Setup couldn't create a new system partition or find an existing one. See the setup log files for more details." Anyone have any ideas on how to fix this? Thanks!

M
MR_Snorlax231
Member
64
09-23-2016, 10:44 PM
#2
Remove all divisions. If it was using Windows 8.1, apply the reset option.
M
MR_Snorlax231
09-23-2016, 10:44 PM #2

Remove all divisions. If it was using Windows 8.1, apply the reset option.

N
nono33040
Junior Member
13
09-25-2016, 04:43 AM
#3
Yes, you can still proceed even after formatting your drive.
N
nono33040
09-25-2016, 04:43 AM #3

Yes, you can still proceed even after formatting your drive.

S
SpookyJay
Member
203
09-25-2016, 05:47 AM
#4
I don't have any Linux Live CDs or DVDs on hand. Would you like me to suggest some options online?
S
SpookyJay
09-25-2016, 05:47 AM #4

I don't have any Linux Live CDs or DVDs on hand. Would you like me to suggest some options online?

R
rcik2004
Member
53
09-25-2016, 08:34 PM
#5
I use Windows 7 and Windows 8.1, but I can definitely help with downloading Ubuntu if you let me know the steps.
R
rcik2004
09-25-2016, 08:34 PM #5

I use Windows 7 and Windows 8.1, but I can definitely help with downloading Ubuntu if you let me know the steps.

X
xTripleMinerx
Posting Freak
846
09-26-2016, 11:32 PM
#6
You can run Diskpart via the command prompt during Windows setup. At the initial screen, press "shift" and "F10" to launch the command prompt. Use Diskpart to modify the HDD partition table. The commands listed will convert the drive table to MBR: DISKPART> list disk DISKPART> select disk 0 DISKPART> online disk DISKPART> attributes disk clear readonly DISKPART> clean DISKPART> convert mbr. If needed, create an OS partition later (it should handle this automatically): 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.
X
xTripleMinerx
09-26-2016, 11:32 PM #6

You can run Diskpart via the command prompt during Windows setup. At the initial screen, press "shift" and "F10" to launch the command prompt. Use Diskpart to modify the HDD partition table. The commands listed will convert the drive table to MBR: DISKPART> list disk DISKPART> select disk 0 DISKPART> online disk DISKPART> attributes disk clear readonly DISKPART> clean DISKPART> convert mbr. If needed, create an OS partition later (it should handle this automatically): 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.

_
_q4
Junior Member
15
09-27-2016, 03:33 AM
#7
I tried again with the full Windows boot and it began installing successfully. Thanks for your assistance.
_
_q4
09-27-2016, 03:33 AM #7

I tried again with the full Windows boot and it began installing successfully. Thanks for your assistance.