Tony Hartzell wrote:
> The kernel command line is in grub.cfg (attached - as is the lspci listing)

It's easier with just the appropriate info, e.g.:

menuentry "GNU/Linux, with Linux 2.6.37-lfs-6.8" --class gnu-linux 
--class gnu --class os {
        insmod ext2
        set root=/dev/hda2
        search --no-floppy --fs-uuid --set a22d0a41-a05a-4005-8341-cf681d891651
        echo    Loading Linux 2.6.37-lfs-6.8 ...
        linux   /boot/vmlinux-2.6.37-lfs-6.8 root=/dev/hda2 ro
}


00:0f.0 IDE interface: VIA Technologies, Inc. VIA VT6420 SATA RAID 
Controller (rev 80) (prog-if 8f [Master SecP SecO PriP PriO])
        Subsystem: Giga-byte Technology GA-7VM400AM(F) Motherboard

00:0f.1 IDE interface: VIA Technologies, Inc. 
VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06) 
(prog-if 8a [Master SecP PriP])
        Subsystem: Giga-byte Technology GA-7VAX Mainboard

We don't need to see ethernet, vga, or usb stuff for booting.

> I've applied the kernel config as per udev's README, and I considered that
> PATA drives might be going extinct, but I didn't see any obvious config
> parameters that would prevent them from working.

> I hoped that when someone saw 'here are the available partitions' was blank,
> (from just before the kernel panic) that they'd "Oh, silly boy, you forgot
> to..."

Well it does look like you have both a SATA and PATA controller, so hda 
may be appropriate.  The next step is"

mount| grep hda

Also check your kernel configuration:

  Symbol: PATA_VIA [=n] 

    Type  : tristate 

    Prompt: VIA PATA support 

    Defined at drivers/ata/Kconfig:679 

    Depends on: ATA [=y] && ATA_SFF [=y] && ATA_BMDMA [=y] && PCI [=y] 

    Location: 

      -> Device Drivers 

        -> Serial ATA and Parallel ATA drivers (ATA [=y]) 

          -> ATA SFF support (ATA_SFF [=y]) 

            -> ATA BMDMA support (ATA_BMDMA [=y])

Make sure PATA_VIA is enabled and not as a module.

   -- Bruce

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to