Ubuntu noob here. How can I speed up boot of this system?
The time after the unit is active or started is printed after the "@" character.
The time the unit takes to start is printed after the "+" character.
graphical.target @53.066s
└─multi-user.target @53.066s
└─snapd.seeded.service @37.351s +31ms
└─snapd.service @30.360s +6.987s
└─basic.target @29.615s
└─sockets.target @29.615s
└─snapd.socket @29.539s +75ms
└─sysinit.target @29.538s
└─cryptsetup.target @29.497s
└─systemd-ask-password-wall.path @3.649s
└─-.mount @3.630s
└─system.slice @3.649s
└─-.slice @3.630s
systemd-analyze critical-chain
to see how it changed – David Aubin Dec 04 '18 at 14:06systemctl disable smbd nmbd winbind
– David Aubin Dec 04 '18 at 14:14sudo systemctl disable smbd nmdb winbind
– David Aubin Dec 04 '18 at 15:08sysemctl disable <service name>
In thi slatest case justsystemctl disable snapd.service
– David Aubin Dec 04 '18 at 17:26