Changing kernel version causes boot hang during "audit" - Intel 12 & 13 gen

I have a very new install of Manjaro. I attempted to update my kernel from the default 5.15.81-1 to 6.0.11-1 (the same thing happens when updating to 5.19.17-2), however boot consistently hangs after the printing following line:

audit: type=1130 audit(1671308779.443:33): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'

Since it seemed like a driver issue, I tried booting with nomodeset and it was able to go an additional few print lines to the below before hanging:

audit: type=1130 audit(1671308537.153:41): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'

Here are the full log files:

Additionally, here is the result of inxi -F on the working 5.15 version:

System:
  Host: xps15 Kernel: 5.15.81-1-MANJARO arch: x86_64 bits: 64
    Desktop: KDE Plasma v: 5.26.4 Distro: Manjaro Linux
Machine:
  Type: Laptop System: Dell product: XPS 15 9520 v: N/A
    serial: <superuser required>
  Mobo: Dell model: 0MWGD4 v: A00 serial: <superuser required> UEFI: Dell
    v: 1.8.1 date: 10/13/2022
Battery:
  ID-1: BAT0 charge: 63.7 Wh (81.0%) condition: 78.6/84.3 Wh (93.2%)
    volts: 11.7 min: 11.4
CPU:
  Info: 14-core (6-mt/8-st) model: 12th Gen Intel Core i7-12700H bits: 64
    type: MST AMCP cache: L2: 11.5 MiB
  Speed (MHz): avg: 400 min/max: 400/4600:4700:3500 cores: 1: 407 2: 400
    3: 400 4: 400 5: 400 6: 400 7: 400 8: 401 9: 400 10: 401 11: 400 12: 400
    13: 400 14: 400 15: 400 16: 400 17: 400 18: 400 19: 400 20: 400
Graphics:
  Device-1: Intel Alder Lake-P Integrated Graphics driver: i915 v: kernel
  Device-2: NVIDIA GA107M [GeForce RTX 3050 Mobile] driver: nvidia
    v: 525.60.11
  Device-3: Microdia Integrated_Webcam_HD type: USB driver: uvcvideo
  Display: x11 server: X.Org v: 21.1.4 driver: X: loaded: modesetting,nvidia
    dri: iris gpu: i915 resolution: 1920x1200~60Hz
  API: OpenGL v: 4.6 Mesa 22.2.4 renderer: Mesa Intel Graphics (ADL GT2)
Audio:
  Device-1: Intel Alder Lake PCH-P High Definition Audio driver: snd_hda_intel
  Sound API: ALSA v: k5.15.81-1-MANJARO running: yes
  Sound Server-1: PulseAudio v: 16.1 running: yes
Network:
  Device-1: Intel Alder Lake-P PCH CNVi WiFi driver: iwlwifi
  IF: wlp0s20f3 state: up mac: 8c:f8:c5:f1:ec:76
Bluetooth:
  Device-1: Intel type: USB driver: btusb
  Report: rfkill ID: hci0 state: up address: see --recommends
RAID:
  Hardware-1: Intel Volume Management Device NVMe RAID Controller driver: vmd
Drives:
  Local Storage: total: 476.94 GiB used: 11.07 GiB (2.3%)
  ID-1: /dev/nvme0n1 vendor: Western Digital model: PC SN810 NVMe WDC 512GB
    size: 476.94 GiB
Partition:
  ID-1: / size: 64.93 GiB used: 10.82 GiB (16.7%) fs: ext4 dev: /dev/dm-0
  ID-2: /boot size: 973.4 MiB used: 142.8 MiB (14.7%) fs: ext4
    dev: /dev/nvme0n1p4
  ID-3: /boot/efi size: 236 MiB used: 108.3 MiB (45.9%) fs: vfat
    dev: /dev/nvme0n1p1
Swap:
  Alert: No swap data was found.
Sensors:
  System Temperatures: cpu: 33.0 C mobo: N/A
  Fan Speeds (RPM): N/A
Info:
  Processes: 391 Uptime: 3m Memory: 15.3 GiB used: 1.57 GiB (10.3%) Shell: Zsh
  inxi: 3.3.24

can you please
add on boot “ibt=off”

you can add on grub wit (e)dit command ( keyboard is in Qwerty )

or
add a this line
GRUB_CMDLINE_LINUX_DEFAULT=

sudo nano /etc/default/grub ( ctrl + X for confirm save Y/N ) 
sudo update-grub
2 Likes

Indeed. It’s a known issue posted about many times on the forum.

NVIDIA - ArchWiki

1 Like

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