Optimizing Bootup Time - systemd-analyze blame Results

Hey Guys,

I am trying to improve / optimize my boot time and needed some help analyzing the systemd-analyze blame results. Just for some background, I have a 2018 Thinkpad X1 Carbon with an i7 Kaby Lake R Processor (Intel i7-8650U (8) @ 4.200GHz ), 16GB of ram, and an NVME SSD.

The output is below:

Startup finished in 6.377s (firmware) + 5.417s (loader) + 1.168s (kernel) + 11.087s (userspace) = 24.051s 
graphical.target reached after 11.087s in userspace.

systemd-analyze Blame Results:

6.738s plymouth-quit-wait.service
1.287s systemd-logind.service
1.279s avahi-daemon.service
1.219s NetworkManager.service
1.028s dev-nvme0n1p3.device
 695ms systemd-tmpfiles-setup.service
 442ms apparmor.service
 401ms systemd-udev-trigger.service
 372ms systemd-remount-fs.service
 363ms systemd-backlight@leds:tpacpi::kbd_backlight.service
 355ms modprobe@loop.service
 353ms systemd-modules-load.service
 302ms ufw.service
 257ms user@1000.service
 225ms systemd-tmpfiles-setup-dev.service
 196ms cups.service
 194ms modprobe@fuse.service
 171ms systemd-tmpfiles-clean.service
 147ms upower.service
 142ms modprobe@drm.service
 138ms systemd-fsck@dev-disk-by\x2duuid-7d64b42f\x2ddf10\x2d4e9f\x2d8db0\x2d75d49574888d.service
 134ms systemd-journal-flush.service
 119ms open-fprintd.service
 118ms systemd-vconsole-setup.service
 117ms accounts-daemon.service
 106ms systemd-fsck@dev-disk-by\x2duuid-3159\x2dC19B.service
  67ms plymouth-read-write.service
  66ms boot-efi.mount
  65ms systemd-sysctl.service
  64ms home.mount
  63ms udisks2.service
  58ms modprobe@configfs.service

Obviously, I can see Plymouth needs to be disabled (if anyone can share how to do this easily), but is there anything else that can be disabled / optimized appropriately?

Thank you in advance for all of the time and help, it is greatly appreciated!

Thanks,
Asif

You can disable plymouth with

  1. systemctl disable plymouth-read-write.service
  2. systemctl mask plymouth-read-write.service

Can you post the output of systemctl ?

Please see:

https://askubuntu.com/questions/1119167/slow-boot-issue-due-to-plymouth-quit-wait-service-ubuntu-18-04

But feel free to disable plymouth and see what happens.

Looking at systemd-analyze critical-chain or systemd-analyze plot might be better. I believe the red bars of the output show how long that service is being waited on during the boot process by other services so they can launch, so you should target such services if you want to optimize your overall boot time.

1 Like

Hey @belyash, output below:

systemd-analyze critical-chain:

    /sys/class/power_supply/BAT0  systemd-analyze critical-chain                                                                                                                      ✔ 
The time when unit became active or started is printed after the "@" character.
The time the unit took to start is printed after the "+" character.

graphical.target @11.087s
└─multi-user.target @11.087s
  └─plymouth-quit-wait.service @4.348s +6.738s
    └─systemd-user-sessions.service @4.269s +44ms
      └─nss-user-lookup.target @7.742s

systemd-analyze plot:

<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="2485px" height="4910px" version="1.1" xmlns="http://www.w3.org/2000/svg">

<!-- This file is a systemd-analyze SVG file. It is best rendered in a   -->
<!-- browser such as Chrome, Chromium or Firefox. Other applications     -->
<!-- that render these files properly but much slower are ImageMagick,   -->
<!-- gimp, inkscape, etc. To display the files on your system, just      -->
<!-- point your browser to this file.                                    -->

<!-- This plot was generated by systemd-analyze version 252.7-1-manjaro  -->

<defs>
  <style type="text/css">
    <![CDATA[
      rect       { stroke-width: 1; stroke-opacity: 0; }
      rect.background   { fill: rgb(255,255,255); }
      rect.activating   { fill: rgb(255,0,0); fill-opacity: 0.7; }
      rect.active       { fill: rgb(200,150,150); fill-opacity: 0.7; }
      rect.deactivating { fill: rgb(150,100,100); fill-opacity: 0.7; }
      rect.kernel       { fill: rgb(150,150,150); fill-opacity: 0.7; }
      rect.initrd       { fill: rgb(150,150,150); fill-opacity: 0.7; }
      rect.firmware     { fill: rgb(150,150,150); fill-opacity: 0.7; }
      rect.loader       { fill: rgb(150,150,150); fill-opacity: 0.7; }
      rect.userspace    { fill: rgb(150,150,150); fill-opacity: 0.7; }
      rect.security     { fill: rgb(144,238,144); fill-opacity: 0.7; }
      rect.generators   { fill: rgb(102,204,255); fill-opacity: 0.7; }
      rect.unitsload    { fill: rgb( 82,184,255); fill-opacity: 0.7; }
      rect.box   { fill: rgb(240,240,240); stroke: rgb(192,192,192); }
      line       { stroke: rgb(64,64,64); stroke-width: 1; }
//    line.sec1  { }
      line.sec5  { stroke-width: 2; }
      line.sec01 { stroke: rgb(224,224,224); stroke-width: 1; }
      text       { font-family: Verdana, Helvetica; font-size: 14px; }
      text.left  { font-family: Verdana, Helvetica; font-size: 14px; text-anchor: start; }
      text.right { font-family: Verdana, Helvetica; font-size: 14px; text-anchor: end; }
      text.sec   { font-size: 10px; }
    ]]>
   </style>
</defs>

<rect class="background" width="100%" height="100%" />
<text x="20" y="50">Startup finished in 6.377s (firmware) + 5.417s (loader) + 1.168s (kernel) + 11.087s (userspace) = 24.051s 
graphical.target reached after 11.087s in userspace.</text><text x="20" y="30">Manjaro Linux aahmad-x1c (Linux 6.2.2-1-MANJARO #1 SMP PREEMPT_DYNAMIC Fri Mar  3 14:53:59 UTC 2023) x86-64 </text><g transform="translate(1199.508,100)">
<rect class="box" x="0" y="0" width="2405.115" height="4660.000" />
  <line class="sec01" x1="-1170.000" y1="0" x2="-1170.000" y2="4660.000" />
  <line class="sec01" x1="-1160.000" y1="0" x2="-1160.000" y2="4660.000" />
  <line class="sec01" x1="-1150.000" y1="0" x2="-1150.000" y2="4660.000" />
  <line class="sec01" x1="-1140.000" y1="0" x2="-1140.000" y2="4660.000" />
  <line class="sec01" x1="-1130.000" y1="0" x2="-1130.000" y2="4660.000" />
  <line class="sec01" x1="-1120.000" y1="0" x2="-1120.000" y2="4660.000" />
  <line class="sec01" x1="-1110.000" y1="0" x2="-1110.000" y2="4660.000" />
  <line class="sec1" x1="-1100.000" y1="0" x2="-1100.000" y2="4660.000" />
  <text class="sec" x="-1100.000" y="-5.000" >-11.0s</text>
  <line class="sec01" x1="-1090.000" y1="0" x2="-1090.000" y2="4660.000" />
  <line class="sec01" x1="-1080.000" y1="0" x2="-1080.000" y2="4660.000" />
  <line class="sec01" x1="-1070.000" y1="0" x2="-1070.000" y2="4660.000" />
  <line class="sec01" x1="-1060.000" y1="0" x2="-1060.000" y2="4660.000" />
  <line class="sec01" x1="-1050.000" y1="0" x2="-1050.000" y2="4660.000" />
  <line class="sec01" x1="-1040.000" y1="0" x2="-1040.000" y2="4660.000" />
  <line class="sec01" x1="-1030.000" y1="0" x2="-1030.000" y2="4660.000" />
  <line class="sec01" x1="-1020.000" y1="0" x2="-1020.000" y2="4660.000" />
  <line class="sec01" x1="-1010.000" y1="0" x2="-1010.000" y2="4660.000" />
  <line class="sec5" x1="-1000.000" y1="0" x2="-1000.000" y2="4660.000" />
  <text class="sec" x="-1000.000" y="-5.000" >-10.0s</text>
  <line class="sec01" x1="-990.000" y1="0" x2="-990.000" y2="4660.000" />
  <line class="sec01" x1="-980.000" y1="0" x2="-980.000" y2="4660.000" />
  <line class="sec01" x1="-970.000" y1="0" x2="-970.000" y2="4660.000" />
  <line class="sec01" x1="-960.000" y1="0" x2="-960.000" y2="4660.000" />
  <line class="sec01" x1="-950.000" y1="0" x2="-950.000" y2="4660.000" />
  <line class="sec01" x1="-940.000" y1="0" x2="-940.000" y2="4660.000" />
  <line class="sec01" x1="-930.000" y1="0" x2="-930.000" y2="4660.000" />
  <line class="sec01" x1="-920.000" y1="0" x2="-920.000" y2="4660.000" />
  <line class="sec01" x1="-910.000" y1="0" x2="-910.000" y2="4660.000" />
  <line class="sec1" x1="-900.000" y1="0" x2="-900.000" y2="4660.000" />
  <text class="sec" x="-900.000" y="-5.000" >-9.0s</text>
  <line class="sec01" x1="-890.000" y1="0" x2="-890.000" y2="4660.000" />
  <line class="sec01" x1="-880.000" y1="0" x2="-880.000" y2="4660.000" />
  <line class="sec01" x1="-870.000" y1="0" x2="-870.000" y2="4660.000" />
  <line class="sec01" x1="-860.000" y1="0" x2="-860.000" y2="4660.000" />
  <line class="sec01" x1="-850.000" y1="0" x2="-850.000" y2="4660.000" />
  <line class="sec01" x1="-840.000" y1="0" x2="-840.000" y2="4660.000" />
  <line class="sec01" x1="-830.000" y1="0" x2="-830.000" y2="4660.000" />
  <line class="sec01" x1="-820.000" y1="0" x2="-820.000" y2="4660.000" />
  <line class="sec01" x1="-810.000" y1="0" x2="-810.000" y2="4660.000" />
  <line class="sec1" x1="-800.000" y1="0" x2="-800.000" y2="4660.000" />
  <text class="sec" x="-800.000" y="-5.000" >-8.0s</text>
  <line class="sec01" x1="-790.000" y1="0" x2="-790.000" y2="4660.000" />
  <line class="sec01" x1="-780.000" y1="0" x2="-780.000" y2="4660.000" />
  <line class="sec01" x1="-770.000" y1="0" x2="-770.000" y2="4660.000" />
  <line class="sec01" x1="-760.000" y1="0" x2="-760.000" y2="4660.000" />
  <line class="sec01" x1="-750.000" y1="0" x2="-750.000" y2="4660.000" />
  <line class="sec01" x1="-740.000" y1="0" x2="-740.000" y2="4660.000" />
  <line class="sec01" x1="-730.000" y1="0" x2="-730.000" y2="4660.000" />
  <line class="sec01" x1="-720.000" y1="0" x2="-720.000" y2="4660.000" />
  <line class="sec01" x1="-710.000" y1="0" x2="-710.000" y2="4660.000" />
  <line class="sec1" x1="-700.000" y1="0" x2="-700.000" y2="4660.000" />
  <text class="sec" x="-700.000" y="-5.000" >-7.0s</text>
  <line class="sec01" x1="-690.000" y1="0" x2="-690.000" y2="4660.000" />
  <line class="sec01" x1="-680.000" y1="0" x2="-680.000" y2="4660.000" />
  <line class="sec01" x1="-670.000" y1="0" x2="-670.000" y2="4660.000" />
  <line class="sec01" x1="-660.000" y1="0" x2="-660.000" y2="4660.000" />
  <line class="sec01" x1="-650.000" y1="0" x2="-650.000" y2="4660.000" />
  <line class="sec01" x1="-640.000" y1="0" x2="-640.000" y2="4660.000" />
  <line class="sec01" x1="-630.000" y1="0" x2="-630.000" y2="4660.000" />
  <line class="sec01" x1="-620.000" y1="0" x2="-620.000" y2="4660.000" />
  <line class="sec01" x1="-610.000" y1="0" x2="-610.000" y2="4660.000" />
  <line class="sec1" x1="-600.000" y1="0" x2="-600.000" y2="4660.000" />
  <text class="sec" x="-600.000" y="-5.000" >-6.0s</text>
  <line class="sec01" x1="-590.000" y1="0" x2="-590.000" y2="4660.000" />
  <line class="sec01" x1="-580.000" y1="0" x2="-580.000" y2="4660.000" />
  <line class="sec01" x1="-570.000" y1="0" x2="-570.000" y2="4660.000" />
  <line class="sec01" x1="-560.000" y1="0" x2="-560.000" y2="4660.000" />
  <line class="sec01" x1="-550.000" y1="0" x2="-550.000" y2="4660.000" />
  <line class="sec01" x1="-540.000" y1="0" x2="-540.000" y2="4660.000" />
  <line class="sec01" x1="-530.000" y1="0" x2="-530.000" y2="4660.000" />
  <line class="sec01" x1="-520.000" y1="0" x2="-520.000" y2="4660.000" />
  <line class="sec01" x1="-510.000" y1="0" x2="-510.000" y2="4660.000" />
  <line class="sec5" x1="-500.000" y1="0" x2="-500.000" y2="4660.000" />
  <text class="sec" x="-500.000" y="-5.000" >-5.0s</text>
  <line class="sec01" x1="-490.000" y1="0" x2="-490.000" y2="4660.000" />
  <line class="sec01" x1="-480.000" y1="0" x2="-480.000" y2="4660.000" />
  <line class="sec01" x1="-470.000" y1="0" x2="-470.000" y2="4660.000" />
  <line class="sec01" x1="-460.000" y1="0" x2="-460.000" y2="4660.000" />
  <line class="sec01" x1="-450.000" y1="0" x2="-450.000" y2="4660.000" />
  <line class="sec01" x1="-440.000" y1="0" x2="-440.000" y2="4660.000" />
  <line class="sec01" x1="-430.000" y1="0" x2="-430.000" y2="4660.000" />
  <line class="sec01" x1="-420.000" y1="0" x2="-420.000" y2="4660.000" />
  <line class="sec01" x1="-410.000" y1="0" x2="-410.000" y2="4660.000" />
  <line class="sec1" x1="-400.000" y1="0" x2="-400.000" y2="4660.000" />
  <text class="sec" x="-400.000" y="-5.000" >-4.0s</text>
  <line class="sec01" x1="-390.000" y1="0" x2="-390.000" y2="4660.000" />
  <line class="sec01" x1="-380.000" y1="0" x2="-380.000" y2="4660.000" />
  <line class="sec01" x1="-370.000" y1="0" x2="-370.000" y2="4660.000" />
  <line class="sec01" x1="-360.000" y1="0" x2="-360.000" y2="4660.000" />
  <line class="sec01" x1="-350.000" y1="0" x2="-350.000" y2="4660.000" />
  <line class="sec01" x1="-340.000" y1="0" x2="-340.000" y2="4660.000" />
  <line class="sec01" x1="-330.000" y1="0" x2="-330.000" y2="4660.000" />
  <line class="sec01" x1="-320.000" y1="0" x2="-320.000" y2="4660.000" />
  <line class="sec01" x1="-310.000" y1="0" x2="-310.000" y2="4660.000" />
  <line class="sec1" x1="-300.000" y1="0" x2="-300.000" y2="4660.000" />
  <text class="sec" x="-300.000" y="-5.000" >-3.0s</text>
  <line class="sec01" x1="-290.000" y1="0" x2="-290.000" y2="4660.000" />
  <line class="sec01" x1="-280.000" y1="0" x2="-280.000" y2="4660.000" />
  <line class="sec01" x1="-270.000" y1="0" x2="-270.000" y2="4660.000" />
  <line class="sec01" x1="-260.000" y1="0" x2="-260.000" y2="4660.000" />
  <line class="sec01" x1="-250.000" y1="0" x2="-250.000" y2="4660.000" />
  <line class="sec01" x1="-240.000" y1="0" x2="-240.000" y2="4660.000" />
  <line class="sec01" x1="-230.000" y1="0" x2="-230.000" y2="4660.000" />
  <line class="sec01" x1="-220.000" y1="0" x2="-220.000" y2="4660.000" />
  <line class="sec01" x1="-210.000" y1="0" x2="-210.000" y2="4660.000" />
  <line class="sec1" x1="-200.000" y1="0" x2="-200.000" y2="4660.000" />
  <text class="sec" x="-200.000" y="-5.000" >-2.0s</text>
  <line class="sec01" x1="-190.000" y1="0" x2="-190.000" y2="4660.000" />
  <line class="sec01" x1="-180.000" y1="0" x2="-180.000" y2="4660.000" />
  <line class="sec01" x1="-170.000" y1="0" x2="-170.000" y2="4660.000" />
  <line class="sec01" x1="-160.000" y1="0" x2="-160.000" y2="4660.000" />
  <line class="sec01" x1="-150.000" y1="0" x2="-150.000" y2="4660.000" />
  <line class="sec01" x1="-140.000" y1="0" x2="-140.000" y2="4660.000" />
  <line class="sec01" x1="-130.000" y1="0" x2="-130.000" y2="4660.000" />
  <line class="sec01" x1="-120.000" y1="0" x2="-120.000" y2="4660.000" />
  <line class="sec01" x1="-110.000" y1="0" x2="-110.000" y2="4660.000" />
  <line class="sec1" x1="-100.000" y1="0" x2="-100.000" y2="4660.000" />
  <text class="sec" x="-100.000" y="-5.000" >-1.0s</text>
  <line class="sec01" x1="-90.000" y1="0" x2="-90.000" y2="4660.000" />
  <line class="sec01" x1="-80.000" y1="0" x2="-80.000" y2="4660.000" />
  <line class="sec01" x1="-70.000" y1="0" x2="-70.000" y2="4660.000" />
  <line class="sec01" x1="-60.000" y1="0" x2="-60.000" y2="4660.000" />
  <line class="sec01" x1="-50.000" y1="0" x2="-50.000" y2="4660.000" />
  <line class="sec01" x1="-40.000" y1="0" x2="-40.000" y2="4660.000" />
  <line class="sec01" x1="-30.000" y1="0" x2="-30.000" y2="4660.000" />
  <line class="sec01" x1="-20.000" y1="0" x2="-20.000" y2="4660.000" />
  <line class="sec01" x1="-10.000" y1="0" x2="-10.000" y2="4660.000" />
  <line class="sec5" x1="0.000" y1="0" x2="0.000" y2="4660.000" />
  <text class="sec" x="0.000" y="-5.000" >0.0s</text>
  <line class="sec01" x1="10.000" y1="0" x2="10.000" y2="4660.000" />
  <line class="sec01" x1="20.000" y1="0" x2="20.000" y2="4660.000" />
  <line class="sec01" x1="30.000" y1="0" x2="30.000" y2="4660.000" />
  <line class="sec01" x1="40.000" y1="0" x2="40.000" y2="4660.000" />
  <line class="sec01" x1="50.000" y1="0" x2="50.000" y2="4660.000" />
  <line class="sec01" x1="60.000" y1="0" x2="60.000" y2="4660.000" />
  <line class="sec01" x1="70.000" y1="0" x2="70.000" y2="4660.000" />
  <line class="sec01" x1="80.000" y1="0" x2="80.000" y2="4660.000" />
  <line class="sec01" x1="90.000" y1="0" x2="90.000" y2="4660.000" />
  <line class="sec1" x1="100.000" y1="0" x2="100.000" y2="4660.000" />
  <text class="sec" x="100.000" y="-5.000" >1.0s</text>
  <line class="sec01" x1="110.000" y1="0" x2="110.000" y2="4660.000" />
  <line class="sec01" x1="120.000" y1="0" x2="120.000" y2="4660.000" />
  <line class="sec01" x1="130.000" y1="0" x2="130.000" y2="4660.000" />
  <line class="sec01" x1="140.000" y1="0" x2="140.000" y2="4660.000" />
  <line class="sec01" x1="150.000" y1="0" x2="150.000" y2="4660.000" />
  <line class="sec01" x1="160.000" y1="0" x2="160.000" y2="4660.000" />
  <line class="sec01" x1="170.000" y1="0" x2="170.000" y2="4660.000" />
  <line class="sec01" x1="180.000" y1="0" x2="180.000" y2="4660.000" />
  <line class="sec01" x1="190.000" y1="0" x2="190.000" y2="4660.000" />
  <line class="sec1" x1="200.000" y1="0" x2="200.000" y2="4660.000" />
  <text class="sec" x="200.000" y="-5.000" >2.0s</text>
  <line class="sec01" x1="210.000" y1="0" x2="210.000" y2="4660.000" />
  <line class="sec01" x1="220.000" y1="0" x2="220.000" y2="4660.000" />
  <line class="sec01" x1="230.000" y1="0" x2="230.000" y2="4660.000" />
  <line class="sec01" x1="240.000" y1="0" x2="240.000" y2="4660.000" />
  <line class="sec01" x1="250.000" y1="0" x2="250.000" y2="4660.000" />
  <line class="sec01" x1="260.000" y1="0" x2="260.000" y2="4660.000" />
  <line class="sec01" x1="270.000" y1="0" x2="270.000" y2="4660.000" />
  <line class="sec01" x1="280.000" y1="0" x2="280.000" y2="4660.000" />
  <line class="sec01" x1="290.000" y1="0" x2="290.000" y2="4660.000" />
  <line class="sec1" x1="300.000" y1="0" x2="300.000" y2="4660.000" />
  <text class="sec" x="300.000" y="-5.000" >3.0s</text>
  <line class="sec01" x1="310.000" y1="0" x2="310.000" y2="4660.000" />
  <line class="sec01" x1="320.000" y1="0" x2="320.000" y2="4660.000" />
  <line class="sec01" x1="330.000" y1="0" x2="330.000" y2="4660.000" />
  <line class="sec01" x1="340.000" y1="0" x2="340.000" y2="4660.000" />
  <line class="sec01" x1="350.000" y1="0" x2="350.000" y2="4660.000" />
  <line class="sec01" x1="360.000" y1="0" x2="360.000" y2="4660.000" />
  <line class="sec01" x1="370.000" y1="0" x2="370.000" y2="4660.000" />
  <line class="sec01" x1="380.000" y1="0" x2="380.000" y2="4660.000" />
  <line class="sec01" x1="390.000" y1="0" x2="390.000" y2="4660.000" />
  <line class="sec1" x1="400.000" y1="0" x2="400.000" y2="4660.000" />
  <text class="sec" x="400.000" y="-5.000" >4.0s</text>
  <line class="sec01" x1="410.000" y1="0" x2="410.000" y2="4660.000" />
  <line class="sec01" x1="420.000" y1="0" x2="420.000" y2="4660.000" />
  <line class="sec01" x1="430.000" y1="0" x2="430.000" y2="4660.000" />
  <line class="sec01" x1="440.000" y1="0" x2="440.000" y2="4660.000" />
  <line class="sec01" x1="450.000" y1="0" x2="450.000" y2="4660.000" />
  <line class="sec01" x1="460.000" y1="0" x2="460.000" y2="4660.000" />
  <line class="sec01" x1="470.000" y1="0" x2="470.000" y2="4660.000" />
  <line class="sec01" x1="480.000" y1="0" x2="480.000" y2="4660.000" />
  <line class="sec01" x1="490.000" y1="0" x2="490.000" y2="4660.000" />
  <line class="sec5" x1="500.000" y1="0" x2="500.000" y2="4660.000" />
  <text class="sec" x="500.000" y="-5.000" >5.0s</text>
  <line class="sec01" x1="510.000" y1="0" x2="510.000" y2="4660.000" />
  <line class="sec01" x1="520.000" y1="0" x2="520.000" y2="4660.000" />
  <line class="sec01" x1="530.000" y1="0" x2="530.000" y2="4660.000" />
  <line class="sec01" x1="540.000" y1="0" x2="540.000" y2="4660.000" />
  <line class="sec01" x1="550.000" y1="0" x2="550.000" y2="4660.000" />
  <line class="sec01" x1="560.000" y1="0" x2="560.000" y2="4660.000" />
  <line class="sec01" x1="570.000" y1="0" x2="570.000" y2="4660.000" />
  <line class="sec01" x1="580.000" y1="0" x2="580.000" y2="4660.000" />
  <line class="sec01" x1="590.000" y1="0" x2="590.000" y2="4660.000" />
  <line class="sec1" x1="600.000" y1="0" x2="600.000" y2="4660.000" />
  <text class="sec" x="600.000" y="-5.000" >6.0s</text>
  <line class="sec01" x1="610.000" y1="0" x2="610.000" y2="4660.000" />
  <line class="sec01" x1="620.000" y1="0" x2="620.000" y2="4660.000" />
  <line class="sec01" x1="630.000" y1="0" x2="630.000" y2="4660.000" />
  <line class="sec01" x1="640.000" y1="0" x2="640.000" y2="4660.000" />
  <line class="sec01" x1="650.000" y1="0" x2="650.000" y2="4660.000" />
  <line class="sec01" x1="660.000" y1="0" x2="660.000" y2="4660.000" />
  <line class="sec01" x1="670.000" y1="0" x2="670.000" y2="4660.000" />
  <line class="sec01" x1="680.000" y1="0" x2="680.000" y2="4660.000" />
  <line class="sec01" x1="690.000" y1="0" x2="690.000" y2="4660.000" />
  <line class="sec1" x1="700.000" y1="0" x2="700.000" y2="4660.000" />
  <text class="sec" x="700.000" y="-5.000" >7.0s</text>
  <line class="sec01" x1="710.000" y1="0" x2="710.000" y2="4660.000" />
  <line class="sec01" x1="720.000" y1="0" x2="720.000" y2="4660.000" />
  <line class="sec01" x1="730.000" y1="0" x2="730.000" y2="4660.000" />
  <line class="sec01" x1="740.000" y1="0" x2="740.000" y2="4660.000" />
  <line class="sec01" x1="750.000" y1="0" x2="750.000" y2="4660.000" />
  <line class="sec01" x1="760.000" y1="0" x2="760.000" y2="4660.000" />
  <line class="sec01" x1="770.000" y1="0" x2="770.000" y2="4660.000" />
  <line class="sec01" x1="780.000" y1="0" x2="780.000" y2="4660.000" />
  <line class="sec01" x1="790.000" y1="0" x2="790.000" y2="4660.000" />
  <line class="sec1" x1="800.000" y1="0" x2="800.000" y2="4660.000" />
  <text class="sec" x="800.000" y="-5.000" >8.0s</text>
  <line class="sec01" x1="810.000" y1="0" x2="810.000" y2="4660.000" />
  <line class="sec01" x1="820.000" y1="0" x2="820.000" y2="4660.000" />
  <line class="sec01" x1="830.000" y1="0" x2="830.000" y2="4660.000" />
  <line class="sec01" x1="840.000" y1="0" x2="840.000" y2="4660.000" />
  <line class="sec01" x1="850.000" y1="0" x2="850.000" y2="4660.000" />
  <line class="sec01" x1="860.000" y1="0" x2="860.000" y2="4660.000" />
  <line class="sec01" x1="870.000" y1="0" x2="870.000" y2="4660.000" />
  <line class="sec01" x1="880.000" y1="0" x2="880.000" y2="4660.000" />
  <line class="sec01" x1="890.000" y1="0" x2="890.000" y2="4660.000" />
  <line class="sec1" x1="900.000" y1="0" x2="900.000" y2="4660.000" />
  <text class="sec" x="900.000" y="-5.000" >9.0s</text>
  <line class="sec01" x1="910.000" y1="0" x2="910.000" y2="4660.000" />
  <line class="sec01" x1="920.000" y1="0" x2="920.000" y2="4660.000" />
  <line class="sec01" x1="930.000" y1="0" x2="930.000" y2="4660.000" />
  <line class="sec01" x1="940.000" y1="0" x2="940.000" y2="4660.000" />
  <line class="sec01" x1="950.000" y1="0" x2="950.000" y2="4660.000" />
  <line class="sec01" x1="960.000" y1="0" x2="960.000" y2="4660.000" />
  <line class="sec01" x1="970.000" y1="0" x2="970.000" y2="4660.000" />
  <line class="sec01" x1="980.000" y1="0" x2="980.000" y2="4660.000" />
  <line class="sec01" x1="990.000" y1="0" x2="990.000" y2="4660.000" />
  <line class="sec5" x1="1000.000" y1="0" x2="1000.000" y2="4660.000" />
  <text class="sec" x="1000.000" y="-5.000" >10.0s</text>
  <line class="sec01" x1="1010.000" y1="0" x2="1010.000" y2="4660.000" />
  <line class="sec01" x1="1020.000" y1="0" x2="1020.000" y2="4660.000" />
  <line class="sec01" x1="1030.000" y1="0" x2="1030.000" y2="4660.000" />
  <line class="sec01" x1="1040.000" y1="0" x2="1040.000" y2="4660.000" />
  <line class="sec01" x1="1050.000" y1="0" x2="1050.000" y2="4660.000" />
  <line class="sec01" x1="1060.000" y1="0" x2="1060.000" y2="4660.000" />
  <line class="sec01" x1="1070.000" y1="0" x2="1070.000" y2="4660.000" />
  <line class="sec01" x1="1080.000" y1="0" x2="1080.000" y2="4660.000" />
  <line class="sec01" x1="1090.000" y1="0" x2="1090.000" y2="4660.000" />
  <line class="sec1" x1="1100.000" y1="0" x2="1100.000" y2="4660.000" />
  <text class="sec" x="1100.000" y="-5.000" >11.0s</text>
  <line class="sec01" x1="1110.000" y1="0" x2="1110.000" y2="4660.000" />
  <line class="sec01" x1="1120.000" y1="0" x2="1120.000" y2="4660.000" />
  <line class="sec01" x1="1130.000" y1="0" x2="1130.000" y2="4660.000" />
  <line class="sec01" x1="1140.000" y1="0" x2="1140.000" y2="4660.000" />
  <line class="sec01" x1="1150.000" y1="0" x2="1150.000" y2="4660.000" />
  <line class="sec01" x1="1160.000" y1="0" x2="1160.000" y2="4660.000" />
  <line class="sec01" x1="1170.000" y1="0" x2="1170.000" y2="4660.000" />
  <line class="sec01" x1="1180.000" y1="0" x2="1180.000" y2="4660.000" />
  <line class="sec01" x1="1190.000" y1="0" x2="1190.000" y2="4660.000" />
  <line class="sec1" x1="1200.000" y1="0" x2="1200.000" y2="4660.000" />
  <text class="sec" x="1200.000" y="-5.000" >12.0s</text>
  <line class="sec01" x1="1210.000" y1="0" x2="1210.000" y2="4660.000" />
  <line class="sec01" x1="1220.000" y1="0" x2="1220.000" y2="4660.000" />
  <rect class="firmware" x="-1179.508" y="0.000" width="637.728" height="19.000" />
  <text class="left" x="-1174.508" y="14.000">firmware</text>
  <rect class="loader" x="-541.780" y="20.000" width="541.780" height="19.000" />
  <text class="left" x="-536.780" y="34.000">loader</text>
  <rect class="kernel" x="0.000" y="40.000" width="116.877" height="19.000" />
  <text class="left" x="5.000" y="54.000">kernel</text>
  <rect class="active" x="116.877" y="60.000" width="1108.729" height="19.000" />
  <rect class="security" x="117.367" y="60.000" width="0.073" height="19.000" />
  <rect class="generators" x="174.205" y="60.000" width="13.233" height="19.000" />
  <rect class="unitsload" x="187.438" y="60.000" width="5.266" height="19.000" />
  <text class="left" x="121.877" y="74.000">systemd</text>
  <rect class="activating" x="192.713" y="80.000" width="0.000" height="19.000" />
  <rect class="active" x="192.713" y="80.000" width="1032.893" height="19.000" />
  <rect class="deactivating" x="1225.607" y="80.000" width="0.000" height="19.000" />
  <text class="left" x="197.713" y="94.000">system.slice</text>
  <rect class="activating" x="192.732" y="100.000" width="0.000" height="19.000" />
  <rect class="active" x="192.732" y="100.000" width="1032.875" height="19.000" />
  <rect class="deactivating" x="1225.607" y="100.000" width="0.000" height="19.000" />
  <text class="left" x="197.732" y="114.000">init.scope</text>
  <rect class="activating" x="192.733" y="120.000" width="0.000" height="19.000" />
  <rect class="active" x="192.733" y="120.000" width="1032.874" height="19.000" />
  <rect class="deactivating" x="1225.607" y="120.000" width="0.000" height="19.000" />
  <text class="left" x="197.733" y="134.000">-.mount</text>
  <rect class="activating" x="192.734" y="140.000" width="0.000" height="19.000" />
  <rect class="active" x="192.734" y="140.000" width="1032.873" height="19.000" />
  <rect class="deactivating" x="1225.607" y="140.000" width="0.000" height="19.000" />
  <text class="left" x="197.734" y="154.000">-.slice</text>
  <rect class="activating" x="192.735" y="160.000" width="102.847" height="19.000" />
  <rect class="active" x="295.582" y="160.000" width="930.024" height="19.000" />
  <rect class="deactivating" x="1225.607" y="160.000" width="0.000" height="19.000" />
  <text class="left" x="197.735" y="174.000">dev-nvme0n1p3.device (1.028s)</text>
  <rect class="activating" x="196.653" y="180.000" width="0.000" height="19.000" />
  <rect class="active" x="196.653" y="180.000" width="1028.954" height="19.000" />
  <rect class="deactivating" x="1225.607" y="180.000" width="0.000" height="19.000" />
  <text class="left" x="201.653" y="194.000">system-getty.slice</text>
  <rect class="activating" x="196.695" y="200.000" width="0.000" height="19.000" />
  <rect class="active" x="196.695" y="200.000" width="1028.912" height="19.000" />
  <rect class="deactivating" x="1225.607" y="200.000" width="0.000" height="19.000" />
  <text class="left" x="201.695" y="214.000">system-modprobe.slice</text>
  <rect class="activating" x="196.735" y="220.000" width="0.000" height="19.000" />
  <rect class="active" x="196.735" y="220.000" width="1028.872" height="19.000" />
  <rect class="deactivating" x="1225.607" y="220.000" width="0.000" height="19.000" />
  <text class="left" x="201.735" y="234.000">system-systemd\x2dfsck.slice</text>
  <rect class="activating" x="196.764" y="240.000" width="0.000" height="19.000" />
  <rect class="active" x="196.764" y="240.000" width="1028.843" height="19.000" />
  <rect class="deactivating" x="1225.607" y="240.000" width="0.000" height="19.000" />
  <text class="left" x="201.764" y="254.000">user.slice</text>
  <rect class="activating" x="196.778" y="260.000" width="0.000" height="19.000" />
  <rect class="active" x="196.778" y="260.000" width="1028.829" height="19.000" />
  <rect class="deactivating" x="1225.607" y="260.000" width="0.000" height="19.000" />
  <text class="left" x="201.778" y="274.000">systemd-ask-password-wall.path</text>
  <rect class="activating" x="196.802" y="280.000" width="0.000" height="19.000" />
  <rect class="active" x="196.802" y="280.000" width="1028.805" height="19.000" />
  <rect class="deactivating" x="1225.607" y="280.000" width="0.000" height="19.000" />
  <text class="left" x="201.802" y="294.000">proc-sys-fs-binfmt_misc.automount</text>
  <rect class="activating" x="196.813" y="300.000" width="0.000" height="19.000" />
  <rect class="active" x="196.813" y="300.000" width="1028.794" height="19.000" />
  <rect class="deactivating" x="1225.607" y="300.000" width="0.000" height="19.000" />
  <text class="left" x="201.813" y="314.000">getty.target</text>
  <rect class="activating" x="196.818" y="320.000" width="0.000" height="19.000" />
  <rect class="active" x="196.818" y="320.000" width="1028.788" height="19.000" />
  <rect class="deactivating" x="1225.607" y="320.000" width="0.000" height="19.000" />
  <text class="left" x="201.818" y="334.000">integritysetup.target</text>
  <rect class="activating" x="196.826" y="340.000" width="0.000" height="19.000" />
  <rect class="active" x="196.826" y="340.000" width="1028.781" height="19.000" />
  <rect class="deactivating" x="1225.607" y="340.000" width="0.000" height="19.000" />
  <text class="left" x="201.826" y="354.000">remote-fs.target</text>
  <rect class="activating" x="196.831" y="360.000" width="0.000" height="19.000" />
  <rect class="active" x="196.831" y="360.000" width="1028.775" height="19.000" />
  <rect class="deactivating" x="1225.607" y="360.000" width="0.000" height="19.000" />
  <text class="left" x="201.831" y="374.000">slices.target</text>
  <rect class="activating" x="196.838" y="380.000" width="0.000" height="19.000" />
  <rect class="active" x="196.838" y="380.000" width="1028.768" height="19.000" />
  <rect class="deactivating" x="1225.607" y="380.000" width="0.000" height="19.000" />
  <text class="left" x="201.838" y="394.000">veritysetup.target</text>
  <rect class="activating" x="196.853" y="400.000" width="0.000" height="19.000" />
  <rect class="active" x="196.853" y="400.000" width="1028.753" height="19.000" />
  <rect class="deactivating" x="1225.607" y="400.000" width="0.000" height="19.000" />
  <text class="left" x="201.853" y="414.000">dm-event.socket</text>
  <rect class="activating" x="196.884" y="420.000" width="0.000" height="19.000" />
  <rect class="active" x="196.884" y="420.000" width="1028.723" height="19.000" />
  <rect class="deactivating" x="1225.607" y="420.000" width="0.000" height="19.000" />
  <text class="left" x="201.884" y="434.000">lvm2-lvmpolld.socket</text>
  <rect class="activating" x="197.002" y="440.000" width="0.000" height="19.000" />
  <rect class="active" x="197.002" y="440.000" width="1028.604" height="19.000" />
  <rect class="deactivating" x="1225.607" y="440.000" width="0.000" height="19.000" />
  <text class="left" x="202.002" y="454.000">systemd-coredump.socket</text>
  <rect class="activating" x="197.027" y="460.000" width="0.000" height="19.000" />
  <rect class="active" x="197.027" y="460.000" width="1028.580" height="19.000" />
  <rect class="deactivating" x="1225.607" y="460.000" width="0.000" height="19.000" />
  <text class="left" x="202.027" y="474.000">systemd-journald-audit.socket</text>
  <rect class="activating" x="197.045" y="480.000" width="0.000" height="19.000" />
  <rect class="active" x="197.045" y="480.000" width="1028.562" height="19.000" />
  <rect class="deactivating" x="1225.607" y="480.000" width="0.000" height="19.000" />
  <text class="left" x="202.045" y="494.000">systemd-journald-dev-log.socket</text>
  <rect class="activating" x="197.064" y="500.000" width="0.000" height="19.000" />
  <rect class="active" x="197.064" y="500.000" width="1028.543" height="19.000" />
  <rect class="deactivating" x="1225.607" y="500.000" width="0.000" height="19.000" />
  <text class="left" x="202.064" y="514.000">systemd-journald.socket</text>
  <rect class="activating" x="197.102" y="520.000" width="0.000" height="19.000" />
  <rect class="active" x="197.102" y="520.000" width="1028.505" height="19.000" />
  <rect class="deactivating" x="1225.607" y="520.000" width="0.000" height="19.000" />
  <text class="left" x="202.102" y="534.000">systemd-udevd-control.socket</text>
  <rect class="activating" x="197.118" y="540.000" width="0.000" height="19.000" />
  <rect class="active" x="197.118" y="540.000" width="1028.489" height="19.000" />
  <rect class="deactivating" x="1225.607" y="540.000" width="0.000" height="19.000" />
  <text class="left" x="202.118" y="554.000">systemd-udevd-kernel.socket</text>
  <rect class="activating" x="197.221" y="560.000" width="1.861" height="19.000" />
  <rect class="active" x="199.082" y="560.000" width="1026.525" height="19.000" />
  <rect class="deactivating" x="1225.607" y="560.000" width="0.000" height="19.000" />
  <text class="left" x="202.221" y="574.000">dev-hugepages.mount (18ms)</text>
  <rect class="activating" x="197.316" y="580.000" width="1.792" height="19.000" />
  <rect class="active" x="199.107" y="580.000" width="1026.499" height="19.000" />
  <rect class="deactivating" x="1225.607" y="580.000" width="0.000" height="19.000" />
  <text class="left" x="202.316" y="594.000">dev-mqueue.mount (17ms)</text>
  <rect class="activating" x="197.413" y="600.000" width="1.714" height="19.000" />
  <rect class="active" x="199.127" y="600.000" width="1026.479" height="19.000" />
  <rect class="deactivating" x="1225.607" y="600.000" width="0.000" height="19.000" />
  <text class="left" x="202.413" y="614.000">sys-kernel-debug.mount (17ms)</text>
  <rect class="activating" x="197.512" y="620.000" width="1.635" height="19.000" />
  <rect class="active" x="199.148" y="620.000" width="1026.459" height="19.000" />
  <rect class="deactivating" x="1225.607" y="620.000" width="0.000" height="19.000" />
  <text class="left" x="202.512" y="634.000">sys-kernel-tracing.mount (16ms)</text>
  <rect class="activating" x="197.615" y="640.000" width="44.289" height="19.000" />
  <rect class="active" x="241.904" y="640.000" width="983.703" height="19.000" />
  <rect class="deactivating" x="1225.607" y="640.000" width="0.000" height="19.000" />
  <text class="left" x="202.615" y="654.000">apparmor.service (442ms)</text>
  <rect class="activating" x="197.725" y="660.000" width="5.816" height="19.000" />
  <rect class="active" x="203.541" y="660.000" width="1022.066" height="19.000" />
  <rect class="deactivating" x="1225.607" y="660.000" width="0.000" height="19.000" />
  <text class="left" x="202.725" y="674.000">kmod-static-nodes.service (58ms)</text>
  <rect class="activating" x="197.829" y="680.000" width="5.865" height="19.000" />
  <rect class="active" x="203.694" y="680.000" width="0.000" height="19.000" />
  <rect class="deactivating" x="203.694" y="680.000" width="0.000" height="19.000" />
  <text class="left" x="202.829" y="694.000">modprobe@configfs.service (58ms)</text>
  <rect class="activating" x="198.069" y="700.000" width="14.204" height="19.000" />
  <rect class="active" x="212.273" y="700.000" width="0.000" height="19.000" />
  <rect class="deactivating" x="212.273" y="700.000" width="0.000" height="19.000" />
  <text class="left" x="203.069" y="714.000">modprobe@drm.service (142ms)</text>
  <rect class="activating" x="198.186" y="720.000" width="19.416" height="19.000" />
  <rect class="active" x="217.602" y="720.000" width="0.000" height="19.000" />
  <rect class="deactivating" x="217.602" y="720.000" width="0.000" height="19.000" />
  <text class="left" x="203.186" y="734.000">modprobe@fuse.service (194ms)</text>
  <rect class="activating" x="198.508" y="740.000" width="35.352" height="19.000" />
  <rect class="active" x="233.860" y="740.000" width="991.747" height="19.000" />
  <rect class="deactivating" x="1225.607" y="740.000" width="0.000" height="19.000" />
  <text class="left" x="203.508" y="754.000">systemd-modules-load.service (353ms)</text>
  <rect class="activating" x="198.647" y="760.000" width="37.217" height="19.000" />
  <rect class="active" x="235.864" y="760.000" width="989.743" height="19.000" />
  <rect class="deactivating" x="1225.607" y="760.000" width="0.000" height="19.000" />
  <text class="left" x="203.647" y="774.000">systemd-remount-fs.service (372ms)</text>
  <rect class="activating" x="198.803" y="780.000" width="40.109" height="19.000" />
  <rect class="active" x="238.912" y="780.000" width="986.695" height="19.000" />
  <rect class="deactivating" x="1225.607" y="780.000" width="0.000" height="19.000" />
  <text class="left" x="203.803" y="794.000">systemd-udev-trigger.service (401ms)</text>
  <rect class="activating" x="245.574" y="800.000" width="3.536" height="19.000" />
  <rect class="active" x="249.110" y="800.000" width="976.496" height="19.000" />
  <rect class="deactivating" x="1225.607" y="800.000" width="0.000" height="19.000" />
  <text class="left" x="250.574" y="814.000">sys-fs-fuse-connections.mount (35ms)</text>
  <rect class="activating" x="245.748" y="820.000" width="3.620" height="19.000" />
  <rect class="active" x="249.368" y="820.000" width="976.239" height="19.000" />
  <rect class="deactivating" x="1225.607" y="820.000" width="0.000" height="19.000" />
  <text class="left" x="250.748" y="834.000">sys-kernel-config.mount (36ms)</text>
  <rect class="activating" x="247.001" y="840.000" width="5.218" height="19.000" />
  <rect class="active" x="252.219" y="840.000" width="973.388" height="19.000" />
  <rect class="deactivating" x="1225.607" y="840.000" width="0.000" height="19.000" />
  <text class="left" x="252.001" y="854.000">systemd-random-seed.service (52ms)</text>
  <rect class="activating" x="247.311" y="860.000" width="6.577" height="19.000" />
  <rect class="active" x="253.888" y="860.000" width="971.719" height="19.000" />
  <rect class="deactivating" x="1225.607" y="860.000" width="0.000" height="19.000" />
  <text class="left" x="252.311" y="874.000">systemd-sysctl.service (65ms)</text>
  <rect class="activating" x="247.608" y="880.000" width="22.592" height="19.000" />
  <rect class="active" x="270.199" y="880.000" width="955.408" height="19.000" />
  <rect class="deactivating" x="1225.607" y="880.000" width="0.000" height="19.000" />
  <text class="left" x="252.608" y="894.000">systemd-tmpfiles-setup-dev.service (225ms)</text>
  <rect class="activating" x="248.032" y="900.000" width="11.855" height="19.000" />
  <rect class="active" x="259.887" y="900.000" width="965.720" height="19.000" />
  <rect class="deactivating" x="1225.607" y="900.000" width="0.000" height="19.000" />
  <text class="left" x="253.032" y="914.000">systemd-vconsole-setup.service (118ms)</text>
  <rect class="activating" x="248.963" y="920.000" width="0.000" height="19.000" />
  <rect class="active" x="248.963" y="920.000" width="976.644" height="19.000" />
  <rect class="deactivating" x="1225.607" y="920.000" width="0.000" height="19.000" />
  <text class="left" x="253.963" y="934.000">run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev.service.mount</text>
  <rect class="activating" x="248.972" y="940.000" width="0.000" height="19.000" />
  <rect class="active" x="248.972" y="940.000" width="976.635" height="19.000" />
  <rect class="deactivating" x="1225.607" y="940.000" width="0.000" height="19.000" />
  <text class="left" x="253.972" y="954.000">run-credentials-systemd\x2dsysctl.service.mount</text>
  <rect class="activating" x="257.277" y="960.000" width="30.246" height="19.000" />
  <rect class="active" x="287.523" y="960.000" width="938.083" height="19.000" />
  <rect class="deactivating" x="1225.607" y="960.000" width="0.000" height="19.000" />
  <text class="left" x="262.277" y="974.000">ufw.service (302ms)</text>
  <rect class="activating" x="270.306" y="980.000" width="0.000" height="19.000" />
  <rect class="active" x="270.306" y="980.000" width="955.301" height="19.000" />
  <rect class="deactivating" x="1225.607" y="980.000" width="0.000" height="19.000" />
  <text class="left" x="275.306" y="994.000">local-fs-pre.target</text>
  <rect class="activating" x="274.534" y="1000.000" width="3.729" height="19.000" />
  <rect class="active" x="278.263" y="1000.000" width="947.344" height="19.000" />
  <rect class="deactivating" x="1225.607" y="1000.000" width="0.000" height="19.000" />
  <text class="left" x="279.534" y="1014.000">systemd-journald.service (37ms)</text>
  <rect class="activating" x="274.736" y="1020.000" width="5.324" height="19.000" />
  <rect class="active" x="280.060" y="1020.000" width="945.547" height="19.000" />
  <rect class="deactivating" x="1225.607" y="1020.000" width="0.000" height="19.000" />
  <text class="left" x="279.736" y="1034.000">systemd-udevd.service (53ms)</text>
  <rect class="activating" x="278.393" y="1040.000" width="13.467" height="19.000" />
  <rect class="active" x="291.860" y="1040.000" width="933.747" height="19.000" />
  <rect class="deactivating" x="1225.607" y="1040.000" width="0.000" height="19.000" />
  <text class="left" x="283.393" y="1054.000">systemd-journal-flush.service (134ms)</text>
  <rect class="activating" x="280.200" y="1060.000" width="2.883" height="19.000" />
  <rect class="active" x="283.083" y="1060.000" width="942.524" height="19.000" />
  <rect class="deactivating" x="1225.607" y="1060.000" width="0.000" height="19.000" />
  <text class="left" x="285.200" y="1074.000">plymouth-start.service (28ms)</text>
  <rect class="activating" x="280.524" y="1080.000" width="0.000" height="19.000" />
  <rect class="active" x="280.524" y="1080.000" width="945.083" height="19.000" />
  <rect class="deactivating" x="1225.607" y="1080.000" width="0.000" height="19.000" />
  <text class="left" x="285.524" y="1094.000">sys-module-fuse.device</text>
  <rect class="activating" x="280.929" y="1100.000" width="0.000" height="19.000" />
  <rect class="active" x="280.929" y="1100.000" width="944.678" height="19.000" />
  <rect class="deactivating" x="1225.607" y="1100.000" width="0.000" height="19.000" />
  <text class="left" x="285.929" y="1114.000">sys-module-configfs.device</text>
  <rect class="activating" x="282.981" y="1120.000" width="0.000" height="19.000" />
  <rect class="active" x="282.981" y="1120.000" width="942.626" height="19.000" />
  <rect class="deactivating" x="1225.607" y="1120.000" width="0.000" height="19.000" />
  <text class="left" x="287.981" y="1134.000">sys-devices-pci0000:00-0000:00:16.3-tty-ttyS4.device</text>
  <rect class="activating" x="282.982" y="1140.000" width="0.000" height="19.000" />
  <rect class="active" x="282.982" y="1140.000" width="942.625" height="19.000" />
  <rect class="deactivating" x="1225.607" y="1140.000" width="0.000" height="19.000" />
  <text class="left" x="287.982" y="1154.000">dev-ttyS4.device</text>
  <rect class="activating" x="283.067" y="1160.000" width="0.000" height="19.000" />
  <rect class="active" x="283.067" y="1160.000" width="942.539" height="19.000" />
  <rect class="deactivating" x="1225.607" y="1160.000" width="0.000" height="19.000" />
  <text class="left" x="288.067" y="1174.000">sys-devices-platform-serial8250-tty-ttyS13.device</text>
  <rect class="activating" x="283.068" y="1180.000" width="0.000" height="19.000" />
  <rect class="active" x="283.068" y="1180.000" width="942.539" height="19.000" />
  <rect class="deactivating" x="1225.607" y="1180.000" width="0.000" height="19.000" />
  <text class="left" x="288.068" y="1194.000">dev-ttyS13.device</text>
  <rect class="activating" x="283.210" y="1200.000" width="0.000" height="19.000" />
  <rect class="active" x="283.210" y="1200.000" width="942.397" height="19.000" />
  <rect class="deactivating" x="1225.607" y="1200.000" width="0.000" height="19.000" />
  <text class="left" x="288.210" y="1214.000">dev-ttyS10.device</text>
  <rect class="activating" x="283.210" y="1220.000" width="0.000" height="19.000" />
  <rect class="active" x="283.210" y="1220.000" width="942.397" height="19.000" />
  <rect class="deactivating" x="1225.607" y="1220.000" width="0.000" height="19.000" />
  <text class="left" x="288.210" y="1234.000">sys-devices-platform-serial8250-tty-ttyS10.device</text>
  <rect class="activating" x="283.296" y="1240.000" width="0.000" height="19.000" />
  <rect class="active" x="283.296" y="1240.000" width="942.310" height="19.000" />
  <rect class="deactivating" x="1225.607" y="1240.000" width="0.000" height="19.000" />
  <text class="left" x="288.296" y="1254.000">sys-devices-platform-serial8250-tty-ttyS12.device</text>
  <rect class="activating" x="283.297" y="1260.000" width="0.000" height="19.000" />
  <rect class="active" x="283.297" y="1260.000" width="942.310" height="19.000" />
  <rect class="deactivating" x="1225.607" y="1260.000" width="0.000" height="19.000" />
  <text class="left" x="288.297" y="1274.000">dev-ttyS12.device</text>
  <rect class="activating" x="283.379" y="1280.000" width="0.000" height="19.000" />
  <rect class="active" x="283.379" y="1280.000" width="942.228" height="19.000" />
  <rect class="deactivating" x="1225.607" y="1280.000" width="0.000" height="19.000" />
  <text class="left" x="288.379" y="1294.000">dev-ttyS18.device</text>
  <rect class="activating" x="283.379" y="1300.000" width="0.000" height="19.000" />
  <rect class="active" x="283.379" y="1300.000" width="942.227" height="19.000" />
  <rect class="deactivating" x="1225.607" y="1300.000" width="0.000" height="19.000" />
  <text class="left" x="288.379" y="1314.000">sys-devices-platform-serial8250-tty-ttyS18.device</text>
  <rect class="activating" x="283.471" y="1320.000" width="0.000" height="19.000" />
  <rect class="active" x="283.471" y="1320.000" width="942.136" height="19.000" />
  <rect class="deactivating" x="1225.607" y="1320.000" width="0.000" height="19.000" />
  <text class="left" x="288.471" y="1334.000">sys-devices-platform-serial8250-tty-ttyS17.device</text>
  <rect class="activating" x="283.471" y="1340.000" width="0.000" height="19.000" />
  <rect class="active" x="283.471" y="1340.000" width="942.136" height="19.000" />
  <rect class="deactivating" x="1225.607" y="1340.000" width="0.000" height="19.000" />
  <text class="left" x="288.471" y="1354.000">dev-ttyS17.device</text>
  <rect class="activating" x="283.600" y="1360.000" width="0.000" height="19.000" />
  <rect class="active" x="283.600" y="1360.000" width="942.006" height="19.000" />
  <rect class="deactivating" x="1225.607" y="1360.000" width="0.000" height="19.000" />
  <text class="left" x="288.600" y="1374.000">sys-devices-platform-serial8250-tty-ttyS0.device</text>
  <rect class="activating" x="283.601" y="1380.000" width="0.000" height="19.000" />
  <rect class="active" x="283.601" y="1380.000" width="942.006" height="19.000" />
  <rect class="deactivating" x="1225.607" y="1380.000" width="0.000" height="19.000" />
  <text class="left" x="288.601" y="1394.000">dev-ttyS0.device</text>
  <rect class="activating" x="283.953" y="1400.000" width="0.000" height="19.000" />
  <rect class="active" x="283.953" y="1400.000" width="941.653" height="19.000" />
  <rect class="deactivating" x="1225.607" y="1400.000" width="0.000" height="19.000" />
  <text class="left" x="288.953" y="1414.000">sys-devices-platform-serial8250-tty-ttyS16.device</text>
  <rect class="activating" x="283.954" y="1420.000" width="0.000" height="19.000" />
  <rect class="active" x="283.954" y="1420.000" width="941.653" height="19.000" />
  <rect class="deactivating" x="1225.607" y="1420.000" width="0.000" height="19.000" />
  <text class="left" x="288.954" y="1434.000">dev-ttyS16.device</text>
  <rect class="activating" x="284.078" y="1440.000" width="0.000" height="19.000" />
  <rect class="active" x="284.078" y="1440.000" width="941.529" height="19.000" />
  <rect class="deactivating" x="1225.607" y="1440.000" width="0.000" height="19.000" />
  <text class="left" x="289.078" y="1454.000">dev-tpmrm0.device</text>
  <rect class="activating" x="284.078" y="1460.000" width="0.000" height="19.000" />
  <rect class="active" x="284.078" y="1460.000" width="941.529" height="19.000" />
  <rect class="deactivating" x="1225.607" y="1460.000" width="0.000" height="19.000" />
  <text class="left" x="289.078" y="1474.000">sys-devices-platform-IFX0763:00-tpmrm-tpmrm0.device</text>
  <rect class="activating" x="284.163" y="1480.000" width="0.000" height="19.000" />
  <rect class="active" x="284.163" y="1480.000" width="941.443" height="19.000" />
  <rect class="deactivating" x="1225.607" y="1480.000" width="0.000" height="19.000" />
  <text class="left" x="289.163" y="1494.000">sys-devices-platform-serial8250-tty-ttyS14.device</text>
  <rect class="activating" x="284.164" y="1500.000" width="0.000" height="19.000" />
  <rect class="active" x="284.164" y="1500.000" width="941.443" height="19.000" />
  <rect class="deactivating" x="1225.607" y="1500.000" width="0.000" height="19.000" />
  <text class="left" x="289.164" y="1514.000">dev-ttyS14.device</text>
  <rect class="activating" x="287.668" y="1520.000" width="0.000" height="19.000" />
  <rect class="active" x="287.668" y="1520.000" width="937.939" height="19.000" />
  <rect class="deactivating" x="1225.607" y="1520.000" width="0.000" height="19.000" />
  <text class="left" x="292.668" y="1534.000">dev-ttyS22.device</text>
  <rect class="activating" x="287.668" y="1540.000" width="0.000" height="19.000" />
  <rect class="active" x="287.668" y="1540.000" width="937.939" height="19.000" />
  <rect class="deactivating" x="1225.607" y="1540.000" width="0.000" height="19.000" />
  <text class="left" x="292.668" y="1554.000">sys-devices-platform-serial8250-tty-ttyS22.device</text>
  <rect class="activating" x="287.751" y="1560.000" width="0.000" height="19.000" />
  <rect class="active" x="287.751" y="1560.000" width="937.856" height="19.000" />
  <rect class="deactivating" x="1225.607" y="1560.000" width="0.000" height="19.000" />
  <text class="left" x="292.751" y="1574.000">sys-devices-platform-serial8250-tty-ttyS20.device</text>
  <rect class="activating" x="287.751" y="1580.000" width="0.000" height="19.000" />
  <rect class="active" x="287.751" y="1580.000" width="937.856" height="19.000" />
  <rect class="deactivating" x="1225.607" y="1580.000" width="0.000" height="19.000" />
  <text class="left" x="292.751" y="1594.000">dev-ttyS20.device</text>
  <rect class="activating" x="287.832" y="1600.000" width="0.000" height="19.000" />
  <rect class="active" x="287.832" y="1600.000" width="937.774" height="19.000" />
  <rect class="deactivating" x="1225.607" y="1600.000" width="0.000" height="19.000" />
  <text class="left" x="292.832" y="1614.000">dev-ttyS19.device</text>
  <rect class="activating" x="287.833" y="1620.000" width="0.000" height="19.000" />
  <rect class="active" x="287.833" y="1620.000" width="937.774" height="19.000" />
  <rect class="deactivating" x="1225.607" y="1620.000" width="0.000" height="19.000" />
  <text class="left" x="292.833" y="1634.000">sys-devices-platform-serial8250-tty-ttyS19.device</text>
  <rect class="activating" x="287.943" y="1640.000" width="0.000" height="19.000" />
  <rect class="active" x="287.943" y="1640.000" width="937.664" height="19.000" />
  <rect class="deactivating" x="1225.607" y="1640.000" width="0.000" height="19.000" />
  <text class="left" x="292.943" y="1654.000">dev-ttyS2.device</text>
  <rect class="activating" x="287.943" y="1660.000" width="0.000" height="19.000" />
  <rect class="active" x="287.943" y="1660.000" width="937.664" height="19.000" />
  <rect class="deactivating" x="1225.607" y="1660.000" width="0.000" height="19.000" />
  <text class="left" x="292.943" y="1674.000">sys-devices-platform-serial8250-tty-ttyS2.device</text>
  <rect class="activating" x="288.033" y="1680.000" width="0.000" height="19.000" />
  <rect class="active" x="288.033" y="1680.000" width="937.574" height="19.000" />
  <rect class="deactivating" x="1225.607" y="1680.000" width="0.000" height="19.000" />
  <text class="left" x="293.033" y="1694.000">sys-devices-platform-serial8250-tty-ttyS11.device</text>
  <rect class="activating" x="288.033" y="1700.000" width="0.000" height="19.000" />
  <rect class="active" x="288.033" y="1700.000" width="937.574" height="19.000" />
  <rect class="deactivating" x="1225.607" y="1700.000" width="0.000" height="19.000" />
  <text class="left" x="293.033" y="1714.000">dev-ttyS11.device</text>
  <rect class="activating" x="288.200" y="1720.000" width="0.000" height="19.000" />
  <rect class="active" x="288.200" y="1720.000" width="937.407" height="19.000" />
  <rect class="deactivating" x="1225.607" y="1720.000" width="0.000" height="19.000" />
  <text class="left" x="293.200" y="1734.000">dev-ttyS23.device</text>
  <rect class="activating" x="288.200" y="1740.000" width="0.000" height="19.000" />
  <rect class="active" x="288.200" y="1740.000" width="937.407" height="19.000" />
  <rect class="deactivating" x="1225.607" y="1740.000" width="0.000" height="19.000" />
  <text class="left" x="293.200" y="1754.000">sys-devices-platform-serial8250-tty-ttyS23.device</text>
  <rect class="activating" x="288.276" y="1760.000" width="0.000" height="19.000" />
  <rect class="active" x="288.276" y="1760.000" width="937.331" height="19.000" />
  <rect class="deactivating" x="1225.607" y="1760.000" width="0.000" height="19.000" />
  <text class="left" x="293.276" y="1774.000">sys-devices-platform-serial8250-tty-ttyS1.device</text>
  <rect class="activating" x="288.276" y="1780.000" width="0.000" height="19.000" />
  <rect class="active" x="288.276" y="1780.000" width="937.330" height="19.000" />
  <rect class="deactivating" x="1225.607" y="1780.000" width="0.000" height="19.000" />
  <text class="left" x="293.276" y="1794.000">dev-ttyS1.device</text>
  <rect class="activating" x="288.365" y="1800.000" width="0.000" height="19.000" />
  <rect class="active" x="288.365" y="1800.000" width="937.242" height="19.000" />
  <rect class="deactivating" x="1225.607" y="1800.000" width="0.000" height="19.000" />
  <text class="left" x="293.365" y="1814.000">dev-ttyS24.device</text>
  <rect class="activating" x="288.365" y="1820.000" width="0.000" height="19.000" />
  <rect class="active" x="288.365" y="1820.000" width="937.242" height="19.000" />
  <rect class="deactivating" x="1225.607" y="1820.000" width="0.000" height="19.000" />
  <text class="left" x="293.365" y="1834.000">sys-devices-platform-serial8250-tty-ttyS24.device</text>
  <rect class="activating" x="288.447" y="1840.000" width="0.000" height="19.000" />
  <rect class="active" x="288.447" y="1840.000" width="937.160" height="19.000" />
  <rect class="deactivating" x="1225.607" y="1840.000" width="0.000" height="19.000" />
  <text class="left" x="293.447" y="1854.000">dev-ttyS25.device</text>
  <rect class="activating" x="288.448" y="1860.000" width="0.000" height="19.000" />
  <rect class="active" x="288.448" y="1860.000" width="937.159" height="19.000" />
  <rect class="deactivating" x="1225.607" y="1860.000" width="0.000" height="19.000" />
  <text class="left" x="293.448" y="1874.000">sys-devices-platform-serial8250-tty-ttyS25.device</text>
  <rect class="activating" x="288.525" y="1880.000" width="0.000" height="19.000" />
  <rect class="active" x="288.525" y="1880.000" width="937.082" height="19.000" />
  <rect class="deactivating" x="1225.607" y="1880.000" width="0.000" height="19.000" />
  <text class="left" x="293.525" y="1894.000">sys-devices-platform-serial8250-tty-ttyS15.device</text>
  <rect class="activating" x="288.525" y="1900.000" width="0.000" height="19.000" />
  <rect class="active" x="288.525" y="1900.000" width="937.081" height="19.000" />
  <rect class="deactivating" x="1225.607" y="1900.000" width="0.000" height="19.000" />
  <text class="left" x="293.525" y="1914.000">dev-ttyS15.device</text>
  <rect class="activating" x="288.601" y="1920.000" width="0.000" height="19.000" />
  <rect class="active" x="288.601" y="1920.000" width="937.006" height="19.000" />
  <rect class="deactivating" x="1225.607" y="1920.000" width="0.000" height="19.000" />
  <text class="left" x="293.601" y="1934.000">dev-ttyS21.device</text>
  <rect class="activating" x="288.601" y="1940.000" width="0.000" height="19.000" />
  <rect class="active" x="288.601" y="1940.000" width="937.005" height="19.000" />
  <rect class="deactivating" x="1225.607" y="1940.000" width="0.000" height="19.000" />
  <text class="left" x="293.601" y="1954.000">sys-devices-platform-serial8250-tty-ttyS21.device</text>
  <rect class="activating" x="288.693" y="1960.000" width="0.000" height="19.000" />
  <rect class="active" x="288.693" y="1960.000" width="936.913" height="19.000" />
  <rect class="deactivating" x="1225.607" y="1960.000" width="0.000" height="19.000" />
  <text class="left" x="293.693" y="1974.000">sys-devices-platform-serial8250-tty-ttyS9.device</text>
  <rect class="activating" x="288.694" y="1980.000" width="0.000" height="19.000" />
  <rect class="active" x="288.694" y="1980.000" width="936.913" height="19.000" />
  <rect class="deactivating" x="1225.607" y="1980.000" width="0.000" height="19.000" />
  <text class="left" x="293.694" y="1994.000">dev-ttyS9.device</text>
  <rect class="activating" x="288.834" y="2000.000" width="0.000" height="19.000" />
  <rect class="active" x="288.834" y="2000.000" width="936.772" height="19.000" />
  <rect class="deactivating" x="1225.607" y="2000.000" width="0.000" height="19.000" />
  <text class="left" x="293.834" y="2014.000">dev-ttyS5.device</text>
  <rect class="activating" x="288.835" y="2020.000" width="0.000" height="19.000" />
  <rect class="active" x="288.835" y="2020.000" width="936.772" height="19.000" />
  <rect class="deactivating" x="1225.607" y="2020.000" width="0.000" height="19.000" />
  <text class="left" x="293.835" y="2034.000">sys-devices-platform-serial8250-tty-ttyS5.device</text>
  <rect class="activating" x="288.981" y="2040.000" width="0.000" height="19.000" />
  <rect class="active" x="288.981" y="2040.000" width="936.626" height="19.000" />
  <rect class="deactivating" x="1225.607" y="2040.000" width="0.000" height="19.000" />
  <text class="left" x="293.981" y="2054.000">sys-devices-platform-serial8250-tty-ttyS6.device</text>
  <rect class="activating" x="288.981" y="2060.000" width="0.000" height="19.000" />
  <rect class="active" x="288.981" y="2060.000" width="936.625" height="19.000" />
  <rect class="deactivating" x="1225.607" y="2060.000" width="0.000" height="19.000" />
  <text class="left" x="293.981" y="2074.000">dev-ttyS6.device</text>
  <rect class="activating" x="289.120" y="2080.000" width="0.000" height="19.000" />
  <rect class="active" x="289.120" y="2080.000" width="936.486" height="19.000" />
  <rect class="deactivating" x="1225.607" y="2080.000" width="0.000" height="19.000" />
  <text class="left" x="294.120" y="2094.000">dev-ttyS28.device</text>
  <rect class="activating" x="289.121" y="2100.000" width="0.000" height="19.000" />
  <rect class="active" x="289.121" y="2100.000" width="936.486" height="19.000" />
  <rect class="deactivating" x="1225.607" y="2100.000" width="0.000" height="19.000" />
  <text class="left" x="294.121" y="2114.000">sys-devices-platform-serial8250-tty-ttyS28.device</text>
  <rect class="activating" x="289.271" y="2120.000" width="0.000" height="19.000" />
  <rect class="active" x="289.271" y="2120.000" width="936.335" height="19.000" />
  <rect class="deactivating" x="1225.607" y="2120.000" width="0.000" height="19.000" />
  <text class="left" x="294.271" y="2134.000">sys-devices-platform-serial8250-tty-ttyS3.device</text>
  <rect class="activating" x="289.272" y="2140.000" width="0.000" height="19.000" />
  <rect class="active" x="289.272" y="2140.000" width="936.335" height="19.000" />
  <rect class="deactivating" x="1225.607" y="2140.000" width="0.000" height="19.000" />
  <text class="left" x="294.272" y="2154.000">dev-ttyS3.device</text>
  <rect class="activating" x="289.411" y="2160.000" width="0.000" height="19.000" />
  <rect class="active" x="289.411" y="2160.000" width="936.195" height="19.000" />
  <rect class="deactivating" x="1225.607" y="2160.000" width="0.000" height="19.000" />
  <text class="left" x="294.411" y="2174.000">dev-ttyS7.device</text>
  <rect class="activating" x="289.412" y="2180.000" width="0.000" height="19.000" />
  <rect class="active" x="289.412" y="2180.000" width="936.195" height="19.000" />
  <rect class="deactivating" x="1225.607" y="2180.000" width="0.000" height="19.000" />
  <text class="left" x="294.412" y="2194.000">sys-devices-platform-serial8250-tty-ttyS7.device</text>
  <rect class="activating" x="289.611" y="2200.000" width="0.000" height="19.000" />
  <rect class="active" x="289.611" y="2200.000" width="935.996" height="19.000" />
  <rect class="deactivating" x="1225.607" y="2200.000" width="0.000" height="19.000" />
  <text class="left" x="294.611" y="2214.000">dev-ttyS27.device</text>
  <rect class="activating" x="289.611" y="2220.000" width="0.000" height="19.000" />
  <rect class="active" x="289.611" y="2220.000" width="935.995" height="19.000" />
  <rect class="deactivating" x="1225.607" y="2220.000" width="0.000" height="19.000" />
  <text class="left" x="294.611" y="2234.000">sys-devices-platform-serial8250-tty-ttyS27.device</text>
  <rect class="activating" x="292.050" y="2240.000" width="0.000" height="19.000" />
  <rect class="active" x="292.050" y="2240.000" width="933.557" height="19.000" />
  <rect class="deactivating" x="1225.607" y="2240.000" width="0.000" height="19.000" />
  <text class="left" x="297.050" y="2254.000">dev-ttyS26.device</text>
  <rect class="activating" x="292.050" y="2260.000" width="0.000" height="19.000" />
  <rect class="active" x="292.050" y="2260.000" width="933.557" height="19.000" />
  <rect class="deactivating" x="1225.607" y="2260.000" width="0.000" height="19.000" />
  <text class="left" x="297.050" y="2274.000">sys-devices-platform-serial8250-tty-ttyS26.device</text>
  <rect class="activating" x="292.188" y="2280.000" width="0.000" height="19.000" />
  <rect class="active" x="292.188" y="2280.000" width="933.419" height="19.000" />
  <rect class="deactivating" x="1225.607" y="2280.000" width="0.000" height="19.000" />
  <text class="left" x="297.188" y="2294.000">dev-ttyS8.device</text>
  <rect class="activating" x="292.189" y="2300.000" width="0.000" height="19.000" />
  <rect class="active" x="292.189" y="2300.000" width="933.418" height="19.000" />
  <rect class="deactivating" x="1225.607" y="2300.000" width="0.000" height="19.000" />
  <text class="left" x="297.189" y="2314.000">sys-devices-platform-serial8250-tty-ttyS8.device</text>
  <rect class="activating" x="292.348" y="2320.000" width="0.000" height="19.000" />
  <rect class="active" x="292.348" y="2320.000" width="933.259" height="19.000" />
  <rect class="deactivating" x="1225.607" y="2320.000" width="0.000" height="19.000" />
  <text class="left" x="297.348" y="2334.000">dev-ttyS29.device</text>
  <rect class="activating" x="292.348" y="2340.000" width="0.000" height="19.000" />
  <rect class="active" x="292.348" y="2340.000" width="933.259" height="19.000" />
  <rect class="deactivating" x="1225.607" y="2340.000" width="0.000" height="19.000" />
  <text class="left" x="297.348" y="2354.000">sys-devices-platform-serial8250-tty-ttyS29.device</text>
  <rect class="activating" x="292.426" y="2360.000" width="0.000" height="19.000" />
  <rect class="active" x="292.426" y="2360.000" width="933.181" height="19.000" />
  <rect class="deactivating" x="1225.607" y="2360.000" width="0.000" height="19.000" />
  <text class="left" x="297.426" y="2374.000">dev-ttyS31.device</text>
  <rect class="activating" x="292.426" y="2380.000" width="0.000" height="19.000" />
  <rect class="active" x="292.426" y="2380.000" width="933.181" height="19.000" />
  <rect class="deactivating" x="1225.607" y="2380.000" width="0.000" height="19.000" />
  <text class="left" x="297.426" y="2394.000">sys-devices-platform-serial8250-tty-ttyS31.device</text>
  <rect class="activating" x="292.499" y="2400.000" width="0.000" height="19.000" />
  <rect class="active" x="292.499" y="2400.000" width="933.107" height="19.000" />
  <rect class="deactivating" x="1225.607" y="2400.000" width="0.000" height="19.000" />
  <text class="left" x="297.499" y="2414.000">sys-devices-platform-serial8250-tty-ttyS30.device</text>
  <rect class="activating" x="292.500" y="2420.000" width="0.000" height="19.000" />
  <rect class="active" x="292.500" y="2420.000" width="933.107" height="19.000" />
  <rect class="deactivating" x="1225.607" y="2420.000" width="0.000" height="19.000" />
  <text class="left" x="297.500" y="2434.000">dev-ttyS30.device</text>
  <rect class="activating" x="292.846" y="2440.000" width="0.000" height="19.000" />
  <rect class="active" x="292.846" y="2440.000" width="932.761" height="19.000" />
  <rect class="deactivating" x="1225.607" y="2440.000" width="0.000" height="19.000" />
  <text class="left" x="297.846" y="2454.000">dev-disk-by\x2dpath-pci\x2d0000:04:00.0\x2dnvme\x2d1.device</text>
  <rect class="activating" x="292.847" y="2460.000" width="0.000" height="19.000" />
  <rect class="active" x="292.847" y="2460.000" width="932.760" height="19.000" />
  <rect class="deactivating" x="1225.607" y="2460.000" width="0.000" height="19.000" />
  <text class="left" x="297.847" y="2474.000">dev-disk-by\x2did-nvme\x2dWDC_PC_SN730_SDBQNTY\x2d512G\x2d1001_20373H466504.device</text>
  <rect class="activating" x="292.847" y="2480.000" width="0.000" height="19.000" />
  <rect class="active" x="292.847" y="2480.000" width="932.760" height="19.000" />
  <rect class="deactivating" x="1225.607" y="2480.000" width="0.000" height="19.000" />
  <text class="left" x="297.847" y="2494.000">sys-devices-pci0000:00-0000:00:1c.4-0000:04:00.0-nvme-nvme0-nvme0n1.device</text>
  <rect class="activating" x="292.847" y="2500.000" width="0.000" height="19.000" />
  <rect class="active" x="292.847" y="2500.000" width="932.760" height="19.000" />
  <rect class="deactivating" x="1225.607" y="2500.000" width="0.000" height="19.000" />
  <text class="left" x="297.847" y="2514.000">dev-nvme0n1.device</text>
  <rect class="activating" x="292.847" y="2520.000" width="0.000" height="19.000" />
  <rect class="active" x="292.847" y="2520.000" width="932.759" height="19.000" />
  <rect class="deactivating" x="1225.607" y="2520.000" width="0.000" height="19.000" />
  <text class="left" x="297.847" y="2534.000">dev-disk-by\x2ddiskseq-1.device</text>
  <rect class="activating" x="292.848" y="2540.000" width="0.000" height="19.000" />
  <rect class="active" x="292.848" y="2540.000" width="932.759" height="19.000" />
  <rect class="deactivating" x="1225.607" y="2540.000" width="0.000" height="19.000" />
  <text class="left" x="297.848" y="2554.000">dev-disk-by\x2did-nvme\x2deui.001b444a468526b3.device</text>
  <rect class="activating" x="293.414" y="2560.000" width="0.000" height="19.000" />
  <rect class="active" x="293.414" y="2560.000" width="932.192" height="19.000" />
  <rect class="deactivating" x="1225.607" y="2560.000" width="0.000" height="19.000" />
  <text class="left" x="298.414" y="2574.000">dev-nvme0n1p1.device</text>
  <rect class="activating" x="293.415" y="2580.000" width="0.000" height="19.000" />
  <rect class="active" x="293.415" y="2580.000" width="932.192" height="19.000" />
  <rect class="deactivating" x="1225.607" y="2580.000" width="0.000" height="19.000" />
  <text class="left" x="298.415" y="2594.000">dev-disk-by\x2dpath-pci\x2d0000:04:00.0\x2dnvme\x2d1\x2dpart1.device</text>
  <rect class="activating" x="293.415" y="2600.000" width="0.000" height="19.000" />
  <rect class="active" x="293.415" y="2600.000" width="932.192" height="19.000" />
  <rect class="deactivating" x="1225.607" y="2600.000" width="0.000" height="19.000" />
  <text class="left" x="298.415" y="2614.000">dev-disk-by\x2did-nvme\x2deui.001b444a468526b3\x2dpart1.device</text>
  <rect class="activating" x="293.416" y="2620.000" width="0.000" height="19.000" />
  <rect class="active" x="293.416" y="2620.000" width="932.191" height="19.000" />
  <rect class="deactivating" x="1225.607" y="2620.000" width="0.000" height="19.000" />
  <text class="left" x="298.416" y="2634.000">dev-disk-by\x2duuid-3159\x2dC19B.device</text>
  <rect class="activating" x="293.426" y="2640.000" width="0.000" height="19.000" />
  <rect class="active" x="293.426" y="2640.000" width="932.181" height="19.000" />
  <rect class="deactivating" x="1225.607" y="2640.000" width="0.000" height="19.000" />
  <text class="left" x="298.426" y="2654.000">dev-disk-by\x2did-nvme\x2dWDC_PC_SN730_SDBQNTY\x2d512G\x2d1001_20373H466504\x2dpart1.device</text>
  <rect class="activating" x="293.427" y="2660.000" width="0.000" height="19.000" />
  <rect class="active" x="293.427" y="2660.000" width="932.180" height="19.000" />
  <rect class="deactivating" x="1225.607" y="2660.000" width="0.000" height="19.000" />
  <text class="left" x="298.427" y="2674.000">dev-disk-by\x2dpartuuid-6da4efea\x2dfbcc\x2daf49\x2da828\x2d4984b84eccf2.device</text>
  <rect class="activating" x="293.427" y="2680.000" width="0.000" height="19.000" />
  <rect class="active" x="293.427" y="2680.000" width="932.180" height="19.000" />
  <rect class="deactivating" x="1225.607" y="2680.000" width="0.000" height="19.000" />
  <text class="left" x="298.427" y="2694.000">sys-devices-pci0000:00-0000:00:1c.4-0000:04:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device</text>
  <rect class="activating" x="294.822" y="2700.000" width="0.000" height="19.000" />
  <rect class="active" x="294.822" y="2700.000" width="930.785" height="19.000" />
  <rect class="deactivating" x="1225.607" y="2700.000" width="0.000" height="19.000" />
  <text class="left" x="299.822" y="2714.000">dev-disk-by\x2dpartuuid-99d8d1e7\x2d20d4\x2d5c4f\x2d9900\x2d45e093b98daa.device</text>
  <rect class="activating" x="294.823" y="2720.000" width="0.000" height="19.000" />
  <rect class="active" x="294.823" y="2720.000" width="930.784" height="19.000" />
  <rect class="deactivating" x="1225.607" y="2720.000" width="0.000" height="19.000" />
  <text class="left" x="299.823" y="2734.000">sys-devices-pci0000:00-0000:00:1c.4-0000:04:00.0-nvme-nvme0-nvme0n1-nvme0n1p4.device</text>
  <rect class="activating" x="294.823" y="2740.000" width="0.000" height="19.000" />
  <rect class="active" x="294.823" y="2740.000" width="930.784" height="19.000" />
  <rect class="deactivating" x="1225.607" y="2740.000" width="0.000" height="19.000" />
  <text class="left" x="299.823" y="2754.000">dev-disk-by\x2dpath-pci\x2d0000:04:00.0\x2dnvme\x2d1\x2dpart4.device</text>
  <rect class="activating" x="294.823" y="2760.000" width="0.000" height="19.000" />
  <rect class="active" x="294.823" y="2760.000" width="930.783" height="19.000" />
  <rect class="deactivating" x="1225.607" y="2760.000" width="0.000" height="19.000" />
  <text class="left" x="299.823" y="2774.000">dev-disk-by\x2duuid-7d64b42f\x2ddf10\x2d4e9f\x2d8db0\x2d75d49574888d.device</text>
  <rect class="activating" x="294.832" y="2780.000" width="0.000" height="19.000" />
  <rect class="active" x="294.832" y="2780.000" width="930.775" height="19.000" />
  <rect class="deactivating" x="1225.607" y="2780.000" width="0.000" height="19.000" />
  <text class="left" x="299.832" y="2794.000">dev-nvme0n1p4.device</text>
  <rect class="activating" x="294.832" y="2800.000" width="0.000" height="19.000" />
  <rect class="active" x="294.832" y="2800.000" width="930.774" height="19.000" />
  <rect class="deactivating" x="1225.607" y="2800.000" width="0.000" height="19.000" />
  <text class="left" x="299.832" y="2814.000">dev-disk-by\x2did-nvme\x2deui.001b444a468526b3\x2dpart4.device</text>
  <rect class="activating" x="294.833" y="2820.000" width="0.000" height="19.000" />
  <rect class="active" x="294.833" y="2820.000" width="930.774" height="19.000" />
  <rect class="deactivating" x="1225.607" y="2820.000" width="0.000" height="19.000" />
  <text class="left" x="299.833" y="2834.000">dev-disk-by\x2did-nvme\x2dWDC_PC_SN730_SDBQNTY\x2d512G\x2d1001_20373H466504\x2dpart4.device</text>
  <rect class="activating" x="295.581" y="2840.000" width="0.000" height="19.000" />
  <rect class="active" x="295.581" y="2840.000" width="930.026" height="19.000" />
  <rect class="deactivating" x="1225.607" y="2840.000" width="0.000" height="19.000" />
  <text class="left" x="300.581" y="2854.000">dev-disk-by\x2did-nvme\x2deui.001b444a468526b3\x2dpart3.device</text>
  <rect class="activating" x="295.582" y="2860.000" width="0.000" height="19.000" />
  <rect class="active" x="295.582" y="2860.000" width="930.025" height="19.000" />
  <rect class="deactivating" x="1225.607" y="2860.000" width="0.000" height="19.000" />
  <text class="left" x="300.582" y="2874.000">sys-devices-pci0000:00-0000:00:1c.4-0000:04:00.0-nvme-nvme0-nvme0n1-nvme0n1p3.device</text>
  <rect class="activating" x="295.583" y="2880.000" width="0.000" height="19.000" />
  <rect class="active" x="295.583" y="2880.000" width="930.024" height="19.000" />
  <rect class="deactivating" x="1225.607" y="2880.000" width="0.000" height="19.000" />
  <text class="left" x="300.583" y="2894.000">dev-disk-by\x2dpartuuid-18169ba9\x2d2eb2\x2d7d4e\x2dbfb9\x2dc031a5fb9b74.device</text>
  <rect class="activating" x="295.583" y="2900.000" width="0.000" height="19.000" />
  <rect class="active" x="295.583" y="2900.000" width="930.024" height="19.000" />
  <rect class="deactivating" x="1225.607" y="2900.000" width="0.000" height="19.000" />
  <text class="left" x="300.583" y="2914.000">dev-disk-by\x2dpath-pci\x2d0000:04:00.0\x2dnvme\x2d1\x2dpart3.device</text>
  <rect class="activating" x="295.583" y="2920.000" width="0.000" height="19.000" />
  <rect class="active" x="295.583" y="2920.000" width="930.023" height="19.000" />
  <rect class="deactivating" x="1225.607" y="2920.000" width="0.000" height="19.000" />
  <text class="left" x="300.583" y="2934.000">dev-disk-by\x2did-nvme\x2dWDC_PC_SN730_SDBQNTY\x2d512G\x2d1001_20373H466504\x2dpart3.device</text>
  <rect class="activating" x="295.584" y="2940.000" width="0.000" height="19.000" />
  <rect class="active" x="295.584" y="2940.000" width="930.023" height="19.000" />
  <rect class="deactivating" x="1225.607" y="2940.000" width="0.000" height="19.000" />
  <text class="left" x="300.584" y="2954.000">dev-disk-by\x2duuid-148b20ec\x2d1034\x2d4ff9\x2db57d\x2d65ae92801c01.device</text>
  <rect class="activating" x="296.054" y="2960.000" width="0.000" height="19.000" />
  <rect class="active" x="296.054" y="2960.000" width="929.553" height="19.000" />
  <rect class="deactivating" x="1225.607" y="2960.000" width="0.000" height="19.000" />
  <text class="left" x="301.054" y="2974.000">sys-devices-pci0000:00-0000:00:1c.4-0000:04:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device</text>
  <rect class="activating" x="296.054" y="2980.000" width="0.000" height="19.000" />
  <rect class="active" x="296.054" y="2980.000" width="929.552" height="19.000" />
  <rect class="deactivating" x="1225.607" y="2980.000" width="0.000" height="19.000" />
  <text class="left" x="301.054" y="2994.000">dev-disk-by\x2did-nvme\x2dWDC_PC_SN730_SDBQNTY\x2d512G\x2d1001_20373H466504\x2dpart2.device</text>
  <rect class="activating" x="296.055" y="3000.000" width="0.000" height="19.000" />
  <rect class="active" x="296.055" y="3000.000" width="929.552" height="19.000" />
  <rect class="deactivating" x="1225.607" y="3000.000" width="0.000" height="19.000" />
  <text class="left" x="301.055" y="3014.000">dev-disk-by\x2did-nvme\x2deui.001b444a468526b3\x2dpart2.device</text>
  <rect class="activating" x="296.055" y="3020.000" width="0.000" height="19.000" />
  <rect class="active" x="296.055" y="3020.000" width="929.552" height="19.000" />
  <rect class="deactivating" x="1225.607" y="3020.000" width="0.000" height="19.000" />
  <text class="left" x="301.055" y="3034.000">dev-nvme0n1p2.device</text>
  <rect class="activating" x="296.055" y="3040.000" width="0.000" height="19.000" />
  <rect class="active" x="296.055" y="3040.000" width="929.552" height="19.000" />
  <rect class="deactivating" x="1225.607" y="3040.000" width="0.000" height="19.000" />
  <text class="left" x="301.055" y="3054.000">dev-disk-by\x2dpath-pci\x2d0000:04:00.0\x2dnvme\x2d1\x2dpart2.device</text>
  <rect class="activating" x="296.055" y="3060.000" width="0.000" height="19.000" />
  <rect class="active" x="296.055" y="3060.000" width="929.551" height="19.000" />
  <rect class="deactivating" x="1225.607" y="3060.000" width="0.000" height="19.000" />
  <text class="left" x="301.055" y="3074.000">dev-disk-by\x2dpartuuid-855e2e16\x2d5793\x2d8046\x2da180\x2dcb88b24af5b3.device</text>
  <rect class="activating" x="296.056" y="3080.000" width="0.000" height="19.000" />
  <rect class="active" x="296.056" y="3080.000" width="929.551" height="19.000" />
  <rect class="deactivating" x="1225.607" y="3080.000" width="0.000" height="19.000" />
  <text class="left" x="301.056" y="3094.000">dev-disk-by\x2duuid-0da4d6b4\x2d781b\x2d4955\x2dba50\x2d7d6014790c14.device</text>
  <rect class="activating" x="296.101" y="3100.000" width="0.000" height="19.000" />
  <rect class="active" x="296.101" y="3100.000" width="929.506" height="19.000" />
  <rect class="deactivating" x="1225.607" y="3100.000" width="0.000" height="19.000" />
  <text class="left" x="301.101" y="3114.000">systemd-ask-password-plymouth.path</text>
  <rect class="activating" x="296.106" y="3120.000" width="0.000" height="19.000" />
  <rect class="active" x="296.106" y="3120.000" width="929.500" height="19.000" />
  <rect class="deactivating" x="1225.607" y="3120.000" width="0.000" height="19.000" />
  <text class="left" x="301.106" y="3134.000">cryptsetup.target</text>
  <rect class="activating" x="299.517" y="3140.000" width="1.518" height="19.000" />
  <rect class="active" x="301.035" y="3140.000" width="924.571" height="19.000" />
  <rect class="deactivating" x="1225.607" y="3140.000" width="0.000" height="19.000" />
  <text class="left" x="304.517" y="3154.000">dev-disk-by\x2duuid-0da4d6b4\x2d781b\x2d4955\x2dba50\x2d7d6014790c14.swap (15ms)</text>
  <rect class="activating" x="300.191" y="3160.000" width="10.675" height="19.000" />
  <rect class="active" x="310.867" y="3160.000" width="914.740" height="19.000" />
  <rect class="deactivating" x="1225.607" y="3160.000" width="0.000" height="19.000" />
  <text class="left" x="305.191" y="3174.000">systemd-fsck@dev-disk-by\x2duuid-3159\x2dC19B.service (106ms)</text>
  <rect class="activating" x="300.386" y="3180.000" width="13.825" height="19.000" />
  <rect class="active" x="314.211" y="3180.000" width="911.396" height="19.000" />
  <rect class="deactivating" x="1225.607" y="3180.000" width="0.000" height="19.000" />
  <text class="left" x="305.386" y="3194.000">systemd-fsck@dev-disk-by\x2duuid-7d64b42f\x2ddf10\x2d4e9f\x2d8db0\x2d75d49574888d.service (138ms)</text>
  <rect class="activating" x="300.872" y="3200.000" width="0.000" height="19.000" />
  <rect class="active" x="300.872" y="3200.000" width="924.735" height="19.000" />
  <rect class="deactivating" x="1225.607" y="3200.000" width="0.000" height="19.000" />
  <text class="left" x="305.872" y="3214.000">dev-disk-by\x2did-nvme\x2dWDC_PC_SN730_SDBQNTY\x2d512G\x2d1001_20373H466504\x2dpart2.swap</text>
  <rect class="activating" x="300.951" y="3220.000" width="0.000" height="19.000" />
  <rect class="active" x="300.951" y="3220.000" width="924.656" height="19.000" />
  <rect class="deactivating" x="1225.607" y="3220.000" width="0.000" height="19.000" />
  <text class="left" x="305.951" y="3234.000">dev-disk-by\x2dpath-pci\x2d0000:04:00.0\x2dnvme\x2d1\x2dpart2.swap</text>
  <rect class="activating" x="300.975" y="3240.000" width="0.000" height="19.000" />
  <rect class="active" x="300.975" y="3240.000" width="924.631" height="19.000" />
  <rect class="deactivating" x="1225.607" y="3240.000" width="0.000" height="19.000" />
  <text class="left" x="305.975" y="3254.000">dev-disk-by\x2dpartuuid-855e2e16\x2d5793\x2d8046\x2da180\x2dcb88b24af5b3.swap</text>
  <rect class="activating" x="300.999" y="3260.000" width="0.000" height="19.000" />
  <rect class="active" x="300.999" y="3260.000" width="924.608" height="19.000" />
  <rect class="deactivating" x="1225.607" y="3260.000" width="0.000" height="19.000" />
  <text class="left" x="305.999" y="3274.000">dev-disk-by\x2did-nvme\x2deui.001b444a468526b3\x2dpart2.swap</text>
  <rect class="activating" x="301.019" y="3280.000" width="0.000" height="19.000" />
  <rect class="active" x="301.019" y="3280.000" width="924.588" height="19.000" />
  <rect class="deactivating" x="1225.607" y="3280.000" width="0.000" height="19.000" />
  <text class="left" x="306.019" y="3294.000">dev-nvme0n1p2.swap</text>
  <rect class="activating" x="314.538" y="3300.000" width="0.000" height="19.000" />
  <rect class="active" x="314.538" y="3300.000" width="911.069" height="19.000" />
  <rect class="deactivating" x="1225.607" y="3300.000" width="0.000" height="19.000" />
  <text class="left" x="319.538" y="3314.000">sys-devices-platform-IFX0763:00-tpm-tpm0.device</text>
  <rect class="activating" x="314.538" y="3320.000" width="0.000" height="19.000" />
  <rect class="active" x="314.538" y="3320.000" width="911.069" height="19.000" />
  <rect class="deactivating" x="1225.607" y="3320.000" width="0.000" height="19.000" />
  <text class="left" x="319.538" y="3334.000">dev-tpm0.device</text>
  <rect class="activating" x="314.795" y="3340.000" width="0.000" height="19.000" />
  <rect class="active" x="314.795" y="3340.000" width="910.812" height="19.000" />
  <rect class="deactivating" x="1225.607" y="3340.000" width="0.000" height="19.000" />
  <text class="left" x="319.795" y="3354.000">dev-rfkill.device</text>
  <rect class="activating" x="314.795" y="3360.000" width="0.000" height="19.000" />
  <rect class="active" x="314.795" y="3360.000" width="910.812" height="19.000" />
  <rect class="deactivating" x="1225.607" y="3360.000" width="0.000" height="19.000" />
  <text class="left" x="319.795" y="3374.000">sys-devices-virtual-misc-rfkill.device</text>
  <rect class="activating" x="315.405" y="3380.000" width="0.000" height="19.000" />
  <rect class="active" x="315.405" y="3380.000" width="910.201" height="19.000" />
  <rect class="deactivating" x="1225.607" y="3380.000" width="0.000" height="19.000" />
  <text class="left" x="320.405" y="3394.000">swap.target</text>
  <rect class="activating" x="315.418" y="3400.000" width="0.000" height="19.000" />
  <rect class="active" x="315.418" y="3400.000" width="910.189" height="19.000" />
  <rect class="deactivating" x="1225.607" y="3400.000" width="0.000" height="19.000" />
  <text class="left" x="320.418" y="3414.000">systemd-rfkill.socket</text>
  <rect class="activating" x="318.526" y="3420.000" width="6.615" height="19.000" />
  <rect class="active" x="325.141" y="3420.000" width="900.466" height="19.000" />
  <rect class="deactivating" x="1225.607" y="3420.000" width="0.000" height="19.000" />
  <text class="left" x="323.526" y="3434.000">boot-efi.mount (66ms)</text>
  <rect class="activating" x="318.731" y="3440.000" width="6.453" height="19.000" />
  <rect class="active" x="325.184" y="3440.000" width="900.423" height="19.000" />
  <rect class="deactivating" x="1225.607" y="3440.000" width="0.000" height="19.000" />
  <text class="left" x="323.731" y="3454.000">home.mount (64ms)</text>
  <rect class="activating" x="321.918" y="3460.000" width="0.979" height="19.000" />
  <rect class="active" x="322.897" y="3460.000" width="902.710" height="19.000" />
  <rect class="deactivating" x="1225.607" y="3460.000" width="0.000" height="19.000" />
  <text class="left" x="326.918" y="3474.000">tmp.mount (9ms)</text>
  <rect class="activating" x="325.223" y="3480.000" width="0.000" height="19.000" />
  <rect class="active" x="325.223" y="3480.000" width="900.384" height="19.000" />
  <rect class="deactivating" x="1225.607" y="3480.000" width="0.000" height="19.000" />
  <text class="left" x="330.223" y="3494.000">local-fs.target</text>
  <rect class="activating" x="330.871" y="3500.000" width="6.701" height="19.000" />
  <rect class="active" x="337.572" y="3500.000" width="888.035" height="19.000" />
  <rect class="deactivating" x="1225.607" y="3500.000" width="0.000" height="19.000" />
  <text class="left" x="335.871" y="3514.000">plymouth-read-write.service (67ms)</text>
  <rect class="activating" x="331.147" y="3520.000" width="69.510" height="19.000" />
  <rect class="active" x="400.657" y="3520.000" width="824.950" height="19.000" />
  <rect class="deactivating" x="1225.607" y="3520.000" width="0.000" height="19.000" />
  <text class="left" x="336.147" y="3534.000">systemd-tmpfiles-setup.service (695ms)</text>
  <rect class="activating" x="333.347" y="3540.000" width="0.000" height="19.000" />
  <rect class="active" x="333.347" y="3540.000" width="892.259" height="19.000" />
  <rect class="deactivating" x="1225.607" y="3540.000" width="0.000" height="19.000" />
  <text class="left" x="338.347" y="3554.000">run-credentials-systemd\x2dtmpfiles\x2dsetup.service.mount</text>
  <rect class="activating" x="337.887" y="3560.000" width="0.000" height="19.000" />
  <rect class="active" x="337.887" y="3560.000" width="887.720" height="19.000" />
  <rect class="deactivating" x="1225.607" y="3560.000" width="0.000" height="19.000" />
  <text class="left" x="342.887" y="3574.000">sys-devices-platform-thinkpad_acpi-leds-tpacpi::kbd_backlight.device</text>
  <rect class="activating" x="338.077" y="3580.000" width="0.000" height="19.000" />
  <rect class="active" x="338.077" y="3580.000" width="887.530" height="19.000" />
  <rect class="deactivating" x="1225.607" y="3580.000" width="0.000" height="19.000" />
  <text class="left" x="343.077" y="3594.000">system-systemd\x2dbacklight.slice</text>
  <rect class="activating" x="350.218" y="3600.000" width="36.308" height="19.000" />
  <rect class="active" x="386.526" y="3600.000" width="839.081" height="19.000" />
  <rect class="deactivating" x="1225.607" y="3600.000" width="0.000" height="19.000" />
  <text class="left" x="355.218" y="3614.000">systemd-backlight@leds:tpacpi::kbd_backlight.service (363ms)</text>
  <rect class="activating" x="350.786" y="3620.000" width="0.527" height="19.000" />
  <rect class="active" x="351.312" y="3620.000" width="0.000" height="19.000" />
  <rect class="deactivating" x="351.312" y="3620.000" width="0.000" height="19.000" />
  <text class="left" x="355.786" y="3634.000">modprobe@dm_mod.service (5ms)</text>
  <rect class="activating" x="351.066" y="3640.000" width="35.515" height="19.000" />
  <rect class="active" x="386.581" y="3640.000" width="0.000" height="19.000" />
  <rect class="deactivating" x="386.581" y="3640.000" width="0.000" height="19.000" />
  <text class="left" x="356.066" y="3654.000">modprobe@loop.service (355ms)</text>
  <rect class="activating" x="402.968" y="3660.000" width="4.933" height="19.000" />
  <rect class="active" x="407.901" y="3660.000" width="817.706" height="19.000" />
  <rect class="deactivating" x="1225.607" y="3660.000" width="0.000" height="19.000" />
  <text class="left" x="407.968" y="3674.000">systemd-timesyncd.service (49ms)</text>
  <rect class="activating" x="403.155" y="3680.000" width="4.704" height="19.000" />
  <rect class="active" x="407.859" y="3680.000" width="817.748" height="19.000" />
  <rect class="deactivating" x="1225.607" y="3680.000" width="0.000" height="19.000" />
  <text class="left" x="408.155" y="3694.000">systemd-update-utmp.service (47ms)</text>
  <rect class="activating" x="407.937" y="3700.000" width="0.000" height="19.000" />
  <rect class="active" x="407.937" y="3700.000" width="817.670" height="19.000" />
  <rect class="deactivating" x="1225.607" y="3700.000" width="0.000" height="19.000" />
  <text class="left" x="412.937" y="3714.000">sysinit.target</text>
  <rect class="activating" x="408.143" y="3720.000" width="0.000" height="19.000" />
  <rect class="active" x="408.143" y="3720.000" width="817.463" height="19.000" />
  <rect class="deactivating" x="1225.607" y="3720.000" width="0.000" height="19.000" />
  <text class="left" x="413.143" y="3734.000">cups.path</text>
  <rect class="activating" x="408.158" y="3740.000" width="0.000" height="19.000" />
  <rect class="active" x="408.158" y="3740.000" width="817.449" height="19.000" />
  <rect class="deactivating" x="1225.607" y="3740.000" width="0.000" height="19.000" />
  <text class="left" x="413.158" y="3754.000">systemd-tmpfiles-clean.timer</text>
  <rect class="activating" x="408.163" y="3760.000" width="0.000" height="19.000" />
  <rect class="active" x="408.163" y="3760.000" width="817.444" height="19.000" />
  <rect class="deactivating" x="1225.607" y="3760.000" width="0.000" height="19.000" />
  <text class="left" x="413.163" y="3774.000">paths.target</text>
  <rect class="activating" x="408.179" y="3780.000" width="0.000" height="19.000" />
  <rect class="active" x="408.179" y="3780.000" width="817.427" height="19.000" />
  <rect class="deactivating" x="1225.607" y="3780.000" width="0.000" height="19.000" />
  <text class="left" x="413.179" y="3794.000">time-set.target</text>
  <rect class="activating" x="408.214" y="3800.000" width="0.000" height="19.000" />
  <rect class="active" x="408.214" y="3800.000" width="817.393" height="19.000" />
  <rect class="deactivating" x="1225.607" y="3800.000" width="0.000" height="19.000" />
  <text class="left" x="413.214" y="3814.000">archlinux-keyring-wkd-sync.timer</text>
  <rect class="activating" x="408.224" y="3820.000" width="0.000" height="19.000" />
  <rect class="active" x="408.224" y="3820.000" width="817.383" height="19.000" />
  <rect class="deactivating" x="1225.607" y="3820.000" width="0.000" height="19.000" />
  <text class="left" x="413.224" y="3834.000">logrotate.timer</text>
  <rect class="activating" x="408.233" y="3840.000" width="0.000" height="19.000" />
  <rect class="active" x="408.233" y="3840.000" width="817.374" height="19.000" />
  <rect class="deactivating" x="1225.607" y="3840.000" width="0.000" height="19.000" />
  <text class="left" x="413.233" y="3854.000">man-db.timer</text>
  <rect class="activating" x="408.246" y="3860.000" width="0.000" height="19.000" />
  <rect class="active" x="408.246" y="3860.000" width="817.360" height="19.000" />
  <rect class="deactivating" x="1225.607" y="3860.000" width="0.000" height="19.000" />
  <text class="left" x="413.246" y="3874.000">pamac-cleancache.timer</text>
  <rect class="activating" x="408.263" y="3880.000" width="0.000" height="19.000" />
  <rect class="active" x="408.263" y="3880.000" width="817.344" height="19.000" />
  <rect class="deactivating" x="1225.607" y="3880.000" width="0.000" height="19.000" />
  <text class="left" x="413.263" y="3894.000">pamac-mirrorlist.timer</text>
  <rect class="activating" x="408.440" y="3900.000" width="0.000" height="19.000" />
  <rect class="active" x="408.440" y="3900.000" width="817.166" height="19.000" />
  <rect class="deactivating" x="1225.607" y="3900.000" width="0.000" height="19.000" />
  <text class="left" x="413.440" y="3914.000">pkgfile-update.timer</text>
  <rect class="activating" x="408.449" y="3920.000" width="0.000" height="19.000" />
  <rect class="active" x="408.449" y="3920.000" width="817.157" height="19.000" />
  <rect class="deactivating" x="1225.607" y="3920.000" width="0.000" height="19.000" />
  <text class="left" x="413.449" y="3934.000">shadow.timer</text>
  <rect class="activating" x="408.455" y="3940.000" width="0.000" height="19.000" />
  <rect class="active" x="408.455" y="3940.000" width="817.152" height="19.000" />
  <rect class="deactivating" x="1225.607" y="3940.000" width="0.000" height="19.000" />
  <text class="left" x="413.455" y="3954.000">timers.target</text>
  <rect class="activating" x="408.469" y="3960.000" width="0.000" height="19.000" />
  <rect class="active" x="408.469" y="3960.000" width="817.138" height="19.000" />
  <rect class="deactivating" x="1225.607" y="3960.000" width="0.000" height="19.000" />
  <text class="left" x="413.469" y="3974.000">avahi-daemon.socket</text>
  <rect class="activating" x="408.524" y="3980.000" width="0.000" height="19.000" />
  <rect class="active" x="408.524" y="3980.000" width="817.083" height="19.000" />
  <rect class="deactivating" x="1225.607" y="3980.000" width="0.000" height="19.000" />
  <text class="left" x="413.524" y="3994.000">cups.socket</text>
  <rect class="activating" x="408.549" y="4000.000" width="0.000" height="19.000" />
  <rect class="active" x="408.549" y="4000.000" width="817.057" height="19.000" />
  <rect class="deactivating" x="1225.607" y="4000.000" width="0.000" height="19.000" />
  <text class="left" x="413.549" y="4014.000">dbus.socket</text>
  <rect class="activating" x="408.554" y="4020.000" width="0.000" height="19.000" />
  <rect class="active" x="408.554" y="4020.000" width="817.053" height="19.000" />
  <rect class="deactivating" x="1225.607" y="4020.000" width="0.000" height="19.000" />
  <text class="left" x="413.554" y="4034.000">sockets.target</text>
  <rect class="activating" x="408.565" y="4040.000" width="0.000" height="19.000" />
  <rect class="active" x="408.565" y="4040.000" width="817.042" height="19.000" />
  <rect class="deactivating" x="1225.607" y="4040.000" width="0.000" height="19.000" />
  <text class="left" x="413.565" y="4054.000">basic.target</text>
  <rect class="activating" x="408.755" y="4060.000" width="127.969" height="19.000" />
  <rect class="active" x="536.724" y="4060.000" width="688.883" height="19.000" />
  <rect class="deactivating" x="1225.607" y="4060.000" width="0.000" height="19.000" />
  <text class="left" x="413.755" y="4074.000">avahi-daemon.service (1.279s)</text>
  <rect class="activating" x="408.865" y="4080.000" width="3.386" height="19.000" />
  <rect class="active" x="412.251" y="4080.000" width="813.355" height="19.000" />
  <rect class="deactivating" x="1225.607" y="4080.000" width="0.000" height="19.000" />
  <text class="left" x="413.865" y="4094.000">dbus.service (33ms)</text>
  <rect class="activating" x="409.027" y="4100.000" width="0.000" height="19.000" />
  <rect class="active" x="409.027" y="4100.000" width="816.580" height="19.000" />
  <rect class="deactivating" x="1225.607" y="4100.000" width="0.000" height="19.000" />
  <text class="left" x="414.027" y="4114.000">python3-validity.service</text>
  <rect class="activating" x="409.496" y="4120.000" width="128.774" height="19.000" />
  <rect class="active" x="538.270" y="4120.000" width="687.337" height="19.000" />
  <rect class="deactivating" x="1225.607" y="4120.000" width="0.000" height="19.000" />
  <text class="left" x="414.496" y="4134.000">systemd-logind.service (1.287s)</text>
  <rect class="activating" x="409.952" y="4140.000" width="0.000" height="19.000" />
  <rect class="active" x="409.952" y="4140.000" width="815.655" height="19.000" />
  <rect class="deactivating" x="1225.607" y="4140.000" width="0.000" height="19.000" />
  <text class="left" x="414.952" y="4154.000">sys-devices-pci0000:00-0000:00:1c.0-0000:02:00.0-net-wlp2s0.device</text>
  <rect class="activating" x="409.952" y="4160.000" width="0.000" height="19.000" />
  <rect class="active" x="409.952" y="4160.000" width="815.654" height="19.000" />
  <rect class="deactivating" x="1225.607" y="4160.000" width="0.000" height="19.000" />
  <text class="left" x="414.952" y="4174.000">sys-subsystem-net-devices-wlp2s0.device</text>
  <rect class="activating" x="414.896" y="4180.000" width="121.997" height="19.000" />
  <rect class="active" x="536.894" y="4180.000" width="688.713" height="19.000" />
  <rect class="deactivating" x="1225.607" y="4180.000" width="0.000" height="19.000" />
  <text class="left" x="419.896" y="4194.000">NetworkManager.service (1.219s)</text>
  <rect class="activating" x="538.335" y="4200.000" width="0.000" height="19.000" />
  <rect class="active" x="538.335" y="4200.000" width="687.272" height="19.000" />
  <rect class="deactivating" x="1225.607" y="4200.000" width="0.000" height="19.000" />
  <text class="left" x="543.335" y="4214.000">network.target</text>
  <rect class="activating" x="542.268" y="4220.000" width="19.671" height="19.000" />
  <rect class="active" x="561.940" y="4220.000" width="663.667" height="19.000" />
  <rect class="deactivating" x="1225.607" y="4220.000" width="0.000" height="19.000" />
  <text class="left" x="547.268" y="4234.000">cups.service (196ms)</text>
  <rect class="activating" x="542.579" y="4240.000" width="11.921" height="19.000" />
  <rect class="active" x="554.500" y="4240.000" width="671.107" height="19.000" />
  <rect class="deactivating" x="1225.607" y="4240.000" width="0.000" height="19.000" />
  <text class="left" x="547.579" y="4254.000">open-fprintd.service (119ms)</text>
  <rect class="activating" x="543.805" y="4260.000" width="4.411" height="19.000" />
  <rect class="active" x="548.216" y="4260.000" width="677.391" height="19.000" />
  <rect class="deactivating" x="1225.607" y="4260.000" width="0.000" height="19.000" />
  <text class="left" x="548.805" y="4274.000">systemd-user-sessions.service (44ms)</text>
  <rect class="activating" x="551.557" y="4280.000" width="0.910" height="19.000" />
  <rect class="active" x="552.467" y="4280.000" width="673.140" height="19.000" />
  <rect class="deactivating" x="1225.607" y="4280.000" width="0.000" height="19.000" />
  <text class="left" x="556.557" y="4294.000">gdm.service (9ms)</text>
  <rect class="activating" x="551.704" y="4300.000" width="673.833" height="19.000" />
  <rect class="active" x="1225.537" y="4300.000" width="0.070" height="19.000" />
  <rect class="deactivating" x="1225.607" y="4300.000" width="0.000" height="19.000" />
  <text class="left" x="556.704" y="4314.000">plymouth-quit-wait.service (6.738s)</text>
  <rect class="activating" x="553.978" y="4320.000" width="2.041" height="19.000" />
  <rect class="active" x="556.019" y="4320.000" width="669.588" height="19.000" />
  <rect class="deactivating" x="1225.607" y="4320.000" width="0.000" height="19.000" />
  <text class="left" x="558.978" y="4334.000">colord.service (20ms)</text>
  <rect class="activating" x="612.298" y="4340.000" width="2.001" height="19.000" />
  <rect class="active" x="614.299" y="4340.000" width="611.308" height="19.000" />
  <rect class="deactivating" x="1225.607" y="4340.000" width="0.000" height="19.000" />
  <text class="left" x="617.298" y="4354.000">wpa_supplicant.service (20ms)</text>
  <rect class="activating" x="891.159" y="4360.000" width="0.000" height="19.000" />
  <rect class="active" x="891.159" y="4360.000" width="334.448" height="19.000" />
  <rect class="deactivating" x="1225.607" y="4360.000" width="0.000" height="19.000" />
  <text class="left" x="896.159" y="4374.000">nss-user-lookup.target</text>
  <rect class="activating" x="894.881" y="4380.000" width="11.706" height="19.000" />
  <rect class="active" x="906.587" y="4380.000" width="319.020" height="19.000" />
  <rect class="deactivating" x="1225.607" y="4380.000" width="0.000" height="19.000" />
  <text class="left" x="899.881" y="4394.000">accounts-daemon.service (117ms)</text>
  <rect class="activating" x="895.130" y="4400.000" width="0.000" height="19.000" />
  <rect class="active" x="895.130" y="4400.000" width="330.477" height="19.000" />
  <rect class="deactivating" x="1225.607" y="4400.000" width="0.000" height="19.000" />
  <text class="left" x="900.130" y="4414.000">sys-devices-pci0000:00-0000:00:02.0-drm-card0-card0\x2deDP\x2d1-intel_backlight.device</text>
  <rect class="activating" x="895.332" y="4420.000" width="3.911" height="19.000" />
  <rect class="active" x="899.243" y="4420.000" width="326.364" height="19.000" />
  <rect class="deactivating" x="1225.607" y="4420.000" width="0.000" height="19.000" />
  <text class="left" x="900.332" y="4434.000">systemd-backlight@backlight:intel_backlight.service (39ms)</text>
  <rect class="activating" x="904.918" y="4440.000" width="1.530" height="19.000" />
  <rect class="active" x="906.448" y="4440.000" width="319.159" height="19.000" />
  <rect class="deactivating" x="1225.607" y="4440.000" width="0.000" height="19.000" />
  <text class="left" x="909.918" y="4454.000">polkit.service (15ms)</text>
  <rect class="activating" x="965.860" y="4460.000" width="0.000" height="19.000" />
  <rect class="active" x="965.860" y="4460.000" width="259.747" height="19.000" />
  <rect class="deactivating" x="1225.607" y="4460.000" width="0.000" height="19.000" />
  <text class="left" x="970.860" y="4474.000">sys-devices-pci0000:00-0000:00:1f.3-sound-card0-controlC0.device</text>
  <rect class="activating" x="965.895" y="4480.000" width="0.000" height="19.000" />
  <rect class="active" x="965.895" y="4480.000" width="259.711" height="19.000" />
  <rect class="deactivating" x="1225.607" y="4480.000" width="0.000" height="19.000" />
  <text class="left" x="970.895" y="4494.000">dev-snd-by\x2dpath-pci\x2d0000:00:1f.3.device</text>
  <rect class="activating" x="965.896" y="4500.000" width="0.000" height="19.000" />
  <rect class="active" x="965.896" y="4500.000" width="259.711" height="19.000" />
  <rect class="deactivating" x="1225.607" y="4500.000" width="0.000" height="19.000" />
  <text class="left" x="970.896" y="4514.000">dev-snd-controlC0.device</text>
  <rect class="activating" x="969.550" y="4520.000" width="2.642" height="19.000" />
  <rect class="active" x="972.192" y="4520.000" width="253.415" height="19.000" />
  <rect class="deactivating" x="1225.607" y="4520.000" width="0.000" height="19.000" />
  <text class="left" x="974.550" y="4534.000">alsa-restore.service (26ms)</text>
  <rect class="activating" x="972.237" y="4540.000" width="0.000" height="19.000" />
  <rect class="active" x="972.237" y="4540.000" width="253.369" height="19.000" />
  <rect class="deactivating" x="1225.607" y="4540.000" width="0.000" height="19.000" />
  <text class="left" x="977.237" y="4554.000">sound.target</text>
  <rect class="activating" x="1122.885" y="4560.000" width="14.773" height="19.000" />
  <rect class="active" x="1137.658" y="4560.000" width="87.949" height="19.000" />
  <rect class="deactivating" x="1225.607" y="4560.000" width="0.000" height="19.000" />
  <text class="left" x="1127.885" y="4574.000">upower.service (147ms)</text>
  <rect class="activating" x="1125.492" y="4580.000" width="0.468" height="19.000" />
  <rect class="active" x="1125.960" y="4580.000" width="99.647" height="19.000" />
  <rect class="deactivating" x="1225.607" y="4580.000" width="0.000" height="19.000" />
  <text class="left" x="1130.492" y="4594.000">rtkit-daemon.service (4ms)</text>
  <rect class="activating" x="1125.875" y="4600.000" width="2.945" height="19.000" />
  <rect class="active" x="1128.820" y="4600.000" width="96.787" height="19.000" />
  <rect class="deactivating" x="1225.607" y="4600.000" width="0.000" height="19.000" />
  <text class="left" x="1130.875" y="4614.000">power-profiles-daemon.service (29ms)</text>
  <rect class="activating" x="1225.586" y="4620.000" width="0.000" height="19.000" />
  <rect class="active" x="1225.586" y="4620.000" width="0.021" height="19.000" />
  <rect class="deactivating" x="1225.607" y="4620.000" width="0.000" height="19.000" />
  <text class="right" x="1220.586" y="4634.000">multi-user.target</text>
  <rect class="activating" x="1225.593" y="4640.000" width="0.000" height="19.000" />
  <rect class="active" x="1225.593" y="4640.000" width="0.013" height="19.000" />
  <rect class="deactivating" x="1225.607" y="4640.000" width="0.000" height="19.000" />
  <text class="right" x="1220.593" y="4654.000">graphical.target</text>
</g>
<g transform="translate(20,100)">
  <rect class="activating" x="0.000" y="4680.000" width="30.000" height="19.000" />
  <text class="left" x="45.000" y="4694.000">Activating</text>
  <rect class="active" x="0.000" y="4700.000" width="30.000" height="19.000" />
  <text class="left" x="45.000" y="4714.000">Active</text>
  <rect class="deactivating" x="0.000" y="4720.000" width="30.000" height="19.000" />
  <text class="left" x="45.000" y="4734.000">Deactivating</text>
  <rect class="security" x="0.000" y="4740.000" width="30.000" height="19.000" />
  <text class="left" x="45.000" y="4754.000">Setting up security module</text>
  <rect class="generators" x="0.000" y="4760.000" width="30.000" height="19.000" />
  <text class="left" x="45.000" y="4774.000">Generators</text>
  <rect class="unitsload" x="0.000" y="4780.000" width="30.000" height="19.000" />
  <text class="left" x="45.000" y="4794.000">Loading unit files</text>
</g>

</svg>

If I can provide any additional information, please let me know. Thanks!

systemd-analyze plot outputs an SVG file, just FYI. You should redirect the output to a file like plot.svg and open it yourself to see what your boot process looks like (no need to send it here).

Can I ask what you would like to achieve exactly?

Have you experimented with disabling Plymouth and seeing what that does?

Before you start pruning or adjusting services, what does you Grub timeout look like?

Please post output of cat /etc/default/grub | grep "TIMEOUT"

If you use Gnome and GDM, try to install gdm-plymouth to reduce time of plymouth-quit-wait.service