Kernel panic - Attempted to kill init exitcode-0x00000101 25 June 2025, 13:52:33 Good day to All,Artix Linux, Cinnamon 6.4.10, OpenRC 0.62.4-1, EXT4 on SSD. Not a fresh installation.Recently, one of my daily used laptops had a kernel panic:Please reboot your computer.Attempted to kill init exitcode-0x00000101Never ever had such issues. After the latest kernel update, I used the machine everyday without any issues. It happened once today. Then rebooted the machine and the distro loaded without problems. The kernel update to 6.15.2-artix1-1:[2025-06-13T11:28:56+0200] [ALPM] upgraded linux-headers (6.14.10.artix1-1 -> 6.15.2.artix1-1)[2025-06-13T11:28:42+0200] [ALPM] upgraded linux (6.14.10.artix1-1 -> 6.15.2.artix1-1)PS: My other computers run Artix Linux without bigger or significant issues. All updates ran/run smoothly.Any ideas? Quote Selected
Re: Kernel panic - Attempted to kill init exitcode-0x00000101 Reply #1 – 25 June 2025, 17:13:08 Fron the Kernel Panic QR I can see some errors loading the amdgpu firmware, precisely stoney_sdma.bin (error -5).Probably not being able to initialize the GPU brought the system to a halt (in fact, it says "fatal error during GPU init").If this is a one-off I wouldn't worry too much, if it persists then you may want to check the amdgpu drivers. Quote Selected
Re: Kernel panic - Attempted to kill init exitcode-0x00000101 Reply #2 – 25 June 2025, 17:25:20 just not enough information Quote Selected
Re: Kernel panic - Attempted to kill init exitcode-0x00000101 Reply #3 – 28 June 2025, 13:24:39 FWIWhttps://www.thegeekstuff.com/2010/10/linux-error-codes/ERROR CODE TABLEError number Error Code Error Description1 EPERM Operation not permitted2 ENOENT No such file or directory3 ESRCH No such process4 EINTR Interrupted system call5 EIO I/O error6 ENXIO No such device or address7 E2BIG Argument list too long8 ENOEXEC Exec format error9 EBADF Bad file number10 ECHILD No child processes11 EAGAIN Try again12 ENOMEM Out of memory13 EACCES Permission denied14 EFAULT Bad address15 ENOTBLK Block device required16 EBUSY Device or resource busy17 EEXIST File exists18 EXDEV Cross-device link19 ENODEV No such device20 ENOTDIR Not a directory21 EISDIR Is a directory22 EINVAL Invalid argument23 ENFILE File table overflow24 EMFILE Too many open files25 ENOTTY Not a typewriter26 ETXTBSY Text file busy27 EFBIG File too large28 ENOSPC No space left on device29 ESPIPE Illegal seek30 EROFS Read-only file system31 EMLINK Too many links32 EPIPE Broken pipe33 EDOM Math argument out of domain of func34 ERANGE Math result not representable35 EDEADLK Resource deadlock would occur36 ENAMETOOLONG File name too long37 ENOLCK No record locks available38 ENOSYS Function not implemented39 ENOTEMPTY Directory not empty40 ELOOP Too many symbolic links encountered42 ENOMSG No message of desired type43 EIDRM Identifier removed44 ECHRNG Channel number out of range45 EL2NSYNC Level 2 not synchronized46 EL3HLT Level 3 halted47 EL3RST Level 3 reset48 ELNRNG Link number out of range49 EUNATCH Protocol driver not attached50 ENOCSI No CSI structure available51 EL2HLT Level 2 halted52 EBADE Invalid exchange53 EBADR Invalid request descriptor54 EXFULL Exchange full55 ENOANO No anode56 EBADRQC Invalid request code57 EBADSLT Invalid slot59 EBFONT Bad font file format60 ENOSTR Device not a stream61 ENODATA No data available62 ETIME Timer expired63 ENOSR Out of streams resources64 ENONET Machine is not on the network65 ENOPKG Package not installed66 EREMOTE Object is remote67 ENOLINK Link has been severed68 EADV Advertise error69 ESRMNT Srmount error70 ECOMM Communication error on send71 EPROTO Protocol error72 EMULTIHOP Multihop attempted73 EDOTDOT RFS specific error74 EBADMSG Not a data message75 EOVERFLOW Value too large for defined data type76 ENOTUNIQ Name not unique on network77 EBADFD File descriptor in bad state78 EREMCHG Remote address changed79 ELIBACC Can not access a needed shared library80 ELIBBAD Accessing a corrupted shared library81 ELIBSCN .lib section in a.out corrupted82 ELIBMAX Attempting to link in too many shared libraries83 ELIBEXEC Cannot exec a shared library directly84 EILSEQ Illegal byte sequence85 ERESTART Interrupted system call should be restarted86 ESTRPIPE Streams pipe error87 EUSERS Too many users88 ENOTSOCK Socket operation on non-socket89 EDESTADDRREQ Destination address required90 EMSGSIZE Message too long91 EPROTOTYPE Protocol wrong type for socket92 ENOPROTOOPT Protocol not available93 EPROTONOSUPPORT Protocol not supported94 ESOCKTNOSUPPORT Socket type not supported95 EOPNOTSUPP Operation not supported on transport endpoint96 EPFNOSUPPORT Protocol family not supported97 EAFNOSUPPORT Address family not supported by protocol98 EADDRINUSE Address already in use99 EADDRNOTAVAIL Cannot assign requested address100 ENETDOWN Network is down101 ENETUNREACH Network is unreachable102 ENETRESET Network dropped connection because of reset103 ECONNABORTED Software caused connection abort104 ECONNRESET Connection reset by peer105 ENOBUFS No buffer space available106 EISCONN Transport endpoint is already connected107 ENOTCONN Transport endpoint is not connected108 ESHUTDOWN Cannot send after transport endpoint shutdown109 ETOOMANYREFS Too many references: cannot splice110 ETIMEDOUT Connection timed out111 ECONNREFUSED Connection refused112 EHOSTDOWN Host is down113 EHOSTUNREACH No route to host114 EALREADY Operation already in progress115 EINPROGRESS Operation now in progress116 ESTALE Stale NFS file handle117 EUCLEAN Structure needs cleaning118 ENOTNAM Not a XENIX named type file119 ENAVAIL No XENIX semaphores available120 EISNAM Is a named type file121 EREMOTEIO Remote I/O error122 EDQUOT Quota exceeded123 ENOMEDIUM No medium found124 EMEDIUMTYPE Wrong medium type125 ECANCELED Operation Canceled126 ENOKEY Required key not available127 EKEYEXPIRED Key has expired128 EKEYREVOKED Key has been revoked129 EKEYREJECTED Key was rejected by service130 EOWNERDEAD Owner died131 ENOTRECOVERABLE State not recoverableYour exit message is 5 - which is an I/O error - check your drive and the file systems. Quote Selected 1 Likes