On Friday 09 February 2007 12:15, emisca wrote: > I saw this error message using pnpacpi=off, on kernel boot, before resume: > PnPBIOS: Resource structure does not contain an end tag. > > What does it means? I think this indicates a BIOS defect. PNPBIOS gives us a list of resources a device is using. The list contains things like the memory and I/O port ranges claimed by a device, the interrupt it uses, etc. There's supposed to be an "end" tag at the end of the list. Apparently your BIOS didn't supply the "end" tag. This should be harmless, as long as the resources that *are* in the list are correct. The message is currently KERN_ERR; maybe it would make more sense to be KERN_WARN. Bjorn P.S. I promise to look at the logs you posted soon :-) - To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html