Results 1 to 6 of 6

Thread: Error message "Attempt to kill INIT" on Debian

  1. #1
    Join Date
    Jan 2012
    Posts
    50

    Error message "Attempt to kill INIT" on Debian

    Well I am getting the same error message that mentioned on my Debian based system. I am not able to get why it does happen in my situation. Error message is ‘Kernel panic - not syncing - Attempted to kill init’. Let me know if you can give me brief idea of why said issue occurring in my situation. I am waiting for your prompt replies. Thanks a lot in advance.

  2. #2
    Join Date
    Aug 2011
    Posts
    379

    Re: Error message "Attempt to kill INIT" on Debian

    In many situation kernel is not able to get how to proceed at the time of booting then it should be called as panic. You will get an error message on the screen by panic () routine. It will also give you brief idea of the thing that caused Kernel Panic. The Panic() routine simple runs sinc() so that all the data should be transferred to the hard disk before system gets down. The Kill init part of the error message supposed to call panic().

    Actually init process is not getting killed rather it simply tries to die. In fact one cannot idle the process or kill it by any mean. Most probably such issue happened at the time of booting up of the system. It would be really great if you are having source code which might be stored at /usr/src/linux-2.x directory. To get the code which is causing issue I recommend to use Grep command.

  3. #3
    Join Date
    Aug 2011
    Posts
    308

    Re: Error message "Attempt to kill INIT" on Debian

    Looking at the situation I am suggesting following thing which you should try and see whether it worked for you or not. First of all boot into single user mode and see whether system log is having any error message on the same. By running dmesg would display message with respect to current boot of your computer. Even system would get restarted after showing the message on the computer screen.

    Check out into /var/log/messages, /var/log/syslog or /var/log/dmesg if any messages are over there.

    After that try to configure Console device by using serial port. Simply connect another computer by using serial port and execute terminal emulation program on your computer. If any error message thrown by system would get collected into serial port and should be displayed on terminal emulator. There will not be any issue if you are already having serial port computer

  4. #4
    Join Date
    Nov 2010
    Posts
    363

    Re: Error message "Attempt to kill INIT" on Debian

    If you are having Live CD I recommend to do linux rescue at boot time of CD. Once you had managed to mount the boot partition, execute following command.
    Code:
    fdisk –l
    cat /boot/grub/grub.conf
    cat /etc/fstab.
    You will also need to checkout the file system.
    To test boot partition you will need to execute following command

    Code:
    # fsck /dev/hda1
    To test logical volume you should execute following command

    Code:
    # vgscan
    # vgchange -ay
    # fsck /dev/VolGroup00/LogVol00

    Finally to mount your file system by using following command.

    Code:
    # mount /dev/VolGroup00/LogVol00 /mnt
    # mount /dev/hda1 /mnt/boot
    # chroot /mnt
    
    # cat /boot/grub/grub.conf
    # cat /etc/fstab

  5. #5
    Join Date
    Nov 2010
    Posts
    442

    Re: Error message "Attempt to kill INIT" on Debian

    Looking at the situation I am suspecting that there could be hard ware issue particularly with system memory. So I suggest you to run Memtest 86+ and let me know about the result. In case you did not get any suspecting in Memtest then check out that SMART is enabled into BIOS setup. Also run ‘fsck’ from terminal and see whether it makes any difference into the situation. Just a sack of try append following line at grub boot line.

    Code:
    enforcing=0 autorelabel

  6. #6
    Join Date
    Dec 2010
    Posts
    334

    Re: Error message "Attempt to kill INIT" on Debian

    Let me know if there is any reference to /dev/hd? If so then simply update /etc/fstab. Even you can make use of LABEL= or UUID=in order to identify partition. Simply put values that are generated by ls -l /dev/disk/by-label or ls -l /dev/disk/by-uuid command on the right side of ‘=’.

Similar Threads

  1. Replies: 5
    Last Post: 19-04-2011, 08:54 AM
  2. Replies: 2
    Last Post: 27-10-2009, 10:23 AM
  3. init: id "x" respawning too fast error
    By Patinux in forum Operating Systems
    Replies: 3
    Last Post: 30-07-2009, 08:14 PM
  4. Replies: 4
    Last Post: 20-12-2008, 02:24 PM
  5. Replies: 2
    Last Post: 17-01-2007, 09:47 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,875,408.85711 seconds with 17 queries