惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

IT之家
IT之家
博客园_首页
S
SegmentFault 最新的问题
罗磊的独立博客
博客园 - 【当耐特】
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
阮一峰的网络日志
阮一峰的网络日志
D
Docker
雷峰网
雷峰网
Google DeepMind News
Google DeepMind News
博客园 - 司徒正美
V
V2EX
大猫的无限游戏
大猫的无限游戏
V
Visual Studio Blog
腾讯CDC
宝玉的分享
宝玉的分享
酷 壳 – CoolShell
酷 壳 – CoolShell
人人都是产品经理
人人都是产品经理
T
Tailwind CSS Blog
Vercel News
Vercel News
H
Help Net Security
博客园 - Franky
D
DataBreaches.Net
aimingoo的专栏
aimingoo的专栏

Arch Linux Forums

Avidemux crashes without strace / Applications & Desktop Environments how to apply patches with non-linux linends / Newbie Corner Replicating CachyOS on vanilla Arch (or at least getting close) / Arch Discussion What's arch linux GUI package manager ? / Newbie Corner Hibernation failing due to insufficient memory / System Administration profiledef.sh editting question / Installation trying to script kde plasma wallpaper settings / Programming & Scripting Looking for new Audacious package maintainer / Creating & Modifying Packages issues installing arch with LUKS2 encryption / Newbie Corner QEMU PXE booting does not work with OVMF.4m.fd / Applications & Desktop Environments Wired lan regular disconnect / Newbie Corner Need Help setting up ARCH in my G16 G634JZR iwlwifi started failing consistently, trying to determine root cause Windows randomly jumping between monitors after GNOME 50 update No display via DP or HDMI after boot. / Kernel & Hardware how to change acpi platform_profile? / Newbie Corner Linux denied all kernel modules which not loaded right now Use iPhone as Webcam for Arch Linux Video Output Failure on nvidia-580xx-dkms on TTY --> Desktop switch (Page 2) / Kernel & Hardware I was going to rant ..WINE32 Sabotage compliments of Arvind Krishna / Arch Discussion [SOLVED] LUKS drive auto unlocked by TPM when expected not to / Networking, Server, and Protection Hibernate/suspend from X = dark panel; from TTY = works (ASUS G14, hyb (Page 2) / Laptop Issues Headphone jack noise/buzz / Newbie Corner segmentation fault in cc1plus when building CLK / AUR Issues, Discussion & PKGBUILD Requests Console alternative to meld / GNU/Linux Discussion Problem with paru git clone / Newbie Corner XKB questions / Applications & Desktop Environments gnome-keyring-daemon is not working correctly / Applications & Desktop Environments [SOLVED] Steam opens and immediately closes constantly / Newbie Corner Firefox rounded edges on Sway / Applications & Desktop Environments
Can't seem to get a perfect silent boot. / Newbie Corner
Bobsterar · 2026-06-13 · via Arch Linux Forums

#1 Yesterday 11:34:56

Bobsterar
Member
Registered: Yesterday
Posts: 4

Can't seem to get a perfect silent boot.

I've tried everything in https://wiki.archlinux.org/title/Silent_boot and I can't get silent boot to work. I think I've thrown everything into cmdline.

Whenever I log in with ly, shut down, or sign out my computer, I see a little blinking cursor on a black screen and am reminded of my failures.

I would greatly appreciate the help, thank you.

#2 Yesterday 17:06:01

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 15,083

Re: Can't seem to get a perfect silent boot.

Is that little blinking cursor shown at left top of the screen ?
If so that comes from the firmware of your system, not linux .

Most of the time its visible when the screen output is active but the screen hasn't received any input yet.
Switching screen modes can also cause this .


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

#3 Yesterday 19:54:25

Bobsterar
Member
Registered: Yesterday
Posts: 4

Re: Can't seem to get a perfect silent boot.

Yeah, the little blinky thing at the left top.

Shoot, that comes from firmware? Is there anything I can do about that, or must I live to love it?

#4 Today 06:06:31

dimich
Member
From: Kharkiv, Ukraine
Registered: 2009-11-03
Posts: 636

Re: Can't seem to get a perfect silent boot.

Since blinking cursor is present during shutdown, it looks like either "vt.global_cursor_default=0" is not applied or cursor visibility is restored later.
Let's check your kernel command line first:

$ xargs -n1 -a /proc/cmdline

Also I suggest to remove "quiet" for testing and check if cursor is present while kernel prints its boot messages.

#5 Today 11:15:54

Bobsterar
Member
Registered: Yesterday
Posts: 4

Re: Can't seem to get a perfect silent boot.

zswap.enabled=0
rootflags=subvol=@
rw
rootfstype=btrfs
loglevel=1
systemd.show_status=no
rd.systemd.show_status=false
quiet
global_cursor_default=0
vt.global_cursor_default=0
bgrt_disable

vt.global_cursor_default=0 is applied.

I ran it without quiet, and the system boot messages and the cursor are from different screens, because they have different looking fonts.

It's boot messages without any cursors into empty black screen with cursor.

#6 Today 11:58:19

dimich
Member
From: Kharkiv, Ukraine
Registered: 2009-11-03
Posts: 636

Re: Can't seem to get a perfect silent boot.

Bobsterar wrote:

I ran it without quiet, and the system boot messages and the cursor are from different screens, because they have different looking fonts.

Then indeed, it looks like the cursor is drawn by EFI firmware.
What is your hardware (motherboard, GPU) and UEFI version ("Firmware:" line in bootctl output)?
With "vt.global_cursor_default=0" I see no any cursor on Dell laptop with Intel GPU. Later will check whether it works for Nvidia on another PC.

Last edited by dimich (Today 12:02:38)

#7 Today 12:03:55

Bobsterar
Member
Registered: Yesterday
Posts: 4

Re: Can't seem to get a perfect silent boot.

dimich wrote:

Bobsterar wrote:

I ran it without quiet, and the system boot messages and the cursor are from different screens, because they have different looking fonts.

Then indeed, it looks like the cursor is drawn by EFI firmware.
What is your hardware (motherboard, GPU) and UEFI firmware ("Firmware:" line in bootctl output)?
With "vt.global_cursor_default=0" I see no any cursor on Dell laptop with Intel GPU. Later will check whether it works for Nvidia on another PC.

My motherboard's a ASRock B550-ITX/ac and my GPU is an AMD.

#8 Today 13:46:22

dimich
Member
From: Kharkiv, Ukraine
Registered: 2009-11-03
Posts: 636

Re: Can't seem to get a perfect silent boot.

On nvidia frambuffer "vt.global_cursor_default=0" hides cursor as well.
Maybe it's a quirk of specific AMD EFI framebuffer implementation. Unfortunatelly I don't have any PC with AMD GPU nearby to check.