Gentoo Archives: gentoo-user

From: David Relson <relson@×××××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] kernel-2.6.27 boot problem
Date: Sun, 14 Dec 2008 21:14:11
Message-Id: 20081214161346.2fe3d2bf@fit-pc
In Reply to: Re: [gentoo-user] kernel-2.6.27 boot problem by Volker Armin Hemmann
1 On Sun, 14 Dec 2008 21:58:17 +0100
2 Volker Armin Hemmann wrote:
3
4 > On Sonntag 14 Dezember 2008, David Relson wrote:
5 > > I'm attempting to upgrade my kernel from 2.6.25-gentoo-r7 to
6 > > 2.6.27-gentoo-r5 and have run into a snag.
7 > >
8 > > With the 2.6.25 kernel, the boot proces displays
9 > >
10 > > ...[stuff]...
11 > > Loading modules
12 > > ... libata ...
13 > > ... scsi_wait_scan ...
14 > > ... ahci ...
15 > > ... sg ...
16 > > ... ehci-hcd ...
17 > > ... usb-storage ...
18 > > ... uhci-hcd ...
19 > > ... ohci-hcd ...
20 > > Activating mdev
21 > >
22 > > With the 2.6.27 kernel, after displaying "Loading modules" and its
23 > > related messages, the "Activating mdev" message never appears and
24 > > the boot process is stopped.
25 > >
26 > > Anybody know what's wrong?
27 > >
28 > > FWIW, the mobo is an ASUS M2A-VM HDMI with an AMD64 X2 5000+ CPU and
29 > > 8GB ram. The 2.6.25 kernel is new as I've just upgraded from an IDE
30 > > HD to SATA. The 2.6.27 configuration was generated from the 2.6.25
31 > > configuration using "make oldconfig".
32 >
33 > so you are missing the right drivers and you have the wrong entries
34 > in /etc/fstab? Because sata = sdX. ide = hdX.
35 >
36 > oh - and not using an initrd and having everything needed to boot in
37 > the kernel takes away a lot of potential problems.
38 >
39
40 Hi Volker,
41
42 Remember, the system is running fine with 2.6.25 and doesn't boot with
43 2.6.27. /etc/fstab is a constant isn't changing. Therefore I can
44 say with certainty that it's not the change from ide/hdX to sata/sdX.
45
46 If I recall, I encountered the same boot issue back when I only had an
47 IDE drive and attempted to use 2.6.26. At that time I wasn't
48 concerned, so didn't attempt to determine what was wrong.
49
50 As additional info, I've replace my .config with
51 arch/x86/configs/x86_64_defconfig and have the same problem.
52
53 Cheers!
54
55 David

Replies

Subject Author
Re: [gentoo-user] kernel-2.6.27 boot problem Volker Armin Hemmann <volker.armin.hemmann@××××××××××××.de>