I have recently instaled Kali Linux 2020.1 in my pc. I already had Windows and Linux Mint. The installation seemed normal and everything was working, but when I restarted my computer, i noticed that it was taking so long to boot (3 minutes), compared to Linux Mint which was booting in 5 seconds. But when i booted Linux Mint it also taked the same time to boot.
I have reinstalled the swap partition as I saw in the internet and it solved it a bit, now it takes a minute and a half to boot in both OS.

systemd-analyze time:
Code:
Startup finished in 4.457s (firmware) + 7.134s (loader) + 35.115s (kernel) + 31.179s (userspace) = 1min 17.886s
graphical.target reached after 31.168s in userspace
systemd-analyze blame:
Code:
29.842s plymouth-quit-wait.service                                                              
 1.087s systemd-logind.service                                                                  
  601ms upower.service                                                                          
  580ms smartmontools.service                                                                    
  524ms systemd-journald.service                                                                
  356ms networking.service                                                                      
  311ms dev-nvme0n1p7.device                                                                    
  216ms e2scrub_reap.service                                                                    
  199ms boot-efi.mount                                                                          
  178ms udisks2.service                                                                          
  173ms systemd-udev-trigger.service                                                            
  114ms systemd-fsck@dev-disk-by\x2duuid-FF3C\x2d63FC.service                                    
  104ms systemd-fsck@dev-disk-by\x2duuid-00633ae5\x2de780\x2d4b75\x2daa7d\x2d55f7059bc99a.service
   95ms binfmt-support.service                                                                  
   95ms ModemManager.service                                                                    
   87ms NetworkManager.service                                                                  
   79ms [email protected]                                                                        
   76ms accounts-daemon.service                                                                  
   75ms systemd-udevd.service                                                                    
   68ms systemd-journal-flush.service                                                            
   68ms stunnel4.service                                                                        
   60ms dev-disk-by\x2duuid-81dc674c\x2d8e66\x2d42fe\x2d879c\x2d73cd5b47f49d.swap                
   52ms systemd-backlight@backlight:intel_backlight.service                                      
   48ms pppd-dns.service                                                                        
   47ms rsyslog.service                                                                          
   44ms proc-sys-fs-binfmt_misc.mount                                                            
   39ms systemd-rfkill.service                                                                  
   34ms gdm.service                                                                              
   29ms colord.service                                                                          
   29ms plymouth-start.service                                                                  
   23ms home.mount                                                                              
   19ms systemd-tmpfiles-setup-dev.service                                                      
   19ms systemd-tmpfiles-setup.service                                                          
   17ms plymouth-read-write.service                                                              
   16ms systemd-remount-fs.service                                                                                                                                                                                                        
   15ms systemd-random-seed.service                                                                                                                                                                                                        
   15ms run-rpc_pipefs.mount                                                                                                                                                                                                              
   12ms [email protected]                                                                                                                                                                                                      
   11ms systemd-sysusers.service                                                                                                                                                                                                          
   10ms polkit.service                                                                                                                                                                                                                    
    9ms systemd-update-utmp-runlevel.service                                                                                                                                                                                              
    9ms systemd-sysctl.service                                                                                                                                                                                                            
    9ms wpa_supplicant.service                                                                                                                                                                                                            
    9ms keyboard-setup.service                                                                                                                                                                                                            
    9ms systemd-update-utmp.service                                                                                                                                                                                                        
    8ms systemd-modules-load.service                                                                                                                                                                                                      
    7ms dev-hugepages.mount                                                                                                                                                                                                                
    7ms console-setup.service                                                                                                                                                                                                              
    7ms dev-mqueue.mount                                                                                                                                                                                                                  
    7ms ifupdown-pre.service                                                                                                                                                                                                              
    7ms systemd-user-sessions.service                                                                                                                                                                                                      
    6ms nfs-config.service                                                                                                                                                                                                                
    6ms sys-kernel-debug.mount                                                                                                                                                                                                            
    5ms kmod-static-nodes.service                                                                                                                                                                                                          
    4ms rtkit-daemon.service         
Is there anything i could do to return to the normal boot time?