
I had the same issue as jnagyjr. LiveCD was /dev/sdax while grub was asking for /dev/hdax. I downloaded the latest stage3 when I did my install.NeddySeagoon wrote:jnagyjr,
NOOOOO!!!!!!
You must have a very old install for that to work. PATA device names like /dev/hda have been unsupported for almost a year.
They need the old depreciated unmaintained IDE drivers and udev no longer creates /dev/ nodes for such devices.
The PATA drivers have been migrated into the SATA menu which uses the SCSI stack. You need to migrate your system too or many other things will break.
The documentaiton is correct.

Code: Select all
< > ATA/ATAPI/MFM/RLL support (DEPRECATED) ---> Code: Select all
emerge wgetpasteCode: Select all
wgetpate /usr/src/linix/.configCode: Select all
│ │ SCSI device support ---> │ │
│ │ <*> Serial ATA and Parallel ATA drivers --->Code: Select all
│ │ < > RAID Transport Class │ │
│ │ -*- SCSI device support │ │
│ │ < > SCSI target support │ │
│ │ [*] legacy /proc/scsi/ support │ │
│ │ *** SCSI support type (disk, tape, CD-ROM) *** │ │
│ │ <*> SCSI disk support │ │
│ │ < > SCSI tape support │ │
│ │ < > SCSI OnStream SC-x0 tape support │ │
│ │ <*> SCSI CDROM support │ │
│ │ [ ] Enable vendor-specific extensions (for SCSI CDROM) │ │
│ │ <*> SCSI generic support │ │
│ │ < > SCSI media changer support │ │
│ │ [*] Probe all LUNs on each SCSI device

Did you miss the part where I said I was running an AMD Sempron processor? Nothing in my computer is PATA or SATA connected. NOTHING. Do you really wish to continue making assumptions about my hardware?NeddySeagoon wrote:symtex, jnagyjr,
You both have PATA electrically connected HDD and are using the drivers in thekernel menu.Code: Select all
< > ATA/ATAPI/MFM/RLL support (DEPRECATED) --->
This has nothing to do the liveCD you used to install as none of its code gets into your install. Neither is it related the the stage3 file you downloaded as the stage3 does not provide a kernel configuration. Building your kernel is something you do for yourself, unless you use genkernel.
Well, I think he assumed your computer had some sort of hard drive or USB port for storage, though you didn't explicitly say so;jnagyjr wrote:Did you miss the part where I said I was running an AMD Sempron processor? Nothing in my computer is PATA or SATA connected. NOTHING. Do you really wish to continue making assumptions about my hardware?NeddySeagoon wrote:symtex, jnagyjr,
You both have PATA electrically connected HDD and are using the drivers in thekernel menu.Code: Select all
< > ATA/ATAPI/MFM/RLL support (DEPRECATED) --->
This has nothing to do the liveCD you used to install as none of its code gets into your install. Neither is it related the the stage3 file you downloaded as the stage3 does not provide a kernel configuration. Building your kernel is something you do for yourself, unless you use genkernel.

I have IDE connected hard drives and CDRW and DVD+RW (with lightscribe, but that's neither here nor there). I do have USB ports and a in-the-case USB connected multi-card reader, but my storage is all IDE. Yes, the wide ribbon cables. Not the newer PATA/SATA stuff (aside from USB, which is used for mouse, keyboard, and speaker power). My system is an old Compaq Presario that was shipped with WinXP (which I have installed on the original hard drive, also IDE connected; cd-rw and dvd+rw are not original). It has an integrated SiS audio card and some cheap video card that's been easier to use than my old Radeon9000 series (in another, even older, system).NeddySeagoon wrote:jnagyjr,
You appear to have some hardware storage device of some sort connected somehow or it would not want device names like /dev/?da
If you have root over nfs, (ie no local storage at all) thats quite different, but then /dev/hda? wouldn't work either.
This has nothing to do with your CPU.
Now you have whetted my appitite to know what storage device you use for your root filesystem and how its actually wired.

I didn't select that, though. That's what I'm trying to say. Neither when I did 'make menuconfig' or 'genkernel all'. That was the way it defaulted to on it's own.NeddySeagoon wrote:jnagyjr,
The old /dev/hda names are no longer supported. I realise you have real PATA 80/40 way ribbon connected hard drives.
The menuconfig entry for the drivers you are using is already labeled depreciated and support for /dev//hd* has been removed from udev.
The current PATA drivers have been reunited with the SCSI drivers, on which the older, original now depreciated drivers were based.
You are going to have problems in the future.
However, Gentoo is all about choice. The choice is yours.


Code: Select all
emerge ntfs-3g Don't die in doubt : http://en.wikipedia.org/wiki/Parallel_ATAjnagyjr wrote:but my storage is all IDE. Yes, the wide ribbon cables. Not the newer PATA/SATA stuff
And maybe, why not, be more kind with one that try to help you, because we all do mistakes, but it never hurt to admit them.jnagyjr wrote:Nothing in my computer is PATA or SATA connected. NOTHING. Do you really wish to continue making assumptions about my hardware?


Code: Select all
nano -w /mnt/gentoo/etc/fstabThe original issue got me last night, I am hoping fixing the device nodes will work for me.Blubottle wrote:Enter stage left My capitain, how you know these difficult things? exit stage right