Hello everyone
To better understand what happens during a system boot, I would like to one review the messages that scrolled up the screen during a system boot.
How can i be able to accomplish this?
Thanks in advance for your help…
Hello everyone
To better understand what happens during a system boot, I would like to one review the messages that scrolled up the screen during a system boot.
How can i be able to accomplish this?
Thanks in advance for your help…
You can find all those entries in dmesg log.
/var/log/dmesg
Here is the article that shows how to collect information about Linux kernel boot up messages displayed…