On Wednesday 27 Jun 2012 20:20:58 Anton D. Kachalov wrote: > Problem was in unconditional reboot after BIOS POST. Last message was: > "iPXE (PCI...) starting execution..."
I think I've noticed a potential bug for systems which support PCI3 but not PMM. Could you try the attached patch (which is not a proper fix), and see if it successfully works around the problem? Thanks, Michael
diff --git a/src/arch/i386/prefix/romprefix.S b/src/arch/i386/prefix/romprefix.S index 2719a70..a3c8f71 100644 --- a/src/arch/i386/prefix/romprefix.S +++ b/src/arch/i386/prefix/romprefix.S @@ -106,7 +106,7 @@ pciheader_runtime_length: .long pciheader_image_length .long 512 .long 0 - .ascii "ADHW" + .ascii ZINFO_TYPE_ADxW .long pciheader_runtime_length .long 512 .long 0
_______________________________________________ ipxe-devel mailing list [email protected] https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel

