You are not logged in.

#1 2022-09-29 16:03:32

Jermupls
Member
Registered: 2020-05-23
Posts: 6

[Solved] TTY Screen freeze on login with new hardware

Hi,

I've migrated my install to new hardware and everything is working as it should, except that my screen freezes when I reach the TTY login prompt.
I can login and run commands just fine, like for example starting up my window manager (dwm), X11 works fine.

I copied this installation over from my old drive using

rsync -qaHAXS

, regenerated intiramfs, updated fstab and re-installed bootloader.
I've tried booting with ibt=off grub kernel parameters.

dmesg: http://ix.io/4bPq

journalctl: http://ix.io/4bPs

Not too sure what to do, so I will post my dmesg and journalctl output here.
Assist is much appreciated.

Last edited by Jermupls (2022-09-30 14:01:34)

Offline

#2 2022-09-29 16:09:43

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,097

Re: [Solved] TTY Screen freeze on login with new hardware

You also have an integrated GPU running that grabs the framebuffer device and there was a recent change in linux that then prevents the nvidia driver from allocating it's own driver (since they don't have a terminal framebuffer)

If you have no use for the integrated GPU, disable it in your UEFI/BIOS or if you don't find any such option, blacklist i915 ( you can do so on the kernel commandline with module.blacklist=i915 )

Last edited by V1del (2022-09-29 16:10:20)

Offline

#3 2022-09-29 16:46:15

Jermupls
Member
Registered: 2020-05-23
Posts: 6

Re: [Solved] TTY Screen freeze on login with new hardware

Hi,

I tried blacklisting i915 in /etc/default/grub and /etc/modprobe.d/blacklist.conf but it still gets loaded.
I'd like to keep it on in BIOS.

$ grep i915 /etc/default/grub 
GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 module.blacklist=i915"
$ dmesg | grep i915
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=cd2d8706-2e9f-44db-947e-21c8014a4779 rw loglevel=3 module.blacklist=i915
[    0.044443] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=cd2d8706-2e9f-44db-947e-21c8014a4779 rw loglevel=3 module.blacklist=i915
[    7.450641] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/adls_dmc_ver2_01.bin (v2.1)
[    7.485260] i915 0000:00:02.0: [drm] GuC firmware i915/tgl_guc_62.0.0.bin version 62.0 submission:disabled
[    7.485263] i915 0000:00:02.0: [drm] GuC SLPC: disabled
[    7.485264] i915 0000:00:02.0: [drm] HuC firmware i915/tgl_huc_7.9.3.bin version 7.9 authenticated:yes
[    7.486523] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[    7.486630] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    7.487119] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
[    7.487182] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
[   16.913821] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
$ lsmod | grep i915
i915                 3231744  3
ttm                    86016  1 i915
intel_gtt              28672  1 i915
video                  61440  1 i915
$ cat /etc/modprobe.d/blacklist.conf
blacklist i915

Did I do something wrong?

Last edited by Jermupls (2022-09-29 16:58:41)

Offline

#4 2022-09-29 17:01:43

loqs
Member
Registered: 2014-03-06
Posts: 18,858

Re: [Solved] TTY Screen freeze on login with new hardware

Try changing module.blacklist=i915 to module_blacklist=i915.  If the result is still the same try in /etc/modprobe.d/blacklist.conf

install i915 /usr/bin/true

Offline

#5 2022-09-30 14:00:57

Jermupls
Member
Registered: 2020-05-23
Posts: 6

Re: [Solved] TTY Screen freeze on login with new hardware

Hi,

I added

install i915 /usr/bin/true

to /etc/modprobe.d/blacklist.conf and now TTY works fine.

Thanks for the assistance, marking as solved.

Offline

Board footer

Powered by FluxBB