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 ?
how to display the booting output ?
Forum rules
Before you post please read how to get help
Before you post please read how to get help
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
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

Don't fix it if it ain't broken, don't break it if you can't fix it
you might also checkout the following logs
/var/kernel.log
/var/daemon.log
or specifically for something like cups
/var/log/cups/access_log or error_log etc...
Thanks for the catch scorp123
/var/kernel.log
/var/daemon.log
or specifically for something like cups
/var/log/cups/access_log or error_log etc...
Thanks for the catch scorp123
Last edited by D1Wayne on Sun May 13, 2007 3:52 pm, edited 1 time in total.
at boot menu
Code: Select all
select which boot you desire
<enter>
type
e
select line that starts with
kernel ........
type
e
erase <-
quiet splash
type
nosplash
<enter>
type
b


