Slow boot time on manjaro XFCE on i3 2nd gen laptop

I am using Manjaro linux xfce on dell vostro i3 2nd gen, 6gb ram, intel graphics 3000,
The system takes very long time to startup around 60 to 90 seconds. Please help me if i can reduce this boot time or is it due to old hardware.
Output for systemd-analyze blame | head
and systemd-analyze critical-chain

[akash@vostro ~]$ systemd-analyze blame | head
35.977s systemd-journal-flush.service                                            
25.168s man-db.service                                                           
23.232s dev-sda1.device                                                          
21.086s lvm2-monitor.service                                                     
17.493s ldconfig.service                                                         
15.880s snapd.service                                                            
10.255s polkit.service                                                           
 8.502s systemd-udevd.service                                                    
 5.619s apparmor.service                                                         
 5.457s udisks2.service                                                          
[akash@vostro ~]$ 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 @1min 20.945s
└─multi-user.target @1min 20.945s
  └─snapd.service @1min 5.064s +15.880s
    └─basic.target @1min 5.043s
      └─sockets.target @1min 5.043s
        └─snapd.socket @1min 5.040s +1ms
          └─sysinit.target @1min 5.014s
            └─systemd-update-done.service @1min 5.006s +7ms
              └─ldconfig.service @47.511s +17.493s
                └─local-fs.target @47.508s
                  └─tmp.mount @47.498s +10ms
                    └─swap.target @47.495s

Hi @Akash1, and welcome.

Please see How to provide good information

And please also provide the output for

systemd-analyze blame | head

as well as

systemd-analyze critical-chain

I probably won’t be the one to help you, I’m almost off for the day, but anyone else would need this information to help you.

1 Like

Thank you for your help