<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: More Operating System Fun</title>
	<link>http://tannish.net/2007/02/04/more-operating-system-fun/</link>
	<description>Nobody Told Me There'd Be Days Like These</description>
	<pubDate>Wed, 23 May 2012 09:08:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>

	<item>
		<title>By: BadTux</title>
		<link>http://tannish.net/2007/02/04/more-operating-system-fun/#comment-6296</link>
		<author>BadTux</author>
		<pubDate>Fri, 09 Feb 2007 02:36:05 +0000</pubDate>
		<guid>http://tannish.net/2007/02/04/more-operating-system-fun/#comment-6296</guid>
		<description>I design computers for a living. My next computer is going to be a Macbook.

'Nuff said.

-BT</description>
		<content:encoded><![CDATA[<p>I design computers for a living. My next computer is going to be a Macbook.</p>
<p>&#8216;Nuff said.</p>
<p>-BT</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Travis</title>
		<link>http://tannish.net/2007/02/04/more-operating-system-fun/#comment-6151</link>
		<author>Travis</author>
		<pubDate>Mon, 05 Feb 2007 21:26:29 +0000</pubDate>
		<guid>http://tannish.net/2007/02/04/more-operating-system-fun/#comment-6151</guid>
		<description>I'm not sure if it was clear that the checklist above is not the same as my steps for installing Linux on a Windows machine without touching the MBR. I assumed your situation doesn't require that kind of annoying tip-toeing around.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure if it was clear that the checklist above is not the same as my steps for installing Linux on a Windows machine without touching the MBR. I assumed your situation doesn&#8217;t require that kind of annoying tip-toeing around.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Travis</title>
		<link>http://tannish.net/2007/02/04/more-operating-system-fun/#comment-6150</link>
		<author>Travis</author>
		<pubDate>Mon, 05 Feb 2007 21:24:32 +0000</pubDate>
		<guid>http://tannish.net/2007/02/04/more-operating-system-fun/#comment-6150</guid>
		<description>In the interest of being techy as well as being sneaky, I have installed Linux on a few of my work computers over the years. I've had it co-exist with Windows NT 4, Windows 2000, and Windows XP, each time making sure that the MBR is never touched and that Windows does the whole boot manager thing.

I like the boot managers that are available with Linux well enough, but when you're messing with the Man's Machine, you have to make it easy to cover your tracks.

If you install Ubuntu according to its defaults, it will overwrite the Windows MBR and place its own boot manager in place. The same thing happens if you install Windows onto a computer running Linux. The whole process is actually pretty painless if you're not writing and rewriting the partition table too much (moving and resizing partitions while trying to preserve data). Of course, as I mentioned above, it is possible to install Linux alongside Windows without touching the existing Windows MBR (I'm not sure how easy it is to go the other way, however. Windows gives you a lot less options when it comes to installing the boot sector).

My checklist when installing multiple OSs follows

1. get a Linux Live CD (one of those boot-off-of-CD distributions), Ubuntu's is here: https://help.ubuntu.com/community/LiveCD

2. use GParted (included on the Live CD) to partition your drive for the various operating systems. I would have 1 system partition for XP, 1 for Vista, and 1 for Ubuntu, with an extra swap partition for Ubuntu and a "shared drive" for all 3 (that's 5 paritions total). 

(if you want to, you can substitute steps 1 and 2 with Partition Magic. I think you can run that off the CD without having an OS installed, but I'm not sure)

3. Make sure your "shared drive" partition is formated as FAT32 because Ubuntu does not have native support for NTFS. You can format your Windows system partitions as NTFS if you want for added stability and security, and Ubuntu should be Ext3 (or if you have another preference use that).

4,5,6: Depending on which Boot Loader you want to use, XP's, Vista's, or Ubuntu's will determine the order of install. The last one you install will be the Boot Loader you end up with. I don't know how good Vista's Boot Loader is, and I'm not certain how well Ubuntu's jives with Vista, but I would suggest XP, then Vista, then Ubuntu. Mainly because I have the feeling it will be easiest to manage a catastrophic failure from GRUB (or whatever Boot Loader Ubuntu installs). Each system install should automatically detect the existence of the previous system install and add it to the boot loader.

If you want any more info, feel free to email or call.
:)</description>
		<content:encoded><![CDATA[<p>In the interest of being techy as well as being sneaky, I have installed Linux on a few of my work computers over the years. I&#8217;ve had it co-exist with Windows NT 4, Windows 2000, and Windows XP, each time making sure that the MBR is never touched and that Windows does the whole boot manager thing.</p>
<p>I like the boot managers that are available with Linux well enough, but when you&#8217;re messing with the Man&#8217;s Machine, you have to make it easy to cover your tracks.</p>
<p>If you install Ubuntu according to its defaults, it will overwrite the Windows MBR and place its own boot manager in place. The same thing happens if you install Windows onto a computer running Linux. The whole process is actually pretty painless if you&#8217;re not writing and rewriting the partition table too much (moving and resizing partitions while trying to preserve data). Of course, as I mentioned above, it is possible to install Linux alongside Windows without touching the existing Windows MBR (I&#8217;m not sure how easy it is to go the other way, however. Windows gives you a lot less options when it comes to installing the boot sector).</p>
<p>My checklist when installing multiple OSs follows</p>
<p>1. get a Linux Live CD (one of those boot-off-of-CD distributions), Ubuntu&#8217;s is here: <a href="https://help.ubuntu.com/community/LiveCD" rel="nofollow">https://help.ubuntu.com/community/LiveCD</a></p>
<p>2. use GParted (included on the Live CD) to partition your drive for the various operating systems. I would have 1 system partition for XP, 1 for Vista, and 1 for Ubuntu, with an extra swap partition for Ubuntu and a &#8220;shared drive&#8221; for all 3 (that&#8217;s 5 paritions total). </p>
<p>(if you want to, you can substitute steps 1 and 2 with Partition Magic. I think you can run that off the CD without having an OS installed, but I&#8217;m not sure)</p>
<p>3. Make sure your &#8220;shared drive&#8221; partition is formated as FAT32 because Ubuntu does not have native support for NTFS. You can format your Windows system partitions as NTFS if you want for added stability and security, and Ubuntu should be Ext3 (or if you have another preference use that).</p>
<p>4,5,6: Depending on which Boot Loader you want to use, XP&#8217;s, Vista&#8217;s, or Ubuntu&#8217;s will determine the order of install. The last one you install will be the Boot Loader you end up with. I don&#8217;t know how good Vista&#8217;s Boot Loader is, and I&#8217;m not certain how well Ubuntu&#8217;s jives with Vista, but I would suggest XP, then Vista, then Ubuntu. Mainly because I have the feeling it will be easiest to manage a catastrophic failure from GRUB (or whatever Boot Loader Ubuntu installs). Each system install should automatically detect the existence of the previous system install and add it to the boot loader.</p>
<p>If you want any more info, feel free to email or call.<br />
 <img src='http://tannish.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>

