@4htet , I also had many problems with halium-install, I've spent a lot of time to figuring out , using manjaro linux ...
I've installed the : qemu-arm-static , binfmt-qemu-static, simg2img from simg-tools package
and changed a line in function setup_passwd() ,from "halium-install/functions/distributions.sh"
do_until_success sudo chroot "$ROOTFS_DIR" passwd $user
to
sudo chroot "$ROOTFS_DIR" passwd $user
on the halium install script are described the dependencies:
"
Halium installer script
Copyright (C) 2017 JBBgameich
Copyright (C) 2017 TheWiseNerd
License: GPLv3
dependencies: qemu binfmt-support qemu-user-static e2fsprogs sudo simg2img
"
--
best regards,
Alex