Difference between revisions of "Virtualization"
Line 3: | Line 3: | ||
<pre> | <pre> | ||
virt-install \ | virt-install \ | ||
− | --name | + | --name dhcp-new \ |
--ram 1024 \ | --ram 1024 \ | ||
--vcpus 1 \ | --vcpus 1 \ | ||
− | --disk path=/var/lib/libvirt/images/ | + | --disk path=/var/lib/libvirt/images/dhcp-new.qcow2,size=10 \ |
− | -- | + | --location 'http://deb.debian.org/debian/dists/bookworm/main/installer-amd64/' \ |
--network bridge=br0 \ | --network bridge=br0 \ | ||
--os-variant debian10 \ | --os-variant debian10 \ |
Revision as of 07:41, 2 October 2025
How to install KVM VM using virt-install CLI:
virt-install \ --name dhcp-new \ --ram 1024 \ --vcpus 1 \ --disk path=/var/lib/libvirt/images/dhcp-new.qcow2,size=10 \ --location 'http://deb.debian.org/debian/dists/bookworm/main/installer-amd64/' \ --network bridge=br0 \ --os-variant debian10 \ --graphics none \ --console pty,target_type=serial \ --extra-args 'console=ttyS0,115200n8 serial'
Exit KVM serial:
Ctrl + ]
Contents
KVM Windows Drivers
QEMU Raspberry Pi
KVM OSX
Convert a SPARC Workstation to QEMU
http://kb.networksystemssolutions.info/index.php/Sparc_Virtualization
SPARC emulation on Linux with QEMU
Disk formating:
Running QEMU:
QEMU Monitor Change CD-ROM:
Solaris Install:
Networking: