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 14:57:18
Message-Id: 4C504533.7050503@konstantinhansen.de
In Reply to: Re: [gentoo-user] Problems booting my server - ext2 - e2fsck by Bill Longman
1 Am 28.07.2010 15:45, schrieb Bill Longman:
2 > On 07/28/2010 01:50 AM, KH wrote:
3 >>
4 >> Hi,
5 >>
6 >> I installed grub by connecting the hdd to my workstation. This did not
7 >> change anything.
8 >> Also I changed /etc/fstab . Now I have 0 0 for every partition. The pc
9 >> boots fine now. I can use it but ... There is no /dev/hd* . Running
10 >> mount /boot I get the answer /dev/hda1 does not exist. Also there is no
11 >> /dev/sd*
12 >>
13 >> Any ideas?
14 >
15 > Konstantin, please post what your kernel has for IDE support. If you
16 > have /proc/config.gz, then please post the results from "zgrep IDE
17 > /proc/config.gz" so we can get an idea of why you have no /dev/hd*
18 > devices. We will also need to know what kind of disk controller your
19 > server really has. Are they IDE or SATA controllers?
20 >
21
22 Hi Bill,
23
24 Now I am running 2.6.30-r8 but 2.6.34-r1 is ready but not jet copied to
25 /boot. btw it is a p3 coppermine.
26
27 This is the output from zgrep IDE /proc/config.gz .
28
29
30 CONFIG_HAVE_IDE=y
31 CONFIG_IDE=y
32 # Please see Documentation/ide/ide.txt for help/info on IDE drives
33 CONFIG_IDE_XFER_MODE=y
34 CONFIG_IDE_TIMINGS=y
35 CONFIG_IDE_ATAPI=y
36 # CONFIG_BLK_DEV_IDE_SATA is not set
37 CONFIG_IDE_GD=y
38 CONFIG_IDE_GD_ATA=y
39 CONFIG_IDE_GD_ATAPI=y
40 CONFIG_BLK_DEV_IDECD=y
41 CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS=y
42 # CONFIG_BLK_DEV_IDETAPE is not set
43 CONFIG_BLK_DEV_IDEACPI=y
44 # CONFIG_IDE_TASK_IOCTL is not set
45 CONFIG_IDE_PROC_FS=y
46 # IDE chipset support/bugfixes
47 CONFIG_IDE_GENERIC=y
48 # CONFIG_BLK_DEV_IDEPNP is not set
49 CONFIG_BLK_DEV_IDEDMA_SFF=y
50 # PCI IDE chipsets support
51 CONFIG_BLK_DEV_IDEPCI=y
52 CONFIG_IDEPCI_PCIBUS_ORDER=y
53 CONFIG_BLK_DEV_IDEDMA_PCI=y
54 CONFIG_BLK_DEV_IDEDMA=y
55 # CONFIG_VIDEO_DEV is not set
56 # CONFIG_VIDEO_MEDIA is not set
57 # CONFIG_VIDEO_OUTPUT_CONTROL is not set
58 # CONFIG_FB_TRIDENT is not set
59 # CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
60
61 I just tried /etc/init.de/udev resart . I am getting errors not to use
62 the script with baselayout-1 . The box is very slow now. Will reboot and
63 see what baselayout is on it.
64
65 Regards kh

Replies

Subject Author
Re: [gentoo-user] Problems booting my server - ext2 - e2fsck Bill Longman <bill.longman@×××××.com>