From 7c11f53520717e85fe55d6ba14f0a94ca27427cb Mon Sep 17 00:00:00 2001 From: nocode Date: Sat, 4 Jul 2026 00:12:53 +0200 Subject: [PATCH] fix(releng): add udev event timeout to archiso linux boot entry Add udev.event_timeout=45 kernel parameter to the UEFI boot entry for the archiso linux image. This timeout helps prevent boot delays caused by udev waiting for device events to complete. --- configs/releng/efiboot/loader/entries/01-archiso-linux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/releng/efiboot/loader/entries/01-archiso-linux.conf b/configs/releng/efiboot/loader/entries/01-archiso-linux.conf index 1d02178..19928c5 100644 --- a/configs/releng/efiboot/loader/entries/01-archiso-linux.conf +++ b/configs/releng/efiboot/loader/entries/01-archiso-linux.conf @@ -2,4 +2,4 @@ title FWS install medium (%ARCH%, UEFI) sort-key 01 linux /%INSTALL_DIR%/boot/%ARCH%/vmlinuz-linux initrd /%INSTALL_DIR%/boot/%ARCH%/initramfs-linux.img -options archisobasedir=%INSTALL_DIR% archisosearchuuid=%ARCHISO_UUID% +options archisobasedir=%INSTALL_DIR% archisosearchuuid=%ARCHISO_UUID% udev.event_timeout=45