Page 1 of 1

how to display the booting output ?

Posted: Sun May 13, 2007 10:10 am
by amin
Hi minters,

In linux we usually can see the booting process; what process is being executed. Sometimes, we want to see all of these processes. We can see which process is taking so much time, for example if loading cups / printer is taking too much time, we might be upgrade the package, etc. So, how do we display it ?

Posted: Sun May 13, 2007 11:00 am
by Husse
There is at least a basic logging in /var/log/boot
but if you want to see it in real time you have to do some editing. From menu.lst in grub change quiet splash from the line that starts with "kernel" and continues "/boot/vmlinuz-your version" to quiet nosplash
You could duplicate the section and make the changes and have an extra boot option
This has been described in the forum here:
http://www.linuxmint.com/forum/viewtopi ... rub&t=1067
PS I have not tested :)

Posted: Sun May 13, 2007 12:42 pm
by scorp123
On other distros it's enough if you press ESC or F2 during the boot process ... no idea if this will work here.

Posted: Sun May 13, 2007 3:06 pm
by scorp123
D1Wayne wrote:you might also checkout the following logs
/usr/var/kernel.log
/usr/var/daemon.log

or specifically for something like cups
/usr/log/cups/access_log or error_log etc...
You got your log files in /usr ... ?? And not in /var ?? e.g. /var/log/* ... :?

Posted: Mon May 14, 2007 9:40 pm
by amin
thanks guys,
My booting time is 20 seconds, under Toshiba laptop Satellite M100, Core Duo, 1 Gbyte RAM.