[PlanetCCRMA] Kernel 2.4.20-4.ll.acpi won't boot

Fernando Pablo Lopez-Lezcano nando@ccrma.Stanford.EDU
Sat Apr 5 18:28:01 2003


> I installed the new planetccrma-core and am having trouble booting with the 
> new kernel.  Before turning acpi off, it would simply hang.  After turning 
> acpi off, I get the following message:
> 
> VFS: Cannot open root device "LABEL=/" or 00:00
> Please append a correct "root=" boot option
> Kernel panic: VFS: Unable to mount root fs on 00:00
> 
> Here's my grub.conf file:
> # grub.conf generated by anaconda
> #
> # Note that you do not have to rerun grub after making changes to this file
> # NOTICE:  You have a /boot partition.  This means that
> #          all kernel and initrd paths are relative to /boot/, eg.
> #          root (hd0,1)
> #          kernel /vmlinuz-version ro root=/dev/hda3
> #          initrd /initrd-version.img
> #boot=/dev/hda
> default=2
> timeout=10
> splashimage=(hd0,1)/grub/splash.xpm.gz
> title Red Hat Linux (2.4.20-4.ll.acpi)
>         root (hd0,1)
>         kernel /vmlinuz-2.4.20-4.ll.acpi ro root=LABEL=/ hdc=ide-scsi 
> acpi=off
>         initrd /initrd-2.4.20-4.ll.acpi.img
> title Red Hat Linux (2.4.19-1.ll)
>         root (hd0,1)
>         kernel /vmlinuz-2.4.19-1.ll ro root=LABEL=/ hdc=ide-scsi
>         initrd /initrd-2.4.19-1.ll.img
> title Red Hat Linux (2.4.18-14)
>         root (hd0,1)
>         kernel /vmlinuz-2.4.18-14 ro root=LABEL=/ hdc=ide-scsi
>         initrd /initrd-2.4.18-14.img
> title DOS
>         rootnoverify (hd0,0)
>         chainloader +1
> 
> Any idea why I would it would be doing this, or how to fix it? 

Why? I don't really know, the kernel is not finding the partition with
the label "/". You could try replacing the root= parameter with the real
device of the "/" partition. As in:

>         kernel /vmlinuz-2.4.20-4.ll.acpi ro root=/dev/hdax hdc=ide-scsi 
> acpi=off

Where the x in hdax corresponds to the root partition. You can seen the
partitions of hda by typing:
  /sbin/fdisk -l /dev/hda

> Can I just merrily continue using 2.4.19-1.ll?

Yes, except that I have not provided a newer version alsa kernel modules
package for 2.4.19-1.ll

-- Fernandop