You are not logged in.
Pages: 1
I need to run Windows so I don't have to keep restarting etc... under Arch. I have VirtualBox installed but I wouldn't mind running Xen so that I can get more power out of it. My CPU has Virtual extensions so I doubt there would be any problems. What do you guys think???
Offline
You want to run Windows as a Xen guest?
http://en.wikipedia.org/wiki/Xen#Micros … _as_guests says it's possible for Xen 3, so Xen 4 should work too.
Last edited by karol (2011-09-28 21:30:18)
Offline
What do we think .... well both solutions are good... but well you did not mention what is the purpose, what did you really need from windowsland ? Also avaiable memory ( at least ) for this.. and so on and on ![]()
O' rly ? Ya rly Oo
Offline
I run Windows 7 & Windows XP instances on Xen 4 (on Debian) no problem. I used to run these on VMWare, but for a variety of reasons needed to move my VMs to my dedicated server, at which point I gave Xen a shot. It wasn't what I'd call straightforward, but it's doable. As other posters say, it sort of depends on your needs; I don't have experience w/ VirtualBox, but I'd certainly give VMWare another shot if it was just for something minor (or, of course, Wine).
-nogoma
---
Code Happy, Code Ruby!
http://www.last.fm/user/nogoma/
Offline
The purpose is to run Windows for various reasons (for my studies).
One reason is to run Windows 2008 R2 with IIS so I can learn ASP.
Reason two would be because I need to run (Probably XP or W7) software that I need and Wine cannot run.
I know VirtualBox is nice and easy but does Xen have better performance?
Offline
While you are at it and still trying to decide you may want to take a look at KVM too.
R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K
Offline
Well I am going to stick with VirtualBox because guest-additions make life easier.
If it was going to be a "over-the-netowork-thing" I would use XEN and configure that...
Offline
In my experience running a W2k8R2 VM with a type two hypervisor is pretty painful. I have VMware Server 2 installed on Ubuntu Server in a box with with 2 dual core processors and 12GB RAM. With 8GB RAM and one virtual processor it can still be annoyingly unresponsive.
I tried it in VBox once but could only give it 1GB RAM. No point mentioning how that went.
But whether the Constitution really be one thing, or another, this much is certain - that it has either authorized such a government as we have had, or has been powerless to prevent it. In either case, it is unfit to exist.
-Lysander Spooner
Offline
IMHO, for "playing" and learning (ie, non-critical) on your desktop, I would go with VirtualBox. If I was putting it into a production environment, I'd make the effort for Xen.
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
Well its non-critical, mainly testing ASP web programs, visual studio etc... and maybe a little bit of Photoshop... that's all really. It saves me having to duel boot into Windows for stuff I can happily do in Linux with the right tools.
If I was doing critical stuff I would highly consider XEN as a top option. I would love to set up XEN with a few Virtual Workstations running...
Offline
Well its non-critical, mainly testing ASP web programs, visual studio etc... and maybe a little bit of Photoshop... that's all really. It saves me having to duel boot into Windows for stuff I can happily do in Linux with the right tools.
If I was doing critical stuff I would highly consider XEN as a top option. I would love to set up XEN with a few Virtual Workstations running...
So do it
What is stopping you?
If you have 64bits systems you already have XEN dom0 support in kernel. If you use 32bit system you will have to recompile kernel with XEN_PRIVIREGED_GUEST and HIGHMEM options enabled (XEN supports only PAE dom0's).
Then you grab xen package from aur and compile and install it. Make grub.cfg entry, reboot and you should have xen dom0 running ![]()
If you want easy user interface for xen you should think about libvirt with virt-manager (of course to use that sollution you need to recompile libvirt with xen support enabled).
In the end - few modules loaded, few daemons started and you have xen virtualization ![]()
P.S this morning I finished configuring XEN on my computer and got first domU's running ![]()
Edit: If you will try to get Windows working in virtualization environment check that if your processor supports HVM instructions.t
Last edited by retry (2011-10-07 12:12:04)
Offline
Could it be at all possible to run XEN under another instance of X? Such as alternate between Linux and Windows just by switching terminals (CRTL + ALT + F7-F8)?
I do have HVM instructions on my CPU...
At the moment I run Virtual Box because its easy to switch between the Guest and Host because of mouse integration.
Offline
I've never done it myself, but I believe you can start a second X session that runs VNC (rather than a login manager/de) to localhost on the port that your domU is at.
EDIT: I would be interested to hear back how you go if you try this.
Last edited by fukawi2 (2011-10-09 06:19:03)
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
If I get any time I will try it out if I do get it working I might document my findings so any one else could do it.
In my case it just improves productivity because I mainly use my Windows partition for games and of course Linux for productivity and everything else.
The reason for running Windows (In a virtual machine) is so I don't have to reboot into Windows install servers and applications I don't really want. Also I have to use MS Office... ![]()
Offline
Pages: 1