Ok, I just re-installed GRUB2 from manjaro live USB and you're right some other stuffs had been added to grub.cfg but the probem still continues. Linux Mint still booting fine. Here the new menu entry for manjaro:
menuentry 'Manjaro Linux (Kernel: 4.4.13-1-MANJARO x64)' --class manjaro --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.13-1-MANJARO x64-advanced-22be06dd-0a19-4111-87e0-3ba674b4e667' {
savedefault
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos4'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 22be06dd-0a19-4111-87e0-3ba674b4e667
else
search --no-floppy --fs-uuid --set=root 22be06dd-0a19-4111-87e0-3ba674b4e667
fi
echo 'Loading Linux 4.4.13-1-MANJARO x64 ...'
linux /boot/vmlinuz-4.4-x86_64 root=UUID=22be06dd-0a19-4111-87e0-3ba674b4e667 rw quiet
echo 'Loading initial ramdisk ...'
initrd /boot/intel-ucode.img /boot/initramfs-4.4-x86_64.img
}
And the error: