When I boot my Debian 12 system, I notice a flickering screen followed by messages such as "loading initial ramdisk" This my current GRUB configuration:
GRUB_DEFAULT=0
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nvidia-drm.modeset=1 loglevel=0"
GRUB_CMDLINE_LINUX=""
GRUB_GFXMODE=1920x1080
Does anyone know any solutions or how to solve this?
GRUB_DEFAULT=0
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nvidia-drm.modeset=1 loglevel=0"
GRUB_CMDLINE_LINUX=""
GRUB_GFXMODE=1920x1080
Does anyone know any solutions or how to solve this?
Statistics: Posted by ash — 2024-10-02 14:53 — Replies 0 — Views 37