You are not logged in.
Did you try to re-add i915 w/o the parameters to isolate the cause?
(esp. if this is a conflict between VMD and early KMS that probably needs to be documented in the wiki)
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Online
Did you try to re-add i915 w/o the parameters to isolate the cause?
(esp. if this is a conflict between VMD and early KMS that probably needs to be documented in the wiki)
Yes, I added i915 back, and it works the same.
By the way, I don't think this issue has anything to do with hyprland, because (without hyprland on startup), the shell crashes too (after about 5 seconds every time). Also when I type, letters are repeated over and over again:
~ > llllllllllllsssssssssssssss
then getty@tty1.service fails with "SIGHUP"
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Yes, I'll mark it once I fix this.
Last edited by liaminventions (2023-08-29 19:35:46)
Offline
Unless there's any reason to believe this is related, please open a new thread.
https://wiki.archlinux.org/title/Genera … ow_to_post #4 - and this thread is already 3 pages
Also please never. NEVER. use "-x" for journalctl, it's just spam
Do the tgl_tc_phy_init warnings go away when you remove i915 from the initramfs?
Try to boot the multi-user.target (2nd link below) and start hyprland manually from there. In doubt disable what looks to be some hyprland service?
Online
Unless there's any reason to believe this is related, please open a new thread.
https://wiki.archlinux.org/title/Genera … ow_to_post #4 - and this thread is already 3 pages
Yeah, I'll do that now.
Also please never. NEVER. use "-x" for journalctl, it's just spam
What does it change?
Do the tgl_tc_phy_init warnings go away when you remove i915 from the initramfs?
They do not.
In doubt disable what looks to be some hyprland service?
Do you mean "Start hyprland"? That's the description of the autologin "/etc/systemd/system/getty@tty1.service" that I sent. It usually runs ".zprofile", but I moved that so I could get to the shell in the previous post.
Try to boot the multi-user.target (2nd link below) and start hyprland manually from there.
That worked! Thanks!
Offline
-x "explains" the log message, but effectively just uses 3 lines to repeat the same thing w/o adding any information even by laymans standards. It's spam. Don't use it when posting here.
We'll then have to look at your hyprland/agetty service in the other thread, for a quick test, just "ExecStartPre=sleep 5" or so in case it starts before the IGP is ready.
Online
Ok, I'll open the new thread now.
Offline
Offline
I solved this file system check during booting by uninstalling this package:
sudo pacman -R exfatprogs
Offline
Online