FossaPUP reports its presence but it is NOT found and cannot be enabled.
Code: Select all
root# echo "Check system to see if VM is loaded"
Check system to see if VM is loaded
root# lsmod| egrep --color=always kvm
root# echo "Its not loaded, so load the VM support"
Its not loaded, so load the VM support
root# modprobe kvm-amd
modprobe: ERROR: could not insert 'kvm_amd': Operation not supported
root# echo "Failure to load the VM support needed"