This solved the issue for me, no more errors and it boots normally into manjaro.
You can just copy the whole string in a tty.
To enter a tty just press ctrl+alt+f3
when the error appears at boot
sudo sed "s/\(GRUB_CMDLINE_LINUX=\)\"\"/\1\"acpi_osi=Linux acpi_backlight=vendor\"/" /etc/default/grub -i
after that
sudo update-grub
then just reboot and everything should be fine.
hope this will help you