Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Redhat 6.1 wouldn't boot complete

0 views
Skip to first unread message

Hong F Du

unread,
Jul 25, 2000, 3:00:00 AM7/25/00
to Linux-support
Hi All,

When booting it went through the file system clean check for /dev/hd10
which is where my root / is. It then prompt a message "Remounting root
files system in read-write mode [OK]", stop there.

So I downloaded an ramf-78.exe rescue file from metalab and booted it
from floppy. I check my original /etc/rc.d/rc.sysinit and found the
following lines:

.
.
.
#Remount the root filesystem read-write
action "Remounting root files system in read-write mode" mount -n -o
remount, rw /
#Add /proc to /etc/mtab
mount -f -t proc /proc /proc
.
.
.

Since the line of 'mount -f -t proc /proc /proc' is after the remounting
filesystem action, would it be the mount proc causing the problem? The
rescue boot disk doesn't have editor and I cannot editor any file. Any
solution to my problem? Thank you.

feng


Hong F Du

unread,
Jul 26, 2000, 3:00:00 AM7/26/00
to Mihai LEONTESCU
I did what you said and also booted with init=/bin/csh too(booting with csh ables
me to run e2fsck on /dev/hda10 before remounting /). Each time I issued the command
to remount / into rw mode, the system just stopped there. So I think all my
problems is in mounting the / into rw mode, but I don't know how to fix it. I need
more help on this matter. Thank you.

feng

Mihai LEONTESCU wrote:

> You'll have to try this manually
> Restart your linux box and when lilo prompts type
> linux root=/dev/hd10 init=/bin/sh
>
> after this you will get the prompt (you booted the single user mode)
> now, you have to remount your root partition rw because it's readonly
> you got to do like this
> sync
> umount -n /
> mount / -o remount,rw
>
> now you have full access to your files, and you can edit them
>
> oh, do not mount proc before root :) and mount proc or else you'll have
> some tiny problems :)
>
> ------------------------------------------------------------------------------
> Mihai LEONTESCU
> SC Deuroconsult SRL
> Departamentul Internet
> Misu(nix) web Page : http://misu.bv.ro
> -------------------------------------------------------------------------------

Hong F Du

unread,
Jul 26, 2000, 3:00:00 AM7/26/00
to Mihai LEONTESCU
I deeply appreciate you help. I did exactly what you said. After I typed in
'mount / -o remount,rw', I got the following messages:
EXT2-fs warning: mounting unchecked fs, running e2fsck is recommended
EXT2-fs error (device ide0(3,10)): ext2_check_inodes_bitmap: Wrong free inodes
count in group 6, stored= 14598, counted = 14597

Then a blinking cursor appeared without # sign as before. Everything was
stopped. The system didn't respond to any command any more. I waited for it for
a long time, it was still like that. I had to use Ctrl-Alt-Del to reboot the
system

What does the error message meant? How do I fix this problem so that my system
can boot normally? Thank you again.

feng

Mihai LEONTESCU wrote:

> use init=/bin/sh
> after this you have to sync disks (use sync)
> then umount the root filesystem : umount /
> then: mount / -o remount,rw
> then fsck /dev/hda10
> that should do the trick
>
> Mihai Leontescu
> http://misu.bv.ro
> Remember that the enemy is listening...

0 new messages