|
|
|
|
|
|
|
|
|
|
xen-ppc-devel
Re: [XenPPC] Booting Dom0 with SLES10 on JS21
On Jul 10, 2006, at 3:50 PM, poff wrote:
Kernel command line:
hmm, how did you get away with no cmdline?
Patched setup_64.c, after the message.
< strcpy(cmd_line, "root=/dev/sda3 init=/bin/bash");
hmm, far easier to do this in xen:
arch/ppc/ofd_fixup.c default_bootargs 250 static char
default_bootargs[] = "";
init has generated signal 11 but has no handler for it
Kernel panic - not syncing: Attempted to kill init!
<0>Rebooting in 180 seconds..<0>Maple: Unable to find NVRAM
Maple: Manual Restart Required
System Halted, OK to turn off power
you might want to try booting with init=/bin/bash to see whats
missing.
This kernel panic was using init=/bin/bash.
hmm, this usually works for me, unfortunately hollis and I are
traveling, but we'd all be interested anything else that comes up.
-JX
_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ppc-devel
|
|
|
|
|