<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: System reboot stop at kernel panic - not syncing: Attempted to kill init in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/system-reboot-stop-at-kernel-panic-not-syncing-attempted-to-kill/m-p/4120068#M31138</link>
    <description>Hi Ivan&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;In rescue mode (CD1, linux rescue), I could see all the mount points, PVs, VGs and LVs. through commands df -h, pvscan, vgscan and lvscan.&lt;BR /&gt;&lt;BR /&gt;The file of /boot/grub/grub/conf no any different with other servers.&lt;BR /&gt;&lt;BR /&gt;I have already done the mkinitrd rebuild the img.&lt;BR /&gt;&lt;BR /&gt;You suggest rebuild a RAM disk?&lt;BR /&gt;&lt;BR /&gt;Ok, I will try it.</description>
    <pubDate>Fri, 21 Dec 2007 18:52:28 GMT</pubDate>
    <dc:creator>Gary L</dc:creator>
    <dc:date>2007-12-21T18:52:28Z</dc:date>
    <item>
      <title>System reboot stop at kernel panic - not syncing: Attempted to kill init</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-reboot-stop-at-kernel-panic-not-syncing-attempted-to-kill/m-p/4120064#M31134</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;I have a Vmware virtual Linux box, old version is RHES4U5, yesterday I upgraded the OS to update 6, but after completed the upgrade and reboot the server, system stop at kernel panic - not syncing: Attempted to kill init!&lt;BR /&gt;Details are as follows:&lt;BR /&gt;...&lt;BR /&gt;Reh Hat nash version 4.2.1.13 starting&lt;BR /&gt;  Reading all physical volumes. This may take a while...&lt;BR /&gt;  No volume groups found&lt;BR /&gt;  volume group "vg00" not found&lt;BR /&gt;ERROR: /bin/lvm exited abnormally! (pid 421)&lt;BR /&gt;mount: error 6 mounting ext3&lt;BR /&gt;mount: error 2 mounting none&lt;BR /&gt;switchroot:mount failed: 22&lt;BR /&gt;umount /initrd/dev failed: 2&lt;BR /&gt;kernel panic - not syncing: Attempted to kill init!&lt;BR /&gt;&lt;BR /&gt;I boot the system off a installation CD1 and go into the "linux rescue" mode. chroot /mnt/sysimage. &lt;BR /&gt;1. I didn't find any useful informations both in /var/log/messages and dmesg. &lt;BR /&gt;2. Did "fsck"&lt;BR /&gt;But it still doesn't work.&lt;BR /&gt;&lt;BR /&gt;(Current kernel: 2.6.9-67)&lt;BR /&gt;&lt;BR /&gt;How to fix the problem except re-install the OS. Any answers will be very appreciate!!!&lt;BR /&gt;&lt;BR /&gt;-Gary</description>
      <pubDate>Fri, 21 Dec 2007 15:03:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-reboot-stop-at-kernel-panic-not-syncing-attempted-to-kill/m-p/4120064#M31134</guid>
      <dc:creator>Gary L</dc:creator>
      <dc:date>2007-12-21T15:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: System reboot stop at kernel panic - not syncing: Attempted to kill init</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-reboot-stop-at-kernel-panic-not-syncing-attempted-to-kill/m-p/4120065#M31135</link>
      <description>Gary,&lt;BR /&gt;&lt;BR /&gt;It's a LVM problem after de upgrade, check this lines:&lt;BR /&gt;&lt;BR /&gt;No volume groups found&lt;BR /&gt;volume group "vg00" not found&lt;BR /&gt;ERROR: /bin/lvm exited abnormally! (pid 421)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To solve this problem, you can check your /etc/lvm/lvm.conf file or restoure your LVM configuration from backup files that resides in /etc/lvm directory.&lt;BR /&gt;&lt;BR /&gt;But this is not a kernel problem, just a LVM issue.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Fri, 21 Dec 2007 16:42:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-reboot-stop-at-kernel-panic-not-syncing-attempted-to-kill/m-p/4120065#M31135</guid>
      <dc:creator>Venilton Junior</dc:creator>
      <dc:date>2007-12-21T16:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: System reboot stop at kernel panic - not syncing: Attempted to kill init</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-reboot-stop-at-kernel-panic-not-syncing-attempted-to-kill/m-p/4120066#M31136</link>
      <description>Hi Venilton&lt;BR /&gt;&lt;BR /&gt;Thank you very much for your reply.&lt;BR /&gt;I think, probably it is a LVM issue not kernel problem(s). Because in rescue mode I have done the # mkinitrd /boot/initrd-2.6.9-67.ELsmp.img 2.6.9-67.ELsmp ( uname -r =&amp;gt; 2.6.9-67.Elsmp), but it doesn't work, the same erro like above.&lt;BR /&gt;&lt;BR /&gt;But, after I did some modifications on /etc/lvm/lvm.conf, it still doesn't work,&lt;BR /&gt;1. I copied another RHES4 upddate 6 server's lvm.conf replaced this server one, reboot, stop.&lt;BR /&gt;2. I copied another RHES4 update 5( this server original OS) server's lvm.conf replaced the old one, the same erro&lt;BR /&gt;&lt;BR /&gt;How to fix the LVM issue.&lt;BR /&gt;&lt;BR /&gt;BTW, whether there is a VMware bug on upgrade OS? As you know, In the same time yesterday I upgraded another four physcial servers ( DL380 G3) from RHES4U4 to U6, those are all ok. But the same steps, error happend.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Dec 2007 17:19:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-reboot-stop-at-kernel-panic-not-syncing-attempted-to-kill/m-p/4120066#M31136</guid>
      <dc:creator>Gary L</dc:creator>
      <dc:date>2007-12-21T17:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: System reboot stop at kernel panic - not syncing: Attempted to kill init</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-reboot-stop-at-kernel-panic-not-syncing-attempted-to-kill/m-p/4120067#M31137</link>
      <description>If you where able to chroot /mnt/sysimage, I think is NOT an LVM issue and think is a kernel issue or ramdisk issue.&lt;BR /&gt;&lt;BR /&gt;Reading all physical volumes. This may take a while...&lt;BR /&gt;No volume groups found&lt;BR /&gt;&lt;BR /&gt;Maybe the kernel has a problem with the module/driver for the storage controller.&lt;BR /&gt;&lt;BR /&gt;Check what is the module used in rescue mode with lsmod and generate a new ram disk including that module with the mkinitrd --preload=&lt;MODULE&gt; --with=&lt;MODULE&gt; options.&lt;/MODULE&gt;&lt;/MODULE&gt;</description>
      <pubDate>Fri, 21 Dec 2007 18:44:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-reboot-stop-at-kernel-panic-not-syncing-attempted-to-kill/m-p/4120067#M31137</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-12-21T18:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: System reboot stop at kernel panic - not syncing: Attempted to kill init</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-reboot-stop-at-kernel-panic-not-syncing-attempted-to-kill/m-p/4120068#M31138</link>
      <description>Hi Ivan&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;In rescue mode (CD1, linux rescue), I could see all the mount points, PVs, VGs and LVs. through commands df -h, pvscan, vgscan and lvscan.&lt;BR /&gt;&lt;BR /&gt;The file of /boot/grub/grub/conf no any different with other servers.&lt;BR /&gt;&lt;BR /&gt;I have already done the mkinitrd rebuild the img.&lt;BR /&gt;&lt;BR /&gt;You suggest rebuild a RAM disk?&lt;BR /&gt;&lt;BR /&gt;Ok, I will try it.</description>
      <pubDate>Fri, 21 Dec 2007 18:52:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-reboot-stop-at-kernel-panic-not-syncing-attempted-to-kill/m-p/4120068#M31138</guid>
      <dc:creator>Gary L</dc:creator>
      <dc:date>2007-12-21T18:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: System reboot stop at kernel panic - not syncing: Attempted to kill init</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-reboot-stop-at-kernel-panic-not-syncing-attempted-to-kill/m-p/4120069#M31139</link>
      <description>Hi All&lt;BR /&gt;&lt;BR /&gt;The problem is solved!&lt;BR /&gt;Thank you very much for you all kindly help.&lt;BR /&gt;&lt;BR /&gt;Rebuilt initial RAM disk, it doesn't work. &lt;BR /&gt;&lt;BR /&gt;I'm sure it's a kernel issue, So I backed up two initrd image files and two vmlinuz files in /boot, include: initrd-2.6.9-67.EL.img, initrd-2.6.9-67.ELsmp.img, vmlinuz-2.6.9-67.EL, vmlinuz-2.6.9-67.ELsmp and used another server's (Redhat ES4 update 6) files replaced those four, Reboot server, It works.&lt;BR /&gt;&lt;BR /&gt;It is NOT a good method to fix this kind of problem, but anyway system startup, all PV and VG were found...&lt;BR /&gt;&lt;BR /&gt;-Gary&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Dec 2007 20:35:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-reboot-stop-at-kernel-panic-not-syncing-attempted-to-kill/m-p/4120069#M31139</guid>
      <dc:creator>Gary L</dc:creator>
      <dc:date>2007-12-21T20:35:38Z</dc:date>
    </item>
  </channel>
</rss>

