<?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: Converting a Physical Windows Server to Xen / Oracle VM, by way of VMware</title>
	<atom:link href="http://www.ruizs.org/archives/63/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ruizs.org/archives/63</link>
	<description>The ramblings of Steve-0</description>
	<lastBuildDate>Fri, 16 Sep 2011 09:43:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: muychingon</title>
		<link>http://www.ruizs.org/archives/63/comment-page-1#comment-300</link>
		<dc:creator>muychingon</dc:creator>
		<pubDate>Tue, 14 Jul 2009 19:59:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.ruizs.org/?p=63#comment-300</guid>
		<description>This was very useful for me while I worked on the new PXE boot environment. See this: Adding &lt;a href=&quot;http://notagrouch.com/technophile/ubergeek/adding-centos-53-pxe-boot.html&quot; rel=&quot;nofollow&quot;&gt;Centos 5.3 to PXE&lt;/a&gt;

thanks a lot!</description>
		<content:encoded><![CDATA[<p>This was very useful for me while I worked on the new PXE boot environment. See this: Adding <a href="http://notagrouch.com/technophile/ubergeek/adding-centos-53-pxe-boot.html" rel="nofollow">Centos 5.3 to PXE</a></p>
<p>thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ksarkies</title>
		<link>http://www.ruizs.org/archives/63/comment-page-1#comment-299</link>
		<dc:creator>ksarkies</dc:creator>
		<pubDate>Wed, 17 Jun 2009 05:05:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.ruizs.org/?p=63#comment-299</guid>
		<description>The batch file starts with

---------------------------
@echo off

if &quot;%1&quot;==&quot;&quot; goto noarg

set ctdir=%1:\i386

goto tryit



:noarg

set ctdir=%SystemRoot%\Driver Cache\i386



:tryit

---------------------------

Just replace i386 with amd64, works fine.

Sorry haven&#039;t used Win2000 - it seems to be a different beast.

Ken</description>
		<content:encoded><![CDATA[<p>The batch file starts with</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
@echo off</p>
<p>if &#8220;%1&#8243;==&#8221;" goto noarg</p>
<p>set ctdir=%1:\i386</p>
<p>goto tryit</p>
<p>:noarg</p>
<p>set ctdir=%SystemRoot%\Driver Cache\i386</p>
<p>:tryit</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>Just replace i386 with amd64, works fine.</p>
<p>Sorry haven&#8217;t used Win2000 &#8211; it seems to be a different beast.</p>
<p>Ken</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve</title>
		<link>http://www.ruizs.org/archives/63/comment-page-1#comment-298</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Wed, 17 Jun 2009 04:31:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.ruizs.org/?p=63#comment-298</guid>
		<description>Thanks for the helpful info, I haven&#039;t done much work on this since I first posted.  You mentioned you changed it to amd64 drivers, can you post those changes?  Also, I&#039;m trying to figure this out for Windows 2000, but can&#039;t seem to get it right - let me know if you have any insight.</description>
		<content:encoded><![CDATA[<p>Thanks for the helpful info, I haven&#8217;t done much work on this since I first posted.  You mentioned you changed it to amd64 drivers, can you post those changes?  Also, I&#8217;m trying to figure this out for Windows 2000, but can&#8217;t seem to get it right &#8211; let me know if you have any insight.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ksarkies</title>
		<link>http://www.ruizs.org/archives/63/comment-page-1#comment-297</link>
		<dc:creator>ksarkies</dc:creator>
		<pubDate>Wed, 17 Jun 2009 03:31:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.ruizs.org/?p=63#comment-297</guid>
		<description>Thanks, this helped me a lot to get an existing Win2003 64 bit VM across to Xen, particularly the MergeIDE batch file (it is in German so needed a bit of translation. It searches the Windows i386 drivers; I had to change this to AMD64 drivers). There were some points I noted during the process that may be helpful to others.

1. You say to install VMware tools. Other advice I found said to uninstall them but I left them in. The end result was services that didn&#039;t start and drivers that couldn&#039;t load. Probably not harmful, but it would seem that uninstalling them is preferable.

2. The converted VM disks had to be raw format, which creates sparse files. I tried a number of others (qcow2, vmdk etc) but Xen just hung and wouldn&#039;t boot or otherwise use the disks. I don&#039;t know why this is the case; I may even go and read the manuals. I didn&#039;t follow your procedure to the letter here. Instead of creating an install and deleting the resultant img file, I simply added the raw files during creation - I had several disks. Maybe this is the reason. Also the disks had to be IDE type.

3. Once up and running, install the gplpv drivers (see http://wiki.xensource.com/xenwiki/XenWindowsGplPv) inside the guest. This will then allow SCSI disks to be used which overcomes a strange limit of four IDE drives in Xen, as well as boosting performance by a huge amount. The lack of PV drivers is the main reason I shied away from KVM.

Ken</description>
		<content:encoded><![CDATA[<p>Thanks, this helped me a lot to get an existing Win2003 64 bit VM across to Xen, particularly the MergeIDE batch file (it is in German so needed a bit of translation. It searches the Windows i386 drivers; I had to change this to AMD64 drivers). There were some points I noted during the process that may be helpful to others.</p>
<p>1. You say to install VMware tools. Other advice I found said to uninstall them but I left them in. The end result was services that didn&#8217;t start and drivers that couldn&#8217;t load. Probably not harmful, but it would seem that uninstalling them is preferable.</p>
<p>2. The converted VM disks had to be raw format, which creates sparse files. I tried a number of others (qcow2, vmdk etc) but Xen just hung and wouldn&#8217;t boot or otherwise use the disks. I don&#8217;t know why this is the case; I may even go and read the manuals. I didn&#8217;t follow your procedure to the letter here. Instead of creating an install and deleting the resultant img file, I simply added the raw files during creation &#8211; I had several disks. Maybe this is the reason. Also the disks had to be IDE type.</p>
<p>3. Once up and running, install the gplpv drivers (see <a href="http://wiki.xensource.com/xenwiki/XenWindowsGplPv" rel="nofollow">http://wiki.xensource.com/xenwiki/XenWindowsGplPv</a>) inside the guest. This will then allow SCSI disks to be used which overcomes a strange limit of four IDE drives in Xen, as well as boosting performance by a huge amount. The lack of PV drivers is the main reason I shied away from KVM.</p>
<p>Ken</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve</title>
		<link>http://www.ruizs.org/archives/63/comment-page-1#comment-288</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Wed, 11 Mar 2009 16:53:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.ruizs.org/?p=63#comment-288</guid>
		<description>It was a bad file, don&#039;t know what happened there.  I uploaded another copy, that should work.  Also, I originally found it here:
http://www.virtualbox.org/wiki/Migrate_Windows</description>
		<content:encoded><![CDATA[<p>It was a bad file, don&#8217;t know what happened there.  I uploaded another copy, that should work.  Also, I originally found it here:<br />
<a href="http://www.virtualbox.org/wiki/Migrate_Windows" rel="nofollow">http://www.virtualbox.org/wiki/Migrate_Windows</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sauron666</title>
		<link>http://www.ruizs.org/archives/63/comment-page-1#comment-287</link>
		<dc:creator>sauron666</dc:creator>
		<pubDate>Wed, 11 Mar 2009 08:47:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.ruizs.org/?p=63#comment-287</guid>
		<description>MergeIDE.zip is bad file ???

I convert vmware image and start under Oracle VM, but getting error with &quot;another hard disk - blue screen&quot;

I try to find mergeide on the net, but nothing ... :-(

Please, help..can you see what&#039;s wrong with that archive ?

Regards!</description>
		<content:encoded><![CDATA[<p>MergeIDE.zip is bad file ???</p>
<p>I convert vmware image and start under Oracle VM, but getting error with &#8220;another hard disk &#8211; blue screen&#8221;</p>
<p>I try to find mergeide on the net, but nothing &#8230; <img src='http://www.ruizs.org/wordpress/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>Please, help..can you see what&#8217;s wrong with that archive ?</p>
<p>Regards!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

