08-18-2023, 01:58 AM
(This post was last modified: 08-18-2023, 02:41 AM by juliamenendez.)
I think you should check the initramfs hooks: Confirm that the necessary hooks
pizza tower
are correctly included in the initramfs. You mentioned that you built the initramfs using mkinitcpio from within the system. Make sure that the hooks are specified in the /etc/mkinitcpio.conf file. You can check the contents of this file to ensure that the hooks are listed correctly.
Code:
plymouth, plymouth-encrypt, and lvm2
are correctly included in the initramfs. You mentioned that you built the initramfs using mkinitcpio from within the system. Make sure that the hooks are specified in the /etc/mkinitcpio.conf file. You can check the contents of this file to ensure that the hooks are listed correctly.