You are not logged in.
When I boot up my PC it hangs with that message being the last one before it stops.
What I have tried: chroot in and update, chroot in and tried systemctl status, looked at the journal
I have seen some people say it's an issue with their nvidia cards however I have an AMD gpu
I have also seen some say it's a problem with systemd and they needed to downgrade, however I am unaware how to do that
Offline
Could be many things.
Do you have network connection from the chroot ?
If yes, run
SYSTEMD_LESS=FRXMK journalctl -b -1 |& curl -F 'f:1=<-' ix.ioIt will attempt to upload the journal from your previous boot, once its finished there will be an url shown .
post that url.
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
If you have 'quiet' in the kernel command line (grub default), remove it.
Offline
Could be many things.
Do you have network connection from the chroot ?
If yes, run
SYSTEMD_LESS=FRXMK journalctl -b -1 |& curl -F 'f:1=<-' ix.ioIt will attempt to upload the journal from your previous boot, once its finished there will be an url shown .
post that url.
Offline
Is the journal from the live media. Did you forget to chroot in?
Offline
That looks like the journal from the Live USB. Did you mount the relevant partitions and enter the chroot before running that command?
Offline
pobhasnofriends wrote:Is the journal from the live media. Did you forget to chroot in?
nope, i did chroot in. unsure why it didn't work. unless I need to do something differently? as it still says [root@archiso /]# but in grey
Offline
The '-b -1' should be '-b 1'
Edit: Nevermind, I misread it.
Last edited by Scimmia (2022-02-28 17:45:02)
Offline
http://ix.io/381k
that looks like i got it to display the chroot thing this time
Last edited by pobhasnofriends (2022-02-28 20:11:54)
Offline