Running Windows inside Ubuntu Feisty Fawn

I’m now *really* enjoying my newly upgraded Ubuntu system. Since I have hardware that supports virtualization I decided to give KVM/QEMU a go and make a virtual windows install inside Ubuntu.

I installed Windows 2000 Professional and can now run that from my KDE/Beryl desktop. The virtual OS has full network support so I can browse the web and whatnot from it.

To install the virtual OS is pretty much straight forward. Follow the instructions here, here and here.

Networking was what I had issues with, until I found this brilliant guide. Following that instead of the instructions in the above provided installation guides saves you alot of blood, sweat and tears.

You can also use Samba to create a directory on the host where the guest has full access. To do that you need to add -smb to the qemu commandline. You’ll need to have Samba up and running on the host and also make sure you have a smb user you can log on to the share with. Go here to get some pointers on how to set it up.

The command I use to launch my guest OS is:

qemu -cdrom /dev/cdrom -hda w2kpro.img -m 1024 -net nic,vlan=0 -net user,script=/etc/qemu-ifup -smb /home/fileshare

Click on the image below to see the full size screenshot:

, , , , , ,
//diffuze

5 Responses to “Running Windows inside Ubuntu Feisty Fawn”

  1. Jirnsum says:

    Almost getting a kind of there :P

  2. Jirnsum says:

    Hmm, wrong tags: I meant Droste Effect

  3. diffuze says:

    Hehe yes! Because theoretically (with enough RAM) I could run linux from within windows from within linux and so on. Ah the marvels of virtualization.
    :-D

  4. Jirnsum says:

    Cool!!! I do bet though it would slow down to a crawl fast as lightning :P

  5. diffuze says:

    Yes it would. :p

Leave a Reply