-
After installing elementary OS 8 you may have failure to fully boot and only see blank screen on hardware with AMD GPUs. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You have two options... either permanently remove the splash option by removing it from the Edit This will be preserved going forward even when there are new kernel updates - thanks to the addition of the HTH! |
Beta Was this translation helpful? Give feedback.
-
Good evening, |
Beta Was this translation helpful? Give feedback.
You have two options... either permanently remove the splash option by removing it from the
/etc/default/grub
file then runningsudo update-grub
or, if you really want to preserve working splash then do the following:Edit
/etc/initramfs-tools/modules
and add a lineamdgpu
to it and save, then runsudo update-initramfs -uk all
to redo the kernel so that upon next boot it "should" properly display the boot splash logo/animation... 🙂This will be preserved going forward even when there are new kernel updates - thanks to the addition of the
amdgpu
entry into the/etc/initramfs-tools/modules
file.HTH!