[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] Unstable fail to load dom0
On Fri, 2009-03-27 at 10:16 -0400, Andrew Lyon wrote: > Hi, > > I just tried to upgrade one of my systems to Xen unstable, Xen itself > boots ok but it hangs after "Loading dom0", I think the cause of the > problem is that the necessary support for loading compressed kernel > (vmlinuz/bzImage) was not compiled in properly, I seem to recall that > recently the compression code was updated and now supports many > different compression schemes, what libs etc are required to build > with support for bzImage and vmlinuz? For domain0 the decompression code is built into the hypervisor itself and only supports gzip style compression (historically the only choice). Therefore your kernel config must have: CONFIG_KERNEL_GZIP=y # CONFIG_KERNEL_BZIP2 is not set # CONFIG_KERNEL_LZMA is not set Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |