How to run Virtual Machines on Android (without Root !!)

    How to run Virtual Machines on Android (without Root !!)

    Setting Up Virtual Machine on Android is now possible without root.



    Walkthrough Video -

    # Commands -

    # Update and Upgrade your packages:-

    1. pkg update


    # Install these package:-

    2. pkg install wget qemu-system-x86-64-headless qemu-utils -y


    # Paste this command:-

    3. mkdir ~/alpine ; cd ~/alpine 


    Get Iso image for Virtual Machine of Alpine Linux from here


    # Paste this and file of this iso image:-

    4. wget -O alpine.iso <link of the iso image>


    # Paste this command:-

    5. qemu-img create -f qcow2 alpine.qcow2 10G


    # Paste and foreward with commands:-

    6. qemu-system-x86_64 -m 512 -netdev user,id=n1,hostfwd=tcp::2222-:22 -device virtio-net,netdev=n1  -cdrom alpine.iso -nographic alpine.qcow2


    Watch video to setup alpine, and after poweroff follow below commands:-


    # Paste this command which are given below 👇:-

    7. echo "qemu-system-x86_64 -m 512 -netdev user,id=n1,hostfwd=tcp::2222-:22 -device virtio-net,netdev=n1 -nographic alpine.qcow2" >> ~/alpine/alpine.sh


    # Paste this command to start the program:-

    8. bash alpine.sh



    PLEASE SHARE THIS ARTICLE WITH YOUR FRIENDS AND FAMILY. IF YOU HAVE ANY QUESTIONS IN YOUR MIND. THEN PLEASE SHARE YOUR THOUGHTS IN THE COMMENT BOX.


    THANK YOU SO MUCH FOR READING HOW TO INSTALL KALI LINUX ON ANDROID WITHOUT ROOT (FULL VERSION).


    THANK YOU! 👍👋🙏😊

    Tags

    Post a Comment

    0 Comments
    * Please Don't Spam Here. All the Comments are Reviewed by Admin.