After upgrading (clean install) to Ubuntu 12.04, the speed issue when running programs has reduced on my MSI GX660R laptop. However, the boot time is still much longer (over a minute, even after BIOS) than on the many less powerful laptops I have encountered running the same OS, and I was wondering if anyone could help me improve it.
I use the FGLRX driver, if that makes any difference.
I have uploaded a boot chart, it can be found here http://imageshack.us/photo/my-images/4/bootchartl.png/
As you can see, the boot time is over a minute even after BIOS. A 'designed for Vista' laptop from ages ago which I installed Ubuntu on boots in around thirty seconds, so I think it's a bit strange.
Output of dmesg: http://paste.ubuntu.com/1081359/
Output of /var/log/kern.log : http://paste.ubuntu.com/1081363/
Output of /var/log/syslog : http://paste.ubuntu.com/1081365/
/var/log/kern.log
,/var/log/syslog
command(s):dmesg
– ish Jul 08 '12 at 10:07sudo fsck.ext4 -cDfty -C 0 /dev/sda1
(change sda1 for your partition name and do it for every partition used in your system). – desgua Jul 12 '12 at 22:20