Graphics broken during installation

@fyataru

Temporary:

  1. Boot up to the grub menu and edit with E the entry.
  2. Add the kernel paramter at line of linux at the end.
  3. Type F10 to boot.

Permanent:

  1. Open a terminal.
  2. manjaro-chroot -a (not needed when you booted the local installation)
  3. sudo nano /etc/default/grub
  4. Add the kernel parameter to this variable:
GRUB_CMDLINE_LINUX_DEFAULT="existing parameters <add here more with spaces between>"
  1. Run: sudo update-grub
  2. sync && reboot
2 Likes