11 messages in com.xensource.lists.xen-ia64-develRe: [Fastboot] [Xen-ia64-devel] [ANNO...
FromSent OnAttachments
Horms11 Jan 2007 20:21 
Horms08 Feb 2007 00:10 
Horms14 Feb 2007 02:09 
Alex Williamson15 Feb 2007 16:32 
Horms16 Feb 2007 00:29 
Horms16 Feb 2007 02:13 
Alex Williamson16 Feb 2007 07:57 
Alex Williamson16 Feb 2007 08:17 
Alex Williamson16 Feb 2007 14:39 
Horms20 Feb 2007 21:28 
Simon Horman16 May 2007 22:56 
Subject:Re: [Fastboot] [Xen-ia64-devel] [ANNOUNCE] Kexec for Xen on IA64 (Take III)
From:Alex Williamson (alex@hp.com)
Date:02/16/2007 08:17:30 AM
List:com.xensource.lists.xen-ia64-devel

On Fri, 2007-02-16 at 16:06 +0000, TuskenTower wrote:

# kexec -l --append "dom0_mem=1G -- root=/dev/hda2" --vmm "/boot/xen.gz"
"/boot/vmlinux.gz" Cannot open `dom0_mem=1G -- root=/dev/hda2': stream error

Does IA64 kexec handle "--append" differently? On x86_64 its kexec -l --append="dom0_mem=1G -- root=/dev/hda2" --vmm="/boot/xen.gz" "/boot/vmlinux.gz" note I put an equals sign after the "--append" and "--vmm". I believe that /sbin/kexec thinks that you're trying to load the kernel.

Thanks, I knew it had to be user error. I missed the = after append. That not only solved the execution of the kexec tool command, but allowed the full kexec back into xen/dom0 to work too! Must be a bug somewhere with the NULL cmdline. Thanks!

Alex