How 2 Know
If you can't Google it, You Can Knowing it.

Create bootable DVD iso image

Syntax:

#mkcd -L -S -I /tmp/iso

Explain:

-L : Create CD/DVD image

-S : Do not write to DVD media/device

-I : Specify directory where the bootable DVD iso will be placed

 

HINT: if you see the following output :

#mkcd -L -S -I /tmp/iso
Verifying command parameters...
Creating image.data file...
Cleaning up...

This problem happened because the command can’t create the image.data file and point to it, so we need to run the follwoing commands :

#mkszfile
#mkcd -L -S -I /tmp/iso -i /image.data

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from How 2 Know

Subscribe now to keep reading and get access to the full archive.

Continue reading