You are not logged in.
Pages: 1
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
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
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
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
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
Pages: 1