LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 04-26-2017, 04:47 PM   #1
voidgere
LQ Newbie
 
Registered: Apr 2017
Posts: 2

Rep: Reputation: Disabled
"Kernel panic - not syncing - Attempted to kill init!"


Initial Information
  • Cannot verify version of Red Hat
  • Issue began after replacing defective motherboard
  • Motherboard is the exact same model as the previous motherboard
  • SCSI drives (3 disks. 2 set in a RAID and one outside the RAID that contains the boot partition)

Picture of the Error

I've made a backup of the drive so I have no problem doing something "creative" to get it working. Any other information you might need I will attempt to get it for you.
 
Old 04-26-2017, 08:15 PM   #2
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,636
Blog Entries: 4

Rep: Reputation: 3933Reputation: 3933Reputation: 3933Reputation: 3933Reputation: 3933Reputation: 3933Reputation: 3933Reputation: 3933Reputation: 3933Reputation: 3933Reputation: 3933
This message should be a FAQ.

The message means:
  • "Kernel Panic" -- a condition from which the kernel is unable to continue.
  • "Not Syncing" -- fortunately for you, the computer was not in the middle of a disk-write.
  • "Attempted to kill init!" -- would be better put as, "init died, or failed to start."

In a classic Unix/Linux system, "init" is "process #1." Hand-built by the kernel during system initialization, it must remain running. If it does not start, or if it exits for any reason, you get a kernel panic: the system literally cannot continue without it.

In this case, of course a motherboard problem ... or, literally, maybe a chip or a card that isn't seated properly(!) ... is the most likely culprit. (In other words, and as you well know, this is probably a "bullsh*t fluke problem," not the actual end of the world. "Tomorrow Is Another Day.™")

Look for any preceding messages. For instance, failure to mount a required file system. Boot a Knoppix DVD ... (can you successfully do that?) ... and look around. Basically, the system stumbled, getting out of the gate, and awkwardly fell on its . ("Whups!") Probably nothing more.

Last edited by sundialsvcs; 04-26-2017 at 09:04 PM.
 
Old 04-27-2017, 08:07 AM   #3
voidgere
LQ Newbie
 
Registered: Apr 2017
Posts: 2

Original Poster
Rep: Reputation: Disabled
Sundialsvcs, I appreciate your insight into this problem and your time.

Motherboard problem -- I haven't completely ruled this out as the board is "refurbished". I'm holding off on this because it was hard enough to find this board.

I have reseated everything. I have also pulled everything I could and still be able to boot/post.

I can boot to a knoppix/live CD. However, the dmesg log does not have anything in it and it is dated as the 12th of Apr for the last time it was modified. The error is not generating a log (which I suspect is because the init dies before it can write to it). There is no syslog for me to reference.
 
Old 05-02-2017, 09:06 AM   #4
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,636
Blog Entries: 4

Rep: Reputation: 3933Reputation: 3933Reputation: 3933Reputation: 3933Reputation: 3933Reputation: 3933Reputation: 3933Reputation: 3933Reputation: 3933Reputation: 3933Reputation: 3933
If Knoppix can boot to it, then it's likely that the motherboard is okay. Likely culprits are incorrect device drivers, or problems with file drivers.

Another possibility is the boot-time parameters which are supplied to the operating system by the boot-loader, one of which is to specify the location of the root file-system. If this parameter is incorrect or some parameter is missing, the root system won't be mounted and process #1 therefore cannot start. (Remember that GRUB numbers devices from zero; Linux, from one.)

Although the message says "attempted to kill init," it's likely that "it cannot start." (Perhaps no "processes could start under the then-present circumstances.") Process #1 is an ordinary, albeit privileged, user-land program, with the same fundamental operating requirements of all such programs. If things are such that application programs can't be started, can't find their libraries and so-forth, this panic will occur.

Last edited by sundialsvcs; 05-02-2017 at 09:08 AM.
 
Old 05-03-2017, 05:29 AM   #5
Jjanel
Member
 
Registered: Jun 2016
Distribution: any&all, in VBox; Ol'UnixCLI; NO GUI resources
Posts: 999
Blog Entries: 12

Rep: Reputation: 363Reputation: 363Reputation: 363Reputation: 363
OLD but similar: https://www.linuxquestions.org/quest...issing-813578/

Maybe you can look for/at (fdisk/mount) the drive with knoppix/live CD and look around
(like /mnt/boot/grub/grub.cfg, /mnt/var/log/... ) for clues

p.s. Welcome to LQ!

Last edited by Jjanel; 05-03-2017 at 05:30 AM.
 
Old 05-03-2017, 04:32 PM   #6
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,973

Rep: Reputation: 3622Reputation: 3622Reputation: 3622Reputation: 3622Reputation: 3622Reputation: 3622Reputation: 3622Reputation: 3622Reputation: 3622Reputation: 3622Reputation: 3622
Defective motherboard may have caused any number of issues on data.

I can't see that image but post what is after that message.

Ideas. https://access.redhat.com/solutions/1450043
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Backtrack 5 R3 error message "kernel panic not syncing- attempted to kill init"? sohilj23 Linux - Software 4 02-08-2014 02:24 PM
[SOLVED] What went wrong? "Kernel panic - not syncing: Attempted to kill init!" Michal Krzyz Linux - Embedded & Single-board computer 3 12-29-2011 04:47 AM
Explained: "kernel panic - not syncing - attempted to kill init" sundialsvcs Linux - Software 36 04-24-2010 08:58 AM
PXE Boot Error: "Kernel panic - not syncing: Attempted to kill init!" veeruk101 Linux - Networking 1 07-18-2007 03:30 PM
"Kernel panic - not syncing: Attempted to kill init!" after Yum update, CentOS 4.4 TestedDoughnut Linux - General 7 02-15-2007 04:22 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 11:41 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration