I found the solution for my problem
Upgraded to kernel 5.0.0-23-generic
Still blacklisted: "/etc/modprobe.d/sensors"
(sensors is the file that I have created before a few days ago)
blacklist adt7475
blacklist hwmon_vid
blacklist it87
blacklist k10temp
Removed from blacklist: "/etc/modprobe.d/sensors"
blacklist i2c_piix4
Removed from: "/etc/initramfs-tools/modules"
vhost_scsi
sudo update-initramfs -u
Added to the GRUB_CMDLINE_LINUX_DEFAULT
in "/etc/default/grub"
GRUB_CMDLINE_LINUX_DEFAULT="initcall_blacklist=i2c_dw_init_master"
then:
sudo update-grub
...now, the i2c-2 errors and db_root: cannot open: /etc/target
problem are gone.