Difference between revisions of "--graphics"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
  --graphics none
+
  --graphics none  
 +
--graphics vnc,listen=0.0.0.0
 +
--graphics [[spice]],listen=0.0.0.0
  
 +
 +
* <code>[[virt-install]] --install [[ubuntu20.10]] --memory 2048 --disk size=2 [[--graphics]] [[vnc]],listen=0.0.0.0 --name YOUR_VM_NAME</code>
 +
* <code>[[virt-install]] --install [[ubuntu20.10]] --memory 2048 --disk size=2 [[--graphics]] [[spice]],listen=0.0.0.0  --name YOUR_VM_NAME</code>
  
 
Previously <code>[[noautoconsole]]</code>
 
Previously <code>[[noautoconsole]]</code>
  
 +
== Examples ==
 +
[[virt-install]] --install ubuntu18.04 --memory 2048 --disk size=2 [[--graphics]] vnc,listen=192.168.1.1 --name YOUR_NAME
 +
WARNING  [[KVM acceleration not available]], using 'qemu'
 +
Using ubuntu18.04 --location http://archive.ubuntu.com/ubuntu/dists/bionic/main/installer-amd64
 +
WARNING  Graphics requested but DISPLAY is not set. Not running [[virt-viewer]].
 +
WARNING  No console to launch for the guest, defaulting to --wait -1
 +
 +
 +
 +
== Related terms ==
 +
* <code>[[--extra-args]]</code>
 +
* <code>[[--disk]]</code>
  
 
== See also ==
 
== See also ==

Latest revision as of 12:09, 7 April 2021

--graphics none 
--graphics vnc,listen=0.0.0.0
--graphics spice,listen=0.0.0.0


Previously noautoconsole

Examples[edit]

virt-install --install ubuntu18.04 --memory 2048 --disk size=2 --graphics vnc,listen=192.168.1.1 --name YOUR_NAME
WARNING  KVM acceleration not available, using 'qemu'
Using ubuntu18.04 --location http://archive.ubuntu.com/ubuntu/dists/bionic/main/installer-amd64
WARNING  Graphics requested but DISPLAY is not set. Not running virt-viewer.
WARNING  No console to launch for the guest, defaulting to --wait -1


Related terms[edit]

See also[edit]

Advertising: