NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
chirpa
Mar 07, 2009Luminary
Running VirtualBox VM host on ReadyNAS Pro
What is VirtualBox? So, I got bored while laundry was going... and decided to see how well a virtual OS would run on the Pro. My first choice of VM was VirtualBox, just cause I'm familiar with it a...
WhoCares_
May 09, 2010Mentor
Mackila wrote: Mack-NAS:~# VBoxHeadless --startvm XP --vrdp on &
[1] 27947
Mack-NAS:~# VBoxHeadless: Error -1912 in supR3HardenedMainInitRuntime!
VBoxHeadless: RTR3Init failed with rc=-1912
VBoxHeadless: Tip! It may help to reinstall VirtualBox.
The problem quite likely is that you installed an i386 version of VirtualBox while you need the AMD64 one.
If you installed VirtualBox using apt-get, first remove that version:
apt-get remove virtualbox-3.1
Next, get the correct installer and run it:
wget http://download.virtualbox.org/virtualbox/3.1.6/VirtualBox-3.1.6-59338-Linux_amd64.run
chmod 755 VirtualBox-3.1.6-59338-Linux_amd64.run
./VirtualBox-3.1.6-59338-Linux_amd64.run
As a last step, install the missing library using apt-get:
apt-get install lib64stdc++6
Then proceed as you usually would.
That's how it worked for me.
-Stefan
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!