A workaround on my system is to include the video driver module (in my case i915) in the initramfs.
sudo nano /etc/initramfs-tools/modules sudo update-initramfs -u ensure kernel command line includes 'quiet splash' sudo update-grub Reboot
lshw -c video will confirm that driver i915 is configured.
A workaround on my system is to include the video driver module (in my case i915) in the initramfs.
sudo nano /etc/initramfs- tools/modules
sudo update-initramfs -u
ensure kernel command line includes 'quiet splash'
sudo update-grub
Reboot
lshw -c video will confirm that driver i915 is configured.