Hi, I am trying to build dom0 iso. I have following in my isolinux.cfg file. I see error: "Invalid or corrupt image file". --- default 1 prompt 1 timeout 300 display menu.txt label 1 kernel boot/vmlinuz.vm append boot/xen.gz ramdisk_size=131072 initrd=boot/ramdisk.gz root=/dev/ram0 --- The image I check is valid. xen.gz is actually xen-3.4.2.gz: xen.gz: gzip compressed data, from Unix, last modified: Mon Mar 15 23:05:32 2010, max compression vmlinuz.vm is: vmlinuz.vm: gzip compressed data, from Unix, last modified: Mon Mar 15 23:23:35 2010, max compression Any thoughts/suggestions ? Thanks ! SV _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Fri, Mar 19, 2010 at 1:45 PM, ccmail111 <ccmail111@yahoo.com> wrote:> label 1 > kernel boot/vmlinuz.vm > append boot/xen.gz ramdisk_size=131072 initrd=boot/ramdisk.gz root=/dev/ram0xen.gz needs to be the kernel. You might want to check out mbootpack, like this example : http://wpkg.org/Running_Xen_with_LILO -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Thank for the pointer ! --- On Fri, 3/19/10, Fajar A. Nugraha <fajar@fajar.net> wrote: From: Fajar A. Nugraha <fajar@fajar.net> Subject: Re: [Xen-users] dom0 - syslinux/isolinux error To: "ccmail111" <ccmail111@yahoo.com> Cc: xen-users@lists.xensource.com Date: Friday, March 19, 2010, 4:21 AM On Fri, Mar 19, 2010 at 1:45 PM, ccmail111 <ccmail111@yahoo.com> wrote:> label 1 > kernel boot/vmlinuz.vm > append boot/xen.gz ramdisk_size=131072 initrd=boot/ramdisk.gz root=/dev/ram0xen.gz needs to be the kernel. You might want to check out mbootpack, like this example : http://wpkg.org/Running_Xen_with_LILO -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi, I see above error when xen tries to boot up. The grub.conf is: title Dom0 Xen 3.4.2 XenLinux 2.6 kernel /boot/xen.gz noreboot loglvl=all module /boot/vmlinuz.vm root=dev/ram0 ro module /boot/ramdisk.gz Looking through archives I found couple of pointers but no solution. The closest I see: http://www.mailinglistarchive.com/xen-devel@lists.xensource.com/msg56592.html by Keir: " Either this restriction of the domain builder needs to be lifted (a bit of a pain and not really on anyone''s todo list), ..." Any solutions/suggestions is appreciated ! Thanks ! SV _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users