Installing VirtualBox on 7.04 Server edition for VRDP use Jose Catre-Vandis September 20th, 2007, 07:29 PM Aim: to install a command line system, using the 7.04 server edition, and then to install Virtualbox on it, so that I can run VMs using VRDP and access them remotely using rdesktop on client machines. PART I Installing the 7.04 server edition is easy, so I'll skip that. PART II Installing VirtualBox is much more difficult, but I got it done in the end as follows. But what I want to know is if there is a better way to do this, e.g. install a desktop 7.04 and strip it back, or reduce all the items I had to install. Not had a chance to do extensive testing on all the variations. If you are running a headless server, login via ssh (you may need to install openssh-server after the initial install), if not work from the command line at the PC first off, install lots of kernel/sources stuff ###install needed linux components sudo apt-get install linux-source sudo apt-get install make...