Conversation
Notices
-
creating a virtual drive for Fedora MATE...
-
@mk !grrr the VirtualBox linux kernel driver is not installed - and it takes some poking around to figure out how to correct that :(
-
@mk the suggested packages aer installed except... the linux headers file seems to be 3.16, but I'm running 3.14 because 3.16 won't boot. so it loks like I cannot run Linux in VB until *that* is resolved! !grrr
-
@mk in fact, I cannot run anything in VirtualBox :(
-
@mk Just install the linux-headers package for 3.14. No biggie. See https://wiki.debian.org/VirtualBox
# apt-get install linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') virtualbox
-
@mk That command installs for your currently running kernel.
-
@mmn in fact, I do not have the file /etc/init.d/vboxdrv at all - would that command create/install it? what does the sed command do?
-
@mmn oops, currently actually running 3.16-2 (not the latest 3.16 of Jessie or intermediate); but running apt-get install linux-headers-$(uname -r) tells me 'linux-headers-3.16-2-amd64 is already the newest version'. I have the dkms package, and build-essential, too. But I do NOT have 'vboxdrv'.
-
@mk @mmn in fact, I have a whole collection of linux-headers-XXX-amd64 for different kernel versions :-/
-
@mmn after searching the web page for 'vboxdrv' I found this command: 'dpkg-reconfigure virtualbox-dkms' - that goes through the motions of building a lot of things, but ultimately does not produce the still-missing vboxdrv.
-
@mk you can use Debian's dpkg-reconfigure on a Fedora system? Surprising.
-
@mcscx no, on Debian. Fedora is what I want to run inside VirtualBox on Debian but VirtualBox cannot start any VM because it misses vboxdrv
-
@mk on Debian i get that same message when launching VirtualBox after a reboot,unless i manually do /etc/init.d/vbox-drv start (iirc)
-
@mcscx but I cannot run what I don't have - /etc/init.d/ does not have any file called 'vboxdrv' - that's the real problem now. the dpkg-reconfigure removes and rebuilds stuff, including 'vboxdrv.ko' files, but not a 'vboxdrv' that I can find. If you DO have that file, you can add 'vboxdrv' to /etc/modules/ according to the webpage @mmn pointed to - that should load the module at boot time. But for me that's no use until I actually *have* that file.
-
@mcscx now starting live session form the Fedora ISO file #progress
-
https://packages.debian.org/wheezy/virtualbox-dkms and it Just Works.