Take a look at our
ThinkPads.com HOME PAGE
For those who might want to contribute to the blog, start here: Editors Alley Topic
Then contact Bill with a Private Message

[SOLVED with Kernel 6.2.9] Boot failed on Kernel 6.2.7 and Kernel 6.2.8 on Thinkpad X220

Linux on ThinkPads
Post Reply
Message
Author
benlimanto
Freshman Member
Posts: 55
Joined: Fri May 20, 2022 12:21 pm
Location: Surabaya, East Java, Indonesia
Contact:

[SOLVED with Kernel 6.2.9] Boot failed on Kernel 6.2.7 and Kernel 6.2.8 on Thinkpad X220

#1 Post by benlimanto » Tue Mar 28, 2023 11:51 pm

As title stated, Boot failed on Kernel 6.2.7 and Kernel 6.2.8 on Thinkpad X220. Does anyone also face same problem?

I tried to find any resource online, but seems I got no result pop up regarding it :wink:

SOLVED :
See https://bugzilla.redhat.com/show_bug.cgi?id=2182684#c5

or add intremap=off button.lid_init_state=open to the cmdline on grub :bow: :bow: :banana: :banana: :banana: :thumbs-UP: :thumbs-UP:
Last edited by benlimanto on Sat Apr 01, 2023 1:10 pm, edited 1 time in total.
X220 with Win 10 21H2 Fedora 38 XFCE 4.18 (official spins)
i7-2640m, disabled Hyper Thread, Temp Drop on average 10*C, all core activated, need KVM for Windows
12gb RAM (enough for now, DDR3L)
480 Kingston Fake SSD
64gb Samsung SD Card
Recently rolled back to Windows 7 from Win 10 21H2. Sad

dr_st
Admin
Admin
Posts: 9966
Joined: Sat Oct 29, 2005 6:20 am
Location: Israel

Re: Boot failed on Kernel 6.2.7 and Kernel 6.2.8 on Thinkpad X220. Does anyone also face same problem?

#2 Post by dr_st » Wed Mar 29, 2023 4:43 am

Failed why exactly? Did it start loading the kernel at least? If so, there should be some info in the kernel log or on the screen.
Thinkpad 25 (20K7), T16 Gen 3 (21MQ), Yoga 14 (20FY), T430s (IPS FHD + Classic Keyboard), X220 4291-4BG
X61 7673-V2V, T60 2007-QPG, T42 2373-F7G, X32 (IPS Screen), A31p w/ Ultrabay Numpad

benlimanto
Freshman Member
Posts: 55
Joined: Fri May 20, 2022 12:21 pm
Location: Surabaya, East Java, Indonesia
Contact:

Re: Boot failed on Kernel 6.2.7 and Kernel 6.2.8 on Thinkpad X220. Does anyone also face same problem?

#3 Post by benlimanto » Fri Mar 31, 2023 6:08 am

dr_st wrote:
Wed Mar 29, 2023 4:43 am
Failed why exactly? Did it start loading the kernel at least? If so, there should be some info in the kernel log or on the screen.
The error is here https://bugzilla.redhat.com/show_bug.cgi?id=2182684, I tried to pin it down, but seems It's hard.

I think there are problem with the acpi, I don't know which one, but with acpi off, I can boot, but well... it's unusable.
X220 with Win 10 21H2 Fedora 38 XFCE 4.18 (official spins)
i7-2640m, disabled Hyper Thread, Temp Drop on average 10*C, all core activated, need KVM for Windows
12gb RAM (enough for now, DDR3L)
480 Kingston Fake SSD
64gb Samsung SD Card
Recently rolled back to Windows 7 from Win 10 21H2. Sad

dr_st
Admin
Admin
Posts: 9966
Joined: Sat Oct 29, 2005 6:20 am
Location: Israel

Re: Boot failed on Kernel 6.2.7 and Kernel 6.2.8 on Thinkpad X220. Does anyone also face same problem?

#4 Post by dr_st » Fri Mar 31, 2023 8:15 am

From what I see - this is the first place of failure:

Code: Select all

Mar 31 06:55:26 TP-X220 kernel: mei_me 0000:00:16.0: wait hw ready failed
Mar 31 06:55:26 TP-X220 kernel: mei_me 0000:00:16.0: hw_start failed ret = -62
Mar 31 06:55:26 TP-X220 kernel: mei_me 0000:00:16.0: reset: reached maximal consecutive resets: disabling the device
Mar 31 06:55:26 TP-X220 kernel: mei_me 0000:00:16.0: reset failed ret = -19
Mar 31 06:55:26 TP-X220 kernel: mei_me 0000:00:16.0: link layer initialization failed.
Mar 31 06:55:26 TP-X220 kernel: mei_me 0000:00:16.0: init hw failure.
Mar 31 06:55:31 TP-X220 kernel: watchdog: BUG: soft lockup - CPU#3 stuck for 26s! [kworker/3:2:70]
mei_me is the Intel AMT (ME) driver. It may not work well with the 12-year old ME FW on the X220. I wonder if it possible to disable the driver so that it does not try to load on boot.
Thinkpad 25 (20K7), T16 Gen 3 (21MQ), Yoga 14 (20FY), T430s (IPS FHD + Classic Keyboard), X220 4291-4BG
X61 7673-V2V, T60 2007-QPG, T42 2373-F7G, X32 (IPS Screen), A31p w/ Ultrabay Numpad

axur-delmeria
Senior ThinkPadder
Senior ThinkPadder
Posts: 4318
Joined: Mon May 28, 2012 5:49 am
Location: Metro Manila, Philippines

Re: Boot failed on Kernel 6.2.7 and Kernel 6.2.8 on Thinkpad X220. Does anyone also face same problem?

#5 Post by axur-delmeria » Fri Mar 31, 2023 8:31 am

dr_st wrote:
Fri Mar 31, 2023 8:15 am
mei_me is the Intel AMT (ME) driver. It may not work well with the 12-year old ME FW on the X220. I wonder if it possible to disable the driver so that it does not try to load on boot.
Maybe blacklisting the mei_me module could work.
Planned Purchase: T480s i5-8350 FHD Touch
Impulse Buy: Thinkpad not named for safety reasons :lol:
RIP: X220 4291-C91 X61 7676-A24 760XD-U9E :cry:

benlimanto
Freshman Member
Posts: 55
Joined: Fri May 20, 2022 12:21 pm
Location: Surabaya, East Java, Indonesia
Contact:

Re: Boot failed on Kernel 6.2.7 and Kernel 6.2.8 on Thinkpad X220. Does anyone also face same problem?

#6 Post by benlimanto » Sat Apr 01, 2023 12:42 am

axur-delmeria wrote:
Fri Mar 31, 2023 8:31 am
dr_st wrote:
Fri Mar 31, 2023 8:15 am
mei_me is the Intel AMT (ME) driver. It may not work well with the 12-year old ME FW on the X220. I wonder if it possible to disable the driver so that it does not try to load on boot.
Maybe blacklisting the mei_me module could work.
oh, I will test it. But why I can't even boot on AHCI? Is there a reason?

I tried to disable the mei_me, it failed to boot, still facing soft lock :/

2nd edit :

Now after intel_me disabled, I can boot, just i915/iGPU intel, is broken... I don't know why it's different between AHCI vs IDE/Compability.

The log also added to the bugzilla https://bugzilla.redhat.com/show_bug.cgi?id=2182684#c4

i915 0000:00:02.0: [drm] *ERROR* flip_done timed out
X220 with Win 10 21H2 Fedora 38 XFCE 4.18 (official spins)
i7-2640m, disabled Hyper Thread, Temp Drop on average 10*C, all core activated, need KVM for Windows
12gb RAM (enough for now, DDR3L)
480 Kingston Fake SSD
64gb Samsung SD Card
Recently rolled back to Windows 7 from Win 10 21H2. Sad

axur-delmeria
Senior ThinkPadder
Senior ThinkPadder
Posts: 4318
Joined: Mon May 28, 2012 5:49 am
Location: Metro Manila, Philippines

Re: Boot failed on Kernel 6.2.7 and Kernel 6.2.8 on Thinkpad X220. Does anyone also face same problem?

#7 Post by axur-delmeria » Sat Apr 01, 2023 6:04 am

Just roll back to an older kernel. Is there any need for you to run the latest kernel?
Planned Purchase: T480s i5-8350 FHD Touch
Impulse Buy: Thinkpad not named for safety reasons :lol:
RIP: X220 4291-C91 X61 7676-A24 760XD-U9E :cry:

benlimanto
Freshman Member
Posts: 55
Joined: Fri May 20, 2022 12:21 pm
Location: Surabaya, East Java, Indonesia
Contact:

Re: Boot failed on Kernel 6.2.7 and Kernel 6.2.8 on Thinkpad X220. Does anyone also face same problem?

#8 Post by benlimanto » Sat Apr 01, 2023 8:30 am

axur-delmeria wrote:
Sat Apr 01, 2023 6:04 am
Just roll back to an older kernel. Is there any need for you to run the latest kernel?
For now no, but fedora doesn't have LTS kernel, that means, in just 1-2 months in the future, My Fedora will be not able to upgrade, and there are no security patch. Other than that, I also can't... upgrade to newer fedora... which is sucks.. I rely much on rpm/dnf/selinux/podman for works... which is hard to move to other distro. I tried ubuntu, well.. not quite enterprise level like fedora for desktop :/

So as you, yourself, what distro do you use?

SOLVED :

I add intremap=off on the flags boot, seems that fix the issue, and I need to turn it on into AHCI mode, to able to boot.

my full cmdline

BOOT_IMAGE=(hd0,gpt2)/vmlinuz-6.2.9-200.fc37.x86_64 root=UUID=b76d6809-a8ab-41fb-9e27-cfbbed48e5b7 ro rootflags=subvol=root rhgb quiet acpi_osi=! "acpi_osi=Windows 2009" pcie_aspm=force preempt=voluntary iommu=soft mitigations=off intel_iommu=igfx_off i915.modeset=1 i915.enable_dc=0 i915.enable_fbc=1 i915.enable_psr=0 i915.enable_guc=2 i915.enable_dp_mst=0 i915.disable_power_well=0 intremap=off button.lid_init_state=open

see https://bugzilla.redhat.com/show_bug.cgi?id=2182684#c5 and https://blog.benyamin.xyz/2023/04/02/fi ... kpad-x220/

I hope future folks can find this helpful. This error from kernel 6.2.x, need AHCI to boot, and DRM and CPU softlock... On thinkpad X220
Last edited by benlimanto on Sun Apr 02, 2023 12:14 am, edited 1 time in total.
X220 with Win 10 21H2 Fedora 38 XFCE 4.18 (official spins)
i7-2640m, disabled Hyper Thread, Temp Drop on average 10*C, all core activated, need KVM for Windows
12gb RAM (enough for now, DDR3L)
480 Kingston Fake SSD
64gb Samsung SD Card
Recently rolled back to Windows 7 from Win 10 21H2. Sad

axur-delmeria
Senior ThinkPadder
Senior ThinkPadder
Posts: 4318
Joined: Mon May 28, 2012 5:49 am
Location: Metro Manila, Philippines

Re: [SOLVED with Kernel 6.2.9] Boot failed on Kernel 6.2.7 and Kernel 6.2.8 on Thinkpad X220

#9 Post by axur-delmeria » Sat Apr 01, 2023 9:59 pm

It's great that you found a solution. I find it odd that the problem happened in the first place.

As for Linux distros, I've been using Debian for more than a decade, starting with Etch (Debian 4).
Planned Purchase: T480s i5-8350 FHD Touch
Impulse Buy: Thinkpad not named for safety reasons :lol:
RIP: X220 4291-C91 X61 7676-A24 760XD-U9E :cry:

benlimanto
Freshman Member
Posts: 55
Joined: Fri May 20, 2022 12:21 pm
Location: Surabaya, East Java, Indonesia
Contact:

Re: [SOLVED with Kernel 6.2.9] Boot failed on Kernel 6.2.7 and Kernel 6.2.8 on Thinkpad X220

#10 Post by benlimanto » Sun Apr 02, 2023 12:17 am

axur-delmeria wrote:
Sat Apr 01, 2023 9:59 pm
It's great that you found a solution. I find it odd that the problem happened in the first place.

As for Linux distros, I've been using Debian for more than a decade, starting with Etch (Debian 4).
There are major change in Kernel 6.2.x, I don't know what list of it, but many on Fedora Ask Forum, as facing multiple problem, well fedora is bleeding edge, debian and ubuntu is on LTS kernel mostly, so most of the time, Red Hat team patch it, land on fedora and other linux distro that's bleeding edge (arch, etc), the in the end lands on debian and ubuntu.

Well debian is good, but for profesional works, I can't hold apparmor and apt, I would rather use rpms, dnf, and selinux. That serve me well.

anyway thanks for helping, also thanks to dr_st to help. At least with the log, some one help to find out. Thanks! :banana: :banana: :banana:
X220 with Win 10 21H2 Fedora 38 XFCE 4.18 (official spins)
i7-2640m, disabled Hyper Thread, Temp Drop on average 10*C, all core activated, need KVM for Windows
12gb RAM (enough for now, DDR3L)
480 Kingston Fake SSD
64gb Samsung SD Card
Recently rolled back to Windows 7 from Win 10 21H2. Sad

Post Reply
  • Similar Topics
    Replies
    Views
    Last post

Return to “Linux Questions”

Who is online

Users browsing this forum: No registered users and 17 guests