Kernel panic-not syncing

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Kernel panic-not syncing
# 1  
Old 10-22-2015
Kernel panic-not syncing

dear experts linux

i am using RHEL 5.5 run on a physical server.
i am front of a big trouble, the Rhel can't run correctly , it show me this error message in black screen:
Code:
reading all physical volumes. this my take a while ..
found volume group "VolGroup00" using metadata type lvm2
9 logical volume in volume group "VolGroup00" now active
exec of init (/sbin/init) failed!!! : no such file or directory
Kernel panic - not syncing: attemted to kill init !
-
kernel alive

please guide me to the right way in order to fix thix issue and riscue my OS.
which steps should i follow ?
i belive in you PRO. Smilie

---------- Post updated at 08:52 AM ---------- Previous update was at 08:51 AM ----------

Code:
exec of init (/sbin/init) failed!!! : no such file or directory
Kernel panic - not syncing: attemted to kill init !


Last edited by Corona688; 10-22-2015 at 02:15 PM..
# 2  
Old 10-22-2015
Please use code tags for code, [code]stuff[/code]

It says "exec of init failed", which is the executable program Linux runs on boot after it has mounted the disk, so it appears to be finding a volume, but not finding /sbin/init inside it. This suggests to me that either

a) It is attempting to boot from the wrong volume

or

b) Some sort of disk corruption has removed /sbin/init from the correct voluem.

(a) might mean the correct volume is unavailable -- causing it to go to the next one. Or that the order of the volumes has changed, due to something being detected earlier than it was before. Have you made any disk changes to this server recently?

I would suspect (b) would warn you that the disk was not properly unmounted, but won't rule it out either.

Either way, I think you'll need a rescue CD to solve this, something to boot into and examine your disks. (not alter, unless you're VERY sure of yourself. It'd be very easy to dig in deeper at this point.)
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Error: kernal panic not syncing

HI All, server stopped here, we are suspecting server crash, need install new OS. Any suggestions on this. kindly help to us. Thanks Rajesh (0 Replies)
Discussion started by: Rajesh_Apple
0 Replies

2. Slackware

Help with kernel panic - not syncing slackware 13.0

Hi, first of all I'm 110% newbie, sorry for any mistake if I made it. In my country there are no normal or active linux forums, so i found this forum. Ok, that's for begining, but not for may real problem. --------------------------------------------------- I am system administrator... (4 Replies)
Discussion started by: ElvijsL
4 Replies

3. Ubuntu

kenel panic not syncing

I installed a new kernel 3.0.22 on ubuntu server 11.04 32 bit. when I select the kenel from boot loader it stops when Code: loading initial ramdisk... I added all_generic_ide at the end of linux line and also added dev/sda1 to linux line: root=UUID=dev/sda1 now it says that ... (12 Replies)
Discussion started by: dr_mabuse
12 Replies

4. UNIX for Advanced & Expert Users

what does the kernel panic mean?

Hi, all: How should I obtain the reason of kernel panic? How should I debug the program which result in a kernel panic? What can I get from the panic information? li, kunlun (3 Replies)
Discussion started by: liklstar
3 Replies

5. UNIX Desktop Questions & Answers

kernel panic-not syncing:fatal exception while booting

Hi ALL, I am getting error.. kernal panic-not syncing:fatal exception while booting. Please help me.. Thanks Jack (7 Replies)
Discussion started by: jack00423
7 Replies

6. Linux

Kernel panic - not syncing: cannot execute a PAE-enabled kernel on PAE-less CPU

ok so I just installed fedora core 6 on my dell inspiron 700m and I go to boot into linux and I get this error. Has anyone seen this before? I also had XP Pro and Vista installed on this pc prior to putting fedora core 6 on the machine. I'm trying to setup a triple boot system. Please Help... (2 Replies)
Discussion started by: dave043
2 Replies

7. UNIX for Dummies Questions & Answers

Kernel panic - not syncing == While RHEL AS install

I am trying to Install RHEL AS 4 on x86 pc, through VNC and got the below error, Am not pretty sure as how to resolve this. Can some one guide me through the process, or what might be missing.... Have Installed RHEL, many a times but cudnt find this out... Wud appreciate an early reply ......... (0 Replies)
Discussion started by: Crazy_murli
0 Replies

8. Linux

kernel panic

I have compiled kernel version 2.6.12 in my linux box mandrake 10.1. I have followed www.digitalhermit.com/linux/Kernel-Build-HOWTO.html instructions. I have copied .config file from /usr/src/linux and lightly modified it (only the processor type) by xconfig. I have compiled the source and modules.... (3 Replies)
Discussion started by: Davide71
3 Replies

9. UNIX for Dummies Questions & Answers

kernel panic

hello :-) I have one problem with my LiLO... I installed PLD Linux on my computer but when it boots, the last thing I can see is: request_module Root fs not mounted VFS: Cannot open root device 03:01 Kernel panic: VFS: unable to mount root fs on 03:01 and the system stops :-( what... (1 Reply)
Discussion started by: pgas
1 Replies

10. UNIX for Dummies Questions & Answers

RH 7.3 Kernel Panic.

I've installed rh 7.3 a fewday ago and I'm trying to boot it and I get this" Kernel panic: no init found. try passing init=options to kernel" ????? What do I do. Thanks. F,Ruiz. (2 Replies)
Discussion started by: ruizf
2 Replies
Login or Register to Ask a Question