Bootable USB Flash Drive From Iso Using CMD
Bootable USB Flash Drive From Iso Using CMD
_
Super User is a question and answer Here's how it works:
site for computer enthusiasts and power
users. Join them; it only takes a minute:
Sign up
Anybody can ask Anybody can The best answers are voted
a question answer up and rise to the top
Bootable USB flash drive from iso using windows CMD (I can't find the tutorial…)
In the begining of last year or the end of 2014 I learnt how to make a bootable flash drive from an .iso from a youtube video. I tried to find the
video but I can't and it's not in my history.
The video was very simple; first it taught how to format the flash drive using DISKPART and that part I remember, what I don't remember is
the last part. I remember it used the xcopy command with some options and the source and destination, the latest being the flash drive. As for
the source I don't remember if it is the .iso file itself with some options that cause the files to be extracted the same way CD Burning software
does or if it was something else. I don't remember what the options were neither, but I remember one of them was /f
I know the tutorial works because I tried it. The tutorial was very simple and quick and only used the cmd, no other software.
To sum up:
or
3. xcopy "some options i don't remember" "something else?" flashdrive (I think it is the first option though)
I saw on some other tutorials that the .iso is mounted and then the files are copied using xcopy; I don't think that was what was in that tutorial.
I may be mistaken, but I think that it used only xcopy to extract the files. Maybe there is some option for extracting the files of an .iso like that
(if by "extracting the files of an .iso" I sound confusing, what I mean is that when you burn an iso to a cd or flashdrive what you see when you
open that cd or flashdrive is several files and not the .iso file your burnt).
1 Possible duplicate of How to make a USB flash drive bootable like a CD made from an ISO –
Canadian Luke Jan 1 '16 at 23:52
@RACING121 Do you have the link...? – Mark Read Jan 2 '16 at 0:38
@RACING121 That's not the one... – Mark Read Jan 2 '16 at 2:01
1 There is no single video that holds the secrets to making a bootable flash drive (the person who made that
video learned it from somewhere else). Many commands have optional parameters, so if you find similar
instructions, the command might be slightly different. There is also a wide range of free tools that will do it
for you. Don't worry about doing it exactly the same as you did before. Just pick instructions or a video that
you can follow. – fixer1234 Jan 2 '16 at 5:21
1 Answer
You have two options available to you – in this case both are installing Windows onto a USB
key and/or a USB hard drive ...
Format & create a bootable USB key using the CMD prompt & a .iso – from Windows 8.x or 10
https://superuser.com/questions/1020654/bootable-usb-flash-drive-from-iso-using-windows-cmd-i-cant-find-the-tutorial 1/2
12/14/2017 command line - Bootable USB flash drive from iso using windows CMD (I can't find the tutorial...) - Super User
I've emphasised the commands by using capitals.
USB KEY
8. SELECT PARTITION * - The Nº of the partition that you wish to make primary
9. ACTIVE - Makes the selected partition active
10. FORMAT FS=NTFS - This will take approx. 10 minutes
11. ASSIGN - This will assign a drive letter (we'll believe that it is U:\ )
12. EXIT - To leave "DiskPart"
Find your .iso and right-click to mount it as a virtual drive (we'll use V:\ )
USB Harddrive
8. SELECT PARTITION * - The Nº of the partition that you want to be primary
9. ACTIVE - Makes the selected partition active
10. FORMAT FS=NTFS - This will take approx. 10 minutes
11. ASSIGN - This will assign a drive letter (again we'll say that it's U:\ )
12. EXIT - To leave "DiskPart"
Find your .iso and right-click to mount it as a virtual drive (we'll use V:\ )
1. V:
2. CD BOOT
3. BOOTSECT.EXE /NT60 U:
Once finished you will be able to boot from the external USB HD .. don't forget the boot options
( F2 / F12 , etc.)
Steps 1-12 of the first set are the same as steps 1-12 of the second set — why list them twice? Or am I
missing something? – G-Man Jun 1 at 23:12
https://superuser.com/questions/1020654/bootable-usb-flash-drive-from-iso-using-windows-cmd-i-cant-find-the-tutorial 2/2