Update:
I found this on the arch linux forum and I managed to get it working.
https://bbs.archlinux.org/viewtopic.php?id=264521
Here’s what you need to do AFTER installation:
- Boot the system from a live-usb or dvd.
- Mount the manjaro partition using the console to make it accessible.
- Access the the mounted partition using manjaro-chroot path/to/mounting-point.
- Open /etc/mkinitcpio.conf using your favorite editor - e.g vi /etc/mkinitcpio.conf
- Add vmd to your modules array, so it looks like this:
MODULES=(vmd)
- Save the file.
- Inside the folder /etc/mkinitcpio.d/ you should see a preset. Mine was linux510.preset
- Run the preset with mkinitcpio -p linux510 (Or your preset name)
- Log out and reboot the computer, Manjaro should now be bootable!