• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Lenovo ThinkPad L14 Gen 5 - kernel panic

    Scheduled Pinned Locked Moved
    Hardware Compatibility
    3
    20
    732
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J
      jflash
      last edited by

      Hello!

      I’m trying to boot a Lenovo ThinkPad L14 Gen 5 using the 2025-01-08 kernel. The only thing that somewhat works is bzImage, but loading it ends with the message:

      “Kernel panic - not syncing: VFS: unable to mount root fs on unknown-block”

      Where to start? 🙂
      alt text

      J 1 Reply Last reply Reply Quote 0
      • J
        jflash @jflash
        last edited by

        @jflash
        HDD is NVMe0 SKHynix_HFS256GEM9X169N
        PXE BOOT: Realtek UEFI UNDI Driver-IPv4

        R 1 Reply Last reply Reply Quote 0
        • R
          rodluz Developer @jflash
          last edited by

          @jflash Can you make sure that you are using the Linux kernel version 6.6.69 and Initrd 2024.02.9 for FOG.
          If you are using those versions and it still kernel panics, please boot into a linux live image, then in the terminal enter lspci and post that output on here.

          Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

          Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

          Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

          J 2 Replies Last reply Reply Quote 0
          • J
            jflash @rodluz
            last edited by jflash

            @rodluz said in Lenovo ThinkPad L14 Gen 5 - kernel panic:

            If you are using those versions and it still kernel panics, please boot into a linux live image, then in the terminal enter lspci and post that output on here.

            Hello! There is output:

            user@debian:~$ lspci
            00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h-19h PCIe Root Complex (rev 01)
            00:00.2 IOMMU: Advanced Micro Devices, Inc. [AMD] Family 17h-19h IOMMU
            00:01.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h-19h PCIe Dummy Host Bridge (rev 01)
            00:01.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 17h-19h PCIe GPP Bridge
            00:02.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h-19h PCIe Dummy Host Bridge (rev 01)
            00:02.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 17h-19h PCIe GPP Bridge
            00:02.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 17h-19h PCIe GPP Bridge
            00:02.3 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 17h-19h PCIe GPP Bridge
            00:08.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h-19h PCIe Dummy Host Bridge (rev 01)
            00:08.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 17h-19h USB4/Thunderbolt PCIe tunnel
            00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller (rev 71)
            00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge (rev 51)
            00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Rembrandt Data Fabric: Device 18h; Function 0
            00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Rembrandt Data Fabric: Device 18h; Function 1
            00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Rembrandt Data Fabric: Device 18h; Function 2
            00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Rembrandt Data Fabric: Device 18h; Function 3
            00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Rembrandt Data Fabric: Device 18h; Function 4
            00:18.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Rembrandt Data Fabric: Device 18h; Function 5
            00:18.6 Host bridge: Advanced Micro Devices, Inc. [AMD] Rembrandt Data Fabric: Device 18h; Function 6
            00:18.7 Host bridge: Advanced Micro Devices, Inc. [AMD] Rembrandt Data Fabric: Device 18h; Function 7
            01:00.0 Network controller: Qualcomm Technologies, Inc QCNFA765 Wireless Network Adapter (rev 01)
            02:00.0 Non-Volatile memory controller: SK hynix Device 1f69
            03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 0e)
            04:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Rembrandt [Radeon 680M] (rev d5)
            04:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Rembrandt Radeon High Definition Audio Controller
            04:00.2 Encryption controller: Advanced Micro Devices, Inc. [AMD] VanGogh PSP/CCP
            04:00.3 USB controller: Advanced Micro Devices, Inc. [AMD] Rembrandt USB4 XHCI controller #3
            04:00.4 USB controller: Advanced Micro Devices, Inc. [AMD] Rembrandt USB4 XHCI controller #4
            04:00.5 Multimedia controller: Advanced Micro Devices, Inc. [AMD] ACP/ACP3x/ACP6x Audio Coprocessor (rev 60)
            04:00.6 Audio device: Advanced Micro Devices, Inc. [AMD] Family 17h/19h HD Audio Controller
            75:00.0 USB controller: Advanced Micro Devices, Inc. [AMD] Rembrandt USB4 XHCI controller #8
            75:00.1 USB controller: Advanced Micro Devices, Inc. [AMD] Rembrandt USB4 XHCI controller #5
            75:00.2 USB controller: Advanced Micro Devices, Inc. [AMD] Rembrandt USB4 XHCI controller #6
            75:00.3 USB controller: Advanced Micro Devices, Inc. [AMD] Rembrandt USB4/Thunderbolt NHI controller #1
            user@debian:~$

            R 1 Reply Last reply Reply Quote 0
            • R
              rodluz Developer @jflash
              last edited by

              @jflash We just released a new experimental kernel/init. Can you update both the kernel and initrd, they are versions 6.12.25 & 2025.02.0. Try those and let me know if it still kernel panics.

              Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

              Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

              Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

              1 Reply Last reply Reply Quote 0
              • J
                jflash @rodluz
                last edited by

                @rodluz Hello! Same problem:
                alt text

                Just in case, I’m providing some additional information:
                I’m using FOG version 1.5.9. TFTP Server settings:
                alt text

                I downloaded this files and specified them in the settings, but I renamed them with the suffix 20252:
                bzImage - bzImage20252
                bzImage32 - bzImage3220252
                init.xz - init20252.xz
                init_32.xz - init_3220252.xz

                And just in case, here are also the MikroTik settings that redirect to the FOG server:
                alt text

                Tom ElliottT R 2 Replies Last reply Reply Quote 0
                • Tom ElliottT
                  Tom Elliott @jflash
                  last edited by

                  @jflash Bootfilename should be snp.efi, or snponly.efi (if using UEFI booting) or one of the other ipxe files.

                  Having the bootfile be your kernel is likely the reason you’re seeing this issue.

                  Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                  Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                  Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                  J 1 Reply Last reply Reply Quote 0
                  • J
                    jflash @Tom Elliott
                    last edited by

                    @Tom-Elliott
                    Do I need to change this in MikroTik? I tried it in MikroTik, and the results were such that with snp.efi, snponly.efi, and ipxe.efi, the loading stops at the text: ‘iPXE initializing devices.’ Or do I also need to change something in the FOG settings?
                    alt text

                    Tom ElliottT 1 Reply Last reply Reply Quote 0
                    • Tom ElliottT
                      Tom Elliott @jflash
                      last edited by

                      @jflash so you changed it in mikrotek which is correct. however I believe your machines are also runnign with secure boot enabled, which often is what we see or somethign more along the lines of straight error loading, though freezing is more often what i recall from Lenovo, at least long ago when I first started seeing them.

                      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                      Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                      Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                      J 1 Reply Last reply Reply Quote 0
                      • J
                        jflash @Tom Elliott
                        last edited by

                        @Tom-Elliott
                        Hello again! Since I need to clone 60 laptops, I really hope to get this thing working 🙂 Secure Boot is disabled, but I made a short video of my laptop’s BIOS settings—maybe there’s a small detail there that I’m overlooking 🙂
                        BIOS settings video

                        R 1 Reply Last reply Reply Quote 0
                        • R
                          rodluz Developer @jflash
                          last edited by

                          @jflash Thank you for the video. I don’t see anything that jumps out at me that is wrong.
                          I created another kernel on my repo to try. https://github.com/rluzuriaga/fos/releases/tag/EXP_20250430

                          If that doesn’t work, maybe you could try disabling Securlty -> Memory Protection -> Execution Prevention.

                          If the memory protection setting doesn’t fix it, could you post the output of lspci -nn by booting into a linux environment on that computer? (Sorry I forgot the flags last time I asked)

                          Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                          Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                          Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                          J 1 Reply Last reply Reply Quote 0
                          • J
                            jflash @rodluz
                            last edited by

                            @rodluz Still no luck 😞 New output:

                            user@debian:~$ lspci -nn
                            00:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h-19h PCIe Root Complex [1022:14b5] (rev 01)
                            00:00.2 IOMMU [0806]: Advanced Micro Devices, Inc. [AMD] Family 17h-19h IOMMU [1022:14c6]
                            00:01.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h-19h PCIe Dummy Host Bridge [1022:14b7] (rev 01)
                            00:01.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Family 17h-19h PCIe Dummy Host Bridge [1022:14b7] (rev 01)
                            00:02.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h-19h PCIe Dummy Host Bridge [1022:14b7] (rev 01)
                            00:02.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Family 17h-19h PCIe GPP Bridge [1022:14ba]
                            00:03.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h-19h PCIe Dummy Host Bridge [1022:14b7] (rev 01)
                            00:03.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Family 19h USB4/Thunderbolt PCIe tunnel [1022:14cd]
                            00:04.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h-19h PCIe Dummy Host Bridge [1022:14b7] (rev 01)
                            00:05.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h-19h PCIe Dummy Host Bridge [1022:14b7] (rev 01)
                            00:06.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h-19h PCIe Dummy Host Bridge [1022:14b7] (rev 01)
                            00:07.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h-19h Internal PCIe GPP Bridge [1022:14b9] (rev 10)
                            00:08.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 17h-19h Internal PCIe GPP Bridge [1022:14b9] (rev 10)
                            00:08.3 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Family 17h-19h Internal PCIe GPP Bridge [1022:14b9] (rev 10)
                            00:14.0 SMBus [0c05]: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller [1022:790b] (rev 51)
                            00:14.3 ISA bridge [0601]: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge [1022:790e] (rev 51)
                            00:18.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Rembrandt Data Fabric: Device 0 [1022:1679]
                            00:18.1 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Rembrandt Data Fabric: Device 1 [1022:167a]
                            00:18.2 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Rembrandt Data Fabric: Device 2 [1022:167b]
                            00:18.3 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Rembrandt Data Fabric: Device 3 [1022:167c]
                            00:18.4 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Rembrandt Data Fabric: Device 4 [1022:167d]
                            00:18.5 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Rembrandt Data Fabric: Device 5 [1022:167e]
                            00:18.6 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Rembrandt Data Fabric: Device 6 [1022:167f]
                            00:18.7 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Rembrandt Data Fabric: Device 7 [1022:1680]
                            01:00.0 Network controller [0280]: Qualcomm Technologies, Inc QCNFA765 Wireless Network Adapter [116cb:1103] (rev 01)
                            02:00.0 Non-Volatile memory controller [0108]: SK hynix PCl0 NVMe Solid State Drive (DRAM-less) [1c5c:1f69]
                            03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8211/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 0e)
                            04:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Rembrandt [Radeon 680M] [1002:1640]
                            04:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Rembrandt Radeon High Definition Audio Controller [1002:1640]
                            74:00.2 Encryption controller [1080]: Advanced Micro Devices, Inc. [AMD] Family 19h PSP/CCP [1022:15df]
                            75:00.0 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] Rembrandt USB4 XHCI Controller #3 [1022:161d]
                            75:00.1 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] Rembrandt USB4 XHCI Controller #4 [1022:161e]
                            75:00.2 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] ACP/ACP3x/ACP6x Audio Coprocessor [1022:15e2] (rev 60)
                            75:00.3 Multimedia controller [0480]: Advanced Micro Devices, Inc. [AMD] ACP/ACP3x/ACP6x Audio Coprocessor [1022:15e3]
                            75:00.4 Audio device [0403]: Advanced Micro Devices, Inc. [AMD] Family 17h/19h/21h HD Audio Controller [1022:15e1]
                            75:00.5 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] Rembrandt USB4 XHCI Controller #5 [1022:15d6]
                            75:00.6 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] Rembrandt USB4 XHCI Controller #6 [1022:15d7]
                            75:00.7 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] Rembrandt USB4/Thunderbolt NHI Controller #1 [1022:162e]
                            user@debian:~$

                            Tom ElliottT 1 Reply Last reply Reply Quote 0
                            • Tom ElliottT
                              Tom Elliott @jflash
                              last edited by

                              @jflash said in Lenovo ThinkPad L14 Gen 5 - kernel panic:

                              d. RTL8111/8168

                              Can you try with the realtek.efi file?

                              Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                              Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                              Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                              J 1 Reply Last reply Reply Quote 0
                              • J
                                jflash @Tom Elliott
                                last edited by

                                @Tom-Elliott Here is output:
                                alt text

                                1 Reply Last reply Reply Quote 0
                                • R
                                  rodluz Developer @jflash
                                  last edited by

                                  @jflash I was just rereading through the full post and noticed a couple things.

                                  I’m using FOG version 1.5.9. TFTP Server settings:

                                  This is a really old version of FOG. I would recommend upgrading to the latest stable release.


                                  From the last picture, your iPXE version should be updated too. @Tom-Elliott Can correct me if I’m wrong, but the iPXE version will update when you update FOG.

                                  Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                                  Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                                  Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                                  J 2 Replies Last reply Reply Quote 0
                                  • J
                                    jflash @rodluz
                                    last edited by

                                    @rodluz
                                    OK, i try Monday install new serer

                                    1 Reply Last reply Reply Quote 0
                                    • J
                                      jflash @rodluz
                                      last edited by

                                      @rodluz
                                      My FOG has latest update now.

                                      Test with ipxe.efi
                                      alt text

                                      Test with realtek.efi
                                      alt text

                                      Test with latest bzImage
                                      alt text

                                      1 Reply Last reply Reply Quote 0
                                      • J
                                        jflash
                                        last edited by jflash

                                        @rodluz
                                        Hi!

                                        snponly.efi worked with latest FOG! Thank you for all your time!

                                        R 1 Reply Last reply Reply Quote 0
                                        • R
                                          rodluz Developer @jflash
                                          last edited by

                                          @jflash Great! Did you use the default kernel from FOG after the update, or did you use the kernel from my repo?

                                          Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                                          Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                                          Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                                          J 1 Reply Last reply Reply Quote 0
                                          • J
                                            jflash @rodluz
                                            last edited by

                                            @rodluz said in Lenovo ThinkPad L14 Gen 5 - kernel panic:

                                            @jflash Great! Did you use the default kernel from FOG after the update, or did you use the kernel from my repo?

                                            I don’t try older kernel, just put new one 🙂

                                            1 Reply Last reply Reply Quote 0
                                            • 1 / 1
                                            • First post
                                              Last post

                                            162

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project