Comment 11 for bug 2062426

Revision history for this message
Daniel van Vugt (vanvugt) wrote :

Yeah that's not what a proper fix would do, it's just a workaround.

You can work around that new issue by adding 'amdgpu' or 'i915' to '/etc/initramfs-tools/modules' and then run:

  sudo update-initramfs -k all -u

or get the system to automatically insert all the modules you're currently using by changing the MODULES line in '/etc/initramfs-tools/initramfs.conf' to MODULES=dep and again:

  sudo update-initramfs -k all -u