Jump to content

Normally I would know how to do this however my friend had this free copy of some Education Windows 10 version and wanted to use that with his new computer. It required some software from his University, which got me the ISO file.

Now I have an ISO file on the USB. What do I do with it to make a bootable USB from it?

 

(there is some Microsoft site that gives me the link to download something however the link leads to a dead page)

  • CPU = i7 5930k
  • Cooler = Corsair H100i
  • RAM = Dominator Platinum 32GB DDR4-2666
  • Storage = Samsung 850 Pro 1TB
  • GPU = EVGA GTX 1080ti FTW3
  • PSU = Corsair 750D
  • PSU = Corsair 1000W
  • Monitor = Asus PG278Q
Link to comment
https://linustechtips.com/topic/803391-iso-file-bootable-usb/
Share on other sites

Link to post
Share on other sites

This should do it.

 

https://rufus.akeo.ie/

OS: W10 | MB: ASUS Sabertooth P67 | CPU: i7 2600k @ 4.6 | RAM: 2x8GB Corsair Vengeance 1600mhz | GPU: x2 MSI GTX 980 Gaming 4G | Storage: x2 WD CB 1TB, x1 WD CB 500GB | PSU: Corsair RM850x | Spare a moment for Night Theme Users:

Spoiler

I'm an erudite cave-dwelling Troglodyte
I frequent LinusTechTips past midnight
Dark backgrounds I crave 
For my sun-seared red gaze
I'll molest you if you don't form your text right

 

Link to comment
https://linustechtips.com/topic/803391-iso-file-bootable-usb/#findComment-10099482
Share on other sites

Link to post
Share on other sites

Move file to another drive. Use Rufus or Media Creation tool to make bootable USB. Note that you can select "I already have image" etc. from Media Creation tools UI.

^^^^ That's my post ^^^^
<-- This is me --- That's your scrollbar -->
vvvv Who's there? vvvv

Link to comment
https://linustechtips.com/topic/803391-iso-file-bootable-usb/#findComment-10099493
Share on other sites

Link to post
Share on other sites

Just now, LoGiCalDrm said:

Move file to another drive. Use Rufus or Media Creation tool to make bootable USB. Note that you can select "I already have image" etc. from Media Creation tools UI.

Didn't know the Media Creation tool had that option. Thanks!

  • CPU = i7 5930k
  • Cooler = Corsair H100i
  • RAM = Dominator Platinum 32GB DDR4-2666
  • Storage = Samsung 850 Pro 1TB
  • GPU = EVGA GTX 1080ti FTW3
  • PSU = Corsair 750D
  • PSU = Corsair 1000W
  • Monitor = Asus PG278Q
Link to comment
https://linustechtips.com/topic/803391-iso-file-bootable-usb/#findComment-10099496
Share on other sites

Link to post
Share on other sites

Just now, JerrBear said:

Didn't know the Media Creation tool had that option. Thanks!

It should, I used it to create Win7 from existing image. If there isn't, my bad. It's been over year since.

^^^^ That's my post ^^^^
<-- This is me --- That's your scrollbar -->
vvvv Who's there? vvvv

Link to comment
https://linustechtips.com/topic/803391-iso-file-bootable-usb/#findComment-10099503
Share on other sites

Link to post
Share on other sites

1.Open the Command Prompt. This can be done by triggering the Run -- Windows Key + R -- feature, and opening "cmd".
2.Type "diskpart" to open the disk partitioning software. Accept the UAC security prompt, if asked.
3.Insert the USB drive.
4.Type "list disk". The program will then show you a list of all the physical drives (HDD, SSD, USB, etc.) that are attached.
5.Identify the disk number of the USB drive (it can be recognized by looking at the size column; it's usually the last listed disk) and type "select disk X", where "X" is the disk number of your USB drive.
6.Type "clean". This will erase the contents of the USB drive, so make sure you have the contents backed-up beforehand.
7.Type "create partition primary". This command will create a primary partition on the USB drive.
8.Type "select partition 1". This command will select the created partition.
9.Type "active". This command will make the selected partition active.
10.Type "format fs=ntfs quick". This command will format the created partition as NTFS.
11.Type "assign". This command will assign a letter to the USB drive, which will make it show under Windows Explorer.
12.Copy the contents of the Windows 8.1 DVD or ISO from the created folder on the USB drive.

CPU: Intel i7 5820K @ 4.20 GHz | MotherboardMSI X99S SLI PLUS | RAM: Corsair LPX 16GB DDR4 @ 2666MHz | GPU: Sapphire R9 Fury (x2 CrossFire)
Storage: Samsung 950Pro 512GB // OCZ Vector150 240GB // Seagate 1TB | PSU: Seasonic 1050 Snow Silent | Case: NZXT H440 | Cooling: Nepton 240M
FireStrike // Extreme // Ultra // 8K // 16K

 

Link to comment
https://linustechtips.com/topic/803391-iso-file-bootable-usb/#findComment-10099514
Share on other sites

Link to post
Share on other sites

Just now, DXMember said:

1.Open the Command Prompt. This can be done by triggering the Run -- Windows Key + R -- feature, and opening "cmd".
2.Type "diskpart" to open the disk partitioning software. Accept the UAC security prompt, if asked.
3.Insert the USB drive.
4.Type "list disk". The program will then show you a list of all the physical drives (HDD, SSD, USB, etc.) that are attached.
5.Identify the disk number of the USB drive (it can be recognized by looking at the size column; it's usually the last listed disk) and type "select disk X", where "X" is the disk number of your USB drive.
6.Type "clean". This will erase the contents of the USB drive, so make sure you have the contents backed-up beforehand.
7.Type "create partition primary". This command will create a primary partition on the USB drive.
8.Type "select partition 1". This command will select the created partition.
9.Type "active". This command will make the selected partition active.
10.Type "format fs=ntfs quick". This command will format the created partition as NTFS.
11.Type "assign". This command will assign a letter to the USB drive, which will make it show under Windows Explorer.
12.Copy the contents of the Windows 8.1 DVD or ISO from the created folder on the USB drive.

I'm gonna be honest here, I just used Rufus. I hope there is no difference. I did read through it and learned a bit about command prompt though. Thanks for the knowledge!

  • CPU = i7 5930k
  • Cooler = Corsair H100i
  • RAM = Dominator Platinum 32GB DDR4-2666
  • Storage = Samsung 850 Pro 1TB
  • GPU = EVGA GTX 1080ti FTW3
  • PSU = Corsair 750D
  • PSU = Corsair 1000W
  • Monitor = Asus PG278Q
Link to comment
https://linustechtips.com/topic/803391-iso-file-bootable-usb/#findComment-10099519
Share on other sites

Link to post
Share on other sites

1 hour ago, JerrBear said:

I'm gonna be honest here, I just used Rufus. I hope there is no difference. I did read through it and learned a bit about command prompt though. Thanks for the knowledge!

Rufus is good stuff. Works for Linux ISOs as well. Even Microsoft's shitty chat support uses Rufus. Rufus also works for other things as well. Personally it's my "go to" and I recommend it over a lot of other methods/options. Not to mention it's also open source I believe. 

 

 

Link to comment
https://linustechtips.com/topic/803391-iso-file-bootable-usb/#findComment-10099588
Share on other sites

Link to post
Share on other sites

9 hours ago, NCIX Lampy said:

Rufus is good stuff. Works for Linux ISOs as well. Even Microsoft's shitty chat support uses Rufus. Rufus also works for other things as well. Personally it's my "go to" and I recommend it over a lot of other methods/options. Not to mention it's also open source I believe. 

or you could use  diskpart....

CPU: Intel i7 5820K @ 4.20 GHz | MotherboardMSI X99S SLI PLUS | RAM: Corsair LPX 16GB DDR4 @ 2666MHz | GPU: Sapphire R9 Fury (x2 CrossFire)
Storage: Samsung 950Pro 512GB // OCZ Vector150 240GB // Seagate 1TB | PSU: Seasonic 1050 Snow Silent | Case: NZXT H440 | Cooling: Nepton 240M
FireStrike // Extreme // Ultra // 8K // 16K

 

Link to comment
https://linustechtips.com/topic/803391-iso-file-bootable-usb/#findComment-10101317
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×