

That's sad to hear. I'm going to reformat and install another distro to see if the drive is actually bad. This is actually my second install of Gentoo the first time I must have gotten lucky. Luckily, I do have a spare drive with Xp on it. Your time spent configuring will not go to waste. Thanks to all those that contributed, especially Pappy.pappy_mcfae wrote:Then you have a drive issue. The .config I provided should work given your present setup. That it doesn't, and that it comes back with ext errors just screams hard drive issue. Perhaps the drive is bad. Perhaps you had a bad shutdown. With the .config you have, you should work perfectly, or as close as you're going to get.
If this is your initial Gentoo install, I'd suggest you try again. If this has been working for some time, and now has started to act up, then your hard drive is definitely finding its way to digital heaven.
What brought the situation on in the first place?
Cheers,
Pappy


Code: Select all
# lspci
00:01.0 Host bridge: Advanced Micro Devices [AMD] CS5536 [Geode companion] Host Bridge (rev 33)
00:0f.0 ISA bridge: Advanced Micro Devices [AMD] CS5536 [Geode companion] ISA (rev 03)
00:0f.2 IDE interface: Advanced Micro Devices [AMD] CS5536 [Geode companion] IDE (rev 01)
Device Drivers
Serial ATA and Parallel ATA drivers (ATA)
ATA SFF support (ATA_SFF)
ATA BMDMA support (ATA_BMDMA)
CS5536 PATA support (PATA_CS5536)

I have been running into this with my last few builds... the minimal boot cd still lists all my ide drives as /dev/hda /dev/hdb ... and I have to remember (oohhh the agony of trying to remember, instead of having the internet remember for me) to use /dev/sda1 /dev/sda3 in my /etc/fstab and /boot/grub/grub.conf files.NeddySeagoon wrote:graycolor,
Your current problem us that udev no longer makes /dev nodes for hda and frineds as the old IDE kernel brancg is depreciated.
You need to change your kernel to use the SCSI layer and the low level PATA drivers in libata, which is found in the SATA menu.
At the same time, you have to change /etc/fstab and grub.conf to use the new SCSI names.
As I don't have your lspci output, I can't help with the right low level drivers for you. Other than the low level drivers, in the SATA menu, this post tells what is needed. IF you have an Intel ICH chipset, that post is all you will need.
There is a new option in the SATA menu, not described in that post,which you will need on as all the PATA drivers are inside it.Code: Select all
[*] ATA SFF support
Mount your partitions as you did during the install, get into your chroot and fix things. Post your lspci output if you need help with the kernel options.

