You are not logged in.
Pages: 1
While running
pacman -Syuin the background, computer froze with unknown cause. Upon being unresponsive, I force-restarted the computer with the reset button. GRUB then started hanging at
you need to load kernel first.
I suspected that there was a problem with GRUB, so I chrooted into the system from a live USB and reinstalled GRUB (following this tutorial). Upon restarting, GRUB no longer shows Archlinux as a boot option.
Then I suspected that the upgrade interruption caused linux to break. To fix linux, I chrooted again and ran
pacman -S --overwrite="*" linux. Then, I reinstalled GRUB following the same procedure from above. This did not fix the issue.
I tried to fix linux again by using the pacstrap command provided by the Archlinux installation guide. I then regenerated grub.cfg. Upon restarting, GRUB now shows Arch linux as an option.
Upon starting Archlinux from GRUB, it now hangs on
Loading Linux linux. I don't really know where to go after reinstalling linux didn't fix it.
Last edited by xydxydxyd (2024-04-18 03:45:03)
Offline
Have you tried arch-chrooting into your system and running this:
mkinitcpio -PMight also be worth completing the pacman upgrade.
Ryzen 7 9850X3D | AMD 7800XT | KDE Plasma
Offline
pacman -Syu … I force-restarted the computer with the reset button … (following this tutorial)
https://wiki.archlinux.org/title/Pacman … an_upgrade
Did you forget to mount the /boot partition when re-installing the kernel?
Offline
Pages: 1