I sometimes get a pb where a boot does not work, but automatically reboots the machine. It is difficult to find what is going on in the logs since boot.log seems to be rewritten with each boot, so the one for the bad boot always gets erased. Any way to avoid this?
In the dmesg file, I see this:
[ 0.112966] pci 0000:00:1f.0: [8086:27b8] type 00 class 0x060100
[ 0.113033] pci 0000:00:1f.0: can't claim BAR 13 [io 0x0400-0x047f]: address conflict with ACPI CPU throttle [io 0x0410-0x0415]
[ 0.113093] pci 0000:00:1f.0: quirk: [io 0x0480-0x04bf] claimed by ICH6 GPIO
(The dmesg log has its own pb, no time stamp.) Anyway, what in the world is this about? Could it be part of my boot problem?
TIA
In the dmesg file, I see this:
[ 0.112966] pci 0000:00:1f.0: [8086:27b8] type 00 class 0x060100
[ 0.113033] pci 0000:00:1f.0: can't claim BAR 13 [io 0x0400-0x047f]: address conflict with ACPI CPU throttle [io 0x0410-0x0415]
[ 0.113093] pci 0000:00:1f.0: quirk: [io 0x0480-0x04bf] claimed by ICH6 GPIO
(The dmesg log has its own pb, no time stamp.) Anyway, what in the world is this about? Could it be part of my boot problem?
TIA
Comment