<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Clean Installation of Vista, XP and Ubuntu</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/clean-installation/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/clean-installation/</link>
	<description></description>
	<lastBuildDate>Thu, 20 Jun 2013 06:31:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: wm</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/clean-installation/#comment-66993</link>
		<dc:creator>wm</dc:creator>
		<pubDate>Sat, 15 Aug 2009 01:41:07 +0000</pubDate>
		<guid isPermaLink="false">#comment-66993</guid>
		<description><![CDATA[I would like to recommend VirtualBox. I currently have a PC running, Vista, XP, Slackware, Fedora, Ubuntu and believe it or not a copy of OS/2! Yes! OS/2... :-)
Everything appears to be running just great! I used to partition my disks and stuff and it was a real pain in the neck. You have to do all sorts of partitions. So, the best way to go is virtualization. Good luck!]]></description>
		<content:encoded><![CDATA[<p>I would like to recommend VirtualBox. I currently have a PC running, Vista, XP, Slackware, Fedora, Ubuntu and believe it or not a copy of OS/2! Yes! OS/2&#8230; <img src='http://itknowledgeexchange.techtarget.com/itanswers/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
Everything appears to be running just great! I used to partition my disks and stuff and it was a real pain in the neck. You have to do all sorts of partitions. So, the best way to go is virtualization. Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: djeepp</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/clean-installation/#comment-65830</link>
		<dc:creator>djeepp</dc:creator>
		<pubDate>Tue, 21 Jul 2009 12:49:12 +0000</pubDate>
		<guid isPermaLink="false">#comment-65830</guid>
		<description><![CDATA[I use VirtualBox every day to host my Windows OS and a few others. It is very efficient and not overly complicated. If you do decide to virtualize, I would agree with Sds9985 that VirtualBox is the way to go.]]></description>
		<content:encoded><![CDATA[<p>I use VirtualBox every day to host my Windows OS and a few others. It is very efficient and not overly complicated. If you do decide to virtualize, I would agree with Sds9985 that VirtualBox is the way to go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mshen</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/clean-installation/#comment-65810</link>
		<dc:creator>mshen</dc:creator>
		<pubDate>Mon, 20 Jul 2009 20:43:56 +0000</pubDate>
		<guid isPermaLink="false">#comment-65810</guid>
		<description><![CDATA[Djeepp, I didn&#039;t say you needed to use virtualization for different file systems, it would just make things easier which is why I put the suggestion in the discussion instead of the answer field.]]></description>
		<content:encoded><![CDATA[<p>Djeepp, I didn&#8217;t say you needed to use virtualization for different file systems, it would just make things easier which is why I put the suggestion in the discussion instead of the answer field.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sds9985</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/clean-installation/#comment-65803</link>
		<dc:creator>sds9985</dc:creator>
		<pubDate>Mon, 20 Jul 2009 19:04:37 +0000</pubDate>
		<guid isPermaLink="false">#comment-65803</guid>
		<description><![CDATA[I already see some good suggestions here.

You can install many operating systems on the hard drive(s) and use grub to boot any of them.  This makes for lots of partitions, lots of tricks with the boot loader and MBR and implies that only one OS will be running at a time.

If I wanted all of those OS&#039;s available and if I had enough RAM to support it, I&#039;d install Sun&#039;s VirtualBox.  You could use any of the operating systems as the base OS (although I think I&#039;d use OpenSolaris for that), then create whatever guests you want.  You&#039;ll need at least 512MB for each running guest, so if you have 1GB, you can have at least OpenSolaris and one other OS up at the same time.  Any or all of the guests can be running at the same time, but if you run too many for the RAM you have, performance will degrade when the host OS starts to swap.  You can switch back and forth between them instantly and you can share folders between any of them.  VirtualBox is free.  See www.virtualbox.org.

I prefer Fedora for my workstation, but I have the need to test scripts under RHEL 5.3 and 4.7 and SLES 9.4, since that&#039;s what the Linux servers here run.  So, I have the base OS as Fedora and the others available as guests under VirtualBox.  Just for giggles, a colleague here (whose base OS is also Fedora) installed Windows 3.1 and DOS 6.2 as guests the other day.  Both ran fine.  The &quot;filesystem&quot; for each guest is just a file on the host OS drives, so no actual new partitions are needed.

If you don&#039;t have the RAM to support the above approach, then you&#039;ll have to install all of them and use grub to select one at a time.  I&#039;d install the Windows versions first, then Ubuntu, then OpenSolaris.  Windows will overwrite grub, so you want to get those in first, before you install Linux.]]></description>
		<content:encoded><![CDATA[<p>I already see some good suggestions here.</p>
<p>You can install many operating systems on the hard drive(s) and use grub to boot any of them.  This makes for lots of partitions, lots of tricks with the boot loader and MBR and implies that only one OS will be running at a time.</p>
<p>If I wanted all of those OS&#8217;s available and if I had enough RAM to support it, I&#8217;d install Sun&#8217;s VirtualBox.  You could use any of the operating systems as the base OS (although I think I&#8217;d use OpenSolaris for that), then create whatever guests you want.  You&#8217;ll need at least 512MB for each running guest, so if you have 1GB, you can have at least OpenSolaris and one other OS up at the same time.  Any or all of the guests can be running at the same time, but if you run too many for the RAM you have, performance will degrade when the host OS starts to swap.  You can switch back and forth between them instantly and you can share folders between any of them.  VirtualBox is free.  See <a href="http://www.virtualbox.org" rel="nofollow">http://www.virtualbox.org</a>.</p>
<p>I prefer Fedora for my workstation, but I have the need to test scripts under RHEL 5.3 and 4.7 and SLES 9.4, since that&#8217;s what the Linux servers here run.  So, I have the base OS as Fedora and the others available as guests under VirtualBox.  Just for giggles, a colleague here (whose base OS is also Fedora) installed Windows 3.1 and DOS 6.2 as guests the other day.  Both ran fine.  The &#8220;filesystem&#8221; for each guest is just a file on the host OS drives, so no actual new partitions are needed.</p>
<p>If you don&#8217;t have the RAM to support the above approach, then you&#8217;ll have to install all of them and use grub to select one at a time.  I&#8217;d install the Windows versions first, then Ubuntu, then OpenSolaris.  Windows will overwrite grub, so you want to get those in first, before you install Linux.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlosdl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/clean-installation/#comment-65802</link>
		<dc:creator>carlosdl</dc:creator>
		<pubDate>Mon, 20 Jul 2009 18:04:56 +0000</pubDate>
		<guid isPermaLink="false">#comment-65802</guid>
		<description><![CDATA[You are right Djeepp, he may not &lt;b&gt;&lt;i&gt;need&lt;/i&gt;&lt;/b&gt; virtualization, but if he can achieve what he needs with virtualization, it &lt;b&gt;&lt;i&gt;might&lt;/i&gt;&lt;/b&gt; be a better option than creating a multi-boot configuration, since he cuold switch from one operating system to another without the need to reboot the machine, and he could even have more than one of his virtual machines running simultaneously.  Also, he could create as many virtual machines as he wants, without the need to re-partition the disk, and if he decides to buy a new machine, it would be easier to move the virtual machines to the new host.

But, it all depends on details we don&#039;t have.

Cheers,]]></description>
		<content:encoded><![CDATA[<p>You are right Djeepp, he may not <b><i>need</i></b> virtualization, but if he can achieve what he needs with virtualization, it <b><i>might</i></b> be a better option than creating a multi-boot configuration, since he cuold switch from one operating system to another without the need to reboot the machine, and he could even have more than one of his virtual machines running simultaneously.  Also, he could create as many virtual machines as he wants, without the need to re-partition the disk, and if he decides to buy a new machine, it would be easier to move the virtual machines to the new host.</p>
<p>But, it all depends on details we don&#8217;t have.</p>
<p>Cheers,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: djeepp</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/clean-installation/#comment-65799</link>
		<dc:creator>djeepp</dc:creator>
		<pubDate>Mon, 20 Jul 2009 16:31:42 +0000</pubDate>
		<guid isPermaLink="false">#comment-65799</guid>
		<description><![CDATA[I&#039;m not sure why he would need virtualization just because of different file systems. File systems don&#039;t span partitions and you can put as many different partitions on a disk as you want.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure why he would need virtualization just because of different file systems. File systems don&#8217;t span partitions and you can put as many different partitions on a disk as you want.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlosdl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/clean-installation/#comment-65687</link>
		<dc:creator>carlosdl</dc:creator>
		<pubDate>Fri, 17 Jul 2009 14:05:06 +0000</pubDate>
		<guid isPermaLink="false">#comment-65687</guid>
		<description><![CDATA[I agree with Mshen.  In this scenario, virtualization &lt;b&gt;could be &lt;/b&gt;the best option, unless you need to have complete access to the hardware or features that are not available in a virtual machine.]]></description>
		<content:encoded><![CDATA[<p>I agree with Mshen.  In this scenario, virtualization <b>could be </b>the best option, unless you need to have complete access to the hardware or features that are not available in a virtual machine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mshen</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/clean-installation/#comment-65655</link>
		<dc:creator>mshen</dc:creator>
		<pubDate>Thu, 16 Jul 2009 20:07:23 +0000</pubDate>
		<guid isPermaLink="false">#comment-65655</guid>
		<description><![CDATA[This involves several different files systems.  I think your best bet is virtualization.]]></description>
		<content:encoded><![CDATA[<p>This involves several different files systems.  I think your best bet is virtualization.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.012 seconds using memcached
Object Caching 370/373 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-20 07:07:49 -->