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

推荐订阅源

D
DataBreaches.Net
MongoDB | Blog
MongoDB | Blog
GbyAI
GbyAI
L
LangChain Blog
B
Blog
博客园 - 三生石上(FineUI控件)
Martin Fowler
Martin Fowler
博客园 - 【当耐特】
Recent Announcements
Recent Announcements
P
Proofpoint News Feed
U
Unit 42
Last Week in AI
Last Week in AI
WordPress大学
WordPress大学
有赞技术团队
有赞技术团队
雷峰网
雷峰网
Microsoft Security Blog
Microsoft Security Blog
T
The Blog of Author Tim Ferriss
爱范儿
爱范儿
小众软件
小众软件
I
InfoQ
G
Google Developers Blog
大猫的无限游戏
大猫的无限游戏
人人都是产品经理
人人都是产品经理
C
Check Point Blog

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
36 Second Boot Gap on Asus Laptop (Slow boot time) (Page ...
0andriy · 2026-06-20 · via Arch Linux Forums

#26 2025-08-27 20:21:25

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,112

Re: 36 Second Boot Gap on Asus Laptop (Slow boot time)

Looks like it's polling for some GPU and incrementally waits (12s total, you limit this ti 3.6s) if there's no response.
Do you get "PEGP" related errors in the dmesg/journal?
Can you toggle an APU/GPU in the BIOS/UEFI?

#27 2025-10-03 14:12:26

dav1ta
Member
Registered: 2024-02-20
Posts: 2

Re: 36 Second Boot Gap on Asus Laptop (Slow boot time)

Same issue on Asus rog Strix g16 2025
Ryzen 9 9955hx , 5070ti.
6.16.8-arch3-1 kernel. up to date bios.

hangs exactly 36 seconds with same error.

#28 2025-12-17 09:20:23

kylan11
Member
Registered: 2025-12-17
Posts: 1

Re: 36 Second Boot Gap on Asus Laptop (Slow boot time)

Found a workaround.
Add:

gpiolib_acpi.run_edge_events_on_boot=0

to the kernel params, this fixed the 36s hang for me (ROG Strix G16 G614PP_G614PP)

I rebooted with initcall_debug and found the culprit:

[    1.739645] calling  acpi_gpio_handle_deferred_request_irqs+0x0/0x40 @ 1
[   38.077788] initcall acpi_gpio_handle_deferred_request_irqs+0x0/0x40 returned 0 after 36338138 usecs

Might be related to the ASUS ACPI firmware bugs.

Last edited by kylan11 (2025-12-17 09:21:51)