Want to remove OEM logo during boot in ubuntu 20.04

How do I remove terrible OEM logo during Boot.(In my case it is Sony Viao)Can't find a solution online.Please help


Do this...

In terminal:

sudo update-alternatives --config default.plymouth

enter image description here

And select a different boot screen.

sudo update-initramfs -c -k $(uname -r)

Then reboot.