On May 3, 2012, at 11:56 AM, Konrad Rzeszutek Wilk wrote: Hm, there is nothing here that looks wrong, per say. I would suggest you do: dom0_mem=max:1G instead of dom0_mem=1G (otherwise you end up having dom0 contain pages for the full 13GB).
Besides that, can you do redo this with on Linux command line be:
'earlyprintk=xen console=hvc0 debug memblock=debug loglevel=8 initcall_debug"
And add on the Xen line: "sync_console".
Hopefully that will provide some idea of why this is not working right.
It absolutely did. It wasn't working right because my brain is wrong. Your boot flags reminded me that I was specifying my console output incorrectly, trying to use the serial console directly rather than going through hvc0.
Pardon me while I go soak my head.
Anyway, thanks for the help, and for the information about dom0 memory allocation. I'm going to nap now.
|