Jeremy Fitzhardinge schrieb: > Marc - A. Dahlhaus wrote: >> Hello, >> >> did another x86_32 boot test and got the first few lines of output >> from the kernel over serial line. >> It still crashes. > > Do you have 32-bit NUMA enabled? It assumes it can create 2M pages, > which causes crashes under Xen. > > Also, do you have CONFIG_FRAME_POINTER enabled? If not, it would make > the backtraces clearer. This one is without CONFIG_NUMA and with CONFIG_FRAME_POINTER. It still crashes but the backtraces are more detailed. Should i giv it a try under xen-3.3? (Have to reinstall it as i installed the whole unstable tree on this test box.) Marc