You are not logged in.
Pages: 1
I just installed a new motherboard into my box, booted from an Arch install ISO, did a chroot, pacman update, reinstalled grub and everything. We are booting fine (to a console, no X here).
However, when I enter my username and password, nothing happens for about 20 seconds and then Getty restarts.
This is with every user including root.
What should I do?
...using Arch as a home server since 2006.
Offline
boot from the install iso, mount & chroot .
execute
# journalctl -b -1 > journal-jeff1.txt
(the -1 will get the journal for the previous boot)
If you have network access : curl -F 'file=@-' 0x0.st < journal-jeff1.txt .
Incase there's no network in the chroot, you'll have to transfer the file using an usbstick or portable drive to a system with network access.
Last edited by Lone_Wolf (2025-04-28 11:13:10)
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Pages: 1