I am running RH6.1 and have run into a problem trying to boot the system. When it trys to boot, it comes up with "No proceeses left for this runlevel". So I changed the runlevel from graphics, 5, to test, 3. Same error. So at the boot: I used the init=/bin/sh to get into the system. Of course none of the file ystems are mounted. I went through and mounted all of the files systems and tried to fix the problem. Here is the catch 22. When I try to recompile the kernel or make any changes to to OS, the files are in the / file system. I cannot change anything because the file system is mounted as a read only even though mtab shows rw permissions. I cannot umount the file system,(tried umount -v -f / et. al) and the message comes back stating that the file system is not mounted. When I try to remount it in rw mode, it says that mtab reports that the file system is already mounted. I believe this is because the file system is read only and cannot write the status change of the file system to mtab. Either way, I cannot use the system. Any ideas?