vote up 1 vote down star

I have a laptop that I use for development (Visual Studio mainly) and a second laptop that I don't use for anything.

My work is such that I have to run a lot of different configurations of different Windowses (XP SP1, XP SP2, Vista, 2003, etc). It bugs me that when I open three VMWare computers, along with VS2008 running, and many utilities -- my dev machine lags.

I'd like to develop on my main Vista laptop and test on another laptop, for which I intend to install some sort of *nix and some sort of virtualization engine. I'll also need a good support for devices, since I have wifi which I need to use.

Now the question is: what would you recommend? I'm thinking of something like Ubuntu running Blackbox, or Gentoo, or maybe even Slackware?

I have limited memory 2GB and Turion x64 dual core 1.9 GHZ on second laptop, so lightweightness and speed is crucial.

flag

64% accept rate

6 Answers

vote up 3 vote down

You can try a solution like Xen specifically designed for virtualization.

link|flag
Hey, I didn't realise Xen supports running windows guest systems! Very cool, I have use for this! – Evan Feb 19 at 4:04
vote up 3 vote down

Whatever distro you are most comfortable with using. None of them are going to be much better/worse than the others at a technical level. If you're completely new to all things Linux, I'd recommend Ubuntu, as it's easy to use and has a good package management system.

link|flag
vote up 1 vote down

You might think about going with a hypervisor virtualization solution like Xen or Hyper-V*.

No matter which one you go with, I would strongly suggest upgrading the memory on your laptop to 4GB.

* I know yo mentioned explicitly *nix environment, but I think Hyper-V is also quite good solution. And you can download it for free.

link|flag
vote up 1 vote down

Try VMware ESXi, it's free, it's a bare-metal hypervisor, it's got a 32 MB footprint.

It actually runs on a custom linux kernel.

link|flag
but it doesn't have very good support for devices, and I doubt it would include laptop drivers at all – sascha Feb 19 at 2:31
It's pretty finicky about what hardware it will run on. – Evan Feb 19 at 4:03
vote up 1 vote down

If you need support for laptop devices, go Ubuntu.

Most hypervisors are all designed for use in a server environment, and will unlikely include support for those quirky laptop devices that you will undoubtedly have.

I'd suggest Ubuntu with VMware Server so you won't even need X or a GUI. Configure the VMs for remote VNC access and/or use the VMware server web interface from your primary laptop.

Upgrade the RAM if possible, laptop drives are often slower so if you're swapping memory to disk the machine will just grind to a halt pretty quickly.

link|flag
vote up 0 vote down

Your lappy isn't the best place to host a lot of VMs usually; they usually suffer from reduced IO and memory bandwidth as a result of trying to save power. You're also limited in the amount of RAM.

If you need to host a lot of Linux VMs then I recommend anything that supports Xen. The latest Ubuntu makes it very easy to create and deploy Linux domains in Xen. You can also deploy fully virtualized Windows machines if needed but it's not as pretty as with VMWare.

You might find a cut down Linux (Ubuntu Server, minimal Debian install, Centos with only server components, no GUI) with VMWare server to your liking. The web interface on server means you don't have to have the second laptop physically in front of you all the time - it can be stuffed in a corner and manipulated quite easily. Xen can give you VNC displays which roughly approximate the same thing.

For what you want to do it looks like Ubuntu server with Xen or VMWare server will suffice quite nicely. Ubuntu server has a few hundred meg disk footprint and will boot in 128M of RAM (we have it down to 64M on our primary DNS machine).

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.