I found a solution, probably until the first update:
/etc/default/grub
GRUB_TIMEOUT_STYLE="hidden"
GRUB_DEFAULT=0
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=( . /etc/os-release && echo ${NAME} )
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash loglevel=0 rd.systemd.show_status=false vt.global_cursor_default=0"
GRUB_CMDLINE_LINUX=""
GRUB_BACKGROUND="black"
/etc/grub.d/10_linux
quiet_boot="0"
change it to
quiet_boot="1"
sudo update-grub
Debian is wonderful!
Statistics: Posted by ClaudiuR — 2026-01-20 20:28