<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Make Tech Easier &#187; vmware</title>
	<atom:link href="http://maketecheasier.com/tag/vmware/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Fri, 20 Nov 2009 13:39:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Create a Virtual Machine of Your Existing Windows Operating System</title>
		<link>http://maketecheasier.com/create-virtual-machine-of-windows-os/2009/11/12</link>
		<comments>http://maketecheasier.com/create-virtual-machine-of-windows-os/2009/11/12#comments</comments>
		<pubDate>Thu, 12 Nov 2009 13:35:57 +0000</pubDate>
		<dc:creator>Soumen Halder</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[vhd]]></category>
		<category><![CDATA[virtual machines]]></category>
		<category><![CDATA[virtual pc]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=8325</guid>
		<description><![CDATA[A virtual machine is a software, that lets you create and run a separate operating system in your existing computer system. You can boot the virtual machine from the parent operating system and run just like another software application.
For example: If you are using Windows xp, you can install popular virtualization software like Windows virtual [...]<p><strong><a href="http://maketecheasier.com/create-virtual-machine-of-windows-os/2009/11/12">How to Create a Virtual Machine of Your Existing Windows Operating System</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/how-to-create-a-ubuntu-virtual-machine-with-qemu-manager/2008/12/28' rel='bookmark' title='Permanent Link: How to Create a Ubuntu Virtual Machine With QEMU Manager'>How to Create a Ubuntu Virtual Machine With QEMU Manager</a></li><li><a href='http://maketecheasier.com/how-to-dual-boot-win-vista-with-windows-7/2009/01/11' rel='bookmark' title='Permanent Link: How to Dual Boot Windows Vista And Windows 7'>How to Dual Boot Windows Vista And Windows 7</a></li><li><a href='http://maketecheasier.com/get-virtual-desktops-on-windows/2008/08/28' rel='bookmark' title='Permanent Link: Get Virtual Desktops On Windows'>Get Virtual Desktops On Windows</a></li><li><a href='http://maketecheasier.com/share-your-virtualbox-vm-across-different-os/2008/09/30' rel='bookmark' title='Permanent Link: Share Your Virtualbox VM Across Different OS'>Share Your Virtualbox VM Across Different OS</a></li><li><a href='http://maketecheasier.com/sync-ipod-touch-with-win-xp-vm-in-ubuntu-intrepid/2008/12/16' rel='bookmark' title='Permanent Link: How To Sync iPod Touch With Win XP Virtual Machine In Ubuntu Intrepid'>How To Sync iPod Touch With Win XP Virtual Machine In Ubuntu Intrepid</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://images.maketecheasier.com/2009/11/disktovhd-windows.jpg" alt="disktovhd-windows" width="161" height="139" />A virtual machine is a software, that lets you create and run a separate operating system in your existing computer system. You can boot the virtual machine from the parent operating system and run just like another software application.</p>
<p>For example: If you are using Windows xp, you can install popular virtualization software like <a href="http://www.microsoft.com/windows/virtual-pc/" target="_blank">Windows virtual PC</a>, <a href="http://www.vmware.com/" target="_blank">Vmware workstation</a> to create a virtual machine within your current operating system. Now in that virtual machine, you can install any operating system e.g Windows xp, vista. You can run these operating systems in a new explorer window within Windows xp.</p>
<p>The problem with virtual machines is that you have to install an operating system from scratch. This includes loading the operating system from cd or dvd, installing all the drivers and system software etc. This can be very time consuming and is not a quick job.</p>
<h3>How to Convert your Existing Operating System into a Virtual Machine</h3>
<p>Microsoft has a free application named <a href="http://technet.microsoft.com/en-us/sysinternals/ee656415.aspx" target="_blank">Disk2vhd</a>, which can create a virtual machine of your existing operating system. The utility is a portable application and does not require any installation. You can run the virtual machine on any computer you want.</p>
<p>Following are the steps involved to create the virtual machine of your existing Windows operating system:</p>
<p>1. Download the Zip file (751 Kb) and extract it. After that, just run the <em>Disktovhd. exe</em>.</p>
<p>2. The application will show you the available drives in your computer.</p>
<p><img class="aligncenter" src="http://images.maketecheasier.com/2009/11/disktovhd-select-drives.png" alt="disktovhd-select-drives" width="431" height="350" /></p>
<p>3. Select the drive which you want to migrate as a virtual machine. In this case, i would want to create a virtual machine for my Vista installation, hence i have selected the D drive.</p>
<p>4. Specify the path where you want to save the virtual hard drive (vhd) file. The file would be of large size and almost equal to the size of the operating system drive.</p>
<p>5. Hit the <strong>Create</strong> button. It would take some time to create the vhd file (mine took 25 minutes).</p>
<p>The software will clone a virtual hard disk of the drive selected and save it in specified location. After the vhd file has been created, you can use any virtualization software to mount the virtual hard disk and run the operating system as a virtual machine.</p>
<p>For example: I mounted the virtual hard disk on <a href="http://www.microsoft.com/windows/virtual-pc/" target="_blank">Microsoft Virtual PC</a> and ran Windows Vista as a virtual machine under Windows xp. The software can convert the chosen hard drive into a vhd file, even if it is under use.</p>
<h3>How can the Virtual machine be useful</h3>
<p>Using a virtual machine has many advantages, especially when you are tech savy. Consider you are working in Windows xp and need to test a small Windows application compatible with Windows vista only. In that case you have to boot your system and start Windows vista again. A virtual hard disk of vista will come in handy here as you can start testing the vista compatible application by starting a virtual machine in xp.</p>
<p><img class="aligncenter" src="http://images.maketecheasier.com/2009/11/disktovhd-virtual-machine.jpg" alt="virtual-machine" width="285" height="290" /></p>
<p>Another situation where virtual machine can be a real time saver is when you are using multiple computers. Suppose you want to work in your friends computer with all your installed software and applications. In that case, just create a virtual hard drive of your operating system and carry the vhd file in a usb stick. When you are using the friend’s computer, just mount the virtual hard disk and use all your installed software.</p>
<p>Disktovhd can be used to create virtual hard drives of Windows xp, Windows vista, Windows server 2003. If you are using Ubuntu, check out <a href="http://maketecheasier.com/how-to-create-a-ubuntu-virtual-machine-with-qemu-manager/2008/12/28">how to create an Ubuntu virtual machine</a>.</p>
<p><!--adsense#468x60--></p>
<p><strong><a href="http://maketecheasier.com/create-virtual-machine-of-windows-os/2009/11/12">How to Create a Virtual Machine of Your Existing Windows Operating System</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/how-to-create-a-ubuntu-virtual-machine-with-qemu-manager/2008/12/28' rel='bookmark' title='Permanent Link: How to Create a Ubuntu Virtual Machine With QEMU Manager'>How to Create a Ubuntu Virtual Machine With QEMU Manager</a></li><li><a href='http://maketecheasier.com/how-to-dual-boot-win-vista-with-windows-7/2009/01/11' rel='bookmark' title='Permanent Link: How to Dual Boot Windows Vista And Windows 7'>How to Dual Boot Windows Vista And Windows 7</a></li><li><a href='http://maketecheasier.com/get-virtual-desktops-on-windows/2008/08/28' rel='bookmark' title='Permanent Link: Get Virtual Desktops On Windows'>Get Virtual Desktops On Windows</a></li><li><a href='http://maketecheasier.com/share-your-virtualbox-vm-across-different-os/2008/09/30' rel='bookmark' title='Permanent Link: Share Your Virtualbox VM Across Different OS'>Share Your Virtualbox VM Across Different OS</a></li><li><a href='http://maketecheasier.com/sync-ipod-touch-with-win-xp-vm-in-ubuntu-intrepid/2008/12/16' rel='bookmark' title='Permanent Link: How To Sync iPod Touch With Win XP Virtual Machine In Ubuntu Intrepid'>How To Sync iPod Touch With Win XP Virtual Machine In Ubuntu Intrepid</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/create-virtual-machine-of-windows-os/2009/11/12/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>5 Reasons Why You Should Use VirtualBox Over VMware Server</title>
		<link>http://maketecheasier.com/5-reasons-why-you-should-use-virtualbox-over-vmware-server/2008/07/21</link>
		<comments>http://maketecheasier.com/5-reasons-why-you-should-use-virtualbox-over-vmware-server/2008/07/21#comments</comments>
		<pubDate>Mon, 21 Jul 2008 04:21:16 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[virtual machine]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=596</guid>
		<description><![CDATA[Ever since I started using Ubuntu two years back, I have been an avid user of VMware server. It  fascinated me to a great extent that I could actually run an OS inside an OS. Recently, I tried out VirtualBox, another virtualization software like VMware server, and I was greatly impressed by it. Even [...]<p><strong><a href="http://maketecheasier.com/5-reasons-why-you-should-use-virtualbox-over-vmware-server/2008/07/21">5 Reasons Why You Should Use VirtualBox Over VMware Server</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/upgrading-to-virtualbox-21-in-ubuntu-intrepid/2009/01/01' rel='bookmark' title='Permanent Link: Upgrading to Virtualbox 2.1 In Ubuntu Intrepid'>Upgrading to Virtualbox 2.1 In Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/enable-3d-acceleration-in-virtualbox/2009/05/21' rel='bookmark' title='Permanent Link: How To Enable 3D Acceleration In VirtualBox'>How To Enable 3D Acceleration In VirtualBox</a></li><li><a href='http://maketecheasier.com/shrink-your-virtualbox-vm/2009/04/06' rel='bookmark' title='Permanent Link: How To Shrink Your Virtualbox VM And Free Up Space For Your Hard Disk'>How To Shrink Your Virtualbox VM And Free Up Space For Your Hard Disk</a></li><li><a href='http://maketecheasier.com/share-your-virtualbox-vm-across-different-os/2008/09/30' rel='bookmark' title='Permanent Link: Share Your Virtualbox VM Across Different OS'>Share Your Virtualbox VM Across Different OS</a></li><li><a href='http://maketecheasier.com/review-of-opera-unite-putting-a-web-server-in-a-browser/2009/06/20' rel='bookmark' title='Permanent Link: Review of Opera Unite: Putting a Web Server In a Browser'>Review of Opera Unite: Putting a Web Server In a Browser</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>Ever since I started using Ubuntu two years back, I have been an avid user of <a href="http://www.vmware.com/" target="_blank">VMware server</a>. It  fascinated me to a great extent that I could actually run an OS inside an OS. Recently, I tried out <a href="http://www.virtualbox.org" target="_blank">VirtualBox</a>, another virtualization software like VMware server, and I was greatly impressed by it. Even though I love VMware server, I can&#8217;t deny the fact that VirtualBox actually runs faster and smoother, with less crashes.  Here is my top 5 reasons why VirtualBox is better than VMware server.</p>
<h3>1) File size</h3>
<p>How long do you need to download a 20MB file with a broadband connection? A snap of finger! Yes, that is how small VirtualBox is: slighly over 20MB where you can download it in a snap. VMware server? About 102MB, well&#8230;not too long either, mayber after you have finished your tea session.</p>
<h3>2) Installation</h3>
<p>Ubuntu users can simply install VirtualBox from the repository. Simply open the <em>Synaptic Package Manager</em>, check the VirtualBox and click <em>Apply</em> to install. For other Linux disro, there is also debian and rpm package available for download. For VMware server, only if you like to compile and build the source code from command line.</p>
<h3>3) Speed Boost</h3>
<p>The real advantage of VirtualBox over VMware server lies in its performance. VirtualBox apparently runs faster than VMware server. A timed experiment of an installation of Windows XP as the guest OS took 20 mins in VirtualBox and 35 mins on VMware server. A similar test on the booting time of the guest OS also shows favor to VirtualBox with a timing of 45secs compared to 1min 39 secs on VMware server.</p>
<h3>4) Remote File Sharing</h3>
<p>When I was using VMware server, I have to install and configure Samba on my Ubuntu host so as to access the files in my guest OS. In VirtualBox, the remote file sharing feature is built right in the package. Setting up remote file sharing is easy and you only need to do it once: point the file path to the directory that you want to share.</p>
<h3>5) Integration with Host OS</h3>
<p>In VirtualBox, there is this mode call &#8216;<em>seamless mode</em>&#8216; where you can integrate the guest OS with the host OS. With this mode on, you can access the applications from the guest OS right from the host&#8217;s desktop. There is no need for you to traverse between the guest and the host. VMware server does not have this feature, although you can find the &#8216;<em>unity</em>&#8216; mode that does the same thing in VMware Workstation.</p>
<h3><em>My Feel&#8230;</em></h3>
<p>I have not tested VirtualBox on a server setting, thus I can&#8217;t comment on its performance for corporate use. However, for personal use, I would strongly recommend VirtualBox over VMware server because of its faster speed and user-friendliness.</p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/5-reasons-why-you-should-use-virtualbox-over-vmware-server/2008/07/21">5 Reasons Why You Should Use VirtualBox Over VMware Server</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/upgrading-to-virtualbox-21-in-ubuntu-intrepid/2009/01/01' rel='bookmark' title='Permanent Link: Upgrading to Virtualbox 2.1 In Ubuntu Intrepid'>Upgrading to Virtualbox 2.1 In Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/enable-3d-acceleration-in-virtualbox/2009/05/21' rel='bookmark' title='Permanent Link: How To Enable 3D Acceleration In VirtualBox'>How To Enable 3D Acceleration In VirtualBox</a></li><li><a href='http://maketecheasier.com/shrink-your-virtualbox-vm/2009/04/06' rel='bookmark' title='Permanent Link: How To Shrink Your Virtualbox VM And Free Up Space For Your Hard Disk'>How To Shrink Your Virtualbox VM And Free Up Space For Your Hard Disk</a></li><li><a href='http://maketecheasier.com/share-your-virtualbox-vm-across-different-os/2008/09/30' rel='bookmark' title='Permanent Link: Share Your Virtualbox VM Across Different OS'>Share Your Virtualbox VM Across Different OS</a></li><li><a href='http://maketecheasier.com/review-of-opera-unite-putting-a-web-server-in-a-browser/2009/06/20' rel='bookmark' title='Permanent Link: Review of Opera Unite: Putting a Web Server In a Browser'>Review of Opera Unite: Putting a Web Server In a Browser</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/5-reasons-why-you-should-use-virtualbox-over-vmware-server/2008/07/21/feed</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Sharing Files Between Ubuntu Host and Virtual Machines</title>
		<link>http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17</link>
		<comments>http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17#comments</comments>
		<pubDate>Mon, 17 Dec 2007 04:26:22 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[virtual machine]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17</guid>
		<description><![CDATA[After installing Windows Vista on Ubuntu using VMware, one of the problems that you&#8217;re likely to face is that your virtual machine has completely no access to your host folder. This means you cannot view/edit your favorite photos (or any other files) in your Vista VM. Come to think of it, what is the use [...]<p><strong><a href="http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17">Sharing Files Between Ubuntu Host and Virtual Machines</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/share-files-in-virtualbox-between-vista-guest-ubuntu-host/2008/11/12' rel='bookmark' title='Permanent Link: How To Share Files In VirtualBox With Vista Guest And Ubuntu Host'>How To Share Files In VirtualBox With Vista Guest And Ubuntu Host</a></li><li><a href='http://maketecheasier.com/installing-kubuntu-in-ubuntu-with-vmware-server/2008/02/05' rel='bookmark' title='Permanent Link: Installing (K)Ubuntu In Ubuntu With VMware Server'>Installing (K)Ubuntu In Ubuntu With VMware Server</a></li><li><a href='http://maketecheasier.com/how-to-install-windows-vista-in-ubuntu-gutsy-using-vmware/2007/11/29' rel='bookmark' title='Permanent Link: How To Install Windows Vista In Ubuntu Gutsy Using VMware'>How To Install Windows Vista In Ubuntu Gutsy Using VMware</a></li><li><a href='http://maketecheasier.com/upgrading-to-virtualbox-21-in-ubuntu-intrepid/2009/01/01' rel='bookmark' title='Permanent Link: Upgrading to Virtualbox 2.1 In Ubuntu Intrepid'>Upgrading to Virtualbox 2.1 In Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/how-to-install-windows-in-ubuntu-hardy-with-virtualbox/2008/07/02' rel='bookmark' title='Permanent Link: How to Install Windows In Ubuntu Hardy with VirtualBox'>How to Install Windows In Ubuntu Hardy with VirtualBox</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>After <a href="http://maketecheasier.com/how-to-install-windows-vista-in-ubuntu-gutsy-using-vmware/2007/11/29">installing Windows Vista on Ubuntu using VMware</a>, one of the problems that you&#8217;re likely to face is that your virtual machine has completely no access to your host folder. This means you cannot view/edit your favorite photos (or any other files) in your Vista VM. Come to think of it, what is the use of installing a VM if you can&#8217;t access your local hard disk where all your documents are kept?</p>
<p>Luckily, there are several solutions to this.</p>
<p><strong>1) Transfer files using a USB drive.</strong></p>
<p>Open up your VMware Server Console. Make sure that your VM is powered off (not in suspend mode). Click <em>&#8220;Edit Virtual Machine Setting&#8221;</em>. Under the <em>Hardware</em> tab, click <em>Add</em> -&gt; <em>USB Controller</em>. This will install the USB driver and allow you to connect up to two USB devices to your VM.</p>
<p>Insert in your USB disk and power on your VM. Once the VM has finished loading. On the menu bar, Click <em>VM</em> -&gt; <em>Removable device</em> -&gt; <em>USB Device</em> -&gt; <em>your USB drive name</em>.</p>
<p>Done. You have now access to your USB disk from your VM. A point to note is that you can&#8217;t access your USB disk from the host desktop and the VM at the same time. If you are adding USB disk in your VM, the host will automatically dismount your USB disk. Thus, if you want to transfer files between host and VM, you will need to transfer files from host to USB disk, then dismount USB disk from host and add removable device in VM.</p>
<p><strong>2) Setting up networking via Samba</strong></p>
<p>All virtual machines use shared networking to gain network access from the host. Thus, if configured properly, you can create a shared network to share files between the host and the VM. Here is a detailed instruction to <a href="http://2tap.com/2007/04/22/sharing-files-between-a-windows-guest-and-ubuntu-host-using-vmware-and-samba/" title="sharing file via samba" target="_blank">configure file sharing via samba.</a></p>
<p><strong>3) Buying license software</strong><br />
If you rely heavily on your VM for work, then you want want to consider buying a licensed VMware. This paid software enables you to access your virtual machine from the host desktop and you can even drag and drop your files from your VM to anywhere in the host without any further configuration. Parallels (another paid VM solution) also offers this service.</p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17">Sharing Files Between Ubuntu Host and Virtual Machines</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/share-files-in-virtualbox-between-vista-guest-ubuntu-host/2008/11/12' rel='bookmark' title='Permanent Link: How To Share Files In VirtualBox With Vista Guest And Ubuntu Host'>How To Share Files In VirtualBox With Vista Guest And Ubuntu Host</a></li><li><a href='http://maketecheasier.com/installing-kubuntu-in-ubuntu-with-vmware-server/2008/02/05' rel='bookmark' title='Permanent Link: Installing (K)Ubuntu In Ubuntu With VMware Server'>Installing (K)Ubuntu In Ubuntu With VMware Server</a></li><li><a href='http://maketecheasier.com/how-to-install-windows-vista-in-ubuntu-gutsy-using-vmware/2007/11/29' rel='bookmark' title='Permanent Link: How To Install Windows Vista In Ubuntu Gutsy Using VMware'>How To Install Windows Vista In Ubuntu Gutsy Using VMware</a></li><li><a href='http://maketecheasier.com/upgrading-to-virtualbox-21-in-ubuntu-intrepid/2009/01/01' rel='bookmark' title='Permanent Link: Upgrading to Virtualbox 2.1 In Ubuntu Intrepid'>Upgrading to Virtualbox 2.1 In Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/how-to-install-windows-in-ubuntu-hardy-with-virtualbox/2008/07/02' rel='bookmark' title='Permanent Link: How to Install Windows In Ubuntu Hardy with VirtualBox'>How to Install Windows In Ubuntu Hardy with VirtualBox</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To Install Windows Vista In Ubuntu Gutsy Using VMware</title>
		<link>http://maketecheasier.com/how-to-install-windows-vista-in-ubuntu-gutsy-using-vmware/2007/11/29</link>
		<comments>http://maketecheasier.com/how-to-install-windows-vista-in-ubuntu-gutsy-using-vmware/2007/11/29#comments</comments>
		<pubDate>Thu, 29 Nov 2007 06:12:19 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[gutsy]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[windows vista]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/how-to-install-windows-vista-in-ubuntu-gutsy-using-vmware/2007/11/29</guid>
		<description><![CDATA[For Ubuntu Gutsy users who find that they can&#8217;t live without Windows, or just want to give Vista a try, here&#8217;s your savior: VMware Server.
Vmware Server is a free to download virtual machine tool that allows you to install the various type of operating systems under a virtual environment.
Before you attempt to install Windows Vista, [...]<p><strong><a href="http://maketecheasier.com/how-to-install-windows-vista-in-ubuntu-gutsy-using-vmware/2007/11/29">How To Install Windows Vista In Ubuntu Gutsy Using VMware</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/installing-kubuntu-in-ubuntu-with-vmware-server/2008/02/05' rel='bookmark' title='Permanent Link: Installing (K)Ubuntu In Ubuntu With VMware Server'>Installing (K)Ubuntu In Ubuntu With VMware Server</a></li><li><a href='http://maketecheasier.com/how-to-install-vmware-server-20-in-ubuntu-intrepid/2008/11/18' rel='bookmark' title='Permanent Link: How to Install VMware server 2.0 in Ubuntu Intrepid'>How to Install VMware server 2.0 in Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17' rel='bookmark' title='Permanent Link: Sharing Files Between Ubuntu Host and Virtual Machines'>Sharing Files Between Ubuntu Host and Virtual Machines</a></li><li><a href='http://maketecheasier.com/installing-vmware-server-in-hardy-heron/2008/04/29' rel='bookmark' title='Permanent Link: Installing VMware Server in Hardy Heron'>Installing VMware Server in Hardy Heron</a></li><li><a href='http://maketecheasier.com/how-to-install-windows-in-ubuntu-hardy-with-virtualbox/2008/07/02' rel='bookmark' title='Permanent Link: How to Install Windows In Ubuntu Hardy with VirtualBox'>How to Install Windows In Ubuntu Hardy with VirtualBox</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>For Ubuntu Gutsy users who find that they can&#8217;t live without Windows, or just want to give Vista a try, here&#8217;s your savior: <a href="http://www.vmware.com" title="VMware" target="_blank">VMware Server</a>.</p>
<p>Vmware Server is a free to download virtual machine tool that allows you to install the various type of operating systems under a virtual environment.</p>
<p>Before you attempt to install Windows Vista, please make sure that your computer has at least 1GB of RAM (preferably 2GB), 16GB of hard disk space and a genuine Vista CD.</p>
<p>Here are the steps to install Windows Vista in Ubuntu using Vmware Server.</p>
<p>Download the VMware Server software from <a href="http://www.vmware.com/download/server" title="Download VMware" target="_blank">VMware download site</a>. Remember to <a href="http://register.vmware.com/content/registration.html" title="VMware registration" target="_blank">register</a> to get your license key. You will need it for installation.</p>
<p>Launch Archive Manager and extract the downloaded file to <em>/tmp</em> directory</p>
<p>Next, we need to prepare our system for VMware installation.</p>
<p>In your terminal,</p>
<p class="codeblock">sudo apt-get install linux-headers-`uname -r` build-essential<br />
sudo apt-get install xinetd</p>
<p>Now the installation,</p>
<p class="codeblock">cd /tmp/vmware-server-distrib (or whatever directory you have extracted to)<br />
sudo ./vmware-install.pl</p>
<p>The installer will then guide you through the installation. Press &#8220;Enter&#8221; for all the questions. The last step require you to enter the license key.</p>
<p>Once installed, launch the VMware from <em>Application</em> -&gt; <em>System Tools</em> -&gt; <em>Vmware Server Console</em></p>
<p><a href="http://maketecheasier.com/wp-content/uploads/2007/11/vmware-server-console.jpg" rel="lightbox"><img class="aligncenter" src="http://maketecheasier.com/wp-content/uploads/2007/11/vmware-server-console-thumbnail.jpg" alt="Vmware Server Console" border="0" width="540" /></a></p>
<p>Click &#8220;Create a new virtual machines&#8221;</p>
<p><a href="http://maketecheasier.com/wp-content/uploads/2007/11/vmware1.jpg" rel="lightbox"><img class="aligncenter" src="http://maketecheasier.com/wp-content/uploads/2007/11/vmware1-thumbnail.jpg" alt="Vmware screenshot1" border="0" width="540" /></a></p>
<p>Choose &#8220;Typical&#8221; in the Virtual Machine Configuration</p>
<p><a href="http://maketecheasier.com/wp-content/uploads/2007/11/vmware2.jpg" rel="lightbox"><img class="aligncenter" src="http://maketecheasier.com/wp-content/uploads/2007/11/vmware2-thumbnail.jpg" alt="Vmware screenshot2" border="0" width="540" /></a></p>
<p>Under the Guest Operating system, choose &#8220;Microsoft Windows&#8221;. At below, scroll down to &#8220;Windows Vista (experiemental)&#8221;</p>
<p><a href="http://maketecheasier.com/wp-content/uploads/2007/11/vmware3.jpg" rel="lightbox"><img class="aligncenter" src="http://maketecheasier.com/wp-content/uploads/2007/11/vmware3-thumbnail.jpg" alt="Vmware screenshot3" border="0" width="540" /></a></p>
<p>Enter the name of your virtual machine and choose the location where you want to save  it.</p>
<p><a href="http://maketecheasier.com/wp-content/uploads/2007/11/vmware4.jpg" rel="lightbox"><img class="aligncenter" src="http://maketecheasier.com/wp-content/uploads/2007/11/vmware4-thumbnail.jpg" alt="Vmware screenshot4" border="0" width="540" /></a></p>
<p>Under Network Condition, choose use &#8220;Network Address Translation (NAT)&#8221;.</p>
<p><a href="http://maketecheasier.com/wp-content/uploads/2007/11/vmware5.jpg" rel="lightbox"><img class="aligncenter" src="http://maketecheasier.com/wp-content/uploads/2007/11/vmware5-thumbnail.jpg" alt="Vmware screenshot5" border="0" width="540" /></a></p>
<p>Under the Disk Size, allocate 16GB to the disk size and make sure the split disk into 2GB files is checked. If you just want to try out Vista, uncheck the allocate disk space now.</p>
<p>Ok. Now insert in your Vista installer CD.</p>
<p>On the VMware console, click &#8220;Power on this virtual machine&#8221;.</p>
<p>The virtual machine will now boot up with your installer CD and guide you through the Vista installation process.</p>
<p>Once the installation of Vista is completed, press <em>&#8220;Ctrl + Alt&#8221;</em> to get out of the VMware console.</p>
<p>On the VM menu, select &#8220;Install Vmware tool&#8221;. Now you&#8217;ve got enhanced graphics and mouse cursor that can move in and out of the virtual machine.</p>
<p>That&#8217;s it. Done!</p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/how-to-install-windows-vista-in-ubuntu-gutsy-using-vmware/2007/11/29">How To Install Windows Vista In Ubuntu Gutsy Using VMware</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/installing-kubuntu-in-ubuntu-with-vmware-server/2008/02/05' rel='bookmark' title='Permanent Link: Installing (K)Ubuntu In Ubuntu With VMware Server'>Installing (K)Ubuntu In Ubuntu With VMware Server</a></li><li><a href='http://maketecheasier.com/how-to-install-vmware-server-20-in-ubuntu-intrepid/2008/11/18' rel='bookmark' title='Permanent Link: How to Install VMware server 2.0 in Ubuntu Intrepid'>How to Install VMware server 2.0 in Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17' rel='bookmark' title='Permanent Link: Sharing Files Between Ubuntu Host and Virtual Machines'>Sharing Files Between Ubuntu Host and Virtual Machines</a></li><li><a href='http://maketecheasier.com/installing-vmware-server-in-hardy-heron/2008/04/29' rel='bookmark' title='Permanent Link: Installing VMware Server in Hardy Heron'>Installing VMware Server in Hardy Heron</a></li><li><a href='http://maketecheasier.com/how-to-install-windows-in-ubuntu-hardy-with-virtualbox/2008/07/02' rel='bookmark' title='Permanent Link: How to Install Windows In Ubuntu Hardy with VirtualBox'>How to Install Windows In Ubuntu Hardy with VirtualBox</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/how-to-install-windows-vista-in-ubuntu-gutsy-using-vmware/2007/11/29/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>
