-
Make sure your cpu support
kvm
with below command:grep -E "(vmx|svm)" --color=always /proc/cpuinfo
-
Make sure BIOS have enable “Virtualization Technology”.
-
User access to
/dev/kvm
so add your account into kvm(78) group:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PROMPT_COMMAND=__prompt_command | |
__prompt_command() { | |
local EXIT="$?" # This needs to be first | |
PS1="" | |
cyan="\e[1;36m" | |
yellow="\e[0;33m" | |
red="\e[0;31m" | |
blue="\e[0;34m" | |
green="\e[1;32m" |