Gentoo Archives: gentoo-user

From: KH <gentoo-user@××××××××××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Problems booting my server - ext2 - e2fsck
Date: Wed, 28 Jul 2010 15:21:57
Message-Id: 4C504B0B.6090403@konstantinhansen.de
In Reply to: Re: [gentoo-user] Problems booting my server - ext2 - e2fsck by Bill Longman
1 Am 28.07.2010 15:53, schrieb Bill Longman:
2 > On 07/28/2010 06:42 AM, Mick wrote:
3 >> On 28 July 2010 09:50, KH <gentoo-user@××××××××××××××××.de> wrote:
4 >>
5 >>> I installed grub by connecting the hdd to my workstation. This did not
6 >>> change anything.
7 >>> Also I changed /etc/fstab . Now I have 0 0 for every partition. The pc
8 >>> boots fine now. I can use it but ... There is no /dev/hd* . Running
9 >>> mount /boot I get the answer /dev/hda1 does not exist. Also there is no
10 >>> /dev/sd*
11 >>>
12 >>> Any ideas?
13 >>
14 >> KH, if you have changed the kernel to use libATA (i.e. the newer
15 >> SATA/PATA options) then you need to update your fstab from /dev/hdaX
16 >> to /dev/sdaX and change your grub.conf accordingly.
17 >
18 > But he doesn't even have those devices, so this will not do him any good
19 > until we know how the kernel is configured (or not) and get the devices
20 > back.
21 >
22 > Konstantin, I'm assuming, from your original post, that you have not
23 > changed your kernel in any way over the last few months. You said that
24 > it was running fine for eight months but now after rebooting, you're in
25 > trouble. Are you *sure* you haven't made any changes to the kernel? I'm
26 > also assuming that you know that the kernel drivers for your disk
27 > controllers should not be built as modules but built into the kernel so
28 > that you don't need to go through creating an initramfs and hoping for
29 > your devices to get populated.
30 >
31
32 Hi,
33
34 I tried booting 2.6.28 / 2.6.29 / 2.6.30 . The 30 series has not been
35 running on the box befor. Anyway the result is the same no matter which
36 kernel I am booting.
37 I use make oldconfig for uping the kernel.
38
39 kh