Fresh installation won't start

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:

  1. Boot the system from a live-usb or dvd.
  2. Mount the manjaro partition using the console to make it accessible.
  3. Access the the mounted partition using manjaro-chroot path/to/mounting-point.
  4. Open /etc/mkinitcpio.conf using your favorite editor - e.g vi /etc/mkinitcpio.conf
  5. Add vmd to your modules array, so it looks like this:

MODULES=(vmd)

  1. Save the file.
  2. Inside the folder /etc/mkinitcpio.d/ you should see a preset. Mine was linux510.preset
  3. Run the preset with mkinitcpio -p linux510 (Or your preset name)
  4. Log out and reboot the computer, Manjaro should now be bootable!
3 Likes