Difference between revisions of "Virtualization"
Line 1: | Line 1: | ||
+ | How to install KVM VM using virt-install CLI: | ||
+ | |||
+ | <pre> | ||
+ | virt-install \ | ||
+ | --name dns-new \ | ||
+ | --ram 1024 \ | ||
+ | --vcpus 1 \ | ||
+ | --disk path=/var/lib/libvirt/images/dns-new.qcow2,size=10 \ | ||
+ | --cdrom /mnt/ISO/debian-12.0.0-amd64-netinst.iso \ | ||
+ | --network bridge=br0 \ | ||
+ | --os-variant debian10 \ | ||
+ | --graphics none \ | ||
+ | --console pty,target_type=serial \ | ||
+ | --extra-args 'console=ttyS0,115200n8 serial' | ||
+ | </pre> | ||
+ | |||
+ | |||
=== KVM Windows Drivers === | === KVM Windows Drivers === | ||
*http://www.linux-kvm.org/page/WindowsGuestDrivers | *http://www.linux-kvm.org/page/WindowsGuestDrivers |
Revision as of 04:41, 2 October 2025
How to install KVM VM using virt-install CLI:
virt-install \ --name dns-new \ --ram 1024 \ --vcpus 1 \ --disk path=/var/lib/libvirt/images/dns-new.qcow2,size=10 \ --cdrom /mnt/ISO/debian-12.0.0-amd64-netinst.iso \ --network bridge=br0 \ --os-variant debian10 \ --graphics none \ --console pty,target_type=serial \ --extra-args 'console=ttyS0,115200n8 serial'
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: