VBoxManage list hdds
VBoxManage modifyhd [UUID] –resize [size in MiB]
Tag Archives: virtualbox
The box you’re attempting to add doesn’t support the provider you requested
vagrant init serveit/centos-7; vagrant up –provider virtualbox
Error:
=> default: Loading metadata for box ‘serveit/centos-7’
default: URL: https://atlas.hashicorp.com/serveit/centos-7
The box you’re attempting to add doesn’t support the provider
you requested. Please find an alternate box or use an alternate
provider. Double-check your requested provider to verify you didn’t
simply misspell it.
If you’re adding a box from HashiCorp’s Atlas, make sure the box is
released.
Name: serveit/centos-7
Address: https://atlas.hashicorp.com/serveit/centos-7
Requested provider: [:virtualbox]
Fix:
vagrant init jayunit100/centos7; vagrant up –provider virtualbox
list virtualbox hdd
VBoxManage list hdds
virtualbox repo
sudo wget http://download.virtualbox.org/virtualbox/rpm/fedora/virtualbox.repo -P /etc/yum.repos.d/
[virtualbox]
name=Fedora $releasever – $basearch – VirtualBox
baseurl=http://download.virtualbox.org/virtualbox/rpm/fedora/$releasever/$basearch
enabled=1
gpgcheck=1
gpgkey=https://www.virtualbox.org/download/oracle_vbox.asc
virtualbox: find list bridges
VBoxManage list bridgedifs
virtualbox: kernel driver not installed (rc=-1908) fedora
sudo dnf install binutils gcc make patch libgomp glibc-headers glibc-devel kernel-headers kernel-devel dkms
sudo dnf install VirtualBox-4.3
sudo /etc/init.d/vboxdrv setup
virtualbox: Makefile:183: *** Error: unable to find the sources of your current Linux kernel. Specify KERN_DIR= and run Make again. Stop.
sudo dnf install kernel-devel-$(uname -r)