I am running VB 6.1 in a Dell XPS with LinuxMint
Code: Select all
cat /etc/linuxmint/info
RELEASE=19.3
CODENAME=tricia
EDITION="Cinnamon"
DESCRIPTION="Linux Mint 19.3 Tricia"Code: Select all
egrep -wo 'vmx|ept|vpid|npt|tpr_shadow|flexpriority|vnmi|lm|aes' /proc/cpuinfo | sort | uniq
aes
ept
flexpriority
lm
tpr_shadow
vmx
vnmi
vpid
Code: Select all
lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 12
On-line CPU(s) list: 0-11
Thread(s) per core: 2
Core(s) per socket: 6
Socket(s): 1
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 158
Model name: Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz
Stepping: 10
CPU MHz: 900.024
CPU max MHz: 4100.0000
CPU min MHz: 800.0000
BogoMIPS: 4399.99
Virtualisation: VT-x
but I can't make VT-x work. It is not selectable in VM GUI.uname -r
5.3.0-51-generic
any clue will be highly appreciated.
cheers