You can handle the AE_Not_Found and the ACPI BIOS Error with
sudo nano /etc/default/grub
Change the line:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
to include a loglevel parameter that looks like this:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash loglevel=3"
Tap ctrl+o
to overwrite, then enter
key to save current configuration. Tap ctrl+x
to exit the editor.
Now you must run
sudo update-grub
for the changes to take effect.
To handle this one above, elevate to root
sudo -i
Launch file manager:
Core:
nautilus
Lite:
thunar
navigate to /etc/modprobe.d/
and create a new file named blacklist_i2c-nvidia-gpu.conf
(if it does not already exist)
Open the blacklist_i2c_nvidia_gpu.conf
file in text editor and paste the following inside the file:
blacklist i2c_nvidia_gpu
Save the file and close. Close the file manager. In terminal, you can type exit
or close the terminal and relaunch terminal.
Now, you msut run
sudo update-initramfs -u
for the changes to take effect.
Reboot and test...