You are not logged in.
Pages: 1
Topic closed
Tried installing plymouth because i hate entering a password in a black screen
Followed the wiki tutorial, but it's not working
Mkinitcpio.conf
MODULES=(amdgpu)
BINARIES=()
FILES=()
HOOKS=(base udev plymouth autodetect keyboard keymap modconf block plymouth-encrypt filesystems fsck)Grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet loglevel=3 udev.log-priority=3 splash vt.global_cursor_default=0"Any idea on how to fix this?
Offline
You might need to add kms to your mkinitcpio hooks. This normally goes before the keyboard hook.
If you get that working, here’s this huge collection of themes for plymouth: https://github.com/adi1090x/plymouth-themes
Good luck!
Offline
You might need to add kms to your mkinitcpio hooks. This normally goes before the keyboard hook.
If you get that working, here’s this huge collection of themes for plymouth: https://github.com/adi1090x/plymouth-themes
Good luck!
AFAIK kms should work by adding amdgpu to modules
Last edited by Razer(x) (2023-01-18 14:47:09)
Offline
Bradley wrote:You might need to add kms to your mkinitcpio hooks. This normally goes before the keyboard hook.
If you get that working, here’s this huge collection of themes for plymouth: https://github.com/adi1090x/plymouth-themes
Good luck!AFAIK kms should work by adding amdgpu to modules
For in-tree modules, like the amdgpu driver, it also requires the kms hook. I might be wrong, but there’s no harm in trying it.
Offline
I know it's a bit late but for anyone else having this issue: did you remember to
mkinitcpio -P?
Last edited by cherrynoize (2023-09-14 21:49:17)
Offline
The OP has not been back since January, so I am going to consider this thread abandoned and close it now.
Offline
Pages: 1
Topic closed