hej gordon, > Remounting the partition using "mount / -o remount,rw" has allowed me > to work on files again. Changing the kernel makde no difference. > > How do I get the drive correctly mounted during init as almost all > the scrips are failing. Editing fstab didnt help this.
before re-mounting it as read/write again, make sure you did a "e2fsck /dev/<your-harddisk-device>". looks like the filesystem got somewhat corrupted when your system crashed; e2fsck might fix it. If e2fsck ran successfully, reboot again - and see what happens. if you still have the problem that many init scripts won't run (usually "could not load file ..." or segmentation faults), your installation is seriously broken. consider re-installing. bye Philipp Kaeser

