Sunday, May 12, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 1975  / 1 Year ago, tue, january 24, 2023, 8:07:28

I have installed the latest release from Ubuntu 16.04.



I installed VirtualBox like that:



sudo apt-get install virtualbox virtualbox-dkms


and I downloaded the latest release from Vagrant and installed it like that:



sudo dpkg -i vagrant_2.0.1_x86_64.deb


Then I installed homestead following these instructions



vagrant box add laravel/homestead 
git clone https://github.com/laravel/homestead.git ~/Homestead
cd ~/Homestead
git checkout v7.0.1
bash init.sh


I removed the ssh key line from the Homestead.yaml file.



If I tried to start vagrant with



vagrant up --debug


then my PC freezes on the Booting VM line.



Here is a screen-shot that I took with my camera:



enter image description here



I have no idea why this is not working. I installed Ubuntu 2 times and repeated all these steps. Always producing the same error. What is causing this issue?



I have also asked this question here


More From » boot

 Answers
4

Re: Vagrant up fails on Booting VM



Hey @Adam I am also getting this problem for last 3-4 days in one of my workstation and didn't look for any solution until today when I upgraded second workstation's kernel. I think this problem is causing of new Ubuntu kernel 4.13.0-26-generic. I have booted to previous kernel 4.10.0-42-generic and tried vagrant up and it worked perfectly for both of my workstations. It is a temporary fix not a permanent solution though.


[#9277] Tuesday, January 24, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
sator

Total Points: 258
Total Questions: 119
Total Answers: 101

Location: Sweden
Member since Fri, Apr 16, 2021
3 Years ago
;