Helmut Jarausch <[email protected]> writes:
>>> Does the machine run well enough that you can reinstall both glibc
>>> and udev again?
>>
>> Not right now. After the boot complains that the super block isn't
>> right the disk is getting mounted read only. I cannot even edit a file
>> with vi.
>
> Try booting by using a rescue CD (www.sysresccd.org)
> fsck your root disk
> chroot to your root disk
> then try to repair your system (e.g. building/installing
> a new kernel)
>
Something similar has happened here in the past, it was related to
fsck being called inappropriately.
At least a few times I was able to remount things after the initial
boot ended up with read only filesystem using the command:
`mount -o remount,rw /dev/hda_whatever /'
Or maybe just:
`mount -o remount,rw /'
To remount in place
After boot came up `read only' it worked apparently since the timing
wasn't a factor then.
But you might try that command first to see if you can do repairs that way.