<?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>Jason's Computer Science Blog &#187; Partition</title>
	<atom:link href="http://www.jasonernst.com/tag/partition/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jasonernst.com</link>
	<description>By Jason Ernst</description>
	<lastBuildDate>Wed, 25 Jan 2012 14:04:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Windows 7 &#8211; SP1, Multiple OS &#8211; Grub</title>
		<link>http://www.jasonernst.com/2011/07/17/windows-7-sp1-multiple-os/</link>
		<comments>http://www.jasonernst.com/2011/07/17/windows-7-sp1-multiple-os/#comments</comments>
		<pubDate>Sun, 17 Jul 2011 14:44:10 +0000</pubDate>
		<dc:creator>Jason Ernst</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[0x800F0A12]]></category>
		<category><![CDATA[Failure]]></category>
		<category><![CDATA[Grub2]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Multiple OS]]></category>
		<category><![CDATA[Partition]]></category>
		<category><![CDATA[Service Pack One]]></category>
		<category><![CDATA[Solution]]></category>
		<category><![CDATA[SP1]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.jasonernst.com/?p=1694</guid>
		<description><![CDATA[A while ago I bought a Toshiba netbook which of course came with Windows 7 startup. Since I was going to be putting 4 OS&#8217;es on it (Windows, Ubuntu, Chromium and Meego), I was switching from the usual method of booting directly into Windows, into using Grub2. Of course now that the SP1 update has [...]]]></description>
			<content:encoded><![CDATA[<p>A while ago I bought a Toshiba netbook which of course came with Windows 7 startup. Since I was going to be putting 4 OS&#8217;es on it (Windows, Ubuntu, Chromium and Meego), I was switching from the usual method of booting directly into Windows, into using Grub2. Of course now that the SP1 update has come out, it doesn&#8217;t install properly. This is the support page that the error pointed me to: <a href="http://windows.microsoft.com/en-US/windows7/windows-7-windows-server-2008-r2-service-pack-1-sp1-installation-error-0x800F0A12">http://windows.microsoft.com/en-US/windows7/windows-7-windows-server-2008-r2-service-pack-1-sp1-installation-error-0x800F0A12</a></p>
<p><center>
<div class="image"><a href="http://www.jasonernst.com/wp-content/uploads/2011/07/disk.png"><img src="http://www.jasonernst.com/wp-content/uploads/2011/07/disk-300x167.png" alt="" title="disk" width="300" height="167" class="aligncenter size-medium wp-image-1702" /></a><br/>Windows Disk Management Tool, used for setting active partition</div>
<p></center></p>
<p>Unfortunately, none of these options worked. It turns out, it is a simple fix (at least for me). In start menu, type &#8220;disk management&#8221; into the search, and click on &#8220;create and format hard disk partitions&#8221;. Right click on the partition that has Windows7 (likely the largest NTFS partition [don't select the recovery partition] if you have a setup like mine) and click &#8220;Mark Partition as Active&#8221;. Then try to install SP1 again, and it should work fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonernst.com/2011/07/17/windows-7-sp1-multiple-os/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A Frustrating Experience with Chromium OS</title>
		<link>http://www.jasonernst.com/2010/06/27/a-frustrating-experience-with-chromium-os/</link>
		<comments>http://www.jasonernst.com/2010/06/27/a-frustrating-experience-with-chromium-os/#comments</comments>
		<pubDate>Sun, 27 Jun 2010 22:00:41 +0000</pubDate>
		<dc:creator>Jason Ernst</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[Chromium OS]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[GUID]]></category>
		<category><![CDATA[MBR]]></category>
		<category><![CDATA[Multiboot]]></category>
		<category><![CDATA[Operating System]]></category>
		<category><![CDATA[Partition]]></category>

		<guid isPermaLink="false">http://www.jasonernst.com/?p=968</guid>
		<description><![CDATA[Recently I reinstalled my laptop and was hoping to add chromium onto my multiboot setup. I can get it working with the standard USB key approach that is recommended on all of the guides, however it seems like moving it to the hard drive is a completely different story. When it is compiled from source [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I reinstalled my laptop and was hoping to add chromium onto my multiboot setup. I can get it working with the standard USB key approach that is recommended on all of the guides, however it seems like moving it to the hard drive is a completely different story. When it is compiled from source and put on the USB key, the partitioning scheme is GUID, and I use the older MBR scheme. It seems to me the only way to get it to work together is either to use a full GUID partioning setup or use some weird hybrid or mixed scheme. From what I&#8217;ve read on other blogs, it doesn&#8217;t seem particularly easy to get Windows to work with GUID. Also when you look at what gets created on the USB disk itself, its a mess of many partitions, and I&#8217;m not particularly fond of that. Perhaps this is an artifact of the GUID scheme since I&#8217;m not very familiar with it, so maybe someone can point me in a direction on how to proceed. For now I&#8217;ve given up and will wait and hope that Google will eventually release it in a way that is easy to add to MBR :S Until then I&#8217;ll just grudgingly use the USB version since I don&#8217;t want to dedicate my entire laptop hdd to using chromium os. </p>
<p>*note* I&#8217;ve also tried to the hexxeh version of chromium, but for some reason it won&#8217;t boot on my laptop, and I also prefer to be able to compile from source rather than using a pre-built image.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonernst.com/2010/06/27/a-frustrating-experience-with-chromium-os/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

