Gentoo Archives: gentoo-user

From: James <wireless@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: CD boot - dmesg buffer depth option?
Date: Tue, 06 Jul 2010 17:45:16
Message-Id: loom.20100706T194142-778@post.gmane.org
In Reply to: [gentoo-user] CD boot - dmesg buffer depth option? by Mark Knecht
1 Mark Knecht <markknecht <at> gmail.com> writes:
2
3
4 > I'm trying to capture the full boot log when booting from the Gentoo
5 > install CD but it seems the buffer isn't deep enough to get the whole
6 > thing. Is there by chance a command line option that will increase the
7 > depth of what's captured by dmesg so that I can get all the way back
8 > to the beginning?
9
10 Well here is what I use in root's .bashrc file to fix this sort
11 of issue:
12
13
14 alias dmesg='dmesg -s 262144 | less'
15
16
17 That way dmesg is extended....
18
19 dmesg -s 262144 is what you are looking for, I think, or
20 larger....
21
22 hth,
23 James