<?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>High Tech Sorcery &#187; xen</title>
	<atom:link href="http://hightechsorcery.com/tag/xen/feed/" rel="self" type="application/rss+xml" />
	<link>http://hightechsorcery.com</link>
	<description>technology indistinguishable from magic</description>
	<lastBuildDate>Tue, 01 May 2012 08:48:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Installing Windows GPLPV Drivers in Xen</title>
		<link>http://hightechsorcery.com/2012/01/installing-windows-gplpv-drivers-in-xen/</link>
		<comments>http://hightechsorcery.com/2012/01/installing-windows-gplpv-drivers-in-xen/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 21:02:21 +0000</pubDate>
		<dc:creator>specialj</dc:creator>
				<category><![CDATA[virtualization]]></category>
		<category><![CDATA[bcdedit]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[gplpv]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://hightechsorcery.com/?p=370</guid>
		<description><![CDATA[I&#8217;ve done this enough times to know it by heart but I remember when I tried to find documentation on this step I ran into countless inaccurate and outdated examples.  So here&#8217;s what I do to get the Windows GPL PV drivers installed under Xen. Download the drivers from meadowcourt.org.  As of 1/18/2012 the latest [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve done this enough times to know it by heart but I remember when I tried to find documentation on this step I ran into countless inaccurate and outdated examples.  So here&#8217;s what I do to get the Windows GPL PV drivers installed under Xen.</p>
<ol>
<li>Download the drivers from <a href="http://www.meadowcourt.org/downloads/">meadowcourt.org</a>.  As of 1/18/2012 the latest version is 0.11.0.308.  You&#8217;ll need to get the appropriate drivers for your OS.</li>
<li>turn testsigning off on Windows</li>
<ol>
<li>bcedit</li>
<ul>
<li>I like to check out the config first</li>
</ul>
<li>bcdedit /set {current} testsigning on</li>
<ul>
<li>this turns testsigning on</li>
</ul>
<li>bcdedit</li>
</ol>
<ul>
<ul>
<li>I usually run this again to make sure &#8220;testsigning Yes&#8221; appears</li>
</ul>
</ul>
<li>restart windows. upon restart the system should indicate it is in &#8220;Test Mode&#8221;</li>
<li>install the drivers msi file that was downloaded. I always choose &#8220;Typical&#8221; installation. I choose not to restart at this point.</li>
<li>create new default boot option</li>
<ol>
<li>bcdedit /copy {current} /d &#8220;GPLPV</li>
<ul>
<li>this will copy the current boot setup into a new one called GPLPV</li>
<li>pay attention to the id returned here</li>
</ul>
<li>bcdedit /default ID</li>
<ul>
<li>replace ID with the id from the copy command</li>
<li>this sets the new menu to be the default</li>
</ul>
<li>bcdedit /set {default} loadoptions GPLPV</li>
<ul>
<li>this makaes this option use GPLPV drivers</li>
</ul>
<li>bcdedit</li>
<ul>
<li>double check everything</li>
</ul>
</ol>
<li>restart windows</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://hightechsorcery.com/2012/01/installing-windows-gplpv-drivers-in-xen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running Xen on Various Linux Distributions</title>
		<link>http://hightechsorcery.com/2010/01/running-xen-on-various-linux-distributions/</link>
		<comments>http://hightechsorcery.com/2010/01/running-xen-on-various-linux-distributions/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 00:41:29 +0000</pubDate>
		<dc:creator>specialj</dc:creator>
				<category><![CDATA[virtualization]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://hightechsorcery.com/?p=39</guid>
		<description><![CDATA[I have been looking to various GNU/Linux distributions to determine their level of support for Xen.  Here&#8217;s what I found: Debian Etch &#8211; Xen Hypervisor 3.2.1 (via backports), Linux kernel 2.6.26 (via backports) Debian Lenny &#8211; Xen Hypervisor 3.2.1, Linux dom0 kernel 2.6.26 Debian Squeeze (testing) &#8211; Xen Hypervisor 3.4.2, Linux dom0 kernel ??? Ubuntu 8.04 (Hardy) [...]]]></description>
			<content:encoded><![CDATA[<p>I have been looking to various GNU/Linux distributions to determine their level of support for Xen.  Here&#8217;s what I found:</p>
<ul>
<li>Debian Etch &#8211; Xen Hypervisor 3.2.1 (via backports), Linux kernel 2.6.26 (via backports)</li>
<li>Debian Lenny &#8211; Xen Hypervisor 3.2.1, Linux dom0 kernel 2.6.26</li>
<li>Debian Squeeze (testing) &#8211; Xen Hypervisor 3.4.2, Linux dom0 kernel ???</li>
<li>Ubuntu 8.04 (Hardy) &#8211; Xen Hypervisor 3.3.0 (via backports), Linux dom0 kernel 2.6.24</li>
<li>Ubuntu 8.10-10.04 (Intrepid-Lucid) &#8211; ﻿Xen Hypervisor 3.3.0, no Linux dom0 kernel</li>
<li>OpenSuse 11.2 &#8211; Xen Hypervisor 3.4.1, Linux dom0 kernel 2.6.31</li>
</ul>
<p>As much as I like Debian and Debian based distros I think OpenSuse is probably the best platform for hosting Xen at the moment.</p>
]]></content:encoded>
			<wfw:commentRss>http://hightechsorcery.com/2010/01/running-xen-on-various-linux-distributions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing pygrub in Ubuntu 9.04</title>
		<link>http://hightechsorcery.com/2010/01/fixing-pygrub-in-ubuntu-9-04/</link>
		<comments>http://hightechsorcery.com/2010/01/fixing-pygrub-in-ubuntu-9-04/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 08:15:58 +0000</pubDate>
		<dc:creator>specialj</dc:creator>
				<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[pygrub]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://hightechsorcery.com/?p=32</guid>
		<description><![CDATA[I think Ubuntu 9.04 is the only version of Ubuntu suffering from this bug but it appears as though no fix for this serious regression will be forthcoming.  To get pygrub to work you actually have to fix a bug in the python 2.5 curses library.  Open &#8220;﻿﻿/usr/lib/python2.5/curses/__init__.py&#8221; and add the following lines starting at [...]]]></description>
			<content:encoded><![CDATA[<p>I think Ubuntu 9.04 is the only version of Ubuntu suffering from this bug but it appears as though no fix for this serious regression will be forthcoming.  To get pygrub to work you actually have to fix a bug in the python 2.5 curses library.  Open &#8220;﻿﻿/usr/lib/python2.5/curses/__init__.py&#8221; and add the following lines starting at line 17:</p>
<p><code>import os as _os<br />
import sys as _sys</code></p>
<p>After that pygrub should work correctly.  More information about this bug can be found in <a href="https://bugs.launchpad.net/ubuntu/+source/python2.5/+bug/395321">launchpad bug #395321</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://hightechsorcery.com/2010/01/fixing-pygrub-in-ubuntu-9-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

