Overclock.net banner
1 - 10 of 10 Posts

· Registered
Joined
·
30 Posts
Discussion Starter · #1 ·
Hi wonderful people of OCN!

My rig is ready to be overclocked, but first I need to get the operating system on the HDD. I am using a virtual drive program and the Windows 7 USB/DVD Download Tool to get the iso onto the flash drive, but it fails to recognize it, let alone start to download.

Any assistance, as always is greatly appreciated!

Thank you!
 

· Registered
Joined
·
30 Posts
Discussion Starter · #3 ·
Quote:


Originally Posted by mbudden
View Post

Why not copy the files of the ISO into a folder then use the program WinToFlash that copies the files from that folder onto the USB and makes it bootable?

I tried that. The WinToFlash program took 30 minutes trying to format the USB and then said it took to long and failed to transfer the data.
 

· Music Producer
Joined
·
7,076 Posts
Mount the .iso file with something like Magic Disk and use these command lines in CMD (Make sure you run CMD as admin)

diskpart
list disk
select disk #
clean
create partition primary
select partition 1
active
format fs=fat32 quick
assign
exit
xcopy "Drive Letter":*.* /s/e/f "Flash Disk Letter":
 
  • Rep+
Reactions: zeushimself

· Registered
Joined
·
30 Posts
Discussion Starter · #10 ·
Quote:


Originally Posted by EpicPie
View Post

Mount the .iso file with something like Magic Disk and use these command lines in CMD (Make sure you run CMD as admin)

diskpart
list disk
select disk #
clean
create partition primary
select partition 1
active
format fs=fat32 quick
assign
exit
xcopy "Drive Letter":*.* /s/e/f "Flash Disk Letter":

U sir, are a gentleman and a scholar.
 
1 - 10 of 10 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top