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.
Burn ISO to USB command
Moderator: DosItHelp
Re: Burn ISO to USB command
As to what I've read in the internet, beginning with Windows 7 isoburn.exe is on board.
... where D: represents the drive to burn the image. Not sure what requirements your USB drive has to meet though.
Steffen
Code: Select all
isoburn /Q D: "C:\somewhere\foo.iso"
Steffen
-
- Posts: 3
- Joined: 06 Dec 2018 20:02
Re: Burn ISO to USB command
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.aGerman wrote: ↑09 Dec 2018 11:15As to what I've read in the internet, beginning with Windows 7 isoburn.exe is on board.... where D: represents the drive to burn the image. Not sure what requirements your USB drive has to meet though.Code: Select all
isoburn /Q D: "C:\somewhere\foo.iso"
Steffen
Re: Burn ISO to USB command
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.
-
- Posts: 3
- Joined: 06 Dec 2018 20:02
Re: Burn ISO to USB command
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
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.holdingars wrote: ↑09 Dec 2018 19:49never thought there was a built-in burning feature in command prompt. I tried that but the USB is not booting, says no bootable device.aGerman wrote: ↑09 Dec 2018 11:15As to what I've read in the internet, beginning with Windows 7 isoburn.exe is on board.... where D: represents the drive to burn the image. Not sure what requirements your USB drive has to meet though.Code: Select all
isoburn /Q D: "C:\somewhere\foo.iso"
Steffen
Like these :
https://www.rmprepusb.com/
https://www.tunesbro.com/burn-iso-file-to-usb.html
Last edited by Emaper on 16 Dec 2018 21:18, edited 1 time in total.
Re: Burn ISO to USB command
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.
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.