  | |  | Kernel Panic | Kernel Panic 2004-02-05 - By Stuart Sears
Back On Thursday 05 February 2004 18:38, Roger Beever wrote:
> On Thu, 2004-02-05 at 12:33, Stuart Sears wrote:
> > On Wednesday 04 Feb 2004 23:29, Roger Beever wrote:
> > > On Wed, 2004-02-04 at 23:12, Thomas Fortner wrote:
> > > > -- ---- ------
> > > > EXT2-fs warning : mounting unchecked fs running e2fsk is recomended
> > > > VFS : mounted root (ext2 filesystem).
> > > > VFS: Cannot open root device "LABLE=/ " or 00:00
> > this is a lot simpler than you think.
> > sed -i.old -e 's/LABLE/LABEL ' /boot/grub/grub.conf
> > then try again.
> Well it might be simple if I knew how to get a single opening quote.
> The closing single quote I assume to be the one that shares with the @
> key.
> I get an unterminated s command error (the s has single quotes ether
> side of it but of course I can 't reproduce that )
> I was root from a console btw.
> Regards Roger
you cna solve it in vi as well...
The problem is a typo:
LABLE instead of LABEL
this is of course not true if the above was a typo when you typed your email.
another good idea is to change the kernel line in grub.conf to point directly
to your root filesystem:
kernel /vmlinuz-2.4.21-4.EL ro root=/dev/hda2
(or something like that) instead odf using labels, which IMHO are far more
trouble than they are worth, unless you are using SCSI devices. (or other
hotpluggable drives)
personally I do this and change all the references in /etc/fstab to use device
nodes as well. It makes troubleshooting easier.
Stuart
--
Stuart Sears RHCE, RHCX
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@(protected)?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
|
|
 |