218b0707a4
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.
9 lines
497 B
Plaintext
9 lines
497 B
Plaintext
# Mode graphique de secours : SANS KMS (nomodeset). Filet de sécurité
|
|
# standard pour les GPU/hyperviseurs dont le pilote KMS pose problème :
|
|
# X démarre alors sur le framebuffer VESA/EFI (plus lent mais fiable).
|
|
title FWS install medium (%ARCH%, UEFI, safe graphics)
|
|
sort-key 01b
|
|
linux /%INSTALL_DIR%/boot/%ARCH%/vmlinuz-linux
|
|
initrd /%INSTALL_DIR%/boot/%ARCH%/initramfs-linux.img
|
|
options archisobasedir=%INSTALL_DIR% archisosearchuuid=%ARCHISO_UUID% nomodeset udev.event_timeout=45
|