[PlanetCCRMA] Audio kernel install problem

Fernando Pablo Lopez-Lezcano nando@ccrma.Stanford.EDU
Fri Sep 13 17:48:01 2002


> I have installed Red Hat 7.3 on an Athlon platform
> and am attempting the CCRMA instructions.
> Everything is fine up until installing and rebooting
> into the new audio kernel.  At that point, Red Hat is
> not able to mount the file system or find initrd and I
> have to resort to using an older kernel.

I've seen this before but it was due to a wrongly configured
/etc/fstab file. That can't be the reason in your case because
you are able to boot fine with the older kernel.

I assume the install of the kernel was fine and you did not
see any errors.

What do you have in /boot? Do a:
  ls -l /boot/*2.4.19*

You should at least see these files:
  /boot/initrd-2.4.19-1.llsmp.img
  /boot/module-info-2.4.19-1.llsmp
  /boot/System.map-2.4.19-1.llsmp
  /boot/vmlinuz-2.4.19-1.llsmp

Hmmmm.....

Do you see any errors during the boot process? The only thing
I can think of right now is that the new kernel is not seeing
your hard disk at all and then, of course, the rest follows.
What is the hardware you have? Motherboard? Disk?

-- Fernando