|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [XenPPC] Cannot boot from local disk
Kawachiya-san, thank you for the exhaustive analysis!Could you make sure that you show the cmdline as both Xen _and_ Linux see it? I suspect that perhpas the order by which we evaluate the CMDLINE may be incorrect. On Oct 6, 2006, at 7:38 AM, Kiyokuni Kawachiya wrote: Kawachiya-san, seems that your problem today is different from yesterday. You have however not answered any of my questions.Some people in this list may be confusing, so let me summarize my boot problem.I am using JS20 (884241X) to run XenPPC, which is booted from local disk This yaboot header looks ok.Is the insmod object comming from the disk or a ramdisk you are imbedding into your Dom0 Image? 1. I could not boot our internal version which is a little bit old version,
Could you synchronize the console here, there are two ways to do this:
1) add "sync_console" to the cmdline _before_ "--"
2) apply the follow diff
diff -r 701c68921ff3 xen/arch/powerpc/setup.c
--- a/xen/arch/powerpc/setup.c Wed Oct 04 14:06:14 2006 -0400
+++ b/xen/arch/powerpc/setup.c Fri Oct 06 07:54:26 2006 -0400
@@ -398,7 +398,7 @@ static void __init __start_xen(multiboot
/* Hide UART from DOM0 if we're using it */
serial_endboot();
- console_end_sync();
+// console_end_sync();
domain_unpause_by_systemcontroller(dom0);
startup_cpu_idle_loop();
this is probably a cmdline problem, almost always is 3. I also cannot boot the official XenPPC in XenSource, which I already It probably is, which image do you copy for yaboot to use? can you try: $ objcopy -S xen/xen-syms xen/xen.yaboot and have yaboot load xen.yabootI seem to recall yaboot having difficulties with 32bit images, I'm surprised that the change sa made any difference. -JX _______________________________________________ Xen-ppc-devel mailing list Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-ppc-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |