yashodhar
unread,Mar 2, 2011, 5:18:53 AM3/2/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ether-devel
sir,
i have installed xen and ether patch successfully now whenever i boot
in xen kernel it shows ERROR 13 : error 13 invalid or unsupported
executable format .
my menu.lst is as below
======================
title XEN/ETHER, kernel 2.6.26-2-xen-amd64
root (hd0,0)
kernel /boot/xen-3.1.0.gz dom0_mem=512M
module /boot/vmlinuz-2.6.26-2-xen-amd64 root=/dev/sda1 ro quiet
module /boot/initrd.img-2.6.26-2-xen-amd64
title Debian GNU/Linux, kernel 2.6.26-2-xen-amd64
root (hd0,5)
kernel /boot/vmlinuz-2.6.26-2-xen-amd64 root=/dev/sda6 ro quiet
initrd /boot/initrd.img-2.6.26-2-xen-amd64
title Debian GNU/Linux, kernel 2.6.26-2-xen-amd64 (single-user mode)
root (hd0,5)
kernel /boot/vmlinuz-2.6.26-2-xen-amd64 root=/dev/sda6 ro single
initrd /boot/initrd.img-2.6.26-2-xen-amd64
title Debian GNU/Linux, kernel 2.6.26-2-amd64
root (hd0,5)
kernel /boot/vmlinuz-2.6.26-2-amd64 root=/dev/sda6 ro quiet
initrd /boot/initrd.img-2.6.26-2-amd64
title Debian GNU/Linux, kernel 2.6.26-2-amd64 (single-user mode)
root (hd0,5)
kernel /boot/vmlinuz-2.6.26-2-amd64 root=/dev/sda6 ro single
initrd /boot/initrd.img-2.6.26-2-amd64
### END DEBIAN AUTOMAGIC KERNELS LIST
title Other operating systems:
root
title Microsoft Windows XP Professional
root (hd0,0)
================================