User Tools

Site Tools


ubuntu:kvm:setup_kvm_with_bridged_networking_and_virt-manager

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ubuntu:kvm:setup_kvm_with_bridged_networking_and_virt-manager [2019/12/26 17:57] peterubuntu:kvm:setup_kvm_with_bridged_networking_and_virt-manager [2020/07/15 09:30] (current) – external edit 127.0.0.1
Line 249: Line 249:
  
 <code bash> <code bash>
-sudo virt-install --name ubuntu-vm --os-type linux --os-variant ubuntu18.04 --ram 2048 --vcpu 1 --disk path=/var/lib/libvirt/images/ubuntu-vm.qcow2,size=10 --graphics vnc,listen=0.0.0.0 --noautoconsole --hvm --cdrom /home/peter/vm/ubuntu-18.04-live-server-amd64.iso --boot cdrom,hd+sudo virt-install 
 +  --name ubuntu-vm 
 +  --os-type linux 
 +  --os-variant ubuntu18.04 
 +  --ram 2048 
 +  --vcpu 1 
 +  --disk path=/var/lib/libvirt/images/ubuntu-vm.qcow2,size=10 
 +  --graphics vnc,listen=0.0.0.0 
 +  --noautoconsole 
 +  --hvm 
 +  --cdrom /home/peter/vm/ubuntu-18.04-live-server-amd64.iso 
 +  --boot cdrom,hd
 </code> </code>
  
Line 259: Line 270:
 sudo virsh list --all sudo virsh list --all
 </code> </code>
- 
-or 
  
 returns: returns:
Line 273: Line 282:
  
 ---- ----
 +or
  
 <code bash> <code bash>
ubuntu/kvm/setup_kvm_with_bridged_networking_and_virt-manager.1577383071.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki