Difference between revisions of "Virt-install"

From wikieduonline
Jump to navigation Jump to search
Line 2: Line 2:
 
<code>[[virt-install]]</code> is part of <code>[[virtinst]]</code> package.
 
<code>[[virt-install]]</code> is part of <code>[[virtinst]]</code> package.
  
 +
 +
'''virt-install --import'''
 
<code>sudo virt-install --name VM_NAME --import --ram 2048 --disk /path/to/your/image/IMAGE_NAME.img</code>
 
<code>sudo virt-install --name VM_NAME --import --ram 2048 --disk /path/to/your/image/IMAGE_NAME.img</code>
 
  WARNING  No operating system detected, VM performance may suffer. Specify an OS with --os-variant for optimal results.
 
  WARNING  No operating system detected, VM performance may suffer. Specify an OS with --os-variant for optimal results.

Revision as of 16:01, 6 January 2020

This article is a Draft. Help us to complete it.

virt-install is part of virtinst package.


virt-install --import sudo virt-install --name VM_NAME --import --ram 2048 --disk /path/to/your/image/IMAGE_NAME.img

WARNING  No operating system detected, VM performance may suffer. Specify an OS with --os-variant for optimal results.
WARNING  Graphics requested but DISPLAY is not set. Not running virt-viewer.
WARNING  No console to launch for the guest, defaulting to --wait -1

[1]

sudo virt-install --name VM_NAME --import --ram 2048 --vcpus=4 --os-type=linux --os-variant=ubuntu18.04 --nographics --disk /path/to/your/image/IMAGE_NAME.img


Other options:

--noautoconsole
--network


Related commands: virt-builder

Activities

See also

  • http://www.admin-magazine.com/Articles/Generate-VM-Images-with-virt-builder
  • Advertising: