how to display the booting output ?

Questions about Grub, UEFI,the liveCD and the installer
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
amin
Level 1
Level 1
Posts: 23
Joined: Mon May 07, 2007 2:20 am

how to display the booting output ?

Post 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 ?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Husse

Post 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 :)
scorp123
Level 8
Level 8
Posts: 2272
Joined: Sat Dec 02, 2006 4:19 pm
Location: Switzerland

Post 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.
scorp123
Level 8
Level 8
Posts: 2272
Joined: Sat Dec 02, 2006 4:19 pm
Location: Switzerland

Post 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/* ... :?
amin
Level 1
Level 1
Posts: 23
Joined: Mon May 07, 2007 2:20 am

Post by amin »

thanks guys,
My booting time is 20 seconds, under Toshiba laptop Satellite M100, Core Duo, 1 Gbyte RAM.
Locked

Return to “Installation & Boot”