Ford's Garage

Small garage of one Ford in the big internet


VirtualBox Tips


NS_ERROR_FAILURE (0x80004005)

Пересобрать модуль ядра


sudo dpkg-reconfigure virtualbox-5.2
sudo /sbin/vboxconfig

Creating group 'vboxusers'. Users of VirtualBox must be members of this group. Host network interfaces will be assigned to this group.


sudo usermod -a -G vboxusers $(whoami)

Convert vm image


VBoxManage clonehd source.vdi target.vhd --format vhd

Connect real drive (including usb) to vm


cd %programfiles%\Oracle\VirtualBox
VBoxManage internalcommands createrawvmdk -filename C:\usb2.vmdk -rawdisk \\.\PhysicalDrive3

3 in PhysicalDrive3 is number of drive in "Disk Management"