<?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: How-To: Run Xen in Ubuntu Intrepid without compiling a Kernel by yourself</title>
	<atom:link href="http://www.chrisk.de/blog/2008/12/how-to-run-xen-in-ubuntu-intrepid-without-compiling-a-kernel-by-yourself/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chrisk.de/blog/2008/12/how-to-run-xen-in-ubuntu-intrepid-without-compiling-a-kernel-by-yourself/</link>
	<description>A travel, photography &#38; nerd blog</description>
	<lastBuildDate>Thu, 18 Feb 2010 08:14:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Vivek Juneja</title>
		<link>http://www.chrisk.de/blog/2008/12/how-to-run-xen-in-ubuntu-intrepid-without-compiling-a-kernel-by-yourself/comment-page-1/#comment-123</link>
		<dc:creator>Vivek Juneja</dc:creator>
		<pubDate>Wed, 03 Feb 2010 06:48:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisk.de/blog/?p=251#comment-123</guid>
		<description>Just to update, I had installed Ubuntu Enterprise Cloud (which comes with Ubuntu 9.10 Karmic). I needed the Xen hypervisor instead of KVM, and hence I followed your steps to have the Dom0 Kernel.</description>
		<content:encoded><![CDATA[<p>Just to update, I had installed Ubuntu Enterprise Cloud (which comes with Ubuntu 9.10 Karmic). I needed the Xen hypervisor instead of KVM, and hence I followed your steps to have the Dom0 Kernel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris K.</title>
		<link>http://www.chrisk.de/blog/2008/12/how-to-run-xen-in-ubuntu-intrepid-without-compiling-a-kernel-by-yourself/comment-page-1/#comment-122</link>
		<dc:creator>Chris K.</dc:creator>
		<pubDate>Wed, 03 Feb 2010 06:47:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisk.de/blog/?p=251#comment-122</guid>
		<description>Your BL config looks like Grub2. Do you really run Intrepid? I haven&#039;t had the time to test this workaround with newer Ubuntu releases.
But: I don&#039;t see you telling the BL to boot the xen hypervisor first. In Grub(1) it looks like:
title           Xen 3.3 / Ubuntu 8.10, kernel 2.6.24-21-xen
root            (hd0,0)
kernel          /boot/xen-3.3.gz
module          /boot/vmlinuz-2.6.24-21-xen root=/dev/md0 ro console=tty0
module          /boot/initrd.img-2.6.24-21-xen
quiet

You should try adjusting your BL configuration.</description>
		<content:encoded><![CDATA[<p>Your BL config looks like Grub2. Do you really run Intrepid? I haven&#8217;t had the time to test this workaround with newer Ubuntu releases.<br />
But: I don&#8217;t see you telling the BL to boot the xen hypervisor first. In Grub(1) it looks like:<br />
title           Xen 3.3 / Ubuntu 8.10, kernel 2.6.24-21-xen<br />
root            (hd0,0)<br />
kernel          /boot/xen-3.3.gz<br />
module          /boot/vmlinuz-2.6.24-21-xen root=/dev/md0 ro console=tty0<br />
module          /boot/initrd.img-2.6.24-21-xen<br />
quiet</p>
<p>You should try adjusting your BL configuration.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vivek Juneja</title>
		<link>http://www.chrisk.de/blog/2008/12/how-to-run-xen-in-ubuntu-intrepid-without-compiling-a-kernel-by-yourself/comment-page-1/#comment-121</link>
		<dc:creator>Vivek Juneja</dc:creator>
		<pubDate>Wed, 03 Feb 2010 05:37:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisk.de/blog/?p=251#comment-121</guid>
		<description>#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s /boot/grub/grubenv ]; then
  have_grubenv=true
  load_env
fi
set default=&quot;0&quot;
if [ ${prev_saved_entry} ]; then
  saved_entry=${prev_saved_entry}
  save_env saved_entry
  prev_saved_entry=
  save_env prev_saved_entry
fi
insmod ext2
set root=(hd0,7)
search --no-floppy --fs-uuid --set 0e870eb0-05b5-4d16-8af9-81bb2f9c3737
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=640x480
  insmod gfxterm
  insmod vbe
  if terminal_output gfxterm ; then true ; else
    # For backward compatibility with versions of terminal.mod that don&#039;t
    # understand terminal_output
    terminal gfxterm
  fi
fi
if [ ${recordfail} = 1 ]; then
  set timeout=-1
else
  set timeout=10
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/white
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry &quot;Ubuntu, Linux 2.6.31-14-generic-pae&quot; {
        recordfail=1
        if [ -n ${have_grubenv} ]; then save_env recordfail; fi
	set quiet=1
	insmod ext2
	set root=(hd0,7)
	search --no-floppy --fs-uuid --set 0e870eb0-05b5-4d16-8af9-81bb2f9c3737
	linux	/boot/vmlinuz-2.6.31-14-generic-pae root=UUID=0e870eb0-05b5-4d16-8af9-81bb2f9c3737 ro   quiet splash
	initrd	/boot/initrd.img-2.6.31-14-generic-pae
}
menuentry &quot;Ubuntu, Linux 2.6.31-14-generic-pae (recovery mode)&quot; {
        recordfail=1
        if [ -n ${have_grubenv} ]; then save_env recordfail; fi
	insmod ext2
	set root=(hd0,7)
	search --no-floppy --fs-uuid --set 0e870eb0-05b5-4d16-8af9-81bb2f9c3737
	linux	/boot/vmlinuz-2.6.31-14-generic-pae root=UUID=0e870eb0-05b5-4d16-8af9-81bb2f9c3737 ro single
	initrd	/boot/initrd.img-2.6.31-14-generic-pae
}
menuentry &quot;Ubuntu, Linux 2.6.26-1-xen-686&quot; {
        recordfail=1
        if [ -n ${have_grubenv} ]; then save_env recordfail; fi
	set quiet=1
	insmod ext2
	set root=(hd0,7)
	search --no-floppy --fs-uuid --set 0e870eb0-05b5-4d16-8af9-81bb2f9c3737
	linux	/boot/vmlinuz-2.6.26-1-xen-686 root=UUID=0e870eb0-05b5-4d16-8af9-81bb2f9c3737 ro   quiet splash
	initrd	/boot/initrd.img-2.6.26-1-xen-686
}
menuentry &quot;Ubuntu, Linux 2.6.26-1-xen-686 (recovery mode)&quot; {
        recordfail=1
        if [ -n ${have_grubenv} ]; then save_env recordfail; fi
	insmod ext2
	set root=(hd0,7)
	search --no-floppy --fs-uuid --set 0e870eb0-05b5-4d16-8af9-81bb2f9c3737
	linux	/boot/vmlinuz-2.6.26-1-xen-686 root=UUID=0e870eb0-05b5-4d16-8af9-81bb2f9c3737 ro single
	initrd	/boot/initrd.img-2.6.26-1-xen-686
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry &quot;Memory test (memtest86+)&quot; {
	linux16	/boot/memtest86+.bin
}
menuentry &quot;Memory test (memtest86+, serial console 115200)&quot; {
	linux16	/boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry &quot;Windows NT/2000/XP (on /dev/sda3)&quot; {
	insmod fat
	set root=(hd0,3)
	search --no-floppy --fs-uuid --set e47a-f974
	drivemap -s (hd0) ${root}
	chainloader +1
}
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the &#039;exec tail&#039; line above.
### END /etc/grub.d/40_custom ###</description>
		<content:encoded><![CDATA[<p>#<br />
# DO NOT EDIT THIS FILE<br />
#<br />
# It is automatically generated by /usr/sbin/grub-mkconfig using templates<br />
# from /etc/grub.d and settings from /etc/default/grub<br />
#</p>
<p>### BEGIN /etc/grub.d/00_header ###<br />
if [ -s /boot/grub/grubenv ]; then<br />
  have_grubenv=true<br />
  load_env<br />
fi<br />
set default=&#8221;0&#8243;<br />
if [ ${prev_saved_entry} ]; then<br />
  saved_entry=${prev_saved_entry}<br />
  save_env saved_entry<br />
  prev_saved_entry=<br />
  save_env prev_saved_entry<br />
fi<br />
insmod ext2<br />
set root=(hd0,7)<br />
search &#8211;no-floppy &#8211;fs-uuid &#8211;set 0e870eb0-05b5-4d16-8af9-81bb2f9c3737<br />
if loadfont /usr/share/grub/unicode.pf2 ; then<br />
  set gfxmode=640&#215;480<br />
  insmod gfxterm<br />
  insmod vbe<br />
  if terminal_output gfxterm ; then true ; else<br />
    # For backward compatibility with versions of terminal.mod that don&#8217;t<br />
    # understand terminal_output<br />
    terminal gfxterm<br />
  fi<br />
fi<br />
if [ ${recordfail} = 1 ]; then<br />
  set timeout=-1<br />
else<br />
  set timeout=10<br />
fi<br />
### END /etc/grub.d/00_header ###</p>
<p>### BEGIN /etc/grub.d/05_debian_theme ###<br />
set menu_color_normal=white/black<br />
set menu_color_highlight=black/white<br />
### END /etc/grub.d/05_debian_theme ###</p>
<p>### BEGIN /etc/grub.d/10_linux ###<br />
menuentry &#8220;Ubuntu, Linux 2.6.31-14-generic-pae&#8221; {<br />
        recordfail=1<br />
        if [ -n ${have_grubenv} ]; then save_env recordfail; fi<br />
	set quiet=1<br />
	insmod ext2<br />
	set root=(hd0,7)<br />
	search &#8211;no-floppy &#8211;fs-uuid &#8211;set 0e870eb0-05b5-4d16-8af9-81bb2f9c3737<br />
	linux	/boot/vmlinuz-2.6.31-14-generic-pae root=UUID=0e870eb0-05b5-4d16-8af9-81bb2f9c3737 ro   quiet splash<br />
	initrd	/boot/initrd.img-2.6.31-14-generic-pae<br />
}<br />
menuentry &#8220;Ubuntu, Linux 2.6.31-14-generic-pae (recovery mode)&#8221; {<br />
        recordfail=1<br />
        if [ -n ${have_grubenv} ]; then save_env recordfail; fi<br />
	insmod ext2<br />
	set root=(hd0,7)<br />
	search &#8211;no-floppy &#8211;fs-uuid &#8211;set 0e870eb0-05b5-4d16-8af9-81bb2f9c3737<br />
	linux	/boot/vmlinuz-2.6.31-14-generic-pae root=UUID=0e870eb0-05b5-4d16-8af9-81bb2f9c3737 ro single<br />
	initrd	/boot/initrd.img-2.6.31-14-generic-pae<br />
}<br />
menuentry &#8220;Ubuntu, Linux 2.6.26-1-xen-686&#8243; {<br />
        recordfail=1<br />
        if [ -n ${have_grubenv} ]; then save_env recordfail; fi<br />
	set quiet=1<br />
	insmod ext2<br />
	set root=(hd0,7)<br />
	search &#8211;no-floppy &#8211;fs-uuid &#8211;set 0e870eb0-05b5-4d16-8af9-81bb2f9c3737<br />
	linux	/boot/vmlinuz-2.6.26-1-xen-686 root=UUID=0e870eb0-05b5-4d16-8af9-81bb2f9c3737 ro   quiet splash<br />
	initrd	/boot/initrd.img-2.6.26-1-xen-686<br />
}<br />
menuentry &#8220;Ubuntu, Linux 2.6.26-1-xen-686 (recovery mode)&#8221; {<br />
        recordfail=1<br />
        if [ -n ${have_grubenv} ]; then save_env recordfail; fi<br />
	insmod ext2<br />
	set root=(hd0,7)<br />
	search &#8211;no-floppy &#8211;fs-uuid &#8211;set 0e870eb0-05b5-4d16-8af9-81bb2f9c3737<br />
	linux	/boot/vmlinuz-2.6.26-1-xen-686 root=UUID=0e870eb0-05b5-4d16-8af9-81bb2f9c3737 ro single<br />
	initrd	/boot/initrd.img-2.6.26-1-xen-686<br />
}<br />
### END /etc/grub.d/10_linux ###</p>
<p>### BEGIN /etc/grub.d/20_memtest86+ ###<br />
menuentry &#8220;Memory test (memtest86+)&#8221; {<br />
	linux16	/boot/memtest86+.bin<br />
}<br />
menuentry &#8220;Memory test (memtest86+, serial console 115200)&#8221; {<br />
	linux16	/boot/memtest86+.bin console=ttyS0,115200n8<br />
}<br />
### END /etc/grub.d/20_memtest86+ ###</p>
<p>### BEGIN /etc/grub.d/30_os-prober ###<br />
menuentry &#8220;Windows NT/2000/XP (on /dev/sda3)&#8221; {<br />
	insmod fat<br />
	set root=(hd0,3)<br />
	search &#8211;no-floppy &#8211;fs-uuid &#8211;set e47a-f974<br />
	drivemap -s (hd0) ${root}<br />
	chainloader +1<br />
}<br />
### END /etc/grub.d/30_os-prober ###</p>
<p>### BEGIN /etc/grub.d/40_custom ###<br />
# This file provides an easy way to add custom menu entries.  Simply type the<br />
# menu entries you want to add after this comment.  Be careful not to change<br />
# the &#8216;exec tail&#8217; line above.<br />
### END /etc/grub.d/40_custom ###</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris K.</title>
		<link>http://www.chrisk.de/blog/2008/12/how-to-run-xen-in-ubuntu-intrepid-without-compiling-a-kernel-by-yourself/comment-page-1/#comment-120</link>
		<dc:creator>Chris K.</dc:creator>
		<pubDate>Tue, 02 Feb 2010 16:13:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisk.de/blog/?p=251#comment-120</guid>
		<description>Please post your bootloader config.</description>
		<content:encoded><![CDATA[<p>Please post your bootloader config.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vivek Juneja</title>
		<link>http://www.chrisk.de/blog/2008/12/how-to-run-xen-in-ubuntu-intrepid-without-compiling-a-kernel-by-yourself/comment-page-1/#comment-119</link>
		<dc:creator>Vivek Juneja</dc:creator>
		<pubDate>Tue, 02 Feb 2010 11:59:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisk.de/blog/?p=251#comment-119</guid>
		<description>Hi Chris,

I followed the steps, but when I rebooted to launch the Xen modified Kernel, it shows up : error: You need to load the Kernel first.
Am I doing something wrong ?

Thanks,
Vivek</description>
		<content:encoded><![CDATA[<p>Hi Chris,</p>
<p>I followed the steps, but when I rebooted to launch the Xen modified Kernel, it shows up : error: You need to load the Kernel first.<br />
Am I doing something wrong ?</p>
<p>Thanks,<br />
Vivek</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris K.</title>
		<link>http://www.chrisk.de/blog/2008/12/how-to-run-xen-in-ubuntu-intrepid-without-compiling-a-kernel-by-yourself/comment-page-1/#comment-118</link>
		<dc:creator>Chris K.</dc:creator>
		<pubDate>Tue, 29 Dec 2009 08:30:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisk.de/blog/?p=251#comment-118</guid>
		<description>What do you mean doesn&#039;t work? Do you get any errors? Runs reliable for more than a year now at my server with Intrepid. But I have to agreee that there are better distributions when it comes to Xen!</description>
		<content:encoded><![CDATA[<p>What do you mean doesn&#8217;t work? Do you get any errors? Runs reliable for more than a year now at my server with Intrepid. But I have to agreee that there are better distributions when it comes to Xen!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michi</title>
		<link>http://www.chrisk.de/blog/2008/12/how-to-run-xen-in-ubuntu-intrepid-without-compiling-a-kernel-by-yourself/comment-page-1/#comment-117</link>
		<dc:creator>Michi</dc:creator>
		<pubDate>Tue, 29 Dec 2009 01:00:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisk.de/blog/?p=251#comment-117</guid>
		<description>Me! And does not work with Karmic neither with Intrepid. I just got to work with Ubuntu Hardy and the kernel-xen-blablabla... on the officials repositories. =/

But with CentOS , it&#039;s ran like a charm.

&lt;a href=&quot;#comment-5339&quot; rel=&quot;nofollow&quot;&gt;@frankabel &lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Me! And does not work with Karmic neither with Intrepid. I just got to work with Ubuntu Hardy and the kernel-xen-blablabla&#8230; on the officials repositories. =/</p>
<p>But with CentOS , it&#8217;s ran like a charm.</p>
<p><a href="#comment-5339" rel="nofollow">@frankabel </a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: frankabel</title>
		<link>http://www.chrisk.de/blog/2008/12/how-to-run-xen-in-ubuntu-intrepid-without-compiling-a-kernel-by-yourself/comment-page-1/#comment-116</link>
		<dc:creator>frankabel</dc:creator>
		<pubDate>Thu, 10 Dec 2009 03:04:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisk.de/blog/?p=251#comment-116</guid>
		<description>I try with Karmic and don&#039;t work, someone have tried with Karmic?</description>
		<content:encoded><![CDATA[<p>I try with Karmic and don&#8217;t work, someone have tried with Karmic?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Citrix Xenserver Installation Guide</title>
		<link>http://www.chrisk.de/blog/2008/12/how-to-run-xen-in-ubuntu-intrepid-without-compiling-a-kernel-by-yourself/comment-page-1/#comment-115</link>
		<dc:creator>Citrix Xenserver Installation Guide</dc:creator>
		<pubDate>Sat, 21 Nov 2009 22:57:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisk.de/blog/?p=251#comment-115</guid>
		<description>Hi, thanks for posting this article.  Do you know where I can find more information on this.  Thanks</description>
		<content:encoded><![CDATA[<p>Hi, thanks for posting this article.  Do you know where I can find more information on this.  Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris&#8217; World &#187; help.ubuntu.com links to my blog</title>
		<link>http://www.chrisk.de/blog/2008/12/how-to-run-xen-in-ubuntu-intrepid-without-compiling-a-kernel-by-yourself/comment-page-1/#comment-114</link>
		<dc:creator>Chris&#8217; World &#187; help.ubuntu.com links to my blog</dc:creator>
		<pubDate>Mon, 01 Jun 2009 09:25:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisk.de/blog/?p=251#comment-114</guid>
		<description>[...] it into the official Kernel&#8230; maybe because everyone loves KVM that much. But they link you to a blog post which shows how to run Xen on Ubuntu [...]</description>
		<content:encoded><![CDATA[<p>[...] it into the official Kernel&#8230; maybe because everyone loves KVM that much. But they link you to a blog post which shows how to run Xen on Ubuntu [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.chrisk.de/blog/2008/12/how-to-run-xen-in-ubuntu-intrepid-without-compiling-a-kernel-by-yourself/comment-page-1/#comment-113</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Tue, 27 Jan 2009 00:57:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisk.de/blog/?p=251#comment-113</guid>
		<description>I was equally disappointed that Ubuntu dropped support for Xen. I was also very annoyed to run into several bugs in the 2.6.24-22-xen kernel from Hardy. Thanks for the tip on installing the kernel from Debian!</description>
		<content:encoded><![CDATA[<p>I was equally disappointed that Ubuntu dropped support for Xen. I was also very annoyed to run into several bugs in the 2.6.24-22-xen kernel from Hardy. Thanks for the tip on installing the kernel from Debian!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.chrisk.de/blog/2008/12/how-to-run-xen-in-ubuntu-intrepid-without-compiling-a-kernel-by-yourself/comment-page-1/#comment-112</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 03 Jan 2009 13:37:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisk.de/blog/?p=251#comment-112</guid>
		<description>fixed</description>
		<content:encoded><![CDATA[<p>fixed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paul</title>
		<link>http://www.chrisk.de/blog/2008/12/how-to-run-xen-in-ubuntu-intrepid-without-compiling-a-kernel-by-yourself/comment-page-1/#comment-111</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Sat, 03 Jan 2009 13:32:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisk.de/blog/?p=251#comment-111</guid>
		<description>Hi, you have twice the dpkg for the modules package.


Thanks for tips!</description>
		<content:encoded><![CDATA[<p>Hi, you have twice the dpkg for the modules package.</p>
<p>Thanks for tips!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.chrisk.de/blog/2008/12/how-to-run-xen-in-ubuntu-intrepid-without-compiling-a-kernel-by-yourself/comment-page-1/#comment-110</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 01 Jan 2009 22:36:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisk.de/blog/?p=251#comment-110</guid>
		<description>it&#039;s me again... your admin ;)

&lt;a href=&quot;#comment-83&quot; rel=&quot;nofollow&quot;&gt;@Boris&lt;/a&gt;
I replied to your post on your blog.</description>
		<content:encoded><![CDATA[<p>it&#8217;s me again&#8230; your admin <img src='http://www.chrisk.de/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><a href="#comment-83" rel="nofollow">@Boris</a><br />
I replied to your post on your blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Install Intrepid Server PV DomU at Xen 3.3.0 Intrepid Server Dom0 (kernel 2.6.26-1-xen-amd64) &#171; Xen Virtualization on Linux and Solaris</title>
		<link>http://www.chrisk.de/blog/2008/12/how-to-run-xen-in-ubuntu-intrepid-without-compiling-a-kernel-by-yourself/comment-page-1/#comment-109</link>
		<dc:creator>Install Intrepid Server PV DomU at Xen 3.3.0 Intrepid Server Dom0 (kernel 2.6.26-1-xen-amd64) &#171; Xen Virtualization on Linux and Solaris</dc:creator>
		<pubDate>Thu, 01 Jan 2009 22:18:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisk.de/blog/?p=251#comment-109</guid>
		<description>[...] 1.How-To: Run Xen in Ubuntu Intrepid without compiling a Kernel by yourself 2.Pygrub&amp;Loading Ubuntu Intrepid Server PV DomU via serial console at Xen 3.3 CentOS 5.2 [...]</description>
		<content:encoded><![CDATA[<p>[...] 1.How-To: Run Xen in Ubuntu Intrepid without compiling a Kernel by yourself 2.Pygrub&amp;Loading Ubuntu Intrepid Server PV DomU via serial console at Xen 3.3 CentOS 5.2 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.chrisk.de/blog/2008/12/how-to-run-xen-in-ubuntu-intrepid-without-compiling-a-kernel-by-yourself/comment-page-1/#comment-108</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 01 Jan 2009 22:12:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisk.de/blog/?p=251#comment-108</guid>
		<description>&lt;a href=&quot;#comment-83&quot; rel=&quot;nofollow&quot;&gt;@Boris&lt;/a&gt;
thanks again. haven&#039;t noticed that there is a new minor version of the linux image. i&#039;ll update the post now ;)</description>
		<content:encoded><![CDATA[<p><a href="#comment-83" rel="nofollow">@Boris</a><br />
thanks again. haven&#8217;t noticed that there is a new minor version of the linux image. i&#8217;ll update the post now <img src='http://www.chrisk.de/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boris</title>
		<link>http://www.chrisk.de/blog/2008/12/how-to-run-xen-in-ubuntu-intrepid-without-compiling-a-kernel-by-yourself/comment-page-1/#comment-107</link>
		<dc:creator>Boris</dc:creator>
		<pubDate>Thu, 01 Jan 2009 21:24:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisk.de/blog/?p=251#comment-107</guid>
		<description>Getting your stuff to work downloaded and installed:-
Xen 3.3 Hypervisor from repos plus
linux-modules-2.6.26-1-xen-amd64_2.6.26-12_amd64.deb
inux-image-2.6.26-1-xen-amd64_2.6.26-12_amd64.deb
Reboot.
eth1,peth1 show up same IP-address via ifconfig.
Network access to the Net via ADSL Modem is dead.
I had to comment out all xen-bridge definitions in
/etc/xen/xend-config.sxp and manually define bridge in /etc/network/interfaces:-

# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth1
iface eth1 inet dhcp

auto br0
iface br0 inet static
address 192.168.1.45
network 192.168.0.0
netmask 255.255.255.0
broadcast 192.168.1.255
gateway 192.168.1.1
bridge_ports eth1
bridge_fd 9
bridge_hello 2
bridge_maxage 12
bridge_stp off

Reboot.Only at this point i&#039;ve got networking done on Xen 3.3 Ubuntu Intrepid Server Dom0 (kernel 2.6.26-1-xen-amd64).

root@IntrepidSRV:~# brctl show
bridge name bridge id STP enabled interfaces
br0 8000.001e8c25cca5 no eth1
pan0 8000.000000000000 no

root@IntrepidSRV:~# ifconfig

br0 Link encap:Ethernet HWaddr 00:1e:8c:25:cc:a5
inet addr:192.168.1.45 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::21e:8cff:fe25:cca5/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:10387 errors:0 dropped:0 overruns:0 frame:0
TX packets:9072 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:23709253 (23.7 MB) TX bytes:937257 (937.2 KB)

eth0 Link encap:Ethernet HWaddr 00:1e:8c:25:d9:23
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:17

eth1 Link encap:Ethernet HWaddr 00:1e:8c:25:cc:a5
inet6 addr: fe80::21e:8cff:fe25:cca5/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:55382 errors:0 dropped:0 overruns:0 frame:0
TX packets:39418 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:80800515 (80.8 MB) TX bytes:2916410 (2.9 MB)
Interrupt:16 Base address:0x6c00

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:22797 errors:0 dropped:0 overruns:0 frame:0
TX packets:22797 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:117429741 (117.4 MB) TX bytes:117429741 (117.4 MB)

wlan0 Link encap:Ethernet HWaddr 00:15:af:51:c2:c0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

wmaster0 Link encap:UNSPEC HWaddr 00-15-AF-51-C2-C0-00-00-00-00-00-00-00-00-00-00
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)</description>
		<content:encoded><![CDATA[<p>Getting your stuff to work downloaded and installed:-<br />
Xen 3.3 Hypervisor from repos plus<br />
linux-modules-2.6.26-1-xen-amd64_2.6.26-12_amd64.deb<br />
inux-image-2.6.26-1-xen-amd64_2.6.26-12_amd64.deb<br />
Reboot.<br />
eth1,peth1 show up same IP-address via ifconfig.<br />
Network access to the Net via ADSL Modem is dead.<br />
I had to comment out all xen-bridge definitions in<br />
/etc/xen/xend-config.sxp and manually define bridge in /etc/network/interfaces:-</p>
<p># The loopback network interface<br />
auto lo<br />
iface lo inet loopback<br />
# The primary network interface<br />
auto eth1<br />
iface eth1 inet dhcp</p>
<p>auto br0<br />
iface br0 inet static<br />
address 192.168.1.45<br />
network 192.168.0.0<br />
netmask 255.255.255.0<br />
broadcast 192.168.1.255<br />
gateway 192.168.1.1<br />
bridge_ports eth1<br />
bridge_fd 9<br />
bridge_hello 2<br />
bridge_maxage 12<br />
bridge_stp off</p>
<p>Reboot.Only at this point i&#8217;ve got networking done on Xen 3.3 Ubuntu Intrepid Server Dom0 (kernel 2.6.26-1-xen-amd64).</p>
<p>root@IntrepidSRV:~# brctl show<br />
bridge name bridge id STP enabled interfaces<br />
br0 8000.001e8c25cca5 no eth1<br />
pan0 8000.000000000000 no</p>
<p>root@IntrepidSRV:~# ifconfig</p>
<p>br0 Link encap:Ethernet HWaddr 00:1e:8c:25:cc:a5<br />
inet addr:192.168.1.45 Bcast:192.168.1.255 Mask:255.255.255.0<br />
inet6 addr: fe80::21e:8cff:fe25:cca5/64 Scope:Link<br />
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1<br />
RX packets:10387 errors:0 dropped:0 overruns:0 frame:0<br />
TX packets:9072 errors:0 dropped:0 overruns:0 carrier:0<br />
collisions:0 txqueuelen:0<br />
RX bytes:23709253 (23.7 MB) TX bytes:937257 (937.2 KB)</p>
<p>eth0 Link encap:Ethernet HWaddr 00:1e:8c:25:d9:23<br />
UP BROADCAST MULTICAST MTU:1500 Metric:1<br />
RX packets:0 errors:0 dropped:0 overruns:0 frame:0<br />
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0<br />
collisions:0 txqueuelen:1000<br />
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)<br />
Interrupt:17</p>
<p>eth1 Link encap:Ethernet HWaddr 00:1e:8c:25:cc:a5<br />
inet6 addr: fe80::21e:8cff:fe25:cca5/64 Scope:Link<br />
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1<br />
RX packets:55382 errors:0 dropped:0 overruns:0 frame:0<br />
TX packets:39418 errors:0 dropped:0 overruns:0 carrier:0<br />
collisions:0 txqueuelen:1000<br />
RX bytes:80800515 (80.8 MB) TX bytes:2916410 (2.9 MB)<br />
Interrupt:16 Base address:0&#215;6c00</p>
<p>lo Link encap:Local Loopback<br />
inet addr:127.0.0.1 Mask:255.0.0.0<br />
inet6 addr: ::1/128 Scope:Host<br />
UP LOOPBACK RUNNING MTU:16436 Metric:1<br />
RX packets:22797 errors:0 dropped:0 overruns:0 frame:0<br />
TX packets:22797 errors:0 dropped:0 overruns:0 carrier:0<br />
collisions:0 txqueuelen:0<br />
RX bytes:117429741 (117.4 MB) TX bytes:117429741 (117.4 MB)</p>
<p>wlan0 Link encap:Ethernet HWaddr 00:15:af:51:c2:c0<br />
UP BROADCAST MULTICAST MTU:1500 Metric:1<br />
RX packets:0 errors:0 dropped:0 overruns:0 frame:0<br />
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0<br />
collisions:0 txqueuelen:1000<br />
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)</p>
<p>wmaster0 Link encap:UNSPEC HWaddr 00-15-AF-51-C2-C0-00-00-00-00-00-00-00-00-00-00<br />
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1<br />
RX packets:0 errors:0 dropped:0 overruns:0 frame:0<br />
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0<br />
collisions:0 txqueuelen:1000<br />
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.chrisk.de/blog/2008/12/how-to-run-xen-in-ubuntu-intrepid-without-compiling-a-kernel-by-yourself/comment-page-1/#comment-106</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 01 Jan 2009 19:39:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisk.de/blog/?p=251#comment-106</guid>
		<description>&lt;a href=&quot;#comment-80&quot; rel=&quot;nofollow&quot;&gt;@Boris&lt;/a&gt;
thanks for the hint!</description>
		<content:encoded><![CDATA[<p><a href="#comment-80" rel="nofollow">@Boris</a><br />
thanks for the hint!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boris</title>
		<link>http://www.chrisk.de/blog/2008/12/how-to-run-xen-in-ubuntu-intrepid-without-compiling-a-kernel-by-yourself/comment-page-1/#comment-105</link>
		<dc:creator>Boris</dc:creator>
		<pubDate>Thu, 01 Jan 2009 17:57:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisk.de/blog/?p=251#comment-105</guid>
		<description>Backport Intrepid Xen 3.3 Hypervisor to Ubuntu Hardy Dom0 (2.6.24-21-xen)
http://lxer.com/module/newswire/view/112045/index.html</description>
		<content:encoded><![CDATA[<p>Backport Intrepid Xen 3.3 Hypervisor to Ubuntu Hardy Dom0 (2.6.24-21-xen)<br />
<a href="http://lxer.com/module/newswire/view/112045/index.html" rel="nofollow">http://lxer.com/module/newswire/view/112045/index.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.chrisk.de/blog/2008/12/how-to-run-xen-in-ubuntu-intrepid-without-compiling-a-kernel-by-yourself/comment-page-1/#comment-104</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 17 Dec 2008 12:50:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisk.de/blog/?p=251#comment-104</guid>
		<description>because you don&#039;t get security updates by simply installing a package. Plus these packages were intended for debian but ubuntu.</description>
		<content:encoded><![CDATA[<p>because you don&#8217;t get security updates by simply installing a package. Plus these packages were intended for debian but ubuntu.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dan</title>
		<link>http://www.chrisk.de/blog/2008/12/how-to-run-xen-in-ubuntu-intrepid-without-compiling-a-kernel-by-yourself/comment-page-1/#comment-103</link>
		<dc:creator>dan</dc:creator>
		<pubDate>Sat, 13 Dec 2008 19:08:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisk.de/blog/?p=251#comment-103</guid>
		<description>thanks. works. but why isn&#039;t this a good idea?</description>
		<content:encoded><![CDATA[<p>thanks. works. but why isn&#8217;t this a good idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: liz</title>
		<link>http://www.chrisk.de/blog/2008/12/how-to-run-xen-in-ubuntu-intrepid-without-compiling-a-kernel-by-yourself/comment-page-1/#comment-102</link>
		<dc:creator>liz</dc:creator>
		<pubDate>Sat, 13 Dec 2008 09:24:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisk.de/blog/?p=251#comment-102</guid>
		<description>Toooold yaaaaa befooooooore ;-)
I never liked Ubuntu (especially their colour scheme *g*), but XEN always worked well for me on RedHat. Sadly RedHat now also decided to support KVM :(

Maybe we should go commercial and try VMWare ESX or something like that for server virtualization?</description>
		<content:encoded><![CDATA[<p>Toooold yaaaaa befooooooore <img src='http://www.chrisk.de/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
I never liked Ubuntu (especially their colour scheme *g*), but XEN always worked well for me on RedHat. Sadly RedHat now also decided to support KVM <img src='http://www.chrisk.de/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Maybe we should go commercial and try VMWare ESX or something like that for server virtualization?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
