Re: Linux Boot-up Screens
- From: John-Paul Stewart <jpstewart@xxxxxxxxxxxxxxxx>
- Date: Fri, 30 Dec 2005 19:08:03 -0500
Dances With Crows wrote:
On Fri, 30 Dec 2005 16:39:14 +0100 (MET), Edward S. Baiz Jr. staggered into the Black Sun and said:
I was wondering. You know all the data that is displayed on the screen when Linux boots up? After I have logged in, what would I type to bring up that data so I can get a closer look at it. It scrolls so fast I really cannot read it. Thanks for any help.
Most of the text messages that are displayed on boot are logged to a file in /var/log by a boot script. This varies with distro; Gentoo uses /var/log/dmesg for this. If it's immediately after the system is booted, "dmesg | more" will show you everything.
/var/log/dmesg catches the stuff the kernel outputs during the boot process. Messages pertaining to the starting (or failure) of daemons is often logged (via bootlogd) to /var/log/boot (or similar). Without something like bootlogd, though, they won't be logged anyplace.
(Or are you saying that Gentoo redirects the daemons' messages to /var/log/dmesg too?)
.
- References:
- Linux Boot-up Screens
- From: Edward S. Baiz Jr.
- Re: Linux Boot-up Screens
- From: Dances With Crows
- Linux Boot-up Screens
- Prev by Date: Re: Compilation Error in CYGWIN
- Next by Date: A new reader? Welcome to comp.os.linux.misc, read this first if you're new here (FAQ)
- Previous by thread: Re: Linux Boot-up Screens
- Next by thread: Re: Linux Boot-up Screens
- Index(es):
Relevant Pages
|