<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>

<channel>
	<title>Cyconet Blog &#187; xen</title>
	<atom:link href="http://blog.waja.info/tag/xen/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.waja.info</link>
	<description>Just a place to be!</description>
	<lastBuildDate>Fri, 07 Oct 2011 07:45:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
		<item>
		<title>Virtualisation on HP ProLiant hardware with squeeze</title>
		<link>http://blog.waja.info/2011/03/24/virtualisation-on-hp-proliant-hardware-with-squeeze/</link>
		<comments>http://blog.waja.info/2011/03/24/virtualisation-on-hp-proliant-hardware-with-squeeze/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 15:57:10 +0000</pubDate>
		<dc:creator>cyco</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://blog.waja.info/?p=403</guid>
		<description><![CDATA[In case you are using HP ProLiant G6-series or G7-series with Intel-based hardware and you are thinking about virtualistion (e.g. booting the hypervisor), you should have a look into this customer advisory. To make it short, the following should work: # grep GRUB_CMDLINE_XEN /etc/default/grub GRUB_CMDLINE_XEN=&#8221;pci=use_crs&#8221; # update-grub It took me two workdays to discover this [...]]]></description>
			<content:encoded><![CDATA[<p>In case you are using HP ProLiant G6-series or G7-series with Intel-based hardware and you are thinking about virtualistion (e.g. booting the hypervisor), you should have a look into <a target="new" href="http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c02495237&#038;lang=en&#038;cc=us&#038;taskId=101&#038;prodSeriesId=3884113&#038;prodTypeId=15351">this</a> customer advisory. To make it short, the following should work:</p>
<p class="code">
# grep GRUB_CMDLINE_XEN /etc/default/grub<br />
GRUB_CMDLINE_XEN=&#8221;pci=use_crs&#8221;<br />
# update-grub
</p>
<p>It took me two workdays to discover this solution for a DL180G6. Anyways &#8230; I&#8217;m still having <a target="new" href="http://bugs.debian.org/619317">trouble</a> on a DL160G6 when booting the hypervisor, suggestions are welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waja.info/2011/03/24/virtualisation-on-hp-proliant-hardware-with-squeeze/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>linux-image-2.6.32-bpo.5-xen-686 and xen/xen-common from squeeze broken?</title>
		<link>http://blog.waja.info/2010/10/31/linux-image-2-6-32-bpo-5-xen-686-and-xenxen-common-from-squeeze-broken/</link>
		<comments>http://blog.waja.info/2010/10/31/linux-image-2-6-32-bpo-5-xen-686-and-xenxen-common-from-squeeze-broken/#comments</comments>
		<pubDate>Sun, 31 Oct 2010 14:03:50 +0000</pubDate>
		<dc:creator>cyco</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bpo]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://blog.waja.info/?p=352</guid>
		<description><![CDATA[I&#8217;m experiencing since some time (out of the blue) spontaneous reboots of some of my dom0s on lenny/i386 (others don&#8217;t have this effect). As result of this, I started rolling out linux-image-2.6.32-bpo.5-xen-686 from bpo and backported xen and xen-common from testing: # dpkg -l &#124; grep xen &#124; grep bpo ii libxenstore3.0 4.0.1-1~bpo50+1 Xenstore communications [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m experiencing since some time (out of the blue) spontaneous reboots of some of my dom0s on lenny/i386 (others don&#8217;t have this effect). As result of this, I started rolling out linux-image-2.6.32-bpo.5-xen-686 from bpo and backported xen and xen-common from testing:</p>
<p class="code">
# dpkg -l | grep xen | grep bpo<br />
ii  libxenstore3.0                                4.0.1-1~bpo50+1            Xenstore communications library for Xen<br />
ii  linux-image-2.6.32-bpo.5-xen-686              2.6.32-26~bpo50+1          Linux 2.6.32 for modern PCs, Xen dom0 suppor<br />
ii  xen-hypervisor-4.0-i386                       4.0.1-1~bpo50+1            The Xen Hypervisor on i386<br />
ii  xen-linux-system-2.6.32-bpo.5-xen-686         2.6.32-26~bpo50+1          Xen system with Linux 2.6.32 on modern PCs (<br />
ii  xen-tools                                     4.1-1~bpo50+1              Tools to manage Debian XEN virtual servers<br />
ii  xen-utils-4.0                                 4.0.1-1~bpo50+1            XEN administrative tools<br />
ii  xen-utils-common                              4.0.0-1~bpo50+1            XEN administrative tools &#8211; common files<br />
ii  xenstore-utils                                4.0.1-1~bpo50+1            Xenstore utilities for Xen
</p>
<p>This fixed the problem of spontaneous reboots for all of the systems I have migrated &#8230;. until now! Last week I tried this solution on my private system and it failed in some way.<br />
<a href="http://blog.waja.info/wp-content/uploads/2010/10/xen_boot.png" rel="lightbox"><img src="http://blog.waja.info/wp-content/uploads/2010/10/xen_boot-300x165.png" alt="boot problems" title="xen_boot" width="300" height="165" class="alignnone size-medium wp-image-356" /></a><br />
A full dump of the syslog is also <a target="new" href="http://blog.waja.info/downloads/xen_startup.log">available</a>. It looks like /etc/rcS.d/S03udev is hanging in some way .. the syslog for this looks like:</p>
<p class="code">
Oct 29 20:51:07 mordor kernel: [   17.728120] Code: 04 00 00 00 00 83 3c 24 10 74 32 77 0c 83 3c 24 08 0f 85 9f 00 00 00 eb 12 83 3c 24 20 74 30 83 3c 24 40 0f 85 8d 00 00 00 eb 35 <0f> b6 01 8b 54 24 20 89 02 c7 42 04 00 00 00 00 eb 79 0f b7 01<br />
Oct 29 20:51:07 mordor kernel: [   17.731554] EIP: [<c1184d4c>] acpi_ex_system_memory_space_handler+0&#215;189/0&#215;221 SS:ESP 0069:ec135d74<br />
Oct 29 20:51:07 mordor kernel: [   17.731791] CR2: 00000000eda86000<br />
Oct 29 20:51:07 mordor kernel: [   17.731881] &#8212;[ end trace 7b8af581772a1c55 ]&#8212;<br />
Oct 29 20:51:07 mordor kernel: [   18.116622] input: PC Speaker as /devices/platform/pcspkr/input/input6<br />
Oct 29 20:51:07 mordor kernel: [   18.427607] Error: Driver &#8216;pcspkr&#8217; is already registered, aborting&#8230;<br />
Oct 29 20:51:07 mordor kernel: [  232.381814] Adding 10000452k swap on /dev/sda2.  Priority:-1 extents:1 across:10000452k
</p>
<p>The dom0 is there hanging in some way &#8230; I don&#8217;t have an exact way to get the system proceed from there &#8230; usually I need to wait some seconds and pressing ^C after a while will get the box up.<br />
Anyways &#8230; I remember there are some problems with udev >= 150 and older kernels, which is also documented in the <a target="new" href="http://www.debian.org/releases/squeeze/i386/release-notes/ch-upgrading.en.html#upgrading-udev">squeeze release notes</a>. Maybe there is also a problem with older udev and newer kernels? But why is this combination working on other systems? Booting linux-image-2.6.32-bpo.5-686 works without any issue anyways, so it seems xen related. Any idea is appreciated!<br />
<strong>UPDATE:</strong> I&#8217;ve also reported this via <a target="new" href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602109">#602109</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waja.info/2010/10/31/linux-image-2-6-32-bpo-5-xen-686-and-xenxen-common-from-squeeze-broken/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>[selfnote] Change CD-image while (HVM) domU is running</title>
		<link>http://blog.waja.info/2009/11/29/selfnote-change-cd-image-while-hvm-domu-is-running/</link>
		<comments>http://blog.waja.info/2009/11/29/selfnote-change-cd-image-while-hvm-domu-is-running/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 15:23:15 +0000</pubDate>
		<dc:creator>cyco</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[selfnote]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://blog.waja.info/?p=298</guid>
		<description><![CDATA[xm list &#124; grep &#60;VMName&#62; xm block-list &#60;VMName_Number&#62; xm block-detach &#60;VMName_Number&#62; &#60;VMName_Vdev&#62; -f xm block-attach &#60;VMName_Number&#62; file:///iso/disk.iso \ hdc:cdrom r]]></description>
			<content:encoded><![CDATA[<p class="code">
xm list | grep &#60;VMName&#62;<br />
xm block-list &#60;VMName_Number&#62;<br />
xm block-detach &#60;VMName_Number&#62; &#60;VMName_Vdev&#62; -f<br />
xm block-attach &#60;VMName_Number&#62; file:///iso/disk.iso \<br />
hdc:cdrom r</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waja.info/2009/11/29/selfnote-change-cd-image-while-hvm-domu-is-running/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>New server hardware for svn.kvirc.de</title>
		<link>http://blog.waja.info/2009/06/19/new-server-hardware-for-svnkvircde/</link>
		<comments>http://blog.waja.info/2009/06/19/new-server-hardware-for-svnkvircde/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 04:15:12 +0000</pubDate>
		<dc:creator>cyco</dc:creator>
				<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[kvirc]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://blog.waja.info/?p=237</guid>
		<description><![CDATA[Maybe some of you have noticed, svn.kvirc.de was running under heavy load recently while it was smashed by search engine crawlers. First we tried to tweak the trac installation, which caused the heavy load, when running the spiders trough. But it turned out, that this doesn&#8217;t has the effect to recover the situation, since the [...]]]></description>
			<content:encoded><![CDATA[<p>Maybe some of you have noticed, svn.kvirc.de was running under heavy load recently while it was smashed by search engine crawlers.</p>
<p>First we tried to tweak the trac installation, which caused the heavy load, when running the spiders trough. But it turned out, that this doesn&#8217;t has the effect to recover the situation, since the <a href="http://trac.edgewall.org/">trac</a> tree is growing (with the svn tree and revisions). So the spiders have more to crawle and taking more resources away.</p>
<p><img alt="" src="http://www.kvirc.de/img/load_yearly.png" title="load yearly" class="alignnone" width="400" /></p>
<p>We checked our relations and we where lucky to find with <a href="http://www.waaf.net">waaf.net</a> a sponsor for new server hardware.</p>
<p>Some features of our new ProLiant DL360 server we baptized &#8216;<a href="http://en.wikipedia.org/wiki/Baikonur">baikonur</a>&#8216;:</p>
<p>    * Dual Core Processor<br />
    * 2 GB RAM<br />
    * Compaq Smart Array Raid Controller<br />
    * 2x 72.8 GB IBM Ultra3 10K<br />
    * 2x Gigabit Ethernet<br />
    * Integrated Lights Out</p>
<p>The migration was quite relaxed. svn.kvirc.de is a virtual maschine, so we did setup the new host and proudly racked it up at the bandnew hosting center of <a href="http://www.tmt.de">TMT Teleservice</a> as first (sponsored) customer. The last step was to migrate the system over to the new host and change the DNS records. The outage was something about 5-10 minutes basically caused by the TTL of 600.</p>
<p>Looking into the Load Average I think we have enought resources for a couple of more svn revisions and search engine spiders.</p>
<p><img alt="" src="http://www.kvirc.de/img/load_daily.png" title="Load daily" class="alignnone" width="400" /></p>
<p>That&#8217;s all, happy ircing, and happy developing.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waja.info/2009/06/19/new-server-hardware-for-svnkvircde/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>windows in domU on etch. where is the showstopper?</title>
		<link>http://blog.waja.info/2007/04/24/windows-in-domu-on-etch-where-is-the-showstopper/</link>
		<comments>http://blog.waja.info/2007/04/24/windows-in-domu-on-etch-where-is-the-showstopper/#comments</comments>
		<pubDate>Tue, 24 Apr 2007 18:29:17 +0000</pubDate>
		<dc:creator>cyco</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://blog.waja.info/2007/04/24/windows-in-domu-on-etch-where-is-the-showstopper/</guid>
		<description><![CDATA[Since some days I&#8217;m trying to install windows into a domU just for fun. All went fine until accessing discs. Sometime partition is not formatable, sometimes files could not read from cdrom. To be sure, it&#8217;s not the disc image, I used a fresh one from a MSDN Subscription, but it didn&#8217;t help. Searching around [...]]]></description>
			<content:encoded><![CDATA[<p>Since some days I&#8217;m trying to install windows into a domU just for fun. All went fine until accessing discs. Sometime partition is <a target="new" href="http://kaoso.org/pics/xen-windowsxp.png">not formatable</a>, sometimes files could not read from cdrom. To be sure, it&#8217;s not the disc image, I used a fresh one from a MSDN Subscription, but it didn&#8217;t help.</p>
<p>Searching around on web, I found that I&#8217;m not the only one, with this issue. The common(s) seems to be etch (and AMD CPU).</p>
<p>I found traces of the issue at <a target="new" href="http://spteam-lists.blogspot.com/2007/04/xen-users-digest-vol-26-issue-53.html">SP Team Blog</a>, <a target="new" href="http://lists.xensource.com/archives/html/xen-users/2006-11/msg00645.html">xen-users</a> and <a target="new" href="http://de.xen-forum.net/viewtopic.php?p=2018&#038;highlight=#2018">xen-forum</a> (german).</p>
<p>Maybe anybody can enlighten me?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waja.info/2007/04/24/windows-in-domu-on-etch-where-is-the-showstopper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Taking Xen guests (domU) alive via routed network</title>
		<link>http://blog.waja.info/2007/03/29/taking-guests-alive/</link>
		<comments>http://blog.waja.info/2007/03/29/taking-guests-alive/#comments</comments>
		<pubDate>Thu, 29 Mar 2007 12:02:46 +0000</pubDate>
		<dc:creator>cyco</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://blog.waja.info/2007/03/29/taking-guests-alive/</guid>
		<description><![CDATA[The xend config looks like this: playground:~# grep -v ^# /etc/xen/xend-config.sxp (network-script &#8216;network-bridge netdev=dummy0&#8242;) (vif-script vif-bridge) (dom0-min-mem 196) (dom0-cpus 0) Creating volume group for Xen domU (/dev/hdb2 was allready created with id 8e): playground:~# pvcreate /dev/hdb2 Physical volume &#8220;/dev/hdb2&#8243; successfully created playground:~# vgcreate xen-vol /dev/hdb2 Volume group &#8220;xen-vol&#8221; successfully created playground:~# vgscan Reading all physical [...]]]></description>
			<content:encoded><![CDATA[<p>The xend config looks like this:</p>
<p class="code">
playground:~# grep -v ^# /etc/xen/xend-config.sxp<br />
(network-script &#8216;network-bridge netdev=dummy0&#8242;)<br />
(vif-script vif-bridge)<br />
(dom0-min-mem 196)<br />
(dom0-cpus 0)
</p>
<p>Creating volume group for Xen domU (/dev/hdb2 was allready created with id 8e):</p>
<p class="code">
playground:~# pvcreate /dev/hdb2<br />
  Physical volume &#8220;/dev/hdb2&#8243; successfully created<br />
playground:~# vgcreate xen-vol /dev/hdb2<br />
  Volume group &#8220;xen-vol&#8221; successfully created<br />
playground:~# vgscan<br />
  Reading all physical volumes.  This may take a while&#8230;<br />
  Found volume group &#8220;xen-vol&#8221; using metadata type lvm2
</p>
<p>Creating first domU:</p>
<p class="code">
playground:~# xen-create-image &#8211;ip 192.168.222.50 &#8211;hostname xetch.blubb.cyconet.org<br />
General Infomation<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Hostname       :  xetch.blubb.cyconet.org<br />
Distribution   :  etch<br />
Fileystem Type :  ext3<br />
Size Information<br />
&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Image size     :  4Gb<br />
Swap size      :  1024Mb<br />
Image type     :  full<br />
Memory size    :  128Mb<br />
Kernel path    :  /boot/vmlinuz-2.6.18-4-xen-vserver-686<br />
Initrd path    :  /boot/initrd.img-2.6.18-4-xen-vserver-686<br />
Networking Information<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
IP Address 1   : 192.168.222.50<br />
Netmask        : 255.255.255.0<br />
Gateway        : 192.168.222.1<br />
Creating ext3 filesystem on /dev/xen-vol/xetch.blubb.cyconet.org-disk<br />
Done<br />
Installing your system with debootstrap mirror ftp://ftp.de.debian.org/debian/<br />
Done<br />
Running hooks<br />
Done<br />
No role script specified.  Skipping<br />
Creating Xen configuration file<br />
Done<br />
Setting up root password<br />
Enter new UNIX password:<br />
etype new UNIX password:<br />
passwd: password updated successfully<br />
All done<br />
Logfile produced at:<br />
         /var/log/xen-tools/xetch.blubb.cyconet.org.log
</p>
<p>Add the following to /etc/network/interfaces:</p>
<p class="code">
auto dummy0<br />
iface dummy0 inet static<br />
        address 192.168.222.1<br />
        netmask 255.255.255.0<br />
        network 192.168.222.0<br />
        broadcast 192.168.222.255
</p>
<p>Bringing up network interface, restarting xen and starting the domU:</p>
<p class="code">
playground:~# ifup dummy0<br />
playground:~# /etc/init.d/xendomains stop<br />
playground:~# /etc/init.d/xend restart<br />
playground:~# /etc/init.d/xendomains start<br />
playground:~# xm create xetch.blubb.cyconet.org.cfg -c<br />
Using config file &#8220;/etc/xen/xetch.blubb.cyconet.org.cfg&#8221;.<br />
&#8230;
</p>
<p>If you want to autostart your domUs, you have to symlink the configfile to /etc/xen/auto:</p>
<p class="code">
playground:~# mkdir /etc/xen/auto/<br />
playground:~# ln -s /etc/xen/xetch.blubb.cyconet.org.cfg /etc/xen/auto/xetch.blubb.cyconet.org.cfg</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waja.info/2007/03/29/taking-guests-alive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Getting started with XEN on etch</title>
		<link>http://blog.waja.info/2007/03/28/getting-started-with-xen-on-etch/</link>
		<comments>http://blog.waja.info/2007/03/28/getting-started-with-xen-on-etch/#comments</comments>
		<pubDate>Wed, 28 Mar 2007 16:32:10 +0000</pubDate>
		<dc:creator>cyco</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://blog.waja.info/2007/03/28/getting-started-with-xen-on-etch/</guid>
		<description><![CDATA[Today I thought it&#8217;s time to look deeper into the Xen hype. So I decided to install xen on etch. I followed Ganneffs recommandation playground:~# aptitude install bridge-utils iproute \ xen-ioemu-3.0.3-1 xen-utils-3.0.3-1\ xen-linux-system-2.6.18-4-xen-vserver-686 libc6-xen Booting the dom0 leeds me into kernel panic, cause no root device was found. Hmm &#8230; there seems to be the [...]]]></description>
			<content:encoded><![CDATA[<p>Today I thought it&#8217;s time to look deeper into the <a target="new" href="http://www.xensource.com/">Xen</a> hype. So I decided to install xen on <a taregt="new" href="http://www.debian.org/releases/etch/">etch</a>. I followed <a target="new" href="http://kosh.ganneff.de/~joerg/clt2007_xen.pdf">Ganneffs recommandation</a></p>
<p class="code">
playground:~# aptitude install bridge-utils iproute \<br />
xen-ioemu-3.0.3-1 xen-utils-3.0.3-1\<br />
xen-linux-system-2.6.18-4-xen-vserver-686 libc6-xen
</p>
<p>Booting the dom0 leeds me into kernel panic, cause no root device was found. Hmm &#8230; there seems to be the driver missing. Right &#8211; there wasn&#8217;t any /boot/initrd.img-2.6.18-4-xen-vserver-686.<br />
<a target="new" href="http://bblank.thinkmo.de/blog">Waldi</a> did hint me to /var/lib/dpkg/info/linux-image-2.6.18-4-xen-vserver-686.postinst and I got my ramdisk this way:</p>
<p class="code">
playground:~# update-initramfs -c -t -k \<br />
2.6.18-4-xen-vserver-686<br />
playground:~# command -v update-grub > \<br />
/dev/null &#038;&#038; update-grub
</p>
<p>After booting dom0 successfully, my serial console disappeared. After some digging around, I got the clue I need to tell xen, that there is one.<br />
I modified /boot/grub/menu.lst:</p>
<p class="code">
# xenhopt=com1=115200,8n1 console=com1<br />
..<br />
# xenkopt=console=vga
</p>
<p>Dom0 is running now, lets see what we can do next, maybe:</p>
<p class="code">
playground:~# aptitude install xen-tools</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waja.info/2007/03/28/getting-started-with-xen-on-etch/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
