fix(efiboot): add udev event timeout to nomodeset boot entry
Add udev.event_timeout=45 parameter to the safe graphics boot option to prevent timeout issues during device initialization on systems with slower hardware or complex device trees.
This commit is contained in:
@@ -5,4 +5,4 @@ title FWS install medium (%ARCH%, UEFI, safe graphics)
|
|||||||
sort-key 01b
|
sort-key 01b
|
||||||
linux /%INSTALL_DIR%/boot/%ARCH%/vmlinuz-linux
|
linux /%INSTALL_DIR%/boot/%ARCH%/vmlinuz-linux
|
||||||
initrd /%INSTALL_DIR%/boot/%ARCH%/initramfs-linux.img
|
initrd /%INSTALL_DIR%/boot/%ARCH%/initramfs-linux.img
|
||||||
options archisobasedir=%INSTALL_DIR% archisosearchuuid=%ARCHISO_UUID% nomodeset
|
options archisobasedir=%INSTALL_DIR% archisosearchuuid=%ARCHISO_UUID% nomodeset udev.event_timeout=45
|
||||||
|
|||||||
Reference in New Issue
Block a user