Posts: 59
Threads: 39
Joined: Oct 2006
Reputation:
0
Well, now I have tinkered a bit to much for my own good. When I try to boot I get these messages:
init: Unable to execute "/bin/sh" for rcS: No such file or directory
init: rcS main process (2397) terminated with status 255
init: Unable to execute "/bin/sh" for rc-default: No such file or directory
init: rc-default main process (2398) terminated with status 255
I need a really noobish explanation on how to fix.
Posts: 59
Threads: 39
Joined: Oct 2006
Reputation:
0
I am using a LiveCD, to try and copy the /bin/sh from the CD to the partition.
I am using mount rw /xxx/xxx /xxx/xxx, but it won't let me write to the partition.
Any solution?
Posts: 1,229
Threads: 45
Joined: Mar 2005
Reputation:
0
2007-06-12, 05:25 PM
(This post was last modified: 2007-06-12, 05:25 PM by znx.)
After poking around with Varjagy in the IRC channel we were able to assist him to get this working. The permissions error was due to the LiveCD starting a shell with user permissions and not root. Using sudo su - we got in. Then a straight cd /mnt/crap/bin && ln -s dash sh and we were sorted. Yay!
Posts: 59
Threads: 39
Joined: Oct 2006
Reputation:
0
Yes, I have learned a lot today thanks to znx and Ritter.
Thanks guys.