<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Teach me about Linux VM choices.</title>
	<link>http://ask.metafilter.com/71420/Teach-me-about-Linux-VM-choices/</link>
	<description>Comments on Ask MetaFilter post Teach me about Linux VM choices.</description>
	<pubDate>Wed, 12 Sep 2007 20:03:07 -0800</pubDate>
	<lastBuildDate>Wed, 12 Sep 2007 20:03:07 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Teach me about Linux VM choices.</title>
		<link>http://ask.metafilter.com/71420/Teach-me-about-Linux-VM-choices</link>	
		<description>VMFilter: Talk to me about virtual machines on Ubuntu. &lt;br /&gt;&lt;br /&gt; I am running Feisty. My processor supports hardware virtualization. I&apos;d like to run WinXP and/or Vista from within Linux, and possibly experiment with other Linux setups.&lt;br&gt;
&lt;br&gt;
I&apos;m overwhelmed by choices. I used vmware many moons ago, but it now seems silly to emulate an x86 processor when I&apos;m on an x86 processor, especially when I don&apos;t have to. Xen is one of the things I&apos;ve heard of supporting hardware virtualization, but it seems like a decent amount of work to get it running. But it seems like I&apos;m overlooking a lot of others. There&apos;s virtualbox, but I don&apos;t quite get that. And I keep seeing references to kvm. Is that out? Stable?&lt;br&gt;
&lt;br&gt;
I don&apos;t want to dual-boot. I want to run Windows within a VM inside of Linux.&lt;br&gt;
&lt;br&gt;
I&apos;d strongly prefer a free solution. What are my options? What would you choose? What do you use now? (Bonus points if the solution lets me run an &lt;i&gt;application&lt;/i&gt; on my desktop, Coherence (I think?) style, as opposed to forcing me to use a whole desktop inside a window... But this isn&apos;t a dealbreaker.)</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2007:site.71420</guid>
		<pubDate>Wed, 12 Sep 2007 19:28:11 -0800</pubDate>
		<dc:creator>fogster</dc:creator>
		
			<category>ubuntu</category>
		
			<category>windows</category>
		
			<category>vmware</category>
		
			<category>vm</category>
		
			<category>virtualization</category>
		
			<category>xen</category>
		
			<category>virtualbox</category>
		
	</item> <item>
		<title>By: toxic</title>
		<link>http://ask.metafilter.com/71420/Teach-me-about-Linux-VM-choices#1064339</link>	
		<description>If you want to run Windows, and you want to take advantage of the virtualization extensions of your hardware (Intel VT or AMD&apos;s AMD-V), then your choice is simple:  &lt;a href=&quot;http://kvm.qumranet.com/kvmwiki/Front_Page&quot;&gt;KVM&lt;/a&gt;.  Other options are either non-free, don&apos;t really use the hardware extensions, or aren&apos;t as good at your meeting your Windows requirement.&lt;br&gt;
&lt;br&gt;
As for running (or at least displaying) single Windows-based applications -- this is a good place to use RDP running against a virtual machine, where the VM&apos;s console isn&apos;t being displayer -- but get your virtualization stuff setup first.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.71420-1064339</guid>
		<pubDate>Wed, 12 Sep 2007 20:03:07 -0800</pubDate>
		<dc:creator>toxic</dc:creator>
	</item><item>
		<title>By: rdr</title>
		<link>http://ask.metafilter.com/71420/Teach-me-about-Linux-VM-choices#1064341</link>	
		<description>Vmware does not emulate a x86 in the sense of running a full model of a processor and peripherals. You might be thinking of qemu which does a full emulation of a processor in software. Actually, most people run qemu on x86 processor with another module which uses tricks to virtualize the underlying x86.&lt;br&gt;
&lt;br&gt;
Vmware server is free. I use it  to run win Xp on my debian machine but my processor is too old to support the new virtualization stuff. When I want to run an application on my debian desktop I just run vnc to the virtual machine.  Vmware is dead easy to install but they don&apos;t track linux kernel releases very well so you normally have to install patches to run on nearly newest kernels and give up on running on the newest kernels.&lt;br&gt;
&lt;br&gt;
If I had a newer processor I&apos;d try Xen and Vmware to see how much of a win you get from the new virtualization stuff and I&apos;d lean towards vmware becuase I don&apos;t want to spend much time on the problem.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.71420-1064341</guid>
		<pubDate>Wed, 12 Sep 2007 20:07:15 -0800</pubDate>
		<dc:creator>rdr</dc:creator>
	</item><item>
		<title>By: Steve3</title>
		<link>http://ask.metafilter.com/71420/Teach-me-about-Linux-VM-choices#1064348</link>	
		<description>I recently built a server on ubuntu 7.04 and VMWare server.  It hosts 2 VMs- another LAMP server and a Windows 2000 instance, made through vmware&apos;s p2v software.&lt;br&gt;
&lt;br&gt;
It&apos;s been up and running fine for a month now.  Loads are pretty low on it, and it was a fun process.  I have no idea if I made the best choice in server, virtualization software and configuration.... I&apos;m just faking it, and so far, so good.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.71420-1064348</guid>
		<pubDate>Wed, 12 Sep 2007 20:18:46 -0800</pubDate>
		<dc:creator>Steve3</dc:creator>
	</item><item>
		<title>By: toxic</title>
		<link>http://ask.metafilter.com/71420/Teach-me-about-Linux-VM-choices#1064356</link>	
		<description>&lt;em&gt;Vmware server is free&lt;/em&gt;&lt;br&gt;
&lt;br&gt;
At the risk of being pedantic.  &lt;a href=&quot;http://info.vmware.com/content/GLP_VMwareServer&quot;&gt;VMware server&lt;/a&gt; and &lt;a href=&quot;http://info.vmware.com/content/GLP_VMwarePlayer&quot;&gt;player&lt;/a&gt; are free as in beer (and so is &lt;a href=&quot;http://www.microsoft.com/windows/products/winfamily/virtualpc/default.mspx&quot;&gt;this solution&lt;/a&gt;).  They cost you nothing, but they are closed source products.  &lt;a href=&quot;http://fabrice.bellard.free.fr/qemu/&quot;&gt;QEMU&lt;/a&gt;, &lt;a href=&quot;http://kvm.qumranet.com/kvmwiki/Front_Page&quot;&gt;KVM&lt;/a&gt; and &lt;a href=&quot;http://xen.xensource.com/&quot;&gt;Xen&lt;/a&gt; are free as in speech.&lt;br&gt;
&lt;br&gt;
To some people, this is important, to others, it is not.  Fortunately, you are free to choose to run either one at no cost.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.71420-1064356</guid>
		<pubDate>Wed, 12 Sep 2007 20:33:20 -0800</pubDate>
		<dc:creator>toxic</dc:creator>
	</item><item>
		<title>By: blue_beetle</title>
		<link>http://ask.metafilter.com/71420/Teach-me-about-Linux-VM-choices#1064372</link>	
		<description>I&apos;m running WindowsXP on VirtualBox on Ubuntu 7.10 (tribe5), and so far so good. It&apos;s definately worth a look.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.71420-1064372</guid>
		<pubDate>Wed, 12 Sep 2007 20:48:51 -0800</pubDate>
		<dc:creator>blue_beetle</dc:creator>
	</item><item>
		<title>By: ph00dz</title>
		<link>http://ask.metafilter.com/71420/Teach-me-about-Linux-VM-choices#1064375</link>	
		<description>I occasionally fire up a windows virtual machine on my ubuntu box at work for when I need to work in Access or something. I use &lt;a href=&quot;http://www.ffnn.nl/pages/articles/linux/vmware-player-image-creation.php&quot;&gt;vmware player and a virtual disk I made using qemu&lt;/a&gt;. This approach is free and it does work -- although my particular box would benefit from more ram to make it speedier. I have no idea how it compares in terms of performance, but it was really easy to setup.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.71420-1064375</guid>
		<pubDate>Wed, 12 Sep 2007 20:52:49 -0800</pubDate>
		<dc:creator>ph00dz</dc:creator>
	</item><item>
		<title>By: jepler</title>
		<link>http://ask.metafilter.com/71420/Teach-me-about-Linux-VM-choices#1064734</link>	
		<description>I am a long-time linux user, but I have to use Windows to use the free-as-in-beer Altera FPGA development suite.  I chose vmware server because its performance and integration (e.g., I can freely move my mouse in between the virtual machine and my linux desktop).  Since I already had $$-software (windows XP) and beer-free software (Altera&apos;s FPGA suite) involved, it didn&apos;t seem like any more of a cop-out to use the beer-free vmware.&lt;br&gt;
&lt;br&gt;
Vmware also boasts nice &quot;suspend&quot; and &quot;resume&quot; buttons, the ability to attach and detach from the guest while it&apos;s running, and the ability to run the guest on a different system from the one where it&apos;s displayed.  Qemu does at least some of these things but through an odd commandline (at least in the 0.6.x version I tried)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.71420-1064734</guid>
		<pubDate>Thu, 13 Sep 2007 08:27:31 -0800</pubDate>
		<dc:creator>jepler</dc:creator>
	</item><item>
		<title>By: dorian</title>
		<link>http://ask.metafilter.com/71420/Teach-me-about-Linux-VM-choices#1064742</link>	
		<description>2nding virtualbox, running windows 2000 in it (on a pure 64-bit system) and it&apos;s unbelievably fast. also running 32-bit ubuntu gutsy in it, but having xorg.conf issues bleh.&lt;br&gt;
&lt;br&gt;
nb you may want to evaluate both hardware extension and non-hardware solutions -- I&apos;ve read people positing that the cpu extensions are rather rigid and limited, and that pure software virtualization can in certain cases outperform the vanderpool/pacifica stuff. there may be solutions (xen?) that can take the best of both.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.71420-1064742</guid>
		<pubDate>Thu, 13 Sep 2007 08:33:07 -0800</pubDate>
		<dc:creator>dorian</dc:creator>
	</item><item>
		<title>By: dorian</title>
		<link>http://ask.metafilter.com/71420/Teach-me-about-Linux-VM-choices#1064744</link>	
		<description>oh and virtualbox has an open source edition (which is what I use), in addition to its vmware-type-binary version.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.71420-1064744</guid>
		<pubDate>Thu, 13 Sep 2007 08:35:12 -0800</pubDate>
		<dc:creator>dorian</dc:creator>
	</item>
	</channel>
</rss>
