You are not logged in.
i added "plymouth" "splash" and "quiet" hooks to mkinitcpio.conf and then do this command to build them "sudo mkinitcpio -P"
but the some of the hooks cant be found. is there a package i didnt install.
-> Running build hook: [filesystems]
==> ERROR: Hook 'btusb' cannot be found
-> Running build hook: [fsck]
-> Running build hook: [plymouth]
==> ERROR: Hook 'splash' cannot be found
==> ERROR: Hook 'quiet' cannot be found
Last edited by vipex (2024-05-23 07:23:00)
Offline
splash and quiet should go to your kernel params, not thr module hooks. Check your bootloader docs and add where appropriate.
Offline
splash and quiet should go to your kernel params, not thr module hooks. Check your bootloader docs and add where appropriate.
thx.
Offline