I''ve finally gotten around to bringing my laptop up to something a little more modern (FC3) which brings me within reach of trying riel''s xen RPMs. I rebuilt the fedora development xen-2-20041213 for FC3 (due to python deps) and installed kernel-xen0-2.6.9-1.1032_FC4. I setup grub with the following: title Xen / Fedora Core (2.6.9-1.1032_FC4xen0) root (hd0,1) kernel /boot/xen.gz dom0_mem=524288 console=vga module /boot/vmlinuz-2.6.9-1.1032_FC4xen0 ro root=LABEL=/ module /boot/initrd-2.6.9-1.1032_FC4xen0.img ... and proceeded to reboot to try this. Xen started the kernel and I got as far as: Linux agpgart interface v0.100 (c) Dave Jones agpgart: Detected an Intel 855PM Chipset. agpgart: Maximum main memory to use for agp memory: 440M ... Booting a normal FC3 kernel, I get this output: Linux agpgart interface v0.100 (c) Dave Jones agpgart: Detected an Intel 855PM Chipset. agpgart: Maximum main memory to use for agp memory: 941M agpgart: AGP aperture is 256M @ 0xd0000000 So my suspicion is that its freezing during agp initialization. I have had it get past this point in the past with my hand built xen0 kernels using the agp patches I helped with a few months ago. It looks like something similar is in the fedora xen0 kernel, and it looks like it atleast gets past this on riel''s laptop. Since this seems to be a hard freeze I''m not sure what the best additional information I could provide for debugging this problem. -- Gerald ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
> Linux agpgart interface v0.100 (c) Dave Jones > agpgart: Detected an Intel 855PM Chipset. > agpgart: Maximum main memory to use for agp memory: 440M > > ... Booting a normal FC3 kernel, I get this output: > > Linux agpgart interface v0.100 (c) Dave Jones > agpgart: Detected an Intel 855PM Chipset. > agpgart: Maximum main memory to use for agp memory: 941M > agpgart: AGP aperture is 256M @ 0xd0000000That''s rather disappointing as we''ve had quite a few success reports with AGP recently. Just to make sure, please could you try a Xen and XenLinux built from the latest 2.0-testing repo. Thanks, Ian ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
On Fri, 17 Dec 2004, Ian Pratt wrote:> That''s rather disappointing as we''ve had quite a few success > reports with AGP recently.The older kernel RPMs I put out worked. The new ones don''t work any more due to AGP fixes for native hardware. Note that this almost certainly isn''t Xen''s fault, since the AGP code in the upstream kernel is known to crash systems and is suspected of sometimes corrupting data...> Just to make sure, please could you try a Xen and XenLinux built > from the latest 2.0-testing repo.That''ll probably work, as long as it doesn''t have the latest AGP fixes from lkml. -- "Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." - Brian W. Kernighan ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel