####Komendy
VBoxManage list ostypes
VBoxManage createvm --name valkiria --ostype FreeBSD_64 --register
VBoxManage modifyvm valkiria --nic1 bridged --bridgeadapter1 enp0s7
VBoxManage storagectl valkiria --name "SATA Controller" --add sata --bootable on
VBoxManage storageattach valkiria --storagectl "SATA Controller" --port 0 --device 0 --type hdd --medium /home/piotrek/dysk1/Valkiria/valkiria.vhd
VBoxManage startvm "metin" --type headless
VBoxManage list ostypes
VBoxManage createvm --name valkiria --ostype FreeBSD_64 --register
VBoxManage modifyvm valkiria --nic1 bridged --bridgeadapter1 enp0s7
VBoxManage storagectl valkiria --name "SATA Controller" --add sata --bootable on
VBoxManage storageattach valkiria --storagectl "SATA Controller" --port 0 --device 0 --type hdd --medium /home/piotrek/dysk1/Valkiria/valkiria.vhd
VBoxManage startvm "metin" --type headless