Fresh Install/Format Won't Boot / Might Be Driver Related

All of the above errors detail a Nvidia Graphics Card driver error.
As @anon50265909 pointed out, it would be very helpful to know which Nvidia Graphics Card you are using.
In the meantime, you may be able to resolve this issue and boot normally by blacklisting the Nvidia i2c driver.

You will need to access Grub Recovery Menu:

In the recovery menu, arrow key down to Root - Drop to Prompt
Tap enter
Create a new configuration file for blacklisting the driver in the modprobe directory. Use Echo to redirect the blacklist command into that new file (Doing it this way so you do not need to use touch then run nano then type in the line...):

echo "blacklist i2c_nvidia_gpu" > /etc/modprobe.d/blacklist_i2c-nvidia-gpu.conf

Update initramfs:

sudo update-initramfs -u

Once all is complete, exit the recovery menu and test a normal boot.