On Tue, 2006-09-05 at 22:14 -0400, Maria Butrico wrote:
> This boot command line does not work
> 
> *bootargs = xen console=com2 -- console=ttyS1,19200 ro root=/dev/nfs 
> nfsroot=9.2.208.86:/home/apw/devel/nfsroots/sles10-rootfs 
> ip=9.2.129.20::9.2.129.2:255.255.255.0:kpblade7:eth1:off*
> 
> 
> The problem is that in console.c opt_console is set to 'ttyS1,19200' 
> 
> Naturally the fix it to remove the second console=, and I think I have 
> fallen in this trap already once :(

It looks like the problem is that Xen doesn't respect "--" to mark the
end of the Xen command line. On x86 they don't have this problem because
GRUB supplies separate boot arguments to the "kernel" (Xen) and the
"module" (Dom0 Linux kernel).

Have you tried inserting a NULL into the commandline to get Xen to stop
parsing the command line?

-- 
Hollis Blanchard
IBM Linux Technology Center


_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@lists.xensource.com
http://lists.xensource.com/xen-ppc-devel

Reply via email to