User Tools

Site Tools


vm:virtualbox

This is an old revision of the document!


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: “CPU Features” IS FUCKING ONLY AVAILABLE IN “STANDARD MODE” - NOT IN “ECO MODE”

on HP Notebook

i520.photobucket.com_albums_w327_schajtan_2016-04-12_18-37-43_zpsbfx3soei.jpg i520.photobucket.com_albums_w327_schajtan_2016-04-12_18-37-19_zps5midudfu.jpg

Resolution

How to customize Virtual box resolution is written here: http://www.virtualbox.org/manual/ch09.html

VBoxManage.exe setextradata "Windows8" CustomVideoMode1 1680x1050x32
VBoxManage.exe setextradata global GUI/MaxGuestResolution any

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 sdelete.exe tool to delete unneeded blocks

sdelete.exe -z

- use vmbox toolkit to compact the disk

VBoxManage modifyhd "X:\Virtual Machines VirtualBox\VirtualboxHdd.vdi" --compact

Running Virtualbox as a VBoxHeadlessTray

http://www.toptensoftware.com/VBoxHeadlessTray/

Use the vboxvmservice tool to run Virtual Machines as a service!

Network

The Network woks if set to Networkbridge

vm/virtualbox.1460479464.txt.gz · Last modified: (external edit)