Skip to content

Install Manjaro Manually

Mani edited this page Sep 13, 2021 · 2 revisions

View Manjaro-Linux-on-Android to install different DE and WM

To install preinstalled xfce4

  1. Download the manjaro rootfs from release page

    wget <tar.gz url from relese>
    
  2. Extract the manjaro-rootfs-latest.tar.gz into manjaro folder. Note: folder name must be manjaro

    mkdir manjaro
    proot -l tar -xzf manjaro-rootfs-latest.tar.gz -C manjaro
    
  3. Use manjaro.sh to proot into manjaro rootfs

    wget https://raw.githubusercontent.com/infinyte7/manjaro-fs-arm64/main/manjaro.sh
    chmod +x manjaro.sh
    ./manjaro.sh
    

In Manjaro proot

  1. Setup username and password

  2. Setup vnc password

    vncpasswd
    
  3. Run vncserver

    vncserver-start
    
  4. Stop vncserver

    vncserver-stop