A
A
Alexander Semenenko2019-09-25 14:58:20
linux
Alexander Semenenko, 2019-09-25 14:58:20

How to make a bootable iso from a flash drive on linux?

It seems that I used to create a bootable iso in this way:
dd if=/dev/cdrom of=~/cd.iso
Here, instead of a cdrom flash drive, I try:
dd if=/dev/sdb1 of=~/cd.iso
And I get an I/O error.
Perhaps this is due to the fact that I have a flash drive and not cdroom, or because the flash drive has a windows distribution and not linux. How else can you create a bootable iso from a flash drive?
The problem turned out to be a corrupted flash drive.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexander, 2019-09-25
@UPSA

https://www.cyberciti.biz/faq/howto-copy-mbr/
They still need dances with a tambourine

L
longclaps, 2019-09-25
@longclaps

ubuntu make bootable usb from iso

R
Ruslan Fedoseev, 2019-09-25
@martin74ua

maybe it's /dev/sdb instead of /dev/sdb1...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question