[PlanetCCRMA] Problems with the new kernel

Sampo Savolainen v2@iki.fi
Thu Sep 25 12:20:02 2003


Okay. I just bit the bullet and did an apt-get dist-upgrade. The install
went find, I checked grub.conf, and ran "grub-install /dev/hda".

So far so good, but...

As the kernel booted, the startup tried to check the root filesystem but
failed. For some reason the root fs was mounted read-write at this
point, and fsck can't check it.

This is the line in fstab for /:

/dev/hda6 / ext2 rw 0 0

This is the grub configuration for the new kernel:

title Red Hat Linux (2.4.22-6.ll.rh90)
        root (hd0,4)
        kernel /vmlinuz-2.4.22-6.ll.rh90 ro root=LABEL=/ hdd=ide-scsi
ide0=autotune ide1=autotune acpi=off
        initrd /initrd-2.4.22-6.ll.rh90.img


Any suggestions?


 Sampo