Check for VMX Unrestricted Guest IA-32e required by VMware Workstation 14?

Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
Is there a way, without installing vmware, to check from within Linux for the presence of "VMX Unrestricted Guest" support which is a requirement for VMware Workstation 14?
virtual-machine vmware-workstation
add a comment |Â
up vote
0
down vote
favorite
Is there a way, without installing vmware, to check from within Linux for the presence of "VMX Unrestricted Guest" support which is a requirement for VMware Workstation 14?
virtual-machine vmware-workstation
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Is there a way, without installing vmware, to check from within Linux for the presence of "VMX Unrestricted Guest" support which is a requirement for VMware Workstation 14?
virtual-machine vmware-workstation
Is there a way, without installing vmware, to check from within Linux for the presence of "VMX Unrestricted Guest" support which is a requirement for VMware Workstation 14?
virtual-machine vmware-workstation
asked Jun 22 at 10:45
starfry
2,83612644
2,83612644
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
Unrestricted guest support is indicated by bit 5 of MSR 0x485, so it can be checked as follows:
sudo modprobe msr
sudo rdmsr --bitfield 5:5 0x485
If the output is 1, unrestricted guest is supported, if itâÂÂs 0, itâÂÂs not.
rdmsr is available in the msr-tools package in Debian or Fedora.
Thanks. For anyone on Arch -msr-toolsis in the AUR.
â starfry
Jun 22 at 15:01
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
Unrestricted guest support is indicated by bit 5 of MSR 0x485, so it can be checked as follows:
sudo modprobe msr
sudo rdmsr --bitfield 5:5 0x485
If the output is 1, unrestricted guest is supported, if itâÂÂs 0, itâÂÂs not.
rdmsr is available in the msr-tools package in Debian or Fedora.
Thanks. For anyone on Arch -msr-toolsis in the AUR.
â starfry
Jun 22 at 15:01
add a comment |Â
up vote
0
down vote
accepted
Unrestricted guest support is indicated by bit 5 of MSR 0x485, so it can be checked as follows:
sudo modprobe msr
sudo rdmsr --bitfield 5:5 0x485
If the output is 1, unrestricted guest is supported, if itâÂÂs 0, itâÂÂs not.
rdmsr is available in the msr-tools package in Debian or Fedora.
Thanks. For anyone on Arch -msr-toolsis in the AUR.
â starfry
Jun 22 at 15:01
add a comment |Â
up vote
0
down vote
accepted
up vote
0
down vote
accepted
Unrestricted guest support is indicated by bit 5 of MSR 0x485, so it can be checked as follows:
sudo modprobe msr
sudo rdmsr --bitfield 5:5 0x485
If the output is 1, unrestricted guest is supported, if itâÂÂs 0, itâÂÂs not.
rdmsr is available in the msr-tools package in Debian or Fedora.
Unrestricted guest support is indicated by bit 5 of MSR 0x485, so it can be checked as follows:
sudo modprobe msr
sudo rdmsr --bitfield 5:5 0x485
If the output is 1, unrestricted guest is supported, if itâÂÂs 0, itâÂÂs not.
rdmsr is available in the msr-tools package in Debian or Fedora.
answered Jun 22 at 12:30
Stephen Kitt
139k22299361
139k22299361
Thanks. For anyone on Arch -msr-toolsis in the AUR.
â starfry
Jun 22 at 15:01
add a comment |Â
Thanks. For anyone on Arch -msr-toolsis in the AUR.
â starfry
Jun 22 at 15:01
Thanks. For anyone on Arch -
msr-tools is in the AUR.â starfry
Jun 22 at 15:01
Thanks. For anyone on Arch -
msr-tools is in the AUR.â starfry
Jun 22 at 15:01
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f451268%2fcheck-for-vmx-unrestricted-guest-ia-32e-required-by-vmware-workstation-14%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password