Stuck at boot after installation and updating packages

After installing EndeavourOS i rebooted the system and then it was stuck at the boot but i was able to go to tty , so i update the available packages through it (systemd and linux kernel and firmware and header too) but the problem is still existing .

If you still are able to login via TTY, you could perhaps run some commands to give some info to someone able to help:

Also perhaps remove “quiet” form kernel boot options in Grub to see where in the process the booting get stuck:

If you can still login via TTY, you could remove “quiet” from the kernel boot parameters by editing /etc/default/grub and then regenerating the grub.cfg:
sudo grub-mkconfig -o /boot/grub/grub.cfg

1 Like