adafruit / Adafruit-Pi-Kernel-o-Matic

https://learn.adafruit.com/raspberry-pi-kernel-o-matic
94 stars 16 forks source link

"vagrant up" does not complete successfully #9

Closed cdtaylor51 closed 9 years ago

cdtaylor51 commented 9 years ago

I am trying to run the https://github.com/adafruit/Adafruit-Pi-Kernel-o-Matic on my laptop computer (Asus G75VW, W8.1 Pro, 16GB RAM, C:=256GB SSD, 750GB HHD, etc).

When I enter the command vargrant up this is what happens:

vagrantupcmdscreen

Then I try to startup the VM in VirtualBox Manager and I get this:

errormessage

Could you please help me to solve this issue?

brennen commented 9 years ago

This does ring a bell. Here's a relevant-looking Stackoverflow result for that error message, but let me look around a bit.

brennen commented 9 years ago

Moving to #10, which has a bit of additional info.

cdtaylor51 commented 9 years ago

I have an Intel core i7 3610qm processor. It supports VX-x but not VX-d. I reduced the base memory to 3175 MB and the VM started but I am still having trouble getting "vagrant up" to run successfully.

Thanks for your help.

Sent from my T-Mobile 4G LTE Device

-------- Original message --------
From: Brennen Bearnes
Date:02/26/2015 12:35 PM (GMT-06:00)
To: adafruit/Adafruit-Pi-Kernel-o-Matic
Cc: cdtaylor51
Subject: Re: [Adafruit-Pi-Kernel-o-Matic] "vagrant up" does not complete successfully (#9)

This does ring a bell. Here's a relevant-looking Stackoverflow result for that error message, but let me look around a bit.


Reply to this email directly or view it on GitHub: https://github.com/adafruit/Adafruit-Pi-Kernel-o-Matic/issues/9#issuecomment-76237718

tdicola commented 9 years ago

Oh try forcing the number of CPU cores to just 1. Assuming you're on windows, open the Vagrantfile and change this line: https://github.com/adafruit/Adafruit-Pi-Kernel-o-Matic/blob/master/Vagrantfile#L27 to just set cpus = 1. Save and try vagrant up again.