After I upgraded to 12.04 from 11.10,Unity has started taking too long to start.
Booting from zero to BURG takes about 3 sec,BURG to login screen takes about 5-7sec...n then login screen to unity takes more than 2 min...why so?
I've even tried stuff like disableing networking and stuff...
This sounds like https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1001138
Try moving aside the file ~/.config/compiz-1/compizconfig/config and then logging in again.
If you can login fast now, then you can put back the file and try to just delete these lines as described in the bug comments:
Or you can just leave it and use the freshly generated confg.
Try to disable unused applications that start when you boot the system I did it and for me it worked . Disable some startup applications
By default on Ubuntu startup applications are no longer visible, for "security reasons" for new users, those processes that are started at boot time, some may be turned off if you do not need them, speeding up the boot, for make them appear open the terminal and type:
And then:
Then insert our password. Applications now open boot and disable the services that you do not need
Install
bootchart
andpybootchartgui
and upload the .png file in/var/log/bootchart
.Anyway, it'll show you the entire procedure from system up till the complete boot. Disable time-consuming but non-required packages. Install the application bug for this.
All these packages can be installed this way:
$sudo apt-get install <package_name>
Also run the command:
Now open 'Startup Applications' and uncheck whatever you don't wish to load during boot.
I tried these tips and they worked for me. Really improved the performance of my machine.
Hope this will help.