After installing Ubuntu from USB, GRUB2 can't be installed!

your best bet to install grub2 is Boot-Repair tool.

enter image description here

Boot-Repair is a simple tool to repair frequent boot issues you may encounter in Ubuntu like when you can't boot Ubuntu after installing Windows or another Linux distribution, or when you can't boot Windows after installing Ubuntu, or when GRUB is not displayed anymore, some upgrade breaks GRUB, etc.

How to install?

sudo add-apt-repository ppa:yannubuntu/boot-repair && sudo apt-get update
sudo apt-get install -y boot-repair

How to run?

boot-repair

How to use?

enter image description here

enter image description hereenter image description hereenter image description hereenter image description here

more info here.