SOLVED Kernel Panic

You have a problem with Salix? Post here and we'll do what we can to help.
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: Kernel Panic

Post by mimosa »

Try running lilosetup from the command line to see more messages:

Code: Select all

#lilosetup.py
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

Re: Kernel Panic

Post by thenktor »

Akuna wrote:Did you check the partition to ensure nothing has been erased (i.e. in /boot)?
Mount sda1 and check if the file /sbin/init is there and executable.
Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
mpadilla2
Posts: 16
Joined: 1. Aug 2011, 14:28

Re: Kernel Panic

Post by mpadilla2 »

Nothing has been erased as far as I can tell. /sbin/init is there in sda1. lilosetup.py did not produce anything different ...no extended verbiage or anything. Now my friend is saying that they applied all updates before rebooting :evil: So, the story changed and the truth came out. Can you provide further guidance? Now I'm thinking something in the updates screwed up the system. How can we track that down?
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

Re: Kernel Panic

Post by thenktor »

Boot with live medium, mount sda1 to /mnt/sda1 and run "ldconfig -r /mnt/sda1". Maybe this helps.

EDIT: Or try to reinstall latest glibc packages: "spkg --root=/mnt/sda1 -u --reinstall /mnt/sda1/var/slapt-get/patches/glibc..."
Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
mpadilla2
Posts: 16
Joined: 1. Aug 2011, 14:28

Re: Kernel Panic

Post by mpadilla2 »

I tried running that command to upgrade/reinstall glibc but it says file does not exist. Is that the correct command? The reason I ask is that when I go into that directory and do ls I see glibc in there. I see glibc-2.13-x86_64-6_slack13.37.txz. running ldconfig now.
mpadilla2
Posts: 16
Joined: 1. Aug 2011, 14:28

Re: Kernel Panic

Post by mpadilla2 »

ldconfig did not correct the error. Still recieving the same error as originally reported.
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

Re: Kernel Panic

Post by thenktor »

mpadilla2 wrote:I tried running that command to upgrade/reinstall glibc but it says file does not exist. Is that the correct command? The reason I ask is that when I go into that directory and do ls I see glibc in there. I see glibc-2.13-x86_64-6_slack13.37.txz. running ldconfig now.
Of course you have to expand that command by the glibc file name you have in that directory ;)
Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: Kernel Panic

Post by mimosa »

.../patches/packages/glibc...
mpadilla2
Posts: 16
Joined: 1. Aug 2011, 14:28

Re: Kernel Panic

Post by mpadilla2 »

I tried the command again and this time it starts to act like it's going to reinstall...then I get the following:

Code: Select all

install/doinst.sh: line 38: sbin/ldconfig: cannot execute binary file
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: Kernel Panic

Post by mimosa »

What command exactly did you enter?
Post Reply