Windows 7 Professional 64 bit issue with USB install

Liamo

New member
Local time
2:59 AM
Messages
1
I have custom built my pc and at the last stage of installing the operating system. As I have a lack of a disc drive I am loading the operating system from a USB stick. At first Windows 7 install is successful but after several restarts/hour of use the operating system either blue screens / won't load / hangs / freezes on load up. After a fresh reinstall problems disappear then return. I have used several iso files on the USB with no success. I believe this may be hard drive related but I'm not sure and so would appreciate any advice / suggestions. Thank you
 

My Computer My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
custom build
OS
windows 7 professional 64 bit
CPU
i5 3570k
Motherboard
gigabyte z77n
Memory
corsair 8gb
Graphics Card(s)
evga gtx 660 ti
Hard Drives
western digital black 1 tb
Unplug all other HD's and peripherals,

Boot into BIOS setup, reset to defaults, save changes. (If an EFI BIOS you'll need to decide if you want UEFI BIOS vs. Legacy BIOS. If UEFI follow these special steps for Install, otherwise enable Legacy BIOS or Compatibility Support Module to proceed with normal install.) Set DVD drive first to boot, HD second, set SATA controller to AHCI, Save changes and Exit.

Then boot into Windows 7 installer DVD or flash stick burned or written using tool and latest ISO for your licensed OS version here.

At first installer screen Press Shift + F10, or enter System Recovery Options to open a Command Box, type:

DISKPART
LIST DISK
SELECT DISK 0 (after confirming Windows 7 target HD #)
CLEAN
CREATE PARTITION PRIMARY SIZE=102400 (for 100gb partition, adjust as desired)
FORMAT FS=NTFS LABEL="WINDOWS 7"
ACTIVE
EXIT
EXIT

Next click Install Now, then Custom install to Clean Install Windows 7 to the partition you created. If it fails then report back at which step and the verbatim error message.

In addition read over these steps to understand the tools and methods which work best to get and maintain a perfect Clean Reinstall - Factory OEM Windows 7. The steps are the same for retail.

After install you can adjust partition size or Create new partitions for data, etc. in Disk Mgmt. You are creating the partition here for the purpose of wiping the HD and marking Active which overcomes certain install failures.
 
Back
Top