archcraft-os / archcraft

// Source : ISO
https://archcraft.io
GNU General Public License v3.0
3.04k stars 104 forks source link

Plymouth screen doesn't show on boot #268

Closed shivranj108 closed 2 years ago

shivranj108 commented 2 years ago

I know it's active because it appears when shutting down, but on boot there's just 3 dots on the top left I used the colorful-loop plymouth theme made by @adi1090x

AbhayF8 commented 2 years ago

I also had this issue and i fixed this by editing the /etc/mkinitcpio.conf with sudo permissions and adding i915/nouvea/radeon/amdgpu(whichever u use)(check with lspci -k) in modules and then doing sudo mkinitcpio -p linux.

shivranj108 commented 2 years ago

Thanks!