BlackArch and How to Install It on Your USB Flash Drive

May 10, 2015 07:00 PM
635598434054847334.jpg

Hello everyone, many of you have heard of this distro and i don't know if lots of people here have worked on it, but i'm making this tutorial for all the new guys to arch's world and i wanted to participate at something plus i didn't see any tutorial about it here, so let's start:

BlackArch is an Arch Linux based distro for pentesting and IT security, it contains much more tools than Kali, but i still recommend with kali, BlackArch is very easy to use since it doesn't contain desktop-based environment and different network interfaces(just with names), it's just for hacking (i don't know if it changes after installation), but it's basically larger than kali so i think it won't fit in a 4 GB USB drive

635598434054847334.jpg

as for how to install it, it's different than Kali, if you're experienced with Arch Linux it will be easy for you, but for the people who see this for the first time, any ISO-burning programs like Unetbootin, rufus or USB Universal Installer won't work on BlackArch, you have to use the dd command on a Linux distro, but you have to be very careful, because dd is very strong and it might corrupt your hard disk if you misused it, and it happened to me because i wasn't careful and everything on my hard drive was gone. anyway be extra careful when dealing with dd, when you are on a Linux distro just put in your wanted usb flash drive then type this command in the terminal:

dd if=/PATHTOISO/blackarch.iso of=/dev/sdc bs=512k

as the pathtoiso is where your iso file located(sda1 ,sda2...) i recommend using "Fdisk -l" command(its L not shift+backward slash) to know your partitions.

and sdc is your usb drive

as for bs=512k, its the transferring speed, If you want to be a little faster, you can try with bs=8192k or bs=4M

and make sure sdc is your usb ,you know what will happen if you were wrong, but usually its sdc.

it might show you some error messages with the first boot so you have to boot twice to make sure its working.

Comments

No Comments Exist

Be the first, drop a comment!