How to Clean Install Windows Directly from the Hard Disk Drive
You want to install Windows OS but you can’t use a DVD or an USB for whatever reason?
This tutorial will show you a method that will allow you to boot and install Windows directly from the hard disk drive (HDD).
This guide applies to:
Part 1: Preparing the HDD
• If there is no Windows OS currently installed on the HDD then connect the HDD to a another working computer (with Windows installed)
• Create a 4GB primary partition.
• Format the 4GB partition with FAT32 file system.
• Assign a drive letter to that new partition.
• Copy the content of the Windows 7 Setup DVD to the 4GB partition.
Resize a Partition for Free in Windows 7, 8.x, 10, or Vista
How To Manage Partitions on Windows Without Downloading Any Other Software
Part 2: Making the HD bootable
Open the Command Prompt as a Administrator, type cmd.exe into the Start Menu search box, right click the cmd.exe, then select “Run as administrator”.
Enter the commands below, while replacing X drive letter with the drive letter assigned to the partition you have created earlier on your HDD.
See picture for example
Within the Command Prompt type the commands below:
Replace the X: drive letter with the drive letter of the optical CD/DVD-ROM where the Windows Setup DVD is inserted.
Replace the Y: drive letter with the drive letter of the 4GB partition you have created.
Part 3: Booting and installing Windows
Make sure that the BIOS is configured to boot from the hard disk drive (HDD).
If you did everything correctly, you should see “Windows is loading files ...” and a progress bar.
You can now install Windows as usual.
Part 4: Delete the 4GB partition
You have to quickly edit the boot menu once Windows is installed.
If the 4GB partition is designated as a System partition then in this situation you cannot delete that 4GB partition have created.
Follow the guide below to delete the 4GB partition if you were to find yourself in a such situation.
Only follow the guide below if the 4GB partition is designated as a System partition.
And lastly, delete the 4GB partition this will free up 4GB which you can extend to the C: partition with the MiniTool Partition Wizard Home Edition software.
This tutorial will show you a method that will allow you to boot and install Windows directly from the hard disk drive (HDD).
This guide applies to:
- Windows Vista
- Windows 7
- Windows 8
- Windows 8.1
- Windows 10
Part 1: Preparing the HDD
• If there is no Windows OS currently installed on the HDD then connect the HDD to a another working computer (with Windows installed)
• Create a 4GB primary partition.
• Format the 4GB partition with FAT32 file system.
• Assign a drive letter to that new partition.
• Copy the content of the Windows 7 Setup DVD to the 4GB partition.
Resize a Partition for Free in Windows 7, 8.x, 10, or Vista
How To Manage Partitions on Windows Without Downloading Any Other Software
Part 2: Making the HD bootable
Open the Command Prompt as a Administrator, type cmd.exe into the Start Menu search box, right click the cmd.exe, then select “Run as administrator”.
Enter the commands below, while replacing X drive letter with the drive letter assigned to the partition you have created earlier on your HDD.
Code:
diskpart
list disk
select disk X
list partition
select partition X
active
exit
See picture for example
Within the Command Prompt type the commands below:
Code:
X:\boot\bootsect.exe /nt60 Y:
Replace the X: drive letter with the drive letter of the optical CD/DVD-ROM where the Windows Setup DVD is inserted.
Replace the Y: drive letter with the drive letter of the 4GB partition you have created.
Part 3: Booting and installing Windows
Make sure that the BIOS is configured to boot from the hard disk drive (HDD).
If you did everything correctly, you should see “Windows is loading files ...” and a progress bar.
You can now install Windows as usual.
Part 4: Delete the 4GB partition
You have to quickly edit the boot menu once Windows is installed.
- In Windows, press the + R keys.
- Type msconfig and click on OK button.
- Click on the Boot tab at the top.
- Click 'Windows Setup (\windows)', and then click on the Delete button.
- Click OK button.
- Click on 'Exit without restart' button.
If the 4GB partition is designated as a System partition then in this situation you cannot delete that 4GB partition have created.
Follow the guide below to delete the 4GB partition if you were to find yourself in a such situation.
Only follow the guide below if the 4GB partition is designated as a System partition.
- Mark the C: partition as an active partition from the Disk Management Utility;
- Open the Command Prompt as a Administrator and type:
Code:
Bcdboot C:\windows
- Restart your computer.
And lastly, delete the 4GB partition this will free up 4GB which you can extend to the C: partition with the MiniTool Partition Wizard Home Edition software.
- Within MiniTool Partition Wizard select the 4GB partition.
- From the left pane click on “Delete Partition”.
- Click on the OK button and click on Apply in the toolbar.
- Within MiniTool Partition Wizard select the C: partition and click on "Move/Resize" to enter the next interface.
- Increase the C: partition by dragging the right arrow of the scrollbar to the right or directly entering accurate values in the text boxes below.
After
- After you're done with the settings, click on the "OK" button.
- Click on Apply in the toolbar.
- Click on the “Restart Now” button on the Notice dialog box.