Questions tagged [kernel-panic]

A kernel panic happens when the Linux (or other UNIX) kernel detect fatal errors from which it cannot recover.

It is much similar to a Blue Screen of Death (BSOD) in Windows, and can be triggered by the same causes: faulty hardware or driver bugs.

A related condition is the kernel oops, when the Linux kernel registers inadequate operation but can usually recover by killing the offending application.

119 questions
13
votes
1 answer

What's the proper way to shut down after a kernel panic?

Occasionally, when I resume from a suspend or hibernate state, I experience a kernel panic. In such cases, I usually force a shutdown by holding down the power button. Recently, I've started using the kernel parameter panic=n, which automatically…
ReYuki
  • 174
12
votes
4 answers

Why does my PC system crash frequently and randomly? What could be the cause?

I have a custom-built PC (assembled from individual components, though not by me). The hardware specifications are as follows: CPU: AMD Ryzen 5 1600 RAM: 16GB DDR4 (2x8GB) / 2400 MHz GPU: NVIDIA GeForce RTX 2060 SSD: Toshiba TR200 240GB HDD:…
11
votes
3 answers

What is a kernel panic?

I know that this sounds like a LMGTFY question but i thought i'd ask it so that google actually turns up (more) good results. What is it?
RCIX
  • 5,855
10
votes
4 answers

How to run update-initramfs from bootable usb?

My computer froze during an upgrade from ubuntu 12.04 to 14.04. This resulted in a kernel panic upon reboot. /sbin/init: relocation error: /lib/i386-linux-gnu/librt.so.1: symbol__clock_nanosleep, version GLIBC_PRIVATE not defined in file…
Josh
  • 111
7
votes
2 answers

Kernel Trap - Divide by Zero

I am currently using a 2011 iMac running OS X Lion. We are constantly running into this error which is causing the machine to error and force us to shutdown. The 2nd line of the error is the most bizarre and possibly concerning thing to me: Kernel…
5
votes
2 answers

On OS X, what's a double panic?

Can anyone offer a relatively simple explanation of how a double panic differs from other types of kernel panic on a Mac? Simple as in … I'm not a developer, but I wish to understand these things a little better. Background A loose description of…
4
votes
1 answer

Many 64-bit linux guests kernel panic on boot

--Updates posted - scroll down-- Problem: ASUS R510D virtualization incompatibility. Machine specifications support AMD-V. System is stock: - Windows 8 home upgraded to 8.1 home - Quadcore 64-bit AMD A10-5750M APU - Integrated dual AMD Radeon HD…
taz
  • 255
4
votes
4 answers

Mac OS X Leopard Kernel Panics getting absurd

Today Mac OS X kernel panicked twice on me. The first time, I got this log. The second time, I got this log. A few minutes ago, iTunes started sounding blocky, after quitting FireFox everything went back to normal, I am currently using Opera. These…
unlobito
  • 398
4
votes
4 answers

Fedora 15 - Kernel Panic not syncing: VFS: Unable to mount root on unknown-block (0,0)

Fast to the point.. I have installed on my dystem a copy of Fedora 15 and Ubuntu 11.04. I first installed ubuntu on /dev/sda5 and grub2 was instaled at the begining of /dev/sda. Next i installed Fedora on /dev/sda6 and following a few recomendations…
4
votes
2 answers

Kernel panic booting CentOS 5 image in VirtualBox

I'm using VirtualBox, and have a vdi. It works fine on the virtual machine I originally configured for it, but if I clone it (with VBoxManage clonehd) or just copy it, create a new VM and boot it, I always get the same errors: mount: could not find…
Andy
  • 81
4
votes
2 answers

Own compiled linux kernel does not recognize partitions

I have compiled a linux kernel 5.4.81 as monolytic kernel. I added drivers to access the disks and I added drivers to access msdos partitions and ext4 filesystem. I installed it on /dev/sdb6 by copying it to /dev/sdb6/boot and configured grub…
Teddy
  • 183
  • 1
  • 9
4
votes
1 answer

Mysterious Manjaro boot issue

Since Linux Mint is dropping the KDE desktop, I've been exploring other distros offering KDE to replace it. I installed Kubuntu, Manjaro, and openSUSE on a USB hard drive to evaluate them side-by-side. Here's how I set it up: I gave each distro a…
fixer1234
  • 28,064
3
votes
3 answers

Scrolling up the failed screen with kernel panic

From time to time, Linux booting failed on very early stage (like initrd loading). Then, the kernel panic message is showing up in text mode. Since the screen height limit, all I can see is around 40 lines of text-based kernel panic message. For…
jaeyong
  • 237
3
votes
1 answer

Machine Check Exception reported by kernel

I built a new computer: Intel Core i7 4770K Gigabyte Z87N-WIFI Samsung 840 Evo S x2 (in RAID 0) 450w Corsair RM 80Plus Dark Rock Pro 3 Cooling Kingston 1600 DDR3 NO DEDICATED GPU Operating System: Linux Mint 16 Petra The BIOS settings are…
StuR
  • 83
3
votes
1 answer

Why do computers crash much less often than ten years ago?

Back then my computers had kernel panics and blue screens at least once a month. Which parts of the hardware and of the operating systems have been improved the most since then?
1
2 3 4 5 6 7 8