Decrease boot time with concurrent booting
If you have a dual-core processor or one that supports hyper-threading then concurrent booting allows Linux to take advantage of them. Just open a console and type the following code:
CODE
sudo gedit /etc/init.d/rc
and find the line CONCURRENCY=none and change it to:
CODE
CONCURRENCY=shell
Save, close and reboot your computer.







