Gentoo Archives: gentoo-server

From: Steve Dommett <steve@×××××.net>
To: gentoo-server@l.g.o
Subject: Re: [gentoo-server] Can't mount root device (PERC 5/i)
Date: Mon, 26 Feb 2007 16:49:42
Message-Id: 45E30ECD.5040800@st4vs.net
In Reply to: Re: [gentoo-server] Can't mount root device (PERC 5/i) by Patrik Jansson
1 Patrik Jansson wrote:
2 >> Actually this is not the exact size that the PERC RAID UI says. They
3 >> do differ. In the PERC BIOS the logical drive is 139392 MB.
4 These do actually represent the same size. In one place they're count
5 1MB as 10^6 bytes, in the other place 1MB is 2^20 bytes.
6
7
8 > Where in the kernconf GUI is that?
9 Filesystems -> Partition types
10
11 > Or where is the kernel configuration on the filesystem?
12 That's a more difficult one. genkernel apparently leaves dumps of old
13 configs in /etc/kernels, but I can't verify that.
14
15 The config for the last kernel you tried to build will probably be at
16 /usr/src/linux/.config
17
18 zcat /proc/config.gz > config
19 will grab the current running config into a file.
20
21 HTH,
22 Steve.
23 --
24 gentoo-server@g.o mailing list

Replies

Subject Author
Re: [gentoo-server] Can't mount root device (PERC 5/i) Patrik Jansson <fbsd@×××××××.se>