Hi Cristian,
But can there be an issue if I do what is suggested by Richard? Or is it just about good practice? Right now, this issue is irritating me a little.
Thanks.
Regards, Sumit Bhardwaj
On Sunday 05 April 2015 09:45 PM, Cristian Rodríguez wrote:
On Sun, Apr 5, 2015 at 6:10 AM, Richard Brown RBrownCCB@opensuse.org wrote:
one way of working around this issue is to create a file called /etc/sysconfig/kernel and add a line for 'INITRD_MODULES=' in it
However, you need to set the value of INITRD_MODULES to your DRM driver, eg
INITRD_MODULES=i915 or INITRD_MODULES=nvidia or INITRD_MODULES=radeon
then running mkinitrd will recreate your initrd, tell Dracut to load your driver, and Plymouth will use it
Nope.. nope. nope.. do not recommend people to do this.. dracut has to include the needed modules in the initrd automatically.. if it does not.. then there is a bug..