Installing Qemu on Kali (plus some questions)
Hey all… I’m trying to install Qemu on Kali and there are so many tutorials that require different packages, or offer conflicting advice…
Checking debians wiki documentation about installing KVM, the installation is pretty bare bones, and Qemu’s official documentation is entirely different… some videos I’ve watched all seem to advise different packages (ex libosinfo, which doesn’t seem to exist or its name has changed… tuned is another one not mentioned in official documentation..
I guess what I’m asking is can someone point me to a proper KVM/Qemu setup for Kali/Debian cause there’s lots of conflicting info.
Also while doing this, I came to learn about KVM_SEV — seems worth using if my cpu/firmware allows is and I’m getting conflicting info about that as well..
For instance : if I run, $zgrep CONFIG_KVM /boot/config-(uname -r) ,
I do get CONFIG_KVM_AMD_SEV=y …
Additionally, running $sudo virt-host-validate I get output that everything passes except “QEMU: checking for secure guest support : WARN (AMD Secure Encrypted Virtualization appears to be disabled in kernel. Add kvm_amd.sev=1 to kernel cmdline arguments”
When I looked up to add that to my grub file, I didn’t brick anything, but I still get the same change.
Anyway, thanks for your help in advance!