Related pages:
$ sudo grep -e 'vmx' /proc/cpuinfo
$ sudo dnf install qemu-kvm libvirt virt-manager virt-install
$ sudo dnf install epel-release -y $ sudo dnf -y install bridge-utils virt-top libguestfs-tools bridge-utils virt-viewer
$ sudo lsmod | grep kvm
$ sudo systemctl start libvirtd $ sudo systemctl enable libvirtd $ sudo systemctl status libvirtd
$ sudo usermod -aG libvirt $USER $ newgrp libvirt
$ sudo brctl show $ sudo nmcli connection show
$ sudo nmcli connection delete node11bridge
$ sudo nmcli connection add type bridge autoconnect yes con-name node11bridge ifname node11bridge
$ sudo nmcli connection modify node11bridge ipv4.addresses 192.168.122.1/24 ipv4.method manual $ sudo nmcli connection modify node11bridge ipv4.gateway 192.168.178.1 $ sudo nmcli connection modify node11bridge ipv4.dns 8.8.8.8 +ipv4.dns 8.8.4.4
$ sudo nmcli connection add type bridge-slave autoconnect yes con-name node11bslave ifname node11bslave master node11bridge $ sudo nmcli connection show
$ sudo nmcli connection up node11bridge $ sudo nmcli connection show node11bridge
$ sudo nano /etc/qemu-kvm/bridge.conf allow all ^o ^x
$ sudo systemctl restart libvirtd $ sudo chown -R $USER:libvirt /var/lib/libvirt/
$ virt-install \ --name Alma10 \ --ram 2048 \ --vcpus 1 \ --disk path=/var/lib/libvirt/images/alma-10.img,size=20 \ --os-variant almalinux10 \ --network bridge=node11bridge,model=virtio \ --graphics vnc,listen=0.0.0.0 \ --console pty,target_type=serial \ --location /home/node11/Downloads/AlmaLinux-10-latest-x86_64_v2-minimal.iso
osinfo-query os
sudo brctl show
$ sudo nmcli connection down node11bridge
$ sudo nmcli connection delete node11bridge
$ virsh list --all
$ virsh undefine Alma10 error: Refusing to undefine while domain managed save image exists $ virsh undefine VM_Name --managed-save
ERROR Disk /var/lib/libvirt/images/IMAGE.img is already in use by other guests ['GUEST']. (Use --check path_in_use=off or --check all=off to override)
CPU ISA level is lower than required
Error: Problem: conflicting requests - nothing provides libvpx.so.6()(64bit) needed by VirtualBox-7.1-7.1.12_169651_el9-1.x86_64 from @commandline (try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
Can't enumerate USB devices. VirtualBox is not currently allowed to access USB devices. You can change this by adding your user to the "vboxusers" group. Please see your user manual for a more detailed explanation.
$ sudo usermod -a -G vboxusers $USER
$ groups $USER
VirtualBox - Error Unable to insert the virtual optical disk /usr/share/virtualbox/VBoxGuestAdditions.iso into the machine vnode11. Could not mount the media/drive "/usr/share/virtualbox/VBoxGuestAdditions.iso" ( VERR_PDM_MEDIA_LOCKED ).
$ sudo mount -r /usr/share/virtualbox/VBoxGuestAdditions.iso /run/media/node11 $ sudo umount /usr/share/virtualbox/VBoxGuestAdditions.iso
$ cd /run/media/node11/VBox_GAs_7.1.121
$ sudo sh ./VBoxLinuxAdditions.run VirtualBox Guest Additions installer ./install.sh: line 153: VBoxControl: command not found This system appears to have a version of the VirtualBox Guest Additions already installed. If it is part of the operating system and kept up-to-date, there is most likely no need to replace it. If it is not up-to-date, you should get a notification when you start the system. If you wish to replace it with this version, please do not continue with this installation now, but instead remove the current version first, following the instructions for the operating system. If your system simply has the remains of a version of the Additions you could not remove you should probably continue now, and these will be removed during installation. VirtualBox Guest Additions: Setting up modules VirtualBox Guest Additions: Building the VirtualBox Guest Additions kernel modules. This may take a while. VirtualBox Guest Additions: To build modules for other installed kernels, run VirtualBox Guest Additions: /sbin/rcvboxadd quicksetup <version> VirtualBox Guest Additions: or VirtualBox Guest Additions: /sbin/rcvboxadd quicksetup all VirtualBox Guest Additions: Building the modules for kernel 6.12.0-55.21.1.el10_0.x86_64_v2. VirtualBox Guest Additions: reloading kernel modules and services VirtualBox Guest Additions: unable to load vboxguest kernel module, see dmesg VirtualBox Guest Additions: kernel modules and services were not reloaded The log file /var/log/vboxadd-setup.log may contain further information.
VBoxClient: the VirtualBox kernel service is not running. Exiting.
Powering VM up... VirtualBox can't operate in VMX mode. Please disable the KVM kernel extension, recompile your kernel and reboot ( VERR_VMX_IN_VMX_ROOT_MODE ).
# Unloading modules sudo modprobe -r kvm_intel sudo modprobe -r kvm< # Loading modules sudo modprobe kvm_intel sudo modprobe kvm
block-dm-0: the capability attribute has been deprecated.
chmod a+x VMware-Workstation-Full-XXXX.x86_64.bundle sudo ./VMware-Workstation-Full-XXXX.x86_64.bundle
block-dm-0: the capability attribute has been deprecated. block nvme0n1: No UUID available prviding old NGUID hrtimer: interrupt took 5000473 ms
VMware Tools is no longer shipped with VMware Player for legacy guest operating systems. Please download it from https://packages-prod.broadcom.com/tools/frozen/linux/linux.iso and refer to https://knowledge.broadcom.com/external/article?legacyId=1014294 for installation steps. No VMware Tools image exists for the guest operating system