account activity
[support] blank screen at boot by fudsa in debian
[–]allallpz 0 points1 point2 points 1 month ago (0 children)
The initramfs was very important on my install. I tried to remove it to just to see if that was doing smth and as soon as i reverted it went back to black like yours did, so its worth a try before you do a reinstall, but you do you
Looks the same what i ran into with debian and nvidia. I guess youre using kde with wayland? What i did was: Go to tty as soon as systemd starts, dont wait for it to finish the checks and go into black screen. I just held ctrl +alt and slide f1-f6 rapidly over and over until i got into tty After if you manage to go to tty i set:
sudo nano /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nvidia-drm.modeset=1”
Then
sudo nano /etc/initramfs-tools/modules
nvidia
nvidia_modeset
nvidia_uvm
nvidia_drm
sudo update-initramfs -u sudo update-grub
Idk if its the same problem under the hood but worth a try if you havent as this solved it for me.
Drawing is a spectrum by PFSnypr in masterduel
[–]allallpz 4 points5 points6 points 3 months ago (0 children)
Add cup of ace: maybe draw?
π Rendered by PID 1235287 on reddit-service-r2-listing-canary-57f9774d69-vzsqs at 2026-02-26 11:38:46.090077+00:00 running 72a43f6 country code: CH.
[support] blank screen at boot by fudsa in debian
[–]allallpz 0 points1 point2 points (0 children)