Fedora
Package manager
Fedora distro use the package manager DNF on the top of RPM
DNF
Enable deltaRPM
Enable fastestMirror
Update packages
Update repos list
Install the package
Clean DNF
RPM
Install a RPM file
Update a package from a RPM file
Uninstall a package
Grub
Update grub configuration
KVM
Nested VM
Verify if nestedVM is allow
Bash
# On Intel CPU
cat /sys/module/kvm_intel/parameters/nested
# On AMD CPU
cat /sys/module/kvm_amd/parameters/nested
To activate the option, first begin by shutdown all running VM. After we can disable the KVM module of the CPU.
Now we can edit the KVM configuration by adding an option
Bash
sudo nano /etc/modprobe.d/kvm.conf
# On Intel CPU
kvm_intel nested=1
# On AMD CPU
kvm_amd nested=1
And we finish the operation by rebooting the system.
TPM2 qemu
TPM2 is mandatory to install windows 11.
Installing swtpm a tpm emulator.
TPM emulator in XML format.