Very slow reboot

When I reboot system this do is very slow
systemd-analyze
Startup finished in 6.811s (firmware) + 2.776s (loader) + 2.394s (kernel) + 1min 31.740s (initrd) + 1min 32.100s (userspace) = 3min 15.824s
graphical.target reached after 1min 32.100s in userspace.


as we see I get every time message A start job is running for Load Kernel Modules

Can we see inxi -Fxxxz?

If you are using nvidia drivers, add the ibt=off option to the kernel commandline.

1 Like
Click to open System Summary
System:
  Kernel: 6.1.12-arch1-1 arch: x86_64 bits: 64 compiler: gcc v: 12.2.1
    Desktop: Xfce v: 4.18.1 tk: Gtk v: 3.24.36 info: xfce4-panel wm: xfwm
    v: 4.18.0 vt: 7 dm: LightDM v: 1.32.0 Distro: EndeavourOS base: Arch Linux
Machine:
  Type: Laptop System: Micro-Star product: Pulse GL66 11UDK v: REV:1.0
    serial: <superuser required> Chassis: type: 10 serial: <superuser required>
  Mobo: Micro-Star model: MS-1582 v: REV:1.0 serial: <superuser required>
    UEFI: American Megatrends LLC. v: E1582IMS.313 date: 06/24/2022
Battery:
  ID-1: BAT1 charge: 26.3 Wh (86.5%) condition: 30.4/52.0 Wh (58.5%)
    volts: 12.2 min: 11.4 model: MSI BIF0_9 type: Li-ion serial: N/A
    status: charging
CPU:
  Info: 8-core model: 11th Gen Intel Core i7-11800H bits: 64 type: MT MCP
    smt: enabled arch: Tiger Lake rev: 1 cache: L1: 640 KiB L2: 10 MiB
    L3: 24 MiB
  Speed (MHz): avg: 2206 high: 2300 min/max: 800/4600 cores: 1: 2300 2: 2300
    3: 2300 4: 2300 5: 2300 6: 800 7: 2300 8: 2300 9: 2300 10: 2300 11: 2300
    12: 2300 13: 2300 14: 2300 15: 2300 16: 2300 bogomips: 73744
  Flags: avx avx2 ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx
Graphics:
  Device-1: Intel TigerLake-H GT1 [UHD Graphics] vendor: Micro-Star MSI
    driver: i915 v: kernel arch: Gen-12.1 ports: active: eDP-1 empty: HDMI-A-1
    bus-ID: 00:02.0 chip-ID: 8086:9a60 class-ID: 0300
  Device-2: NVIDIA GA107M [GeForce RTX 3050 Ti Mobile]
    vendor: Micro-Star MSI driver: N/A arch: Ampere pcie: speed: 16 GT/s
    lanes: 8 bus-ID: 01:00.0 chip-ID: 10de:25a0 class-ID: 0302
  Device-3: Bison HD Webcam type: USB driver: uvcvideo bus-ID: 3-10:3
    chip-ID: 5986:211b class-ID: 0e02
  Display: x11 server: X.Org v: 21.1.7 compositor: xfwm v: 4.18.0 driver: X:
    loaded: intel unloaded: modesetting alternate: fbdev,vesa dri: i965
    gpu: i915 display-ID: :0.0 screens: 1
  Screen-1: 0 s-res: 1920x1080 s-dpi: 96 s-size: 508x285mm (20.00x11.22")
    s-diag: 582mm (22.93")
  Monitor-1: eDP-1 mapped: eDP1 model: AU Optronics 0xaf90 res: 1920x1080
    hz: 144 dpi: 143 size: 340x190mm (13.39x7.48") diag: 394mm (15.5")
    modes: 1920x1080
  API: OpenGL v: 4.6 Mesa 22.3.6 renderer: Mesa Intel UHD Graphics (TGL GT1)
    direct-render: Yes
Audio:
  Device-1: Intel Tiger Lake-H HD Audio vendor: Micro-Star MSI
    driver: sof-audio-pci-intel-tgl bus-ID: 00:1f.3 chip-ID: 8086:43c8
    class-ID: 0401
  Sound API: ALSA v: k6.1.12-arch1-1 running: yes
  Sound Server-1: PulseAudio v: 16.1 running: no
  Sound Server-2: PipeWire v: 0.3.66 running: yes
Network:
  Device-1: Intel Tiger Lake PCH CNVi WiFi driver: iwlwifi v: kernel
    bus-ID: 00:14.3 chip-ID: 8086:43f0 class-ID: 0280
  IF: wlan0 state: up mac: <filter>
  Device-2: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet
    vendor: Micro-Star MSI driver: r8169 v: kernel pcie: speed: 2.5 GT/s
    lanes: 1 port: 3000 bus-ID: 03:00.0 chip-ID: 10ec:8168 class-ID: 0200
  IF: enp3s0 state: down mac: <filter>
Bluetooth:
  Device-1: Intel AX201 Bluetooth type: USB driver: btusb v: 0.8
    bus-ID: 3-14:4 chip-ID: 8087:0026 class-ID: e001
  Report: rfkill ID: hci0 rfk-id: 0 state: down bt-service: disabled
    rfk-block: hardware: no software: no address: see --recommends
Drives:
  Local Storage: total: 476.94 GiB used: 12.25 GiB (2.6%)
  ID-1: /dev/nvme0n1 vendor: Micron model: 2210 MTFDHBA512QFD
    size: 476.94 GiB speed: 31.6 Gb/s lanes: 4 type: SSD serial: <filter>
    rev: P6MA001 temp: 44.9 C scheme: GPT
Partition:
  ID-1: / size: 467.42 GiB used: 12 GiB (2.6%) fs: ext4 dev: /dev/nvme0n1p2
Swap:
  Alert: No swap data was found.

It looks like nvidia. If you have the proprietary nvidia drivers installed, make the change described above with ibt=off

1 Like

where I need to set this parameter?

Are you using grub or systemd-boot?

systemd-boot

Add that to the end of the line /etc/kernel/cmdline and the run sudo reinstall-kernels

Thank you very much is solved.
Why is that problem happened?

1 Like

It is a compatibility issue with the nvidia drivers. 12th gen and later Intel CPUs implemented a feature that the nvidia drivers don’t support properly. You need to disable it to properly use the proprietary drivers.

2 Likes

I had the same problem, the system won’t boot up until 2min passed => fixed with ibt=off.
But I have one question: When the fix will be included in Driver/Kernel or whatever, we need to revert the ibt=off?

The driver is proprietary so there is no way to know unless nvidia announces it. It will be fixed when nvidia fixes it. :person_shrugging:

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