Gentoo Archives: gentoo-user

From: Dirk Heinrichs <dirk.heinrichs@××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Tragic kernel building for vmware gentoo guest on WinXP
Date: Thu, 11 Dec 2008 19:13:28
Message-Id: 200812112013.11937.dirk.heinrichs@online.de
In Reply to: [gentoo-user] Tragic kernel building for vmware gentoo guest on WinXP by Harry Putnam
1 On Thursday 11 December 2008 00:07:44 Harry Putnam wrote:
2 > I've started a new thread on my kernel troubles. I thought the thread
3 > subject should be more indicative of the semi OT nature of the query.
4 >
5 > Here is the general setup and the general problem:
6 >
7 > vmware appliance made from gentoo-2008.0
8 > [...]
9 > I've compiled 2.6.27-r5 using the config that works with 2.6.24-r8 as
10 > the basis. I did prune out a few things... all wireless some hid and
11 > most usb.
12 >
13 > This kernel fails as I expected and here is small screen shot of the
14 > error. It appears something is lacking that lets the kernel know that
15 > /dev/sda1 (boot) and /dev/sdb3 are valid /boot and /
16 >
17 > Here are the grub lines:
18 >
19 > title=/dev/sda1 hp 2.6.27-r5 NO INTITRD
20 > root (hd0,0)
21 > kernel /kernel-2.6.27-r5 root=/dev/sdb3 video=vesafb:mtrr3,ywrap vga=0x317
22 >
23 > Screen shot of boot messages:
24
25 From that and the contents of the original initrd you posted in the former
26 thread and what others already found out:
27
28 This initrd has all all sorts of driver modules for SATA and SCSI chipsets, so
29 it's most likely that you forgot to compile in the correct drivers into your
30 custom kernel.
31
32 I think I've seen somebody already identified one of them as some Fusion SCSI
33 driver, so I guess you would need to compile the Fusion stuff into your kernel
34 (they even have an own section in "menuconfig").
35
36 What this initrd doesn't have is modules for SCSI Disk support and
37 filesystems, so they seem to be compiled into the kernel directly.
38
39 Could please post the kernels .config (or /proc/config) and lspci output from
40 the original, working setup?
41
42 Bye...
43
44 Dirk

Replies

Subject Author
Re: [gentoo-user] Tragic kernel building for vmware gentoo guest on WinXP Dirk Heinrichs <dirk.heinrichs@××××××.de>
[gentoo-user] Re: Tragic kernel building for vmware gentoo guest on WinXP Harry Putnam <reader@×××××××.com>