The data before:
Code: Select all
[Berserk@localhost ~]$ systemd-analyze
Startup finished in 5.687s (kernel) + 36.896s (userspace) = 42.584s
And
Code: Select all
[Berserk@localhost ~]$ systemd-analyze blame
13.603s sshd.service
8.970s mysqld.service
5.415s network.service
4.995s winbind.service
4.760s saslauthd.service
4.728s polkit.service
4.694s httpd.service
4.602s plymouth-start.service
4.302s vboxadd-x11.service
4.161s mandriva-save-dmesg.service
4.122s mandriva-everytime.service.....
This means that it tooke 42,6 seconds to boot ...
Now we do the systemd magic stuff
Code: Select all
sudo systemctl enable systemd-readahead-collect systemd-readahead-replayIll be back with the after... need to reboot a few times first

