I an using Ubuntu 10.04. I have decent hardware (2.6 Ghz Intel Core 2 Duo, 1GB Ram) However it takes a lot of time to boot. I tried booting through the recovery mode but i could not understand anything. I have uploaded the boot log here http://pastebin.com/7DGS3u7h asked 11 May '10, 05:19 Tapan Chugh guerda |
To inspect your boot process, use It works as a daemon and creates a bootchart every time you start your computer. You can optimize your boot process if you parallelize the processes. Edit: answered 11 May '10, 05:48 guerda i have been able to log my bootprocess but i am not able to understand. I have uploaded the image http://yfrog.com/0otapandesktoplucid201005p. can you help me understand it.
(13 May '10, 07:55)
Tapan Chugh
Thanks for the info. I added a new answer: http://linuxexchange.org/questions/453/#631
(17 May '10, 12:03)
guerda
|
Looking at your boot log I noticed these two entries:
So basically your boot sequence is going from 2 seconds to 22 seconds trying to load a drive. There are a few mentioned possible fixes you can try and the easiest one of these is ... put a disk in your CD/DVD drive and it might help. There are other very hacky and hard to do fixes which will eventually be resolved. The potential problems relate to Samsung hard disks that have BIOS settings that cause the freeze and a few more. answered 11 May '10, 09:14 Gareth |
In addition to switch off the unnecessary auto-start service via System>Accessories>Startup. You can make use of the duo core of your system by enabling parallel booting by following configuration:
answered 11 May '10, 07:21 abgalphabet |
As I looked at your bootchart, I assume you should search for hardware problems.
The boot log shows similar hints:
(Line 501 ff) Line 445 shows, what
Try the following:
Good luck! answered 17 May '10, 11:43 guerda 1
Are you sure. I have two cd drives and am able to use them both without any problem. I also have one hardisk on which i have ubuntu as well as windows XP.
(20 May '10, 05:57)
Tapan Chugh
It's just a suspicion. It looks like your cd drive is stopping your boot process. Are your CD drives attached via SCSI?
(20 May '10, 06:38)
guerda
|
In order to reduce start-up-time you can go to System>Accessories>Startup programs and unmark the daemons you do not need to load at default. In order to reduce startup time I'd advice you to remove just one program at a time, then boot the computer. You'll have to know which programs you don't need at startup else you risk destroying your entire system. Things such as Bluetooth, Gnome remote desktop and personal file sharing are things that is just there, things that you normally do not use. answered 11 May '10, 06:35 Jimmyfd |
Consider checking your network settings. Your boot might be trying to do something so silly as to be hanging on acquiring a DHCP address or resolving a hostname. I also suggest checking dmesg and/or /var/log/syslog to check for disk or memory problems. If you're using a spindle disk (not ssd) then you might be encountering a failing sector. Read up on the e2fsck -c option. answered 11 May '10, 20:36 memnoch_proxy |