matbos
Posts: 64
Joined: Thu Aug 16, 2012 3:29 pm

Kernel panic

Fri Sep 21, 2012 2:20 pm

http://tinypic.com/r/144fuf/6

This error meassage i got today when i turned on my pi :cry: . I dont know why is that so, but it happend after the pi has frozen when i was in xbmc and i had to unplug pi. Is the only possible way of solving this to reinstall the image? Luckily I didn't have any important data on it, but i have installed a few programs...

dom
Raspberry Pi Engineer & Forum Moderator
Raspberry Pi Engineer & Forum Moderator
Posts: 5537
Joined: Wed Aug 17, 2011 7:41 pm
Location: Cambridge

Re: Kernel panic

Fri Sep 21, 2012 2:32 pm

It's a corrupt root partition. You may be able to fix in from a linux machine running e2fsk, although reinstalling may be easier.

plugwash
Forum Moderator
Forum Moderator
Posts: 3614
Joined: Wed Dec 28, 2011 11:45 pm

Re: Kernel panic

Fri Sep 21, 2012 2:40 pm

ext[2|3|4] file systems usuallly have a backup superblock at block 32768

Try booting the emergency kernel and then doing

e2fsck -f -b 32768 /dev/mmcblk0p2

matbos
Posts: 64
Joined: Thu Aug 16, 2012 3:29 pm

Re: Kernel panic

Fri Sep 21, 2012 3:54 pm

Try booting the emergency kernel and then doing
And how exatcly could i do that?

plugwash
Forum Moderator
Forum Moderator
Posts: 3614
Joined: Wed Dec 28, 2011 11:45 pm

Re: Kernel panic

Fri Sep 21, 2012 5:50 pm


matbos
Posts: 64
Joined: Thu Aug 16, 2012 3:29 pm

Re: Kernel panic

Sun Sep 23, 2012 10:55 am

Safe mode works but when i write your command i get: e2fsck: not found

matbos
Posts: 64
Joined: Thu Aug 16, 2012 3:29 pm

Re: Kernel panic

Sun Sep 23, 2012 4:09 pm

Come on. Anybody knows a solution?

Return to “Raspberry Pi OS”