Deleting old partitions

msommers

New member
Local time
2:28 AM
Messages
1
In error from a brand new hard drive (and build), I installed the 32-bit version of windows 7 onto my SSD. Upon the product key screen was when I noticed the issue. I input my product key, got windows loaded and then booted from the 64-bit CD instead.

Here I chose the custom install feature and went to overwrite my old partition from the 32-bit version but it would not let me. I tried deleting it as well and I could not. I've since loaded 64-bit windows but I do notice that approximately 8Gb is down on my SSD.

So at this point, I think I may have 2 options but I'm not sure how to go about either:

1) Format the SSD completely so it is in a state like it came out of the box.

2) Delete the old partition and gain 8Gb of space on the SSD while using 64-bit windows.

I would almost prefer option #1 if I had to choose.

Thanks in advance.
 

My Computer

OS
64 Prof.
Try this; it will take you through your choice 1 above and you then continue to reinstall to the SSD.

1. Once Windows 7 Setup is loaded, press Shift + F10 keys at the first setup screen (which allows selection of language, keyboard and locale). A Command Prompt window will be opened.

2. Run Diskpart, the built-in disk partitioning tool of Windows 7, with the following command:

diskpart

3. Type in the following commands one by one, followed by the Enter key to create a partition (text in brackets are comments only):

list disk (to show the ID number of the hard disk to partition, normally Disk 0)

select disk 0 (change 0 to another number if applicable)

clean (this does not write zeroes to drive; use clean all to write zeroes)

create partition primary

select partition 1

active

format fs=ntfs quick

exit

4. Type exit at command prompt to close Command Prompt window.

5. Continue Windows 7 installation as usual. Remember to just highlight and select the partition just created when you come to the partition screen.
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Ignatz Special; 4 speed manual gearbox; factory air conditioning; one of one
OS
Windows 7 Home Premium SP1, 64-bit
CPU
Intel Skylake i5-6600K, not overclocked
Motherboard
AsRock Z170M Extreme 4, micro ATX
Memory
8 GB HyperX DDR4-2666 (2 x 4 GB)
Graphics Card(s)
none; graphics are integrated on CPU
Sound Card
onboard: Realtek ALC1150; external: USB Behringer UF0-202
Monitor(s) Displays
Dell S2340M 23 inch IPS
Screen Resolution
1600 x 900
Hard Drives
System: Crucial MX100 series SSD, 128 GB;
Data: Samsung Spinpoint 103SJ, 1 TB;
Backup: WD Caviar Green WD30EZRX-00D8PB0, 3 TB
PSU
Rosewill SilentNight 500 watt fanless, semi-modular
Case
Antec Solo II
Cooling
Noctua NH-U12S; Noctua F12 intake, Noctua S12A exhaust
Keyboard
Microsoft 200 6JH-00001 USB
Mouse
Dell or Microsoft optical wired; USB
Antivirus
Microsoft Security Essentials and Malwarebytes Premium
Browser
Pale Moon
Other Info
All fans PWM; speeds at idle: CPU circa 500 rpm; intake circa 600 rpm; exhaust circa 600 rpm; CPU temps 27 idle and 47 C load in a warm room (27 C/81 F) when running Intel Extreme Tuning Utility stress test.
Boot the Win7 DVD, select Custom Install, then use Drive Options to delete all partitions, create new one, Format.

Ignore the 100mb System Reserved partition boot partition which will be issued, as it convenientlyl places the Repair console normally only on the DVD or Repair CD on the F8 Advanced Boot Tools menu.

Illustrated steps here: Clean Install Windows 7
 
Back
Top