vm:virtualbox
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
vm:virtualbox [2013/10/21 15:46] – skipidar | vm:virtualbox [2020/12/27 20:35] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ===== Virtualbox ===== | ||
+ | === Hardware Virtualization === | ||
+ | Hardware Virtualization (alias VT-X - a command Set of the CPU) is required for virtual machines. | ||
+ | |||
+ | == on MSI Mainboard == | ||
+ | |||
+ | Enabling it is hidden within | ||
+ | < | ||
+ | Overclocking > CPU Features > Inter Virtualization Technology | ||
+ | </ | ||
+ | |||
+ | **ACHTUNG: | ||
+ | |||
+ | {{https:// | ||
+ | |||
+ | == on HP Notebook == | ||
+ | |||
+ | {{https:// | ||
+ | {{https:// | ||
+ | |||
+ | |||
+ | == DeviceGuard == | ||
+ | |||
+ | " | ||
+ | which causes the " | ||
+ | |||
+ | You can check, whether DeviceGuard is running under SystemInformation. Search for: | ||
+ | " | ||
+ | |||
+ | {{https:// | ||
+ | |||
+ | You can disable it, via " | ||
+ | setting " | ||
+ | |||
+ | {{https:// | ||
+ | |||
+ | Additionally you can set " | ||
+ | |||
+ | * https:// | ||
+ | * https:// | ||
+ | |||
+ | |||
+ | |||
+ | 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:// | ||
+ | |||
+ | Run Powershell as administrator and follow this steps: | ||
+ | |||
+ | To verify DG/CG is enabled: | ||
+ | < | ||
+ | |||
+ | To disable DG/ | ||
+ | < | ||
+ | |||
+ | and restart the PC. | ||
+ | |||
+ | If Powershell can't execute the script, first try to set the execution policies unrestricted with this just typing: | ||
+ | |||
+ | < | ||
+ | |||
+ | Try again to execute the script and restart the PC. | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | === Resolution === | ||
+ | |||
+ | How to customize Virtual box resolution is written here: http:// | ||
+ | |||
+ | < | ||
+ | VBoxManage.exe setextradata " | ||
+ | VBoxManage.exe setextradata global GUI/ | ||
+ | </ | ||
+ | |||
+ | |||
+ | === Release Disk space === | ||
+ | The dynamic disk occupies XGB of real disk space, once there tehre were XGB of Data. \\ | ||
+ | But the virtualdisk does not automatically release diskpace. \\ | ||
+ | To release diskspace do: | ||
+ | - Disk defragmentation inside of the virtual machine | ||
+ | - use [[ http:// | ||
+ | < | ||
+ | sdelete.exe -z | ||
+ | </ | ||
+ | |||
+ | - use vmbox toolkit to compact the disk | ||
+ | < | ||
+ | VBoxManage modifyhd " | ||
+ | </ | ||
+ | |||
+ | |||
+ | === Running Virtualbox as a VBoxHeadlessTray=== | ||
+ | http:// | ||
+ | |||
+ | Use the vboxvmservice tool to run Virtual Machines as a service! | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | === Network === | ||
+ | The Network woks if set to **Networkbridge** |