Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialAustin Langdon
12,667 PointsRe-map Vagrant box to Virtualbox VM
Hi,
Today I encountered some problems when trying to boot my VM via Vagrant. Vagrant is throwing a "base" file not found error on startup/resume. When I open ip the virtual box GUI, It still shows that there is a VM.
I have deleted all my vagrant boxes, and was hoping I could start with a fresh laravel/homestead box, and remap it to the VM.
How would I go about this? Is it simply editing the Vagrantfile or homestead.yaml? Any insight would be appreciated!
Thank you, Austin
1 Answer
manuelpenaloza
Courses Plus Student 10,543 Pointshad that problem too, the following two commands (executed in the Homestead folder) helped me out:
vagrant init hashicorp/precise32
vagrant up
Hope that helps