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...
alaeth
Jan 07, 2011Aspirant
sphardy wrote: So - I finally got around to reinstalling VB on my Ultra-4.
Here are the steps I used to install the 64 bit version of VB 3.2.8 under RAIDiator 4.2.13 - all worked perfectly first time (though hope I haven't forgotten to copy/paste something)cd /c/backup
apt-get update
apt-get install build-essential amd64-libs lib64stdc++6 bzip2 lib64z1 lzma
apt-get --reinstall install libc6-amd64
wget -q http://www.readynas.com/download/GPL/RNDP6xxx_4.2.13_WW_src.zip
unzip -q RNDP6xxx_4.2.13_WW_src.zip -d ./GPL
cd GPL/linux-2.6.33.6
make ARCH=x86_64
make prepare
ln -s /c/backup/GPL/linux-2.6.33.6 /usr/src/linux
export KERN_DIR=/usr/src/linux
wget -q http://download.virtualbox.org/virtualbox/3.2.8/VirtualBox-3.2.8-64453-Linux_amd64.run
chmod 755 VirtualBox-3.2.8-64453-Linux_amd64.run
./VirtualBox-3.2.8-64453-Linux_amd64.run
/etc/init.d/vboxdrv start
Hopefully a clean start for those still trying to get this working
Your instructions worked flawlessly, thank you!
Related Content
NETGEAR Academy

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