D
D
ddc2021-03-26 12:19:01
linux
ddc, 2021-03-26 12:19:01

Can a virtual machine file be converted to an iso image?

I was building gentoo on virtualbox. When I finished, I needed to convert my machine to an iso file (so that I could install it on a flash drive, etc.), but I ran into a problem, I don’t know how to convert the virtual machine file to iso. Is it possible to do this, or has all the effort been wasted?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
J
justhostRU, 2021-03-26
@justhostRU

to install on a USB flash drive, you do not need iso,
just copy the FS files to a USB flash drive and prescribe the bootloader

V
Vladimir Korotenko, 2021-03-26
@firedragon

If your task is to migrate a virtual machine, then use this guide
https://askubuntu.com/questions/32499/migrate-from...
However, there is another option.
https://codebeer.ru/dd-cloning-disk-po-ssh/

dd if=/dev/sda | gzip | ssh [email protected] 'gzip -d | dd of=/dev/sda'

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question