<?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>mcBachmann.de TechBlog &#187; boot</title>
	<atom:link href="http://blog.mcbachmann.de/tag/boot/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.mcbachmann.de</link>
	<description>Der Blog zur Website ;-)</description>
	<lastBuildDate>Thu, 22 Jul 2010 08:55:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Install Windows on a Linux Box</title>
		<link>http://blog.mcbachmann.de/linux/install-windows-on-a-linux-box</link>
		<comments>http://blog.mcbachmann.de/linux/install-windows-on-a-linux-box#comments</comments>
		<pubDate>Sun, 24 Aug 2008 12:21:57 +0000</pubDate>
		<dc:creator>Sven Bachmann</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[resize]]></category>

		<guid isPermaLink="false">http://blog.mcbachmann.de/?p=34</guid>
		<description><![CDATA[Hello,
I didn&#8217;t thought it was so easy to install Windows on a pure Linux box. Just get something like the SystemRescueCD with gparted on it, resize Linux, leave some place for a boot partition (grub) and create a new partition for Windows.
My layout looked like:
1GB grub + kernel
20GB Windows
130GB Linux
Two problems occured during the flight&#8230; [...]]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>I didn&#8217;t thought it was so easy to install Windows on a pure Linux box. Just get something like the SystemRescueCD with gparted on it, resize Linux, leave some place for a boot partition (grub) and create a new partition for Windows.</p>
<p>My layout looked like:</p>
<p>1GB grub + kernel<br />
20GB Windows<br />
130GB Linux</p>
<p>Two problems occured during the flight&#8230; because I used gparted to format the Grub partition and the Windows partition.</p>
<p>The first problem (I think it wasn&#8217;t formatting-related) was that Windows misdetected the partition order. Installation went fine, but after rebooting the following error occured:</p>
<blockquote><p>hal.dll missing</p></blockquote>
<p>After correcting the partition in the boot.ini as suggested in http://www.informationsarchiv.net/forum/topic15028.html Windows booted. Editing was done with ntfs-3g and caused no problems.</p>
<p>The second problem came up after copying the kernel + grub into the new boot partition. Grub setup was successful, but after a reboot, grub stopped with:</p>
<blockquote><p>Error 2</p></blockquote>
<p>First thought was&#8230; 1GB is to big for some strange reason. But that wasn&#8217;t it. Later I found the answer here: http://www.fedoraforum.de/viewtopic.php?f=4&#038;t=15316<br />
Grub with a version 0.97 or smaller isn&#8217;t able to boot from an ext3 partition with an inode size of 256, which is the default from the SystemRescueCDs gparted.<br />
So I formatted it again with inode size 128, installed kernel + grub and it was done.</p>
<p>Bye<br />
  Sven</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mcbachmann.de/linux/install-windows-on-a-linux-box/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
