How to make bootable USB in android

How to make bootable USB in android

Flasher, a must have app in android phone, it works like dd in Linux.


Savior when you dont have machine to create bootable USB stick or any media to boot.


[1] - Connect USB stick with OTG cable.

[2] - Enable OTG on phone.

[3] - Connect OTG cable with phone.

[4] - Open Flasher app.

[5] - In Flasher app select

(a) USB stick to flash

(b) Browse and select ISO image which you want to boot.

[6] - Tap write button to start writing image on USB stick.


Make sure Linux ISO image is bootable.


More interesting part is that it does not require Root access to work on android phone.


Flasher app @ play store


Note: After flashing USB stick with Flasher app all data will be wipe from it.


Lev Lybin

Team lead, design architecture, back-end python developer

1 年

Thank you, Bro. Arch Linux flashed successfully and I repaired my system.

回复
Sanju Debnath

R1Soft Technical Support Engineer at ConnectWise

1 年

I would recommend using gparted OS version 1.5.0-1 for booting issues. Below is the ISO file download link. https://webwerks.dl.sourceforge.net/project/gparted/gparted-live-stable/1.5.0-1/gparted-live-1.5.0-1-amd64.iso

回复

要查看或添加评论,请登录

Sanju Debnath的更多文章

  • Color your terminal

    Color your terminal

    Run following commands in Linux terminal to make your black & white screen colourful. To keep script at your machine…

  • crontab

    crontab

    The crontab, a very useful and most important tool to use it for repetitive jobs. It has most customizable schedule…

  • Pluggable Authentication Modules (PAM)

    Pluggable Authentication Modules (PAM)

    PAM is a system for authenticating users in Linux and other Unix-like operating systems. PAM allows for the flexible…

  • Strings command substitute

    Strings command substitute

    I was looking for basic available tools an option to replace strings which is mostly not pre-installed or shipped with…

  • Bash scripting - while conditional loop

    Bash scripting - while conditional loop

    while conditional loop - A loop; repeatedly executes a block of code as long as a condition is true, in other words it…

  • Script to rename predictable network devices into classic network devices

    Script to rename predictable network devices into classic network devices

    In a curiosity to make a script to have classic network interface name created this script rpni.sh this script is not…

  • Generate random number to a specific length

    Generate random number to a specific length

    There are many ways to generate random number in command line, for now I have found this Where head will read starting…

    4 条评论
  • Resizing Filesystem

    Resizing Filesystem

    Understanding Filesystem: A filesystem is a method used by operating systems to organize and store data on storage…

  • vm.overcommit_memory

    vm.overcommit_memory

    The vm.overcommit_memory is a kernel parameter in the Linux operating system that controls the memory overcommit…

    3 条评论
  • Man page a comprehensive guide in Linux

    Man page a comprehensive guide in Linux

    Man, short for manual, provides documentation on how to use various commands, programs, and configuration files in the…

社区洞察

其他会员也浏览了