Speeding up Fedora boot time
jondkent - Sat, 2013-03-09 23:25
Got really fed up with my Fedora laptop taking ages to boot up. Well it seems ages, however if you are used to Windows, its fast, but with, say, Ubuntu, its slow. Anyway...
In the end this was really easy to achieve. In a nutshell I did this:- cd /lib/systemd/system
- for i in fedora*storage* lvm2-monitor.* mdmonitor*.*; do systemctl mask $i;done
- systemctl mask sendmail.service
- systemctl mask bluetooth.service
- systemctl mask ip6tables.service
- cd /etc/init.d
- for i in livesys livesys-late spice-vdagentd ; do chkconfig $i off;done
Tags: