Wow, not good. There are a couple of things this could mean, but probably none of them good.
MissMax said:
/etc/rc: /etc/rc: No such file or directory
jnl:journal start/end pointers reset! (jnl 0x100edc4; s 0x314600 e 0x314600
/etc/rc.boot:/etc/rc.boot:No such file or directory
After typing Option 3 typing [tail -40 /var/log/system.log]
I get “No such file or directory”
All of the "no such file or directory" messages mean that critical system files are nowhere to be found on your disk. The "journal start/end pointers reset!" is also troubling because it could indicate a disk error of some sort. At best, it looks like the filesystem on your disk got royally screwed up. If you're lucky, perhaps it can be repaired, but I'm not too hopeful. At worst, your disk may be physically going bad, in which case it would need to be replaced ASAP.
A few more things to try:
- Type fsck -y at the -sh-2.05b# prompt. This will attempt to repair the filesystem. If it's successful, then you should be able to reboot afterwards (type reboot when the -sh-2.05b# prompt comes back) and all will be well. But like I said, I don't hold out much hope for this outcome.
- If that doesn't help, I'm very curious to know what files still exist on the disk. Some critical system files are gone, but yet there are enough files there to boot into the prompt. Type ls -l / at the -sh-2.05b# prompt and see what files/folders it lists.
Barring any further insight from the results of the ls command, I would go ahead and try the Archive & Install option from the previous message. If you have access to another Mac, you can try to back up whatever is still there before doing the reinstall (though in theory the Archive & Install will preserve your data files, but who knows what it will do if the filesystem is messed up anyway). To do so, get yourself a Firewire cable, boot the iBook and hold down the T key until a firewire logo starts bouncing around the screen. Then hook it up to the other Mac and it will show up as an external drive. You can (hopefully) copy some files over.
If the Archive & Install also fails, it's probably time to throw in the towel and assume the disk is physically bad. It'll need to be replaced.
Anyway I hope this helps!