You are not logged in.
Pages: 1
I installed arch Linux onto my computer a few days ago now and it worked just fine untill 2 days now it started booting into a terminal only mode, I had installed kde plasma as a desktop environment And as I said it worked fine then suddenly didn't work, not sure what to do at all or what information from my system would help fix this so ask any questions and Ill awnser
Offline
https://wiki.archlinux.org/title/System … _boot_into
If you didn't just change the default target, please post your complete system journal for the boot:
sudo journalctl -b | curl -F 'file=@-' 0x0.stOffline
https://wiki.archlinux.org/title/System … _boot_into
If you didn't just change the default target, please post your complete system journal for the boot:sudo journalctl -b | curl -F 'file=@-' 0x0.st
After typing this I gave me
" curl: (6) could not resolve host: -
curl: (6) could not resolve host: 0x0.st "
Offline
https://man.archlinux.org/man/curl.1 - you'll need a network connection…
Offline
Alright I thought the Internet connection would be easy to fix but it isn't detecting any wifi networks, one problem after another
Offline
You'r probably booting an old kernel, compare "uname -a" and "pacman -Qs kernel"
Then check
cat /proc/cmdlineif there's =/boot/vmlinuz-* you're booting from the root partition, =/vmlinuz-* means you're booting from some boot partition.
In case of the latter you'll likely not be able to mount it for lacking the vfat module and will have to use the fallback image or in doubt chroot from the install iso.
Make sure to have the correct partition mounted into /boot (in case of booting from the root partition: none) and re-install the kernel to sync installed and booting kernel.
Offline
Pages: 1