kernel panic on fresh install

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
BlobBob

kernel panic on fresh install

Post by BlobBob »

Hello forum,
it seems like I have kernel panics if is start my notebook. This happens about every second time I start the computer.
It's a fresh(clean) install of the KDE version of mint on a HP tx2 (1020us). I think its something with that interrupt you can see on the picture, but I'm not sure and I dont know what to do.

best regards
bob
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Jupiter_Spunk

Re: kernel panic on fresh install

Post by Jupiter_Spunk »

I would start by trying to boot to safe mode (if you get that far)

once you get to safe mode you can look at some logs.
they are located in /var/log. dmesg, messages, and bootlog.log (the latest dmesg and boot.log will be from your boot to safe mode).
booting into safe mode is also a great diagnostic. It will tell you if you have a hardware issue(not making it in) or a software issue(boots into safe mode).
BlobBob

Re: kernel panic on fresh install

Post by BlobBob »

Hello Jupiter_Spunk,

which safe mode do you mean? This safe mode I can choose at the login screen? If so, so I cant select it if I have a kernel panic :)
But maybe I expressed myself poorly, with "about every second time" I meant 50% of trying the notebook starts perfectly otherwise the panic. So I dont think is a hardware issue.

So if I can read the boot.log and dmesg, there is nothing special to find. But I can not find "messages".
BlobBob

Re: kernel panic on fresh install

Post by BlobBob »

No more help?
Jupiter_Spunk

Re: kernel panic on fresh install

Post by Jupiter_Spunk »

Ok, if you can get in 50% of the time. then check the logs I suggested after a failed boot for any errors, or even to see where they stop. It might give you an indication of where the computer is hanging up.

Also review this
http://forums.linuxmint.com/viewtopic.php?f=90&t=83444
and see if you can give us some more information. It might help us to help you.
DrHu

Re: kernel panic on fresh install

Post by DrHu »

Unless an update or a later BIOS fixes it: it is a hardware type problem, unless you have already looked for your kernel version and found no bugs listed that match you issue..
https://bbs.archlinux.org/viewtopic.php?id=112566
--a general one, but check the Mint forums or Ubuntu same version number, eg Kubuntu 12: if you are using the latest Mint 12x distribution

Code: Select all

uname -r 
uname -a
--in a terminal: command line

Code: Select all

sudo apt-get update
sudo apt-get upgrade
--in a terminal: command line


Then you really have to dig into the program to categorize the likely cause and go from there
http://serverfault.com/questions/373394 ... rnel-panic
BlobBob

Re: kernel panic on fresh install

Post by BlobBob »

hello you two,

thank you for your answers.
now step by step:

Code: Select all

uname -r
3.0.0-12-generic

Code: Select all

name -a
Linux chris-HP-TouchSmart-tx2-Notebook-PC 3.0.0-12-generic #20-Ubuntu SMP Fri Oct 42 UTC 2011 i686 athlon i386 GNU/Linux

Code: Select all

apt-get update
done

Code: Select all

apt-get upgrade
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut       
Statusinformationen werden eingelesen... Fertig
Die folgenden Pakete sind zurückgehalten worden:
  linux-generic linux-image-generic
Die folgenden Pakete werden aktualisiert (Upgrade):
  libtiff4 libvirtodbc0 linux-libc-dev modemmanager thunderbird
  thunderbird-locale-de thunderbird-locale-en thunderbird-locale-en-gb
  thunderbird-locale-en-us virtuoso-minimal virtuoso-opensource-6.1-bin
  virtuoso-opensource-6.1-common xorg xserver-xorg xserver-xorg-core
  xserver-xorg-input-all xserver-xorg-video-all xserver-xorg-video-intel
  xserver-xorg-video-openchrome
19 aktualisiert, 0 neu installiert, 0 zu entfernen und 2 nicht aktualisiert.
Es müssen 30,7 MB an Archiven heruntergeladen werden.
Nach dieser Operation werden 36,9 kB Plattenplatz zusätzlich benutzt.
done

after reboot I got the next kernel panic, so I copied the entire folder /var/log/
in the attachment you can see the boot.log and a empty(?) but 56KiB big dmesg file.
I also attached the output of the inxi -Fc 0 cmd.
Jupiter_Spunk

Re: kernel panic on fresh install

Post by Jupiter_Spunk »

The files that you posted are for the most part incomplete. But
fsck from util-linux 2.19.1
/dev/sda6: sauber, 215431/3153920 Dateien, 1962076/12606464 Blöcke
rpcbind: Cannot open '/run/rpcbind/rpcbind.xdr' file for reading, errno 2 (No such file or directory)

rpcbind: Cannot open '/run/rpcbind/portmap.xdr' file for reading, errno 2 (No such file or directory)

Can you do a

Code: Select all

df -h


and post the results. Seems to be having problems with sda6.
BlobBob

Re: kernel panic on fresh install

Post by BlobBob »

sda6 is the is the installation partition of mint.

Code: Select all

df -h
Dateisystem            Größe Benut  Verf Ben%% Eingehängt auf
/dev/sda6              48G  6,8G   39G  16% /
udev                  1,4G  4,0K  1,4G   1% /dev
tmpfs                 555M  1,2M  553M   1% /run
none                  5,0M     0  5,0M   0% /run/lock
none                  1,4G  1,4M  1,4G   1% /run/shm
Jupiter_Spunk

Re: kernel panic on fresh install

Post by Jupiter_Spunk »

That may indicate a problem with your os drive.

I would start by booting to a live CD, then fsck -y your OS drive.

It may be kernel panicking because it is having issues reading from your os drive.

Have you seen other issues when your up and running?

You can also use
http://www.hiren.info/pages/bootcd
It has multiple Hard Disk utlilities to diagnose hard drive issues.
for instance HDD Scan 3.3,
If you find issues, Backup, and try a repair with the HDD manufacturers utility.
BlobBob

Re: kernel panic on fresh install

Post by BlobBob »

hi, this hdd is in new condition. It was about half a year ago for the first time I used it.

Code: Select all

fsck /dev/sda6
fsck from util-linux-ng 2.17.2
e2fsck 1.41.12 (17-May-2010)
/dev/sda6: sauber, 215556/3153920 Dateien, 1965748/12606464 Blöcke
seagates seatools: all tests pass
smart test ok
Locked

Return to “Beginner Questions”