1.5. Preparing for Installation from USB Storage Drives¶
To install Virtuozzo from a USB storage drive, you will need a 2 GB or higher-capacity USB drive and the Virtuozzo 7 distribution ISO image.
Make a bootable USB drive by transferring the distribution image to it with dd
.
Important
Be careful to specify the correct drive to transfer the image to.
For example, on Linux:
# dd if=<VZ7_ISO_image> of=/dev/sdb
And on Windows (with dd for Windows):
C:\>dd if=<VZ7_ISO_image> of=\\?\Device\Harddisk1\Partition0
Version 7.0.8 — Aug 31, 2018