<html><head></head><body><div class="yahoo-style-wrap" style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:13px;"><div dir="ltr" data-setdir="false"><div>I am experiencing this exact same issue on Debian 13 (Trixie) using a hybrid laptop with an AMD CPU and an Nvidia RTX 3060 running the newer 595 driver series under GNOME Wayland. <br><br>On cold boots, the system consistently drops to a black screen before reaching the GDM3 login interface, although the system remains responsive to SysRq (REISUB) commands.<br><br>I managed to completely stabilize the boot process and keep Wayland running by applying the following workarounds:<br>1. Forced early KMS for Nvidia by adding 'nvidia', 'nvidia_modeset', 'nvidia_uvm', and 'nvidia_drm' to /etc/initramfs-tools/modules.<br>2. Added 'initcall_blacklist=sysfb_init' to GRUB_CMDLINE_LINUX_DEFAULT to prevent early framebuffer resource conflicts between the AMD integrated graphics and the Nvidia card.<br>3. Enforced the Wayland session natively by adding 'DefaultSession=gnome-wayland.desktop' under [daemon] in /etc/gdm3/daemon.conf.<br>4. Added 'options nvidia NVreg_DynamicPowerManagement=0x02' to /etc/modprobe.d/nvidia.conf to ensure the GPU power states do not disrupt the GDM initial display handoff.<br><br>Hopefully, these adjustments regarding early module loading and sysfb blacklisting can be integrated into the default configurations for hybrid AMD/Nvidia setups on recent drivers.<br><br></div><br></div></div></body></html>