Hi, On Sun, Jun 7, 2009 at 07:34, Rudi Ahlers<rudiahlers at gmail.com> wrote: > title CentOS (2.6.18-128.1.10.el5xen) > root (hd0,0) > kernel /xen.gz-2.6.18-128.1.10.el5 ro root=/dev/VolGroup00/LogVol01 > ide0=noprobe ide1=noprobe > initrd /initrd-2.6.18-128.1.10.el5.img [...] > Can anyone see anyting wrong with this? Yes, When you boot Xen, you should not specify a line with an "initrd" command in your GRUB config, instead you should use lines with "module" commands to specify both the kernel and the initrd file. See Xen's documentation here: http://tx.downloads.xensource.com/downloads/docs/user/#SECTION02151000000000000000 HTH! Filipe