You are not logged in.
Some kernel 2.6.29 users are finding that, even after rebuilding VBox kernel modules, VBox won't launch a guest OS. (FWIW, I'm running VBox 2.1.4.)
This is the error message I got:
Failed to load VMMR0.r0 (VERR_SYMBOL_NOT_FOUND)
From this thread at the VirtualBox support site, I found that I needed to uncomment a line in /opt/VirtualBox-2.1.4/src/vboxdrv/Makefile, then rebuild the kernel modules again.
The line that needs to be uncommented in the Makefile is:
# VBOX_USE_INSERT_PAGE = 1
Then rebuild the kernel modules. For rebuilding, I did this, adapted from the thread above:
# rmmod vboxdrv
# /etc/rc.d/rc.vboxdrv setup
Offline
Thanks dhave. I just discovered I had that error too, and the fix worked like a charm.
Offline
I'm glad to hear it helped someone. All I did was pass along the info.
Offline
This is exactly what happened to me when I opened up the testing repo today. Thanks for the help
Offline
It's really helpful! Thanks again.
Offline
Thx from me too...
Offline
Any of you guys got usb working? Using Windows XP on virtualbox_bin.
PROCRASTINATION
is like masturbation...it's good in the beginning, but in the end, you realize
you've just fkd yourself
Offline
thank for the tips.
I couldn't find /etc/rc.d/rc.vboxdrv so I ran vbox_build_module as root instead.
About usb sorry I can't tell I don't use it.
You can look at this : http://bbs.archlinux.org/viewtopic.php?id=68535
On another arch computer (but with kernel 2.6.28), usb is working fine with virtualbox_bin
Offline
Any of you guys got usb working? Using Windows XP on virtualbox_bin.
Yes, I have usb working with no problems. I'm running VBox (64 bit) 2.1.4 on Arch64 with kernel 2.6.29-3. USB works fine with both guest OSes, WinXP Pro 32-bit and Win7 64-bit beta.
On the other hand, I haven't gotten sound to work with Win7 guest. I haven't really worked on it much, though. I suspect there might be a driver mismatch of some sort.
Offline
thank for the tips.
I couldn't find /etc/rc.d/rc.vboxdrv so I ran vbox_build_module as root instead.
I should have noted that I install VBox using the official installer, not via the AUR PKGBUILD.
After glancing at the PKGBUILD, it looks as the AUR installation routine does different things with the VBox utilities.
Thanks for catching this. It'll probably save somebody else some hassle.
Offline
@dhave So you're using virtualbox-ose? I thought that one lacked usb support.
PROCRASTINATION
is like masturbation...it's good in the beginning, but in the end, you realize
you've just fkd yourself
Offline
@dhave So you're using virtualbox-ose? I thought that one lacked usb support.
No, I just use the stock installer from the VirtualBox website. Some Arch purists may disagree, but I'm exercising freedom of choice.
Offline
thanks works great
Offline
thx for info.
Give what you have. To someone, it may be better than you dare to think.
Offline