You are not logged in.

#1 2022-09-29 18:45:27

ein computer
Member
Registered: 2022-09-29
Posts: 3

Kernel panic [SOLVED]

I updated my system and got error-messages saying that i don't have enough space left on my / partition but i had 20 gb of space left so updating shouldn't be an issue.
The update went on as usual but with the error messages. I then rebooted and got Kernel panic https://www.mediafire.com/file/8j4amh97 … 5.jpg/file .
Check the picture for details i cant post an log in text form right now. I tried chrooting in the root directory of my pc with an bootable usb and reinstalling base and linux.
But none of that worked and everything is still the same.
Im using full disk encryption my / and /home partitions are seperate and i installed arch using archinstall.

Last edited by ein computer (2022-09-30 15:21:07)

Offline

#2 2022-09-29 20:05:14

seth
Member
Registered: 2012-09-03
Posts: 51,064

Re: Kernel panic [SOLVED]

Boot the live system, mount all your partitions and post the output of

lsblk -f | curl -F 'file=@-' 0x0.st

PS: rather use sth. like imgur over mediafire when uploading images.

Offline

#3 2022-09-30 12:57:10

ein computer
Member
Registered: 2022-09-29
Posts: 3

Re: Kernel panic [SOLVED]

Sorry it took so long here is the link http://0x0.st/o4Ve.txt .
Also im im using systemd-boot(gummiboot) and initramfs-linux.img is there however the config looks wrong. None of my partitions have that UUID.

# Created by: archinstall
# Created on: 2022-02-08_19-41-36
title Arch Linux (linux)
linux /vmlinuz-linux
initrd /amd-ucode.img
initrd /initramfs-linux.img
options cryptdevice=PARTUUID=1c31c8be-a54f-4f3c-a20e-d83eca46394d:luksdev root=/dev/mapper/luksdev rw intel_pstate=no_hwp rootfstype=ext4 

Do i just replace it with the UUID with the one of my root partiotion or is it suposed to be like this?

Offline

#4 2022-09-30 14:32:42

seth
Member
Registered: 2012-09-03
Posts: 51,064

Re: Kernel panic [SOLVED]

The immediate problem is

nvme0n1p1   vfat        FAT32                        6FB0-D707                             472.2M     2% /mnt/boot

There're only 9.6MB used on the boot partition.
From the iso w/ the partitions mounted update the kernel and post the actual error message.

Edit: "update/re-install"

Last edited by seth (2022-09-30 14:32:56)

Offline

#5 2022-09-30 15:16:02

ein computer
Member
Registered: 2022-09-29
Posts: 3

Re: Kernel panic [SOLVED]

I chrooted in the root directory mounted nvme0n1p1 as /boot did

 pacman -S linux systemd base 

and now it works.
Then i had to reinstall nvidia-dkms and now its 100% as it should be. Thanks for the help.

Offline

Board footer

Powered by FluxBB