From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.13) Gecko/20080325 Fedora/2.0.0.13-1.fc8 Firefox/2.0.0.13 Description of problem: I installed from Fedora 9 Beta install DVD, and selected Xen in the graphical installer and selected the optional package(s) for Xen (maybe it was "xen" or "kernel-xen"). When I rebooted, boot failed. I forgot to copy down the exact error message, but it failed very early in the boot, saying it could not find a file, which I assume was the kernel image. The filename was something like "/xen-..." or "/boot/xen-...". I apologize for how vague this bug report is; I forgot to copy down details. If this isn't enough to reproduce, I apologize: feel free to ignore this bug report. Smolt hardware profile: http://www.smolts.org/client/show/?uuid=pub_41409e87-d32a-425f-a866-f1ec9064593a Version-Release number of selected component (if applicable): How reproducible: Didn't try Steps to Reproduce: 1. 2. 3. Actual Results: Expected Results: Additional info:
The problem is that the installer created the grub.conf file with line kernel /boot/xen.gz-2.6.25-0.24.rc9.fc9.i686. instead of kernel /boot/xen.gz-2.6.25-0.24.rc9.fc9.i686.xen But fixing it is not enough. I tested on two i386 boxes, installation with the F9 Preview DVD. On both, Xen boots fine, but dom0 fails to boot. The last log line is "Xen is relinguishing vga console", and then apparently nothing happens. I removed "rhgb quiet" from vmlinuz parameters, experimented with a few other options (acpi=aff, initcall_debug, clocksource=acpi_pm), nothing changes - vmlinuz does not boot. If I use the F9 Preview xen.gz with an older kernel, e.g kernel /boot/xen.gz-2.6.25-0.24.rc9.fc9.i686.xen module /boot/vmlinuz-2.6.21-7.fc7xen ro root=LABEL=/ rhgbkernel it boots OK. The combination xen.gz-2.6.21-7.fc7+vmlinuz-2.6.25-0.24.rc9.fc9.i686.xen fails because of unsupported features required by dom0. Anyway, it seems that the vmlinuz-2.6.25-0.24.rc9.fc9.i686.xen is at fault.
Xen Dom0 hosts are *NOT* supported in Fedora 9 as per this feature: http://fedoraproject.org/wiki/Features/XenPvops A feature is scheduled for F10 to attempt to re-introduce Dom0 http://fedoraproject.org/wiki/Features/XenPvopsDom0
*** This bug has been marked as a duplicate of 437930 ***