Re: FC3 - kernel panic.. please help !!

From: aq (aq_at_somewhere.somehow)
Date: 12/28/04


Date: Tue, 28 Dec 2004 14:45:42 GMT

shahsachin@gmail.com wrote:
> Hi,
<snip>
> exec of init (/sbin/init) failed!!!: 2
> umount /initrd/dev failed: 2
> Kernel panic - not syncing: Attempted to kill init!

i think this just means that either it couldn't find init or init is
damaged somehow, in which case the easiest fix may be booting with the
FC3 cd and reinstalling the SysVinit package should do the trick (i run
FC2 but i'm assuming the package name hasn't changed) to fix things.

> I tried to boot to my previous version of kernel that is 2.6.9-1.667,
> and got the same problem. My Win XP boot works fine. I tried to lookup
> the issue by googling around but didn't get any solid solution for this
> problem. I didn't have any hardware changes. Just installed a few
> updates from fedora-updates using up2date and one of the packages did
> not install correctly. I tried "linux rescue" from the dvd image of FC3
> which mounts my existing filesystem on /mnt/sysimage, but I am not able
> to run fsck from there, maybe not doing it correctly.

As you say, it is preferable to run an fsck on the filesystems to make
sure any other damage is caught and corrected, does FC3 ask you on
rescue if you want to mount the existing installation?
If it does, tell it not to. When you get to the bash prompt, just
e2fsck -p /dev/whatever on each of your partitions. Once that's complete
mount the system (/mnt/sysimage) and dig out the cd with the required
SysVinit package, then perform an rpm --root /mnt/sysimage -i
SysVinit.blah.blah.rpm

I'd suggest to you that you check out synaptic, you can get it from
www.freshrpms.net I use it on my FC2 box and it's a pretty good front
end to apt. When you get your system back up and running you can use it
to check whether packages may be broken (it'll tell you.)

> Has anyone come across similar problem and/or has a solution for it? I
> will appreciate your help.
>
> Thank you,
> Sachin
>

Hope this is of any help.

Kind Regards.



Relevant Pages

  • Re: FC3 - kernel panic.. please help !!
    ... i think this just means that either it couldn't find init or init is ... damaged somehow, in which case the easiest fix may be booting with the ... FC2 but i'm assuming the package name hasn't changed) to fix things. ...
    (comp.os.linux.misc)
  • Re: FC3 - kernel panic.. please help !!
    ... i think this just means that either it couldn't find init or init is ... damaged somehow, in which case the easiest fix may be booting with the ... FC2 but i'm assuming the package name hasn't changed) to fix things. ...
    (comp.os.linux)
  • Re: Should I use BEGIN, CHECK, or INIT?
    ... > function in the package and should only be called once. ... > why not put the initialization call in a BEGIN block inside the module ... the programmer who uses my module doesn't even have ... > inside a BEGIN (or CHECK or INIT) block a good idea, ...
    (comp.lang.perl.misc)
  • Re: Should I use BEGIN, CHECK, or INIT?
    ... > package A; ... sub import; ... INIT ... resource is best called in the module body unless there's a specific ...
    (comp.lang.perl.misc)