User Tools

Site Tools


vm:virtualbox

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
vm:virtualbox [2016/04/12 16:44] skipidarvm:virtualbox [2020/12/27 20:35] (current) – external edit 127.0.0.1
Line 13: Line 13:
 **ACHTUNG:** "CPU Features" IS FUCKING ONLY AVAILABLE IN "STANDARD MODE" - NOT IN "ECO MODE" **ACHTUNG:** "CPU Features" IS FUCKING ONLY AVAILABLE IN "STANDARD MODE" - NOT IN "ECO MODE"
  
-{{http://i520.photobucket.com/albums/w327/schajtan/2014-05-18_11-18-03_zps45da1a25.png?800}}+{{https://lh3.googleusercontent.com/-tbZpzosm5_8/Wqpj6zIVVrI/AAAAAAAAAFM/lyMkyhGs8tEiFW1-1Yu7DdkMO9iM2Jq4QCHMYCw/s0/2018-03-15_13-15-36.png?800}}
  
 == on HP Notebook == == on HP Notebook ==
  
-{{http://i520.photobucket.com/albums/w327/schajtan/2016-04-12_18-37-43_zpsbfx3soei.jpg}} +{{https://lh3.googleusercontent.com/-g7MYwCe8tMg/WqpjjMM8ozI/AAAAAAAAAFI/r4cjlnQE2AYv5iNkJ5eMy6qM5aRN12UFACHMYCw/s0/2018-03-15_13-14-00.png}} 
-{{http://i520.photobucket.com/albums/w327/schajtan/2016-04-12_18-37-19_zps5midudfu.jpg}}+{{https://lh3.googleusercontent.com/-GMtpMuuPCTA/Wqpjdwfc_vI/AAAAAAAAAFE/0VSmI6OQDc0KAnsjAKOLlNBB50EbTwgBwCHMYCw/s0/2018-03-15_13-13-40.jpg}} 
 + 
 + 
 +== DeviceGuard == 
 + 
 +"DeviceGuard" also blocks the VT-x feature, 
 +which causes the "VERR_VMX_NO_VMX" message by VirtualBox or Vagrant. 
 + 
 +You can check, whether DeviceGuard is running under SystemInformation. Search for: 
 +"DeviceGuard Virtualization: Running" 
 + 
 +{{https://docs.microsoft.com/en-us/visualstudio/cross-platform/tools-for-cordova/tips-workarounds/media/android-tips/device-guard.png}} 
 + 
 +You can disable it, via "gpedit.msc",  
 +setting "Computer Configuration\Administrative Templates\System\Device Guard\Turn On Virtualization Based Security" to "Disabled"
 + 
 +{{https://www.tenforums.com/attachments/tutorials/108861d1485973713-enable-disable-device-guard-windows-10-a-device_guard_gpedit-1.png}} 
 + 
 +Additionally you can set "bcdedit /set hypervisorlaunchtype off" 
 + 
 +  * https://arstechnica.com/civis/viewtopic.php?f=8&t=1423473 
 +  * https://forums.virtualbox.org/viewtopic.php?f=38&t=86399 
 + 
 + 
 + 
 +You can check, whether the device guard is running under  
 + 
 + 
 + 
 +== Device Guard and Credential Guard hardware readiness tool == 
 +You can use the tool to disable the DeviceGuard. 
 + 
 +Use the **Device Guard and Credential Guard hardware readiness tool** from Microsoft to disable the credential guard: 
 +https://www.microsoft.com/en-us/download/details.aspx?id=53337 
 + 
 +Run Powershell as administrator and follow this steps: 
 + 
 +To verify DG/CG is enabled:  
 +<code>DG_Readiness_Tool_v3.6 -Ready</code> 
 + 
 +To disable DG/CG:  
 +<code>DG_Readiness_Tool_v3.6 -Disable</code> 
 + 
 +and restart the PC. 
 + 
 +If Powershell can't execute the script, first try to set the execution policies unrestricted with this just typing: 
 + 
 +<code>Set-ExecutionPolicy Unrestricted</code> 
 + 
 +Try again to execute the script and restart the PC. 
 + 
 + 
 + 
 === Resolution === === Resolution ===
  
vm/virtualbox.1460479464.txt.gz · Last modified: (external edit)