Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.51 KB

File metadata and controls

42 lines (30 loc) · 1.51 KB

Manjaro

Create a Linux Live USB

| 1 :$ Find the /dev/... name of your USB

lsblk

| 2 :$ Write the .iso file to your USB (your USB will be erased!)

sudo dd bs=4M if=manjaro-gnome-20.X.X-XXXXXX-linuxXX.iso of=/dev/sdf conv=fdatasync status=progress

This example assumes:

  • /dev/sdf is the device name for the USB
  • The .iso filename is in the present working directory as: "manjaro-gnome-20.X.X-XXXXXX-linuxXX.iso"

Or on Windows use Rufus to burn the image to the USB

Download Sources

Manjaro

Based on Arch, "rolling releases", slow channel stable updates, Vrk does NOT support now, but may in the future!

Arch Linux

"Rolling releases", Vrk does NOT support now, but may in the future!