-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
machine reboots on vagrant up using virtualbox. #1309
Comments
Could you try the kernel headers from https://github.com/divx118/crouton-packages/blob/master/README.md These are build a while ago. I should build some new ones and see if I can replicate and if it is something they changed in the kernel config. There has been another report, who also build his own kernel headers recently and he had the same issue a reboot of the chromebook. Very likely a kernel panic. He then used the ones I build and they worked. |
@divx118 Thanks for the help. Your method worked! I didn't install the latest version of virtualbox. Thanks @divx118 once again. |
Ah ok nice it works for you. BTW I think the newest virtualbox version should also work.
Seems there is an issue then when building the kernel-headers with recent source. I will see if I can replicate and if something significant has changed in the kernel config. |
background:
I have an acer c720 2gb RAM, 32gb SSD chromebook. I have been using crouton on it for almost a year now and its my main dev machine. I usually use vagrant and virtualbox for my dev machine and everything has been working fine.
Here's the output from the croutonversion command
crouton: version 1-20141231011135~master:992afe3e
release: trusty
architecture: amd64
targets: xfce
host: version 6310.68.0 (Official Build) stable-channel peppy
and the output from cat /etc/lsb-release:
CHROMEOS_AUSERVER=https://tools.google.com/service/update2
CHROMEOS_BOARD_APPID={E6710DFC-3EC0-42AE-8095-733FDEA6AF18}
CHROMEOS_CANARY_APPID={90F229CE-83E2-4FAF-8479-E368A34938B1}
CHROMEOS_DEVSERVER=
CHROMEOS_RELEASE_APPID={E6710DFC-3EC0-42AE-8095-733FDEA6AF18}
CHROMEOS_RELEASE_BOARD=peppy-signed-mp-v2keys
CHROMEOS_RELEASE_DESCRIPTION=6310.68.0 (Official Build) stable-channel peppy
CHROMEOS_RELEASE_NAME=Chrome OS
CHROMEOS_RELEASE_TRACK=stable-channel
CHROMEOS_RELEASE_VERSION=6310.68.0
GOOGLE_RELEASE=6310.68.0
issue:
$ sudo delete-chroot -ad
$ sudo sh ~/Downloads/crouton -r trusty -t xfce
Now whenever I try to bring up a VM using vagrant up, the box gets imported but when it reaches the boot VM command, the machine 'crashes' and reboots.
And by machine, I mean the chromebook OS restarts and I have to login and sudo startxfce4.
I tried to start vagrant with debug option ie
$ vagrant up --debug &> ~/Downloads/vagrant.log
and here's the output of that log file: (https://gist.github.com/komuW/caeb33a164d0d6d6310a)
Anyone, know what could be the issue? I'm happy to provide any clarification needed.
Thanks,
Komu W.
The text was updated successfully, but these errors were encountered: