-
Notifications
You must be signed in to change notification settings - Fork 16
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
Cannot install kernal modules #35
Comments
@rumpaar1 |
Update/upgrade and modules recompile OK, but no luck getting the drivers loaded. When I start the chroot, there is a flash of an unusual and quite long error message that I've been unable to read yet. Would that error be captured in a log somewhere? The chroot does start afterwards, but the vb drivers are not loaded. Thanks. |
@laurenweinstein1 I think you somehow messed up your rc.local. Just follow steps below.
After exit enter your chroot normally.
|
Even though the modules compiles threw no errors, modprobe is reporting not Module ops for VirtualBox (Lauren: 4/11/15)umount bindmounts /lib/modules from enter-chrootfor m in try to load vboxdrv modulesif [ echo END >> /e/etc/startup.log On Sun, May 1, 2016 at 8:28 AM, Maurice van Kruchten <
|
Hmm it looks ok, however I am afraid
If it is producing any output then unmount it with
When your rc.local is ok it should have been unmounted when you enter the chroot. You can also just redo running the script setup-headers.sh this will take care of the above and should be the easiest way. Then recompile the modules and exit reenter the chroot. |
The mount check shows /lib/modules to already be unloaded. The new On Sun, May 1, 2016 at 11:32 PM, Maurice van Kruchten <
|
Ah ok then all you have to do now is run the |
That's it -- back in business. I have a script I normally run after each CrOS update to put all that back in place, but I hadn't run it again since this current header situation popped up. THANKS! L On Mon, May 2, 2016 at 10:37 AM, Maurice van Kruchten <
|
Great, going to close this now. |
HP Chromebook 14 (x86)
I started with running the change-kernel-flags script in crosh, rebooted, then running the setup-headers.sh on the chroot. I then rebooted again and installed virtualbox. However the 'Recompiling kernel modules' part of the setup failed and virtualbox would not run any vm's. I looked at the logs and realized that gcc was not installed. I installed gcc and ran the /sbin/rcvboxdrv setup. During this the chromebook completely rebooted. /etc/rc.local also fails on starting the chroot. I tried uninstalling then reinstalling virtualbox, install also causes the chromebook to restart, at the 'Recompiling kernel modules' stage. I have removed virtualbox and removed the virtualbox stuff from /etc/rc.local. Any tips on how to get virtualbox working?
The text was updated successfully, but these errors were encountered: