7c11f53520
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.
6 lines
254 B
Plaintext
6 lines
254 B
Plaintext
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% udev.event_timeout=45
|