I built linux-2.6.18-xen-3.4.0
did the following -
make -j2
make modules
make modules_install
and then
mkinitramfs -o /boot/initramfs /lib/modules/
2.6.18.8/
cp linux-2.6.18-xen-3.4.0/arch/x86_64/boot/vmlinuz
/boot/vmlinuz-2.6.18.8-custom
cp linux-2.6.18-xen-3.4.0/System.map /boot/System.map-2.6.18.8-custom
cp linux-2.6.18-xen-3.4.0/.config /boot/config-2.6.18.8-custom
what must be the contents of /boot/grub/menu.lst file ??
title XEN
root (hd0,0)
kernel /boot/vmlinuz-2.6.30-custom root=/dev/sda1 ro vga=791
initrd /boot/initramfs-2.6.30-custom
savedefault
this is not booting ...
Please help me...