I am facing this problem on my Debian5. I am running this server in Virtual Box.I have four os in this machine. But in this server only I get this message when I boot .

run init: /sbin/init : Permission Denied 
Kernel Panic - not syncing : Attemped to kill init

Can anyone help on this issue.

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

Somehow it can't run /sbin/init maybe some filesystem error or the init is deleted/corrupted.

Try to boot the machine with LiveCD and mount the filesystem and check /sbin/init.

link|improve this answer
Actually my server is running in virtual box,, Is it possible to use the liveCD in Virtual box.. – pavun_cool Jan 9 at 12:57
It is possible. – Stone Jan 9 at 13:15
Actually I have only server.Vdi image .. Can it be mounted through liveCD... – pavun_cool Jan 10 at 6:50
You attach a LiveCD iso image to the virtual machine and boot that, like a phisical machine. – Stone Jan 10 at 6:51
Thanks, I have successfully mounted the file system. How can I solve the problem now...? – pavun_cool Jan 10 at 12:17
show 1 more comment
feedback

This setting helped for me: in VirtualBox, where you set the optical drive of the guest machine, you enabled some drive of the host's. If that's a virtual drive, don't enable Passthrough option.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.