0

The last "normal speed" entry in dmesg reads:

[    5.108969] hid-generic 0003:154A:0002.0003: hiddev0,hidraw2: USB HID v1.00 Device [ID Innovations Inc. Input Device] on usb-0000:04:00.3-3.2.1.4/input1

The next one:

[   34.740815] EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Quota mode: none.

Any hint out there what's slowing down the boot process?

Thanks

Artur Meinild
  • 31,035
wegwerf4
  • 1
  • 1

1 Answers1

0

Try systemd-analyze plot > plot.svg and open the svg file using firefox or something, take a look and see what is taking time.

systemd-analyze blame will also show you how much each task took on boot, but it's sorted by time, not sequentially after boot