<?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: Installing XenServer Tools on Ubuntu 10.04</title>
	<atom:link href="http://www.jansipke.nl/installing-xenserver-tools-on-ubuntu-10-04/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jansipke.nl/installing-xenserver-tools-on-ubuntu-10-04</link>
	<description>Technology Blog</description>
	<lastBuildDate>Sat, 04 Feb 2012 12:27:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: django.rs Blog - Ubuntu 10.04 on XenServer PV</title>
		<link>http://www.jansipke.nl/installing-xenserver-tools-on-ubuntu-10-04#comment-9185</link>
		<dc:creator>django.rs Blog - Ubuntu 10.04 on XenServer PV</dc:creator>
		<pubDate>Tue, 31 Jan 2012 02:33:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.jansipke.nl/?p=1016#comment-9185</guid>
		<description>[...] Koristan link [...]</description>
		<content:encoded><![CDATA[<p>[...] Koristan link [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raymon</title>
		<link>http://www.jansipke.nl/installing-xenserver-tools-on-ubuntu-10-04#comment-7446</link>
		<dc:creator>Raymon</dc:creator>
		<pubDate>Wed, 11 Jan 2012 12:15:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.jansipke.nl/?p=1016#comment-7446</guid>
		<description>I`m trying to use this how to but im stuck on the following error

11-1-2012 13:10:23 Error: Starting VM &#039;snorby02&#039; - Internal error: XenguestHelper.Xc_dom_linux_build_failure(2, &quot; elf_xen_note_check: ERROR: Will only load images built \\\&quot;&quot;)

This is my menu entry

menuentry &#039;Ubuntu, with Linux 2.6.32-37-generic&#039; --class ubuntu --class gnu-linux --class gnu --class os {
        recordfail
        insmod ext2
        set root=&#039;(hd0,1)&#039;
        search --no-floppy --fs-uuid --set 240ff737-43ec-4276-8c5e-8d254939acdb
        linux /boot/vmlinuz-2.6.32-37-generic root=UUID=240ff737-43ec-4276-8c5e-8d254939acdb ro
        initrd  /boot/initrd.img-2.6.32-37-generic

and i am pasting the following lines when running the script

/boot/vmlinuz-2.6.32-37-generic
root=UUID=240ff737-43ec-4276-8c5e-8d254939acdb ro
/boot/initrd.img-2.6.32-37-generic

Why is this going wrong do i have to past more or less information (can u add an example step after the run makepv.sh my-vm-name )</description>
		<content:encoded><![CDATA[<p>I`m trying to use this how to but im stuck on the following error</p>
<p>11-1-2012 13:10:23 Error: Starting VM &#8216;snorby02&#8242; &#8211; Internal error: XenguestHelper.Xc_dom_linux_build_failure(2, &#8221; elf_xen_note_check: ERROR: Will only load images built \\\&#8221;")</p>
<p>This is my menu entry</p>
<p>menuentry &#8216;Ubuntu, with Linux 2.6.32-37-generic&#8217; &#8211;class ubuntu &#8211;class gnu-linux &#8211;class gnu &#8211;class os {<br />
        recordfail<br />
        insmod ext2<br />
        set root=&#8217;(hd0,1)&#8217;<br />
        search &#8211;no-floppy &#8211;fs-uuid &#8211;set 240ff737-43ec-4276-8c5e-8d254939acdb<br />
        linux /boot/vmlinuz-2.6.32-37-generic root=UUID=240ff737-43ec-4276-8c5e-8d254939acdb ro<br />
        initrd  /boot/initrd.img-2.6.32-37-generic</p>
<p>and i am pasting the following lines when running the script</p>
<p>/boot/vmlinuz-2.6.32-37-generic<br />
root=UUID=240ff737-43ec-4276-8c5e-8d254939acdb ro<br />
/boot/initrd.img-2.6.32-37-generic</p>
<p>Why is this going wrong do i have to past more or less information (can u add an example step after the run makepv.sh my-vm-name )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Igor</title>
		<link>http://www.jansipke.nl/installing-xenserver-tools-on-ubuntu-10-04#comment-6105</link>
		<dc:creator>Igor</dc:creator>
		<pubDate>Sun, 18 Dec 2011 19:50:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.jansipke.nl/?p=1016#comment-6105</guid>
		<description>Update on my previous post: I managed to fix the problem with the -server version of the kernel. In the -server version of the kernel, xen_blkfront is compiled as a module, but is required to mount the root file system. So if the initrd system is loaded by grub, it does not know how to mount /dev/xvda1, because xen_blkfront is not loaded. I added xen-blkfront to /etc/initramfs-tools/modules. I also created a hard-link from  /lib/modules/2.6.32-36-server/kernel/drivers/block/
/xen-blkfront.ko to /lib/modules/2.6.32-36-server/initrd/. Afterwards, i recreated the initrd image with update-initramfs (use the correct options to create the initrd image also  for the kernel that is not currently running). I don&#039;t which of the two (adding to modules, or lining to the initrd directory) did the trick, so maybe only one of the two is required.

This makes that the -server version boots perfectly, but migration still fails. Anybody any idea how to fix that?</description>
		<content:encoded><![CDATA[<p>Update on my previous post: I managed to fix the problem with the -server version of the kernel. In the -server version of the kernel, xen_blkfront is compiled as a module, but is required to mount the root file system. So if the initrd system is loaded by grub, it does not know how to mount /dev/xvda1, because xen_blkfront is not loaded. I added xen-blkfront to /etc/initramfs-tools/modules. I also created a hard-link from  /lib/modules/2.6.32-36-server/kernel/drivers/block/<br />
/xen-blkfront.ko to /lib/modules/2.6.32-36-server/initrd/. Afterwards, i recreated the initrd image with update-initramfs (use the correct options to create the initrd image also  for the kernel that is not currently running). I don&#8217;t which of the two (adding to modules, or lining to the initrd directory) did the trick, so maybe only one of the two is required.</p>
<p>This makes that the -server version boots perfectly, but migration still fails. Anybody any idea how to fix that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Igor</title>
		<link>http://www.jansipke.nl/installing-xenserver-tools-on-ubuntu-10-04#comment-5914</link>
		<dc:creator>Igor</dc:creator>
		<pubDate>Thu, 15 Dec 2011 22:07:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.jansipke.nl/?p=1016#comment-5914</guid>
		<description>I had the same migration problem with kernel 2.6.32-36-generic. I therefore tried to install the -server kernel, resulting in a boot configuration that could not find my boot and root disks anymore. I can go back to the -generic kernel. Does anybody know the specific difference between the -generic and -server kernels that could cause the difference in behaviour when life migrating?</description>
		<content:encoded><![CDATA[<p>I had the same migration problem with kernel 2.6.32-36-generic. I therefore tried to install the -server kernel, resulting in a boot configuration that could not find my boot and root disks anymore. I can go back to the -generic kernel. Does anybody know the specific difference between the -generic and -server kernels that could cause the difference in behaviour when life migrating?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Kintzele</title>
		<link>http://www.jansipke.nl/installing-xenserver-tools-on-ubuntu-10-04#comment-3161</link>
		<dc:creator>Justin Kintzele</dc:creator>
		<pubDate>Fri, 23 Sep 2011 15:14:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.jansipke.nl/?p=1016#comment-3161</guid>
		<description>This works great, thank you. I have a question.
What would be the best way to clone an Ubuntu system, that you have performed this operation on?
I made a copy of a VM after doing this, but now I&#039;m worried that the same disk UUID will become a problem. Is there a way to change this, or should I be concerned?</description>
		<content:encoded><![CDATA[<p>This works great, thank you. I have a question.<br />
What would be the best way to clone an Ubuntu system, that you have performed this operation on?<br />
I made a copy of a VM after doing this, but now I&#8217;m worried that the same disk UUID will become a problem. Is there a way to change this, or should I be concerned?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JT</title>
		<link>http://www.jansipke.nl/installing-xenserver-tools-on-ubuntu-10-04#comment-2937</link>
		<dc:creator>JT</dc:creator>
		<pubDate>Thu, 15 Sep 2011 19:36:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.jansipke.nl/?p=1016#comment-2937</guid>
		<description>Did not work when I tried it and now I have to convert it back to HVM.  Might have to hack the script to go back and forth.  Should be able to detect if the specified machine is in HVM or PV and ask user if he wants to conver it to the other, right?</description>
		<content:encoded><![CDATA[<p>Did not work when I tried it and now I have to convert it back to HVM.  Might have to hack the script to go back and forth.  Should be able to detect if the specified machine is in HVM or PV and ask user if he wants to conver it to the other, right?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: donwito</title>
		<link>http://www.jansipke.nl/installing-xenserver-tools-on-ubuntu-10-04#comment-2631</link>
		<dc:creator>donwito</dc:creator>
		<pubDate>Tue, 30 Aug 2011 08:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.jansipke.nl/?p=1016#comment-2631</guid>
		<description>GREAT TUTORIAL! Thanks for the script, too! Worked as a charm on XenServer 5.6SP2 and Ubuntu 10.4 Server x64.</description>
		<content:encoded><![CDATA[<p>GREAT TUTORIAL! Thanks for the script, too! Worked as a charm on XenServer 5.6SP2 and Ubuntu 10.4 Server x64.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ROHIT</title>
		<link>http://www.jansipke.nl/installing-xenserver-tools-on-ubuntu-10-04#comment-2446</link>
		<dc:creator>ROHIT</dc:creator>
		<pubDate>Fri, 19 Aug 2011 18:13:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.jansipke.nl/?p=1016#comment-2446</guid>
		<description>I followed all the steps however still the xenserver shows virtualization xs-tools not installed</description>
		<content:encoded><![CDATA[<p>I followed all the steps however still the xenserver shows virtualization xs-tools not installed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://www.jansipke.nl/installing-xenserver-tools-on-ubuntu-10-04#comment-1857</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Thu, 21 Jul 2011 21:16:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.jansipke.nl/?p=1016#comment-1857</guid>
		<description>This works perfect!!!  Thanks a million.  You saved me a ton of headache!</description>
		<content:encoded><![CDATA[<p>This works perfect!!!  Thanks a million.  You saved me a ton of headache!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hubertus</title>
		<link>http://www.jansipke.nl/installing-xenserver-tools-on-ubuntu-10-04#comment-1738</link>
		<dc:creator>Hubertus</dc:creator>
		<pubDate>Fri, 15 Jul 2011 10:54:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.jansipke.nl/?p=1016#comment-1738</guid>
		<description>Problem is solved with Kernel 2.6.32-33-server #70! Just in time... I&#039;m happy :)</description>
		<content:encoded><![CDATA[<p>Problem is solved with Kernel 2.6.32-33-server #70! Just in time&#8230; I&#8217;m happy <img src='http://www.jansipke.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

