F34 Workstation hangs on root remount unless I boot debug kernel

Greetings all,
I have F34 Workstation installed on a Lenovo ThinkPad E555. It has been working fairly well all around since I insatlled F28 or F29 on it. However, late in kernel 5.10.x the system started hanging on remounting the root fs such that nothing is in the journalctl log for the failing boots. If I manually choose the debug version of the kernel, it works correctly.
Here’s the output of fpaste --sysinfo --printonly

=== fpaste 0.4.2.0 System Information ===
* OS Release (lsb_release -ds):
     "Fedora release 34 (Thirty Four)"
     
* Kernel (uname -r ; cat /proc/cmdline):
     5.12.10-300.fc34.x86_64+debug
     BOOT_IMAGE=(hd0,gpt2)/vmlinuz-5.12.10-300.fc34.x86_64+debug root=/dev/mapper/fedora-root ro resume=/dev/mapper/fedora-swap rd.lvm.lv=fedora/root rd.lvm.lv=fedora/swap
     
* Desktop(s) Running (ps -eo comm= | grep -E '(gnome-session|startkde|startactive|xfce.?-session|fluxbox|blackbox|hackedbox|ratpoison|enlightenment|icewm-session|od-session|wmaker|wmx|openbox-lxde|openbox-gnome-session|openbox-kde-session|mwm|e16|fvwm|xmonad|sugar-session|mate-session|lxqt-session|cinnamon|lxdm-session)' ):
     gnome-session-b
     gnome-session-c
     gnome-session-b
     
* Desktop(s) Installed (ls -m /usr/share/xsessions/ | sed 's/\.desktop//g' ):
     gnome-classic, gnome, gnome-xorg
     
* SELinux Status (sestatus):
     SELinux status:                 enabled
     SELinuxfs mount:                /sys/fs/selinux
     SELinux root directory:         /etc/selinux
     Loaded policy name:             targeted
     Current mode:                   enforcing
     Mode from config file:          enforcing
     Policy MLS status:              enabled
     Policy deny_unknown status:     allowed
     Memory protection checking:     actual (secure)
     Max kernel policy version:      33
     
* SELinux Errors (selinuxenabled && journalctl --since yesterday |grep avc: | grep -Eo comm="[^ ]+" | sort |uniq -c |sort -rn):
           2 comm="sssd"
     
* CPU Model (grep 'model name' /proc/cpuinfo | awk -F: '{print $2}' | uniq -c |
     sed -re 's/^ +//' ):
     2  AMD A6-7000 Radeon R4, 5 Compute Cores 2C+3G
     
* 64-bit Support (grep -q ' lm ' /proc/cpuinfo && echo Yes || echo No):
     Yes
     
* Hardware Virtualization Support (grep -Eq '(vmx|svm)' /proc/cpuinfo && echo Yes || echo No):
     Yes
     
* Load average (uptime):
      15:47:23 up  1:06,  1 user,  load average: 2.83, 2.16, 1.66
     
* Memory usage (free -m):
                    total        used        free      shared  buff/cache   available
     Mem:           14918        3230        9264          41        2424       11322
     Swap:          15747           0       15747
     
* Top 5 CPU hogs (ps axuScnh | awk '$2!=15024' | sort -rnk3 | head -5):
     1388800001  3923 16.3  5.2 3914580 804924 ?      Sl   14:44  10:18 firefox
     1388800001  2872 15.4  1.5 3863792 239760 ?      Ssl  14:42   9:58 gnome-shell
     1388800001  2723  7.9  0.8 912704 135160 tty2    Sl+  14:42   5:09 Xorg
            0       1  5.8  0.1 112400 18636 ?        Ss   14:41   3:53 systemd
     1388800001  5866  5.1  1.7 2904468 261800 ?      Sl   14:49   2:58 Isolated Web Co
     
* Top 5 Memory hogs (ps axuScnh | sort -rnk4 | head -5):
     1388800001  3923 16.3  5.2 3914580 804924 ?      Sl   14:44  10:18 firefox
     1388800001  4215  3.2  2.9 9513584 448212 ?      Sl   14:44   2:03 WebExtensions
     1388800001 11101  3.4  2.3 3011056 356264 ?      Sl   15:21   0:53 thunderbird
     1388800001  5866  5.1  1.7 2904468 261800 ?      Sl   14:49   2:58 Isolated Web Co
            0    2364  0.6  1.7 740904 260916 ?       Ssl  14:42   0:25 packagekitd
     
* Disk space usage (df -hT):
     Filesystem              Type      Size  Used Avail Use% Mounted on
     devtmpfs                devtmpfs  7.3G     0  7.3G   0% /dev
     tmpfs                   tmpfs     7.3G  944K  7.3G   1% /dev/shm
     tmpfs                   tmpfs     3.0G  2.0M  3.0G   1% /run
     /dev/mapper/fedora-root ext4       49G   35G   13G  75% /
     tmpfs                   tmpfs     7.3G  332K  7.3G   1% /tmp
     /dev/sda2               ext4      976M  503M  407M  56% /boot
     /dev/mapper/fedora-home ext4      859G  798G   18G  98% /home
     /dev/sda1               vfat      200M   17M  184M   9% /boot/efi
     tmpfs                   tmpfs     1.5G  176K  1.5G   1% /run/user/1388800001
     
* Block devices (blkid):
     /dev/sda1: SEC_TYPE="msdos" UUID="0F9C-DAE6" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="bf446c9e-05e4-4a01-8612-1ac63d80e049"
     /dev/sda2: UUID="7407e4b4-8644-4495-bcd3-6997733246ac" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="3dc80c78-f9f9-4def-a357-c626cdea03b6"
     /dev/sda3: UUID="Bq4MKl-Tnxd-pKWR-08UR-toWS-FSEj-V57JJd" TYPE="LVM2_member" PARTUUID="623b5d97-9895-4912-91ad-9b4d704347bf"
     /dev/mapper/fedora-root: UUID="6537b58f-0003-4623-b8d0-4cd919b4675d" BLOCK_SIZE="4096" TYPE="ext4"
     /dev/mapper/fedora-swap: UUID="8a9f1f70-8b73-480c-a92a-9b2dee9de7eb" TYPE="swap"
     /dev/zram0: LABEL="zram0" UUID="3446c50b-eae5-40a0-8032-84fc93f93b97" TYPE="swap"
     /dev/mapper/fedora-home: UUID="a5e5b8af-397d-429f-92d2-e14cf2b5932c" BLOCK_SIZE="4096" TYPE="ext4"
     
* PCI devices (lspci -nn):
     00:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 30h-3fh) Processor Root Complex [1022:1422]
     00:01.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Kaveri [Radeon R4 Graphics] [1002:130b]
     00:01.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Kaveri HDMI/DP Audio Controller [1002:1308]
     00:02.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 30h-3fh) Processor Root Port [1022:1424]
     00:03.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 30h-3fh) Processor Root Port [1022:1424]
     00:03.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 30h-3fh) Processor Root Port [1022:1426]
     00:03.2 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 30h-3fh) Processor Root Port [1022:1426]
     00:03.3 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 30h-3fh) Processor Root Port [1022:1426]
     00:04.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 30h-3fh) Processor Root Port [1022:1424]
     00:10.0 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] FCH USB XHCI Controller [1022:7814] (rev 09)
     00:10.1 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] FCH USB XHCI Controller [1022:7814] (rev 09)
     00:11.0 SATA controller [0106]: Advanced Micro Devices, Inc. [AMD] FCH SATA Controller [AHCI mode] [1022:7804] (rev 40)
     00:12.0 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] FCH USB OHCI Controller [1022:7807] (rev 11)
     00:12.2 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] FCH USB EHCI Controller [1022:7808] (rev 11)
     00:13.0 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] FCH USB OHCI Controller [1022:7807] (rev 11)
     00:13.2 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] FCH USB EHCI Controller [1022:7808] (rev 11)
     00:14.0 SMBus [0c05]: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller [1022:780b] (rev 16)
     00:14.2 Audio device [0403]: Advanced Micro Devices, Inc. [AMD] FCH Azalia Controller [1022:780d] (rev 01)
     00:14.3 ISA bridge [0601]: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge [1022:780e] (rev 11)
     00:14.4 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] FCH PCI Bridge [1022:780f] (rev 40)
     00:14.5 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] FCH USB OHCI Controller [1022:7809] (rev 11)
     00:18.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 30h-3fh) Processor Function 0 [1022:141a]
     00:18.1 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 30h-3fh) Processor Function 1 [1022:141b]
     00:18.2 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 30h-3fh) Processor Function 2 [1022:141c]
     00:18.3 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 30h-3fh) Processor Function 3 [1022:141d]
     00:18.4 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 30h-3fh) Processor Function 4 [1022:141e]
     00:18.5 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 30h-3fh) Processor Function 5 [1022:141f]
     01:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 10)
     02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5227 PCI Express Card Reader [10ec:5227] (rev 01)
     03:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter [10ec:b723]
     
* USB devices (lsusb):
     Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
     Bus 002 Device 002: ID 04f2:b444 Chicony Electronics Co., Ltd Lenovo Integrated Webcam
     Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
     Bus 004 Device 002: ID 0bda:b728 Realtek Semiconductor Corp. RTL8723B Bluetooth
     Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
     Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
     Bus 003 Device 002: ID 046d:c52f Logitech, Inc. Unifying Receiver
     Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
     Bus 009 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
     Bus 008 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
     Bus 007 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
     Bus 006 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
     
* DRM Information (journalctl -k -b | grep -o 'kernel:.*drm.*$' | cut -d ' ' -f 2- ):
     [drm] radeon kernel modesetting enabled.
     fb0: switching to radeondrmfb from EFI VGA
     [drm] initializing kernel modesetting (KAVERI 0x1002:0x130B 0x17AA:0x5110 0x00).
     [drm] doorbell mmio base: 0xF0000000
     [drm] doorbell mmio size: 8388608
     [drm] Changing default dispclk from 496Mhz to 600Mhz
     [drm] Detected VRAM RAM=1024M, BAR=256M
     [drm] RAM width 128bits DDR
     [drm] radeon: 1024M of VRAM memory ready
     [drm] radeon: 2048M of GTT memory ready.
     [drm] Loading kaveri Microcode
     [drm] Internal thermal controller without fan control
     [drm] radeon: dpm initialized
     [drm] Found UVD firmware Version: 1.64 Family ID: 9
     [drm] Found VCE firmware/feedback version 40.2.2 / 15!
     [drm] GART: num cpu pages 524288, num gpu pages 524288
     [drm] PCIE GART of 2048M enabled (table at 0x000000000030E000).
     [drm] radeon: irq initialized.
     [drm] ring test on 0 succeeded in 2 usecs
     [drm] ring test on 1 succeeded in 2 usecs
     [drm] ring test on 2 succeeded in 2 usecs
     [drm] ring test on 3 succeeded in 4 usecs
     [drm] ring test on 4 succeeded in 4 usecs
     [drm] ring test on 5 succeeded in 1 usecs
     [drm] UVD initialized successfully.
     [drm] ring test on 6 succeeded in 17 usecs
     [drm] ring test on 7 succeeded in 3 usecs
     [drm] VCE initialized successfully.
     [drm] ib test on ring 0 succeeded in 0 usecs
     [drm] ib test on ring 1 succeeded in 0 usecs
     [drm] ib test on ring 2 succeeded in 0 usecs
     [drm] ib test on ring 3 succeeded in 0 usecs
     [drm] ib test on ring 4 succeeded in 0 usecs
     [drm] ib test on ring 5 succeeded
     [drm] ib test on ring 6 succeeded
     [drm] ib test on ring 7 succeeded
     [drm] radeon atom DIG backlight initialized
     [drm] Radeon Display Connectors
     [drm] Connector 0:
     [drm]   VGA-1
     [drm]   HPD2
     [drm]   DDC: 0x6540 0x6540 0x6544 0x6544 0x6548 0x6548 0x654c 0x654c
     [drm]   Encoders:
     [drm]     CRT1: INTERNAL_UNIPHY2
     [drm]     CRT1: NUTMEG
     [drm] Connector 1:
     [drm]   HDMI-A-1
     [drm]   HPD3
     [drm]   DDC: 0x6550 0x6550 0x6554 0x6554 0x6558 0x6558 0x655c 0x655c
     [drm]   Encoders:
     [drm]     DFP1: INTERNAL_UNIPHY2
     [drm] Connector 2:
     [drm]   eDP-1
     [drm]   HPD1
     [drm]   DDC: 0x6530 0x6530 0x6534 0x6534 0x6538 0x6538 0x653c 0x653c
     [drm]   Encoders:
     [drm]     LCD1: INTERNAL_UNIPHY
     [drm] Connector 3:
     [drm]   DP-1
     [drm]   HPD4
     [drm]   DDC: 0x6560 0x6560 0x6564 0x6564 0x6568 0x6568 0x656c 0x656c
     [drm]   Encoders:
     [drm]     DFP2: INTERNAL_UNIPHY3
     [drm] fb mappable at 0xE0731000
     [drm] vram apper at 0xE0000000
     [drm] size 33177600
     [drm] fb depth is 24
     [drm]    pitch is 15360
     fbcon: radeondrmfb (fb0) is primary device
     radeon 0000:00:01.0: [drm] fb0: radeondrmfb frame buffer device
     [drm] Initialized radeon 2.50.0 20080528 for 0000:00:01.0 on minor 0
     [drm] amdgpu kernel modesetting enabled.
     
* Xorg modules (grep LoadModule /var/log/Xorg.0.log ~/.local/share/xorg/Xorg.0.log | cut -d \" -f 2 | xargs):
     
     
* GL Support (glxinfo | grep -E "OpenGL version|OpenGL renderer"):
     OpenGL renderer string: AMD KAVERI (DRM 2.50.0, 5.12.10-300.fc34.x86_64+debug, LLVM 12.0.0)
     OpenGL version string: 4.5 (Compatibility Profile) Mesa 21.1.2
     
* Xorg errors (without results: "grep '^\[.*(EE)' /var/log/Xorg.0.log ~/.local/share/xorg/Xorg.0.log | cut -d ':' -f 2- "):
     N/A

* Kernel buffer tail (dmesg | tail):
     [  275.763047] nf_conntrack: default automatic helper assignment has been turned off for security reasons and CT-based firewall rule not found. Use the iptables CT target to attach helpers instead.
     [  288.456286] perf: interrupt took too long (4400 > 4102), lowering kernel.perf_event_max_sample_rate to 45000
     [  354.138399] perf: interrupt took too long (5694 > 5500), lowering kernel.perf_event_max_sample_rate to 35000
     [  796.453358] perf: interrupt took too long (7394 > 7117), lowering kernel.perf_event_max_sample_rate to 27000
     [ 1032.657289] systemd-sysv-generator[7346]: SysV service '/etc/rc.d/init.d/livesys-late' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
     [ 1032.657663] systemd-sysv-generator[7346]: SysV service '/etc/rc.d/init.d/livesys' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
     [ 1071.817288] perf: interrupt took too long (9461 > 9242), lowering kernel.perf_event_max_sample_rate to 21000
     [ 2034.194975] kworker/dying (112) used greatest stack depth: 11208 bytes left
     [ 2043.596915] perf: interrupt took too long (12087 > 11826), lowering kernel.perf_event_max_sample_rate to 16000
     [ 2660.882524] kworker/dying (7) used greatest stack depth: 10904 bytes left
     
* Last few reboots (last -x -n10 reboot runlevel):
     runlevel (to lvl 5)   5.12.10-300.fc34 Tue Jun 15 14:42   still running
     reboot   system boot  5.12.10-300.fc34 Tue Jun 15 14:41   still running
     runlevel (to lvl 5)   5.12.9-300.fc34. Fri Jun 11 13:36 - 14:36 (4+00:59)
     reboot   system boot  5.12.9-300.fc34. Fri Jun 11 13:35 - 14:36 (4+01:00)
     runlevel (to lvl 5)   5.12.8-300.fc34. Wed Jun  2 12:56 - 13:33 (9+00:36)
     reboot   system boot  5.12.8-300.fc34. Wed Jun  2 12:55 - 13:33 (9+00:37)
     runlevel (to lvl 5)   5.12.6-300.fc34. Tue May 25 10:46 - 12:52 (8+02:05)
     reboot   system boot  5.12.6-300.fc34. Tue May 25 10:45 - 12:52 (8+02:06)
     runlevel (to lvl 5)   5.11.21-300.fc34 Tue May 25 10:04 - 10:42  (00:37)
     reboot   system boot  5.11.21-300.fc34 Tue May 25 10:04 - 10:42  (00:37)
     
     wtmp begins Fri Jan 11 11:24:53 2019
     
* DNF Repositories (dnf repolist):
     repo id                   repo name
     atomic                    Fedora 34 - atomic
     bintray--ookla-rhel       bintray--ookla-rhel
     enpass                    Enpass password manager repository
     fedora                    Fedora 34 - x86_64
     fedora-cisco-openh264     Fedora 34 openh264 (From Cisco) - x86_64
     fedora-modular            Fedora Modular 34 - x86_64
     gh-cli                    packages for the GitHub CLI
     google-webdesigner        google-webdesigner
     rpmfusion-free            RPM Fusion for Fedora 34 - Free
     rpmfusion-free-tainted    RPM Fusion for Fedora 34 - Free tainted
     rpmfusion-free-updates    RPM Fusion for Fedora 34 - Free - Updates
     rpmfusion-nonfree         RPM Fusion for Fedora 34 - Nonfree
     rpmfusion-nonfree-steam   RPM Fusion for Fedora 34 - Nonfree - Steam
     rpmfusion-nonfree-tainted RPM Fusion for Fedora 34 - Nonfree tainted
     rpmfusion-nonfree-updates RPM Fusion for Fedora 34 - Nonfree - Updates
     updates                   Fedora 34 - x86_64 - Updates
     updates-modular           Fedora Modular 34 - x86_64 - Updates
     virtio-win-stable         virtio-win builds roughly matching what was shipped in latest RHEL
     
* DNF Extras (dnf -C list extras):
     Last metadata expiration check: 1:55:24 ago on Tue 15 Jun 2021 01:52:09 PM EDT.
     Extra Packages
     adwaita-qt4.x86_64                 1.1.3-4.fc33               @fedora           
     aether-connector-okhttp.noarch     0.17.3-3.fc30              @fedora           
     apache-commons-el.noarch           1.0-43.fc31                @fedora           
     beignet.x86_64                     1.3.2-5.fc29               @fedora           
     bind-export-libs.x86_64            32:9.11.11-1.fc30          @updates          
     clang6.0-libs.x86_64               6.0.1-8.fc30               @fedora           
     closure-compiler.noarch            20160315-11.fc31           @fedora           
     compat-openssl10.x86_64            1:1.0.2o-11.fc33           @fedora           
     dotnet-runtime-deps-5.0.x86_64     5.0.0-0.1.rc.1.20451.14    @System           
     edb.x86_64                         0.9.21-5.fc32              @fedora           
     extra166y.noarch                   1.7.0-12.fc31              @fedora           
     fipscheck-lib.x86_64               1.5.0-8.fc32               @fedora           
     gamin.x86_64                       0.1.10-37.fc33             @fedora           
     gcc-debuginfo.i686                 10.2.1-9.fc33              @updates-debuginfo
     gcc-debuginfo.x86_64               10.2.1-9.fc33              @updates-debuginfo
     gcc-debugsource.x86_64             9.1.1-1.fc30               @updates-debuginfo
     gcc-debugsource.i686               10.2.1-9.fc33              @updates-debuginfo
     gcc91-c++.i586                     9.1.0-1.fc25               @System           
     geronimo-annotation.noarch         1.0-28.fc33                @fedora           
     glade3.x86_64                      2:3.8.6-8.fc32             @fedora           
     glade3-libgladeui.x86_64           2:3.8.6-8.fc32             @fedora           
     glade3-libgladeui-devel.x86_64     2:3.8.6-8.fc32             @fedora           
     glibc-debuginfo.i686               2.32-4.fc33                @updates-debuginfo
     glibc-debuginfo-common.x86_64      2.32-4.fc33                @updates-debuginfo
     gpars.noarch                       1.2.1-14.fc31              @fedora           
     groovy-lib.noarch                  2.4.8-10.fc31              @fedora           
     guava20.noarch                     20.0-11.fc32               @fedora           
     guestfs-browser.x86_64             0.2.3-15.fc30              @fedora           
     ipscan.x86_64                      3.5.5-1                    @@commandline     
     iscan.x86_64                       2.30.4-2                   @@commandline     
     iscan-data.noarch                  1.39.1-2                   @@commandline     
     iscan-plugin-gt-s650.x86_64        1.1.1-1                    @@commandline     
     jai-imageio-core.noarch            1.2-0.24.20100217cvs.fc29  @fedora           
     java-base64.noarch                 2.3.8-16.fc31              @fedora           
     jbigkit-debuginfo.x86_64           2.1-16.fc30                @fedora-debuginfo 
     jbigkit-debugsource.x86_64         2.1-16.fc30                @fedora-debuginfo 
     jbigkit-libs-debuginfo.x86_64      2.1-16.fc30                @fedora-debuginfo 
     jboss-interceptors-1.2-api.noarch  1.0.1-4.fc33               @fedora           
     jcsp.noarch                        1.1-0.12.rc5.fc31          @fedora           
     jmh.noarch                         1.13-8.fc30                @fedora           
     k3b-extras-freeworld.x86_64        1:18.12.3-2.fc31           @rpmfusion-free   
     khmeros-fonts-common.noarch        5.0-30.fc33                @fedora           
     kxml.noarch                        2.3.0-20.fc32              @fedora           
     kyotocabinet-libs.x86_64           1.2.78-1.fc33              @updates          
     libblockdev-vdo.x86_64             2.24-2.fc32                @updates          
     libgcc-debuginfo.i686              10.2.1-9.fc33              @updates-debuginfo
     libgcc-debuginfo.x86_64            10.2.1-9.fc33              @updates-debuginfo
     libieee1284-debuginfo.x86_64       0.2.11-30.fc30             @fedora-debuginfo 
     libieee1284-debugsource.x86_64     0.2.11-30.fc30             @fedora-debuginfo 
     libjpeg-turbo-debuginfo.x86_64     2.0.2-1.fc30               @fedora-debuginfo 
     libjpeg-turbo-debugsource.x86_64   2.0.2-1.fc30               @fedora-debuginfo 
     libpng-debuginfo.x86_64            2:1.6.36-1.fc30            @fedora-debuginfo 
     libpng-debugsource.x86_64          2:1.6.36-1.fc30            @fedora-debuginfo 
     libquvi.x86_64                     0.9.4-16.fc32              @fedora           
     libstdc++-debuginfo.i686           10.2.1-9.fc33              @updates-debuginfo
     libtiff-debuginfo.x86_64           4.0.10-5.fc30              @updates-debuginfo
     libtiff-debugsource.x86_64         4.0.10-4.fc30              @fedora-debuginfo 
     libusbx-debuginfo.x86_64           1.0.22-2.fc30              @fedora-debuginfo 
     libusbx-debugsource.x86_64         1.0.22-2.fc30              @fedora-debuginfo 
     llvm6.0-libs.x86_64                6.0.1-10.fc32              @fedora           
     log4j12.noarch                     1.2.17-30.fc33             @fedora           
     lpg-java-compat.noarch             1.1.0-30.fc32              @fedora           
     lucene3.noarch                     3.6.2-17.fc31              @fedora           
     lucene3-contrib.noarch             3.6.2-17.fc31              @fedora           
     mozilla-adblockplus.noarch         2.9.1-4.fc29               @fedora           
     mozjs52.x86_64                     52.9.0-8.fc33              @fedora           
     mozjs60.x86_64                     60.9.0-7.fc33              @fedora           
     multiverse.noarch                  0.7.0-11.fc31              @fedora           
     nautilus-sendto.x86_64             1:3.8.6-9.fc33             @fedora           
     net-snmp-debuginfo.x86_64          1:5.8-10.fc30              @updates-debuginfo
     net-snmp-debugsource.x86_64        1:5.8-6.fc30               @fedora-debuginfo 
     net-snmp-libs-debuginfo.x86_64     1:5.8-10.fc30              @updates-debuginfo
     netty-tcnative.x86_64              1.1.30-17.fc33             @fedora           
     netty3.noarch                      3.10.6-7.fc31              @fedora           
     okhttp.noarch                      3.10.0-5.fc30              @fedora           
     okio.noarch                        1.14.0-3.fc30              @fedora           
     openssl-debuginfo.x86_64           1:1.1.1c-2.fc30            @updates-debuginfo
     openssl-debugsource.x86_64         1:1.1.1c-2.fc30            @updates-debuginfo
     openssl-libs-debuginfo.x86_64      1:1.1.1c-2.fc30            @updates-debuginfo
     oprofile.x86_64                    1.3.0-1.fc29               @updates          
     pam_krb5.x86_64                    2.4.13-14.fc31             @fedora           
     protonmail-bridge.x86_64           1.6.3-1                    @@commandline     
     python2-olefile.noarch             0.46-12.fc33               @fedora           
     python2-pillow.x86_64              6.2.2-5.fc33               @updates          
     python2-six.noarch                 1.15.0-2.fc33              @fedora           
     python3-pysendfile.x86_64          2.0.1-17.fc33              @fedora           
     rxtx.x86_64                        2.2-0.25.20100211.fc32     @fedora           
     solr3.noarch                       3.6.2-20.fc31              @fedora           
     splunk.x86_64                      8.1.0-f57c09e87251         @@commandline     
     splunkforwarder.x86_64             8.1.0-f57c09e87251         @@commandline     
     systemd-debuginfo.x86_64           241-10.git511646b.fc30     @updates-debuginfo
     systemd-debugsource.x86_64         241-10.git511646b.fc30     @updates-debuginfo
     systemd-libs-debuginfo.x86_64      241-10.git511646b.fc30     @updates-debuginfo
     texlive-obsolete.noarch            9:2020-35.fc33             @updates          
     thunderbird-enigmail.noarch        2.2.4-1.fc33               @updates          
     wireshark-debuginfo.x86_64         1:3.2.3-1.fc32             @updates-debuginfo
     wireshark-debugsource.x86_64       1:3.2.3-1.fc32             @updates-debuginfo
     zlib-debuginfo.x86_64              1.2.11-16.fc30             @updates-debuginfo
     zlib-debugsource.x86_64            1.2.11-15.fc30             @fedora-debuginfo 
     zoom.x86_64                        5.6.22045.0607-1           @@commandline     
     
* Last 20 packages installed (rpm -qa --nodigest --nosignature --last | head -20):
     zoom-5.6.22045.0607-1.x86_64                  Tue 15 Jun 2021 02:33:47 PM EDT
     openldap-2.4.57-4.fc34.i686                   Tue 15 Jun 2021 11:50:05 AM EDT
     libnsl-2.33-16.fc34.i686                      Tue 15 Jun 2021 11:50:04 AM EDT
     glibc-devel-2.33-16.fc34.i686                 Tue 15 Jun 2021 11:50:04 AM EDT
     glibc-2.33-16.fc34.i686                       Tue 15 Jun 2021 11:50:03 AM EDT
     kernel-debug-devel-5.12.10-300.fc34.x86_64    Tue 15 Jun 2021 11:42:55 AM EDT
     kernel-devel-5.12.10-300.fc34.x86_64          Tue 15 Jun 2021 11:31:32 AM EDT
     python3-sss-murmur-2.5.1-1.fc34.x86_64        Tue 15 Jun 2021 11:28:46 AM EDT
     perl-Socket-2.032-1.fc34.x86_64               Tue 15 Jun 2021 11:28:46 AM EDT
     mesa-vulkan-drivers-21.1.2-1.fc34.x86_64      Tue 15 Jun 2021 11:28:45 AM EDT
     libnsl-2.33-16.fc34.x86_64                    Tue 15 Jun 2021 11:28:45 AM EDT
     glibc-doc-2.33-16.fc34.noarch                 Tue 15 Jun 2021 11:28:45 AM EDT
     mesa-libxatracker-21.1.2-1.fc34.x86_64        Tue 15 Jun 2021 11:28:41 AM EDT
     mutter-40.2-2.fc34.x86_64                     Tue 15 Jun 2021 11:28:40 AM EDT
     expat-devel-2.4.1-1.fc34.x86_64               Tue 15 Jun 2021 11:28:40 AM EDT
     mesa-libOpenCL-21.1.2-1.fc34.x86_64           Tue 15 Jun 2021 11:28:38 AM EDT
     kernel-debug-modules-internal-5.12.10-300.fc34.x86_64 Tue 15 Jun 2021 11:28:07 AM EDT
     kernel-debug-modules-extra-5.12.10-300.fc34.x86_64 Tue 15 Jun 2021 11:27:33 AM EDT
     kernel-debug-5.12.10-300.fc34.x86_64          Tue 15 Jun 2021 11:27:32 AM EDT
     xorg-x11-server-Xwayland-21.1.1-2.fc34.x86_64 Tue 15 Jun 2021 11:27:31 AM EDT
     
* EFI boot manager output (efibootmgr -v):
     BootCurrent: 0001
     Timeout: 0 seconds
     BootOrder: 0001,001B,0000,0019,0016,0017,0018,001A,001C
     Boot0000* Windows Boot Manager	HD(1,MBR,0x7c3f77cf,0x1c7e4,0x4df8)/File(\EFI\Microsoft\Boot\bootmgfw.efi)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}....................
     Boot0001* Fedora	HD(1,GPT,bf446c9e-05e4-4a01-8612-1ac63d80e049,0x800,0x64000)/File(\EFI\fedora\shimx64.efi)
     Boot0010  Setup	FvFile(721c8b66-426c-4e86-8e99-3457c46ab0b9)
     Boot0011  Boot Menu	FvFile(126a762d-5758-4fca-8531-201a7f57f850)
     Boot0012  Diagnostic Splash Screen	FvFile(a7d8d9a6-6ab0-4aeb-ad9d-163e59a7a380)
     Boot0013  Lenovo Diagnostics	FvFile(3f7e615b-0d45-4f80-88dc-26b234958560)
     Boot0014  Startup Interrupt Menu	FvFile(f46ee6f4-4785-43a3-923d-7f786c3c8479)
     Boot0015  Rescue and Recovery	FvFile(665d3f60-ad3e-4cad-8e26-db46eee9f1b5)
     Boot0016* USB CD	VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,86701296aa5a7848b66cd49dd3ba6a55)
     Boot0017* USB FDD	VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,6ff015a28830b543a8b8641009461e49)
     Boot0018* ATAPI CD0	VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,aea2090adfde214e8b3a5e471856a35401)
     Boot0019* ATA HDD0	VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f600)
     Boot001A* ATA HDD1	VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f601)
     Boot001B* USB HDD	VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,33e821aaaf33bc4789bd419f88c50803)
     Boot001C  PCI LAN	VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,78a84aaf2b2afc4ea79cf5cc8f3d3803)
```

I updated again last night to 5.12.11-300 kernel and it booted correctly without needing to use the debug kernel.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.