Paul Menzel wrote:
Is there any more information regarding the machine check exception? Could you please take a picture of the error screen, and upload it?
Do you see ACPI errors when starting a GNU/Linux distribution? Does mcelog
output anything? Does FWTS [1] show anything critical?
PS: For the record. The master commit you used:
$ git describe 342a8c3b2bc0845638e852af01f3054256a8446c
4.12-604-g342a8c3b2b
[1]: https://wiki.ubuntu.com/FirmwareTestSuite
Thanks for reply!
Since yesterday there is a little progress - as was suggested in the reddit thread (https://www.reddit.com/r/coreboot/comments/gzmvgp/thinkpad_t440p_coreboot_v412tianocore_machine/ftjinjo/), after rollback the patch https://review.coreboot.org/c/coreboot/+/38723/6/src/mainboard/lenovo/t440p/romstage.c I can boot/login to Windows in Safe Mode.
But during normal boot it still BSODing with PAGE_FAULT_IN_NONPAGED_AREA
, KMODE_EXCEPTION_NOT_HANDLED
or BAD_POOL_CALLER
just after Welcome Screen appears.
When switching back to stock bios (only bios region on 4mb flash, 8mb with stripped IME stay untouched) - Windows boots as expected.
FWTS accidentally gets 14 criticals:
Critical failures: 14
mtrr: Memory range 0x82200000 to 0x82200fff (0000:03:00.0) has incorrect attribute Unknown.
... just truncated same errors
mtrr: Memory range 0x82845000 to 0x8284500f (0000:00:16.0) has incorrect attribute Unknown.
$ sudo ras-mc-ctl --errors
No Memory errors.
PCIe AER events:
1 2020-06-09 20:11:07 +0300 Fatal error: Poisoned TLP
... just truncated same errors
7 2020-06-10 12:03:46 +0300 Fatal error: Poisoned TLP
No Extlog errors.
No MCE errors.
sudo systemctl status ras-mc-ctl
● ras-mc-ctl.service - Initialize EDAC v3.0.0 Drivers For Machine Hardware
Loaded: loaded (/lib/systemd/system/ras-mc-ctl.service; enabled; vendor preset: enabled)
Active: active (exited) since Wed 2020-06-10 13:25:40 EEST; 8min ago
Process: 896 ExecStart=/usr/sbin/ras-mc-ctl --register-labels (code=exited, status=0/SUCCESS)
Main PID: 896 (code=exited, status=0/SUCCESS)
чер 10 13:25:39 ThinkPad-T440p systemd[1]: Starting Initialize EDAC v3.0.0 Drivers For Machine Hardware...
чер 10 13:25:40 ThinkPad-T440p ras-mc-ctl[896]: ras-mc-ctl: Error: No dimm labels for LENOVO model 20AWS0VK00
чер 10 13:25:40 ThinkPad-T440p systemd[1]: Started Initialize EDAC v3.0.0 Drivers For Machine Hardware.
$ sudo dmesg | grep acpi
[ 0.216226] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.224460] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.224486] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
[ 0.224492] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[ 0.246620] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 2.303952] acpi device:0b: registered as cooling_device9
[ 21.922355] thinkpad_acpi: ThinkPad ACPI Extras v0.26
[ 21.922360] thinkpad_acpi: http://ibm-acpi.sf.net/
[ 21.922362] thinkpad_acpi: ThinkPad BIOS GLETA1WW (2.55), EC GLHT30WW-3.23
[ 21.932112] thinkpad_acpi: radio switch found; radios are enabled
[ 21.934136] thinkpad_acpi: Tablet mode switch found (type: MHKG), currently in laptop mode
[ 21.934198] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[ 21.934199] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[ 21.956276] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
[ 21.957888] thinkpad_acpi: rfkill switch tpacpi_wwan_sw: radio is unblocked
[ 21.967317] thinkpad_acpi: Standard ACPI backlight interface available, not loading native one
[ 21.967658] thinkpad_acpi: Console audio control enabled, mode: monitor (read only)
[ 21.971527] thinkpad_acpi: battery 1 registered (start 0, stop 100)
[ 21.971722] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input7
also attached BSODs shots, FWTS full log & windows boot log