Hi all, I tried to follow the instruction on README. After ''make'' and ''make install'', I did update-grub and got this error message: dpkg: version ''/boot/xen.gz'' has bad syntax: invalid character in version number I searched online but couldn''t find a satisfactory answer to this issue. Does anyone know how to resolve my problem? Thanks! -Jack
modify /etc/grub.d/20_linux_xen of manually insert entry in grub.cfg, for example: menuentry ''Squeeze con Linux 2.6.32-5-xen-amd64 e XEN 4 - RAID'' --class debian --class gnu-linux --class gnu --class os --class xen { set root=''(RAID-ROOT)'' echo ''Loading Linux 2.6.32-5-xen-amd64 ...'' multiboot /boot/xen.gz placeholder dom0_mem=1024M module /boot/vmlinuz-2.6.32-5-xen-amd64 placeholder root=/dev/mapper/RAID-ROOT ro quiet echo ''Loading initial ramdisk ...'' module /boot/initrd.img-2.6.32-5-xen-amd64 } need to change root and optional parameters with your -- View this message in context: http://xen.1045712.n5.nabble.com/Building-Xen-From-Source-on-Debian-Squeeze-tp5053348p5055586.html Sent from the Xen - User mailing list archive at Nabble.com.