Have you wanted to move to Linux, but couldn't, because Continuum is Windows only? Or are you like me, taken by the world of free software, just to find yourself ripped apart from the most enjoyable activity of playing Subspace? Sure you can download Wine source code, apply patches, compile it and hope for the best, but it has been starting to feel like Subspace is just out of reach for us using Linux. Fear not, for the time of sorrow and greaf is now over and the time of virtual machines is here!
Now, as always, this howto merely tells what I have done. It might or might not work for you and I will not take any responsibility for what might happen during or after following these steps. USE AT YOUR OWN RISK.
Right. I shall assume that you already have some version of Linux installed. There are plenty of good howtos on installing any Linux distribution: just google "installing linux" or "installing <distribution of choise>". This guide is based around Debian Linux as the host operating system, and Windows XP as the guest, but the majority of things should apply to any other combination of Linux/Micro$oft.
Setting up a Windows XP virtual machine is quite straightforward. The basic steps are:
-Install Virtualbox
-Create a virtual machine and install Windows on it
-Install Continuum and start playing!
You'll need:
-Windows XP installation CD or CD-image ( .iso file or equivalent)
-Serial code for the above
-Few gigs of free space
The Process
1) Installing Virtualbox
Start by installing the Virtualbox software (this applies to Debian(/Ubuntu/Mint), other distros will have their own programs and/or commands, use google if unsure).
You can either use Synaptic from the menu (which is a graphical tool for installing software) and search for "virtualbox" and install
OR
simply run the following commands in a terminal:
Check for any available updates:
Code: Select all
sudo aptitude update
Code: Select all
sudo aptitude safe-upgrade
Code: Select all
sudo aptitude install virtualbox
2) Add your user to the "vboxusers" gruop
To run Virtualbox, your user must be in the "vboxusers" group.
Run in terminal:
Code: Select all
sudo adduser <username> vboxusers
3) Set up the guest OS
Insert the XP installation CD (only if you are not using CD-image)
Run Virtualbox by selecting it from the menu.
Click "New" to add a new virtual machine, the defaults should be fine.
You can check that your CD/DVD Drive is shown in: Settings -> Storage.
If you are using a CD-image, you need to select it by going to:
Settings -> Storage -> Click the "Add Attachment (+)" button -> Select "Add CD/DVD Device" -> Choose disk -> select your .iso
Start/run the virtual machine you just created.
Install Windows XP just as usual.
RECOMMENDED: Install updates (use Windows update from start menu, download SP3 installer, install..), get a firewall, antivirus..
4) Download Continuum, install and enjoy!
Tips:
Fullscreen mode: Right Ctrl + F
Virtualbox automatically selects appropriate resolution for the guest os. However you can choose any resolution from Continuums menu (select full screen) and press "Right Ctrl + F" to go to fullscreen mode (and back). Voila!
Sources:
https://seogadget.co.uk/how-to-install-virtualbox/
Any suggestions/corrections please post or PM
