Bug 471268
| Summary: | Unable to use the kernel as a DomU | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Andreas Thienemann <andreas> |
| Component: | kernel | Assignee: | Mark McLoughlin <markmc> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | berrange, kernel-maint, quintela, xen-maint |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-11-12 20:19:06 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Andreas Thienemann
2008-11-12 18:20:41 UTC
FYI, I am able to successfully install today's rawhide x86_64 DOmU, on a RHEL-5.3 x86_64 host without any trouble. I can also boot the i386 PAE DomU though it crashes & burns in a kernel panic shortly after (a separate bug I'll file) Since the guest you are trying is i386 - can you double check you used the PAE i386 kernel image, and not the plain non-PAE i386 kernel which does *not* have Xen support in it. eg from the install tree you want $TREE/mages/pxeboot/vmlinux-PAE. Good catch Daniel. I didn't knew about only PAE kernels having pv_ops and installed the "generic" i686 kernel. Using the PAE variant works fine: Booting paravirtualized kernel on Xen Xen version: 3.1.2-92.1.13.el5 (preserve-AD) I'm closing this bug then, as it's a typical pebkac. :) May I suggest putting something into the release notes to make sure other people do not suffer the same mistake? |