Hi all,
 
after installing a CentOS via cdrom iso and
after installing the xen-tools using Linux/install.sh script I get this error:
 
“
root(hd0,0)
filesystem type is ext2fs, partition
type 0x83
kernel /vmlinz-2.6.18-164.10.1.el5.xs0.1.1.64xen
ro root=/dev/VolGroup00/LogVol00 rhgb quiet
 
Error 13: Invalid or unsupported
executable format
 
Press any key to continue…
“
 
Do you have any idea?
 
The script create this entry in grub
menu.list:
 
“
title CentOS
(2.6.18-164.10.1.el5.xs0.1.1.64xen)
       
root (hd0,0)
       
kernel /xen.gz-2.6.18-164.10.1.el5.xs0.1.1.64
       
module /vmlinuz-2.6.18-164.10.1.el5.xs0.1.1.64xen ro
root=/dev/VolGroup00/LogVol00 rhgb quiet
       
module /initrd-2.6.18-164.10.1.el5.xs0.1.1.64xen.img
“
 
I corrected it with this:
“
title CentOS
(2.6.18-164.10.1.el5.xs0.1.1.64xen)
       
root (hd0,0)
       
kernel /vmlinuz-2.6.18-164.10.1.el5.xs0.1.1.64xen ro
root=/dev/VolGroup00/LogVol00 rhgb quiet
       
module /initrd-2.6.18-164.10.1.el5.xs0.1.1.64xen.img
“
 
And this is the only on that works:
“
title CentOS (2.6.18-164.el5)
       
root (hd0,0)
       
kernel /vmlinuz-2.6.18-164.el5 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
       
initrd /initrd-2.6.18-164.el5.img
“
 
Thanks and regards,
Francesco Gallo