The process of how to create a bootable Manjaro Linux USB Flash Drive on an existing Manjaro Linux computer using command terminal.
Steps:
1. Download Manjaro Linux ISO file
2. Open Terminal
3. Insert a Flash Drive
4. Make it bootable with DD command:
$ sudo dd bs=4M if=[ISO source] of=[Destination Flash Drive] status=progress oflag=sync
A Flash Drive of 4 GB or more can be used to make it Manjaro Linux bootable. Ensure that there is no data on the flash drive as it will be erased.
You can use this flash drive to install Manjaro Linux on any computer.
Source: https://www.techsolveprac.com/
Useful Links used in video:
Hastags: #manjaro #manjarolinux