On two different laptops (with Core i5/intel graphics) I had the problem of a not booting Ubuntu 19.10 with just showing the ubuntu-logo and not going further.
Changing some boot-parameters within GRUB interactively brought a solution to me.
Changing the parameters “quiet splash” to just “nosplash” did it for me.
How to change it permamently:
- Edit /etc/default/grub with your favorite editor as a superuser.
In the line with the default parameters replace
"quiet splash"
with
"nosplash"
and save it.
- Update GRUB
sudo update-grub2