Author Topic: [I have survived a] Kernel Panic ! ! !  (Read 3462 times)

Offline Archie

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 8821
  • Aurum nostrum non est aurum vulgi.
Re: [I have survived a] Kernel Panic ! ! !
« Reply #15 on: May 30, 2011, 11:46:02 PM »
Don't chew the lumps!  We have cats hereabouts. ;D ;D

Too late! ;)

Also, thank you as for coming to the rescue. And to Neal for his support.
Since 2006 | LiCo 401868 | Bare Metal | What is necessary is never unwise. --Sarek, 2258.42


Offline Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11688
  • ----IOFLU----
Re: [I have survived a] Kernel Panic ! ! !
« Reply #16 on: May 30, 2011, 11:56:35 PM »
Don't chew the lumps!  We have cats hereabouts. ;D ;D


Too late! ;)

Also, thank you as for coming to the rescue. And to Neal for his support.


Here's something else for you.  ;D

Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...

Offline AS

  • Hero Member
  • *****
  • Posts: 4098
  • Have a nice ... night!
Re: [I have survived a] Kernel Panic ! ! !
« Reply #17 on: May 31, 2011, 05:15:16 AM »
Glad you solved Archie,

a bit of adrenalin is always good!  :P

AS

Offline Archie

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 8821
  • Aurum nostrum non est aurum vulgi.
Re: [I have survived a] Kernel Panic ! ! !
« Reply #18 on: May 31, 2011, 05:51:51 AM »
Yeap, it was exciting while it lasted. Now, it's back to the familiar INTERFACE I have grown accustomed to.

Nice, O-P... I'll remember that.
Since 2006 | LiCo 401868 | Bare Metal | What is necessary is never unwise. --Sarek, 2258.42


Offline exploder

  • Hero Member
  • *****
  • Posts: 1148
Re: [I have survived a] Kernel Panic ! ! !
« Reply #19 on: May 31, 2011, 06:21:34 AM »
Glad you are back up and running Archie! You sure have a lot of patience! You had some darn good support too!  :)

Offline Archie

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 8821
  • Aurum nostrum non est aurum vulgi.
Re: [I have survived a] Kernel Panic ! ! !
« Reply #20 on: May 31, 2011, 09:00:27 AM »
Glad you are back up and running Archie! You sure have a lot of patience! You had some darn good support too!  :)

Thanks, exploder. I think it's good for me to have this sort of thing every now and then. I get to apply some simple CLI stuff in trying to fix problems. Oh yeah ... O-P together with AS, and others too many to mention is what make our forum invincible. They are the best. Me? I'm just Lukey-Lukey here. ;D  8)
Since 2006 | LiCo 401868 | Bare Metal | What is necessary is never unwise. --Sarek, 2258.42


AndrzejL

  • Guest
Re: [I have survived a] Kernel Panic ! ! !
« Reply #21 on: July 03, 2011, 10:55:03 AM »
Archie:

What were the messages for the last 5-10 lines before the panic line you quoted. Those are the ones that give us clues.

From the liveCD, logged in as root, in a terminal;

[root@localhost ~]# mkdir /here                   <Enter>

[root@localhost ~]# mount /dev/sda5 /here                     <Enter>

[root@localhost ~]# mount -o bind /proc /here/proc          <Enter>

[root@localhost ~]# mount -o bind /sys /here/sys           <Enter>

[root@localhost ~]# chroot /here          <Enter>

To get online from within the chroot;

[root@localhost /]# service network start           <Enter>

From there you should be able to run apt-get to install the kernel or your choice. You might want to check /boot/grub/menu.lst to see if it got corrupted somehow, and also check the vmlinuz and initrd.img links in /boot, to see what they are linked to;

[root@localhost /]# ls -l /boot |grep vm               <Enter>

[root@localhost /]# ls -l /boot |grep init               <Enter>

Another life saving post...

Thanks Old-Polack I just moved one hdd from a broken laptop to another. Previous machine had a64 kernel which gave me a) timouts on the sda devices coz the other lappy used different hdd modules and b) kernel panic.

Chrooted / installed 38.8 bfs and now the system boots.

Kept the a64 kernel in case I will be able to use the other machine again but afaik - this is a gem. I will do a reprint of it on my site if it's ok with You.

Regards.

Andy
« Last Edit: July 03, 2011, 11:09:01 AM by old-polack »

Offline Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11688
  • ----IOFLU----
Re: [I have survived a] Kernel Panic ! ! !
« Reply #22 on: July 03, 2011, 11:16:49 AM »
AndrzejL:

Reprint wherever you please, and whatever you please, whenever you please, from anything I post when helping others. It does no good buried in the archives unseen. The more it sees the light of day, the better the chance it will be of use to someone who needs it. ;) ;D
Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...

AndrzejL

  • Guest
Re: [I have survived a] Kernel Panic ! ! !
« Reply #23 on: July 03, 2011, 12:22:41 PM »
That was the coolest thing I have done in a bit of time... ;)... Last time when I had this issue I just reinstalled from the latest remaster and was hoping for the best... This time I remembered about reading this post and I was really dang happy when it worked ;).

Thanks again. When I will sort my shell script out I will write the article and post it there.

Regards.

Andy

AndrzejL

  • Guest
Re: [I have survived a] Kernel Panic ! ! !
« Reply #24 on: July 03, 2011, 03:30:10 PM »
« Last Edit: March 28, 2013, 04:40:09 PM by AndrzejL »

Offline Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11688
  • ----IOFLU----
Re: [I have survived a] Kernel Panic ! ! !
« Reply #25 on: July 03, 2011, 05:04:11 PM »
AndrzejL:

You might want to follow along with this thread, where we are trying to correct a borked previous dist-uprade. Something useful might develop, and there is more detail and explanation of the process.

http://www.pclinuxos.com/forum/index.php/topic,93111.msg787465.html#msg787465
Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...

AndrzejL

  • Guest
Re: [I have survived a] Kernel Panic ! ! !
« Reply #26 on: July 03, 2011, 06:31:14 PM »
AndrzejL:

You might want to follow along with this thread, where we are trying to correct a borked previous dist-uprade. Something useful might develop, and there is more detail and explanation of the process.

http://www.pclinuxos.com/forum/index.php/topic,93111.msg787465.html#msg787465

Already following it :).

Cheerios :D.

Andy

Offline Archie

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 8821
  • Aurum nostrum non est aurum vulgi.
Re: [I have survived a] Kernel Panic ! ! !
« Reply #27 on: July 03, 2011, 09:09:05 PM »
Welcome to the club, buddy.  ;)

It's way too geeky for your average Joe (not a reference to our Joe ::) ) but you must admit it was a thrilling exercise. I should remember to do this more often NOT!

*** EDIT ***
Just read your blog ... and probably missed it but the first part of the procedure is called chrooting.
« Last Edit: July 03, 2011, 09:13:45 PM by Archie »
Since 2006 | LiCo 401868 | Bare Metal | What is necessary is never unwise. --Sarek, 2258.42


AndrzejL

  • Guest
Re: [I have survived a] Kernel Panic ! ! !
« Reply #28 on: July 04, 2011, 06:04:12 AM »
First part of the procedure is to mount processes and system files, then You chroot to the installation...

Andy