Aron Griffis
2006-May-25 13:27 UTC
[Fedora-xen] Re: [Fedora-ia64-list] Xen and Xen0 boot on FC6 IPF/Xen
Hi Fenghua, Yu, Fenghua wrote: [Wed May 24 2006, 11:10:13PM EDT]> Hypervisor and Xen0 from latest IPF/Xen rpms can boot on FC6/Montecito now. > Minor changes needed in configuration and initrd to pass kernel panic. And xend > will cause system hang. I disable it for the time being. So we can focus more > on XenU.This is great news! :-) Could you share those minor changes? Regards, Aron P.S. I moved this conversation to fedora-xen since we''re trying to consolidate discussion around fedora-xen-ia64 on that list.
Yu, Fenghua
2006-May-25 16:04 UTC
[Fedora-xen] Re: [Fedora-ia64-list] Xen and Xen0 boot on FC6 IPF/Xen
On Thu, May 25, 2006 at 09:27:11AM -0400, Aron Griffis wrote:> Hi Fenghua, > > Yu, Fenghua wrote: [Wed May 24 2006, 11:10:13PM EDT] > > Hypervisor and Xen0 from latest IPF/Xen rpms can boot on FC6/Montecito now. > > Minor changes needed in configuration and initrd to pass kernel panic. And xend > > will cause system hang. I disable it for the time being. So we can focus more > > on XenU. > > This is great news! :-) > > Could you share those minor changes? > > Regards, > Aron > > P.S. I moved this conversation to fedora-xen since we''re trying to > consolidate discussion around fedora-xen-ia64 on that list.The configuration change is just copying xen.gz from /boot to /boot/efi/efi/redhat. The kernel panic happens in initrd when mounting root devices. There is no real initrd change. My build is working. I''m using mkinitrd-5.0.32-1 and cpio-2.6-11.2.1. Could you check yours? I think actually cpio causes the issue since kernel panic goes away after I re-archieve your initrd with my cpio. Thanks. -Fenghua
Aron Griffis
2006-May-26 01:19 UTC
[Fedora-xen] Re: [Fedora-ia64-list] Xen and Xen0 boot on FC6 IPF/Xen
Yu, Fenghua wrote: [Thu May 25 2006, 12:04:13PM EDT]> The configuration change is just copying xen.gz from /boot to > /boot/efi/efi/redhat.Ah, okay, thanks.> The kernel panic happens in initrd when mounting root devices. There > is no real initrd change. My build is working. I''m using > mkinitrd-5.0.32-1 and cpio-2.6-11.2.1. Could you check yours?I''m using cpio-2.6-17 and mkinitrd-5.0.40-1 now. I''m not sure what I was using when the rpms were made, since I''ve updated recently! However I found that my panic was due to a mistake I made in elilo.conf. I can boot dom0 now that I fixed that. Here is what I''m using: image=vmlinuz-2.6.16-1.2211_FC6.agriffisxen0 label=xen-2.6.16-1.2211_FC6.agriffis vmm=xen.gz-2.6.16-1.2211_FC6.agriffis initrd=initrd-2.6.16-1.2211_FC6.agriffisxen0.img root=/dev/VolGroup00/LogVol00 read-only append="sched=bvt sync_console -- rhgb quiet xencons=ttyS8 console=ttyS8 root=/dev/VolGroup00/LogVol00"> I think actually cpio causes the issue since kernel panic goes away > after I re-archieve your initrd with my cpio.Hmmm, well hopefully this won''t continue to be a problem. The initrd directly from the rpm is working here... Regards, Aron