Downloading NVIDIA driver causes computer to be stuck on motherboard screen at boot

Hi. I never had this problem until recently, where on starting the computer on Ubuntu, I get stuck on my motherboard logo screen at boot. I have tried to reinstall Ubuntu twice, but the problem persists, and the only way to fix it is to boot into recovery mode and run

apt-get purge nvidia*

When I purge the NVIDIA driver, I am able to relog into my computer, but reinstalling the driver and restarting it again causes the same issue.

I have attached my bug report, but was unable to find my nvidia-installer.log
Any help would be greatly appreciated. Thank you very much.

nvidia-bug-report.log.gz (144.4 KB)

You need to blacklist the nouveau driver.

Hi Mart, thanks for the reply. I tried that and the problem still persisted. I ran
sudo bash -c "echo blacklist nouveau > /etc/modprobe.d/blacklist-nvidia-nouveau.conf"
Followed by
sudo bash -c "echo options nouveau modeset=0 >> /etc/modprobe.d/blacklist-nvidia-nouveau.conf"
Then
sudo update-initramfs -u
before rebooting and reinstalling my driver.

Is there anyone who could help with this issue? If not, is there someone I could contact in regards to this? Thanks.