Page 1 of 1

Burn ISO to USB command

Posted: 08 Dec 2018 20:24
by holdingars
Hi,

Anyone knows how to burn .iso image (Windows 7) on an external USB drive? The USB should be bootable as I need to reinstall the OS.

Re: Burn ISO to USB command

Posted: 09 Dec 2018 11:15
by aGerman
As to what I've read in the internet, beginning with Windows 7 isoburn.exe is on board.

Code: Select all

isoburn /Q D: "C:\somewhere\foo.iso"
... where D: represents the drive to burn the image. Not sure what requirements your USB drive has to meet though.

Steffen

Re: Burn ISO to USB command

Posted: 09 Dec 2018 19:49
by holdingars
aGerman wrote:
09 Dec 2018 11:15
As to what I've read in the internet, beginning with Windows 7 isoburn.exe is on board.

Code: Select all

isoburn /Q D: "C:\somewhere\foo.iso"
... where D: represents the drive to burn the image. Not sure what requirements your USB drive has to meet though.

Steffen
never thought there was a built-in burning feature in command prompt. I tried that but the USB is not booting, says no bootable device.

Re: Burn ISO to USB command

Posted: 09 Dec 2018 21:19
by Squashman
Why do you need to do this from the command prompt? Microsoft created a tool to boot from USB drives to install Windows. Why not use that. It has been around since Windows Vista if memory serves me.

Re: Burn ISO to USB command

Posted: 11 Dec 2018 21:35
by holdingars
Squashman wrote:
09 Dec 2018 21:19
Why do you need to do this from the command prompt? Microsoft created a tool to boot from USB drives to install Windows. Why not use that. It has been around since Windows Vista if memory serves me.
try to learn new staff.

P.S Microsoft USB/DVD Download Tool sucks. it was stuck on burning progress forever

Re: Burn ISO to USB command

Posted: 13 Dec 2018 04:24
by Emaper
holdingars wrote:
09 Dec 2018 19:49
aGerman wrote:
09 Dec 2018 11:15
As to what I've read in the internet, beginning with Windows 7 isoburn.exe is on board.

Code: Select all

isoburn /Q D: "C:\somewhere\foo.iso"
... where D: represents the drive to burn the image. Not sure what requirements your USB drive has to meet though.

Steffen
never thought there was a built-in burning feature in command prompt. I tried that but the USB is not booting, says no bootable device.
Do not use the mmand prompt as long as you are not an expert,i don't think it is a good idea for it,you'd better try some professional and easy-to-use burners.
Like these :
https://www.rmprepusb.com/
https://www.tunesbro.com/burn-iso-file-to-usb.html

Re: Burn ISO to USB command

Posted: 16 Dec 2018 05:18
by penpen
I am using cdrtools to burn virtual images only:
http://cdrtools.sourceforge.net/private/cdrecord.html
(Although i am using an older version, but that shouldn't make any difference.)

Here are some informations how to crete a bootable iso image:
https://wiki.osdev.org/El-Torito
https://www.g-loaded.eu/2007/04/25/how- ... h-mkisofs/

Sidenote:
I recommend to test the resulting iso in a virtual system.


penpen

Edit: Added sidenote.