Difference between revisions of "Black Arch VMware Installation"

From Embedded Lab Vienna for IoT & Security
Jump to navigation Jump to search
(Created page with "== Summary == In this documentation, you will find the necessary steps to set up the Linux distribution Black Arch as a virtual machine in VMware Workstation. == Requiremen...")
 
Line 5: Line 5:
== Requirements ==
== Requirements ==


* Kali Linux Image File: Kali Linux 2021.1 amd64 (download from https://blackarch.org/downloads.html )
* Black Arch Linux Image File: Black Arch Linux 2020.12 amd64 full ISO (download from https://blackarch.org/downloads.html )
* VMware Workstation (15.5 is used in this tutorial)
* VMware Workstation (15.5 is used in this tutorial)


Line 11: Line 11:


=== ISO file download ===
=== ISO file download ===
Download the newest Kali Linux ISO file from the official website.
Download the newest Black Arch Linux ISO file from the official website.


=== VMware setup ===
=== VMware setup ===
Line 17: Line 17:
Open VMware Workstation and follow these configurations for a successful installation:
Open VMware Workstation and follow these configurations for a successful installation:
* Click on <i>File</i> -> <i>New Virtual Machine</i>; a window with the configuration will pop up
* Click on <i>File</i> -> <i>New Virtual Machine</i>; a window with the configuration will pop up
* Choose <i>Typical</i> as the type of configuration and click <i>Next></i>
* Choose <i>Custom</i> as the type of configuration and click <i>Next></i>
* Choose <i>Installer disc image file (iso)</i> and find path to the downloaded Kali ISO file, then click <i>Next></i>
* Choose <i>Installer disc image file (iso)</i> and find path to the downloaded Black Arch ISO file, then click <i>Next></i>
* As <i>Guest operating system</i> select Linux and set the <i>Version</i> to Debian 9.x 64-bit, then click <i>Next></i>
* As <i>Guest operating system</i> select Linux and set the <i>Version</i> to <i>Other Linux 5.x or later kernel 64-bit</i>, then click <i>Next></i>
* Set <i>Maximum Disk Size</i> to 40 GB and choose <i>Split virtual disk into multiple files</i>, then click <i>Next></i> and <i>Finish</i>
* Set <i>Maximum Disk Size</i> to 40 GB and choose <i>Split virtual disk into multiple files</i>, then click <i>Next></i> and <i>Finish</i>
Now you're all set for configuring the Kali Linux Installer:
Now you're all set for configuring the Black Arch Linux Installer:
* Select <i>Graphical install</i> and set language and country preferences
* Select <i>Graphical install</i> and set language and country preferences
* Set hostname and if you want also the domain name, otherwise skip it
* Set hostname and if you want also the domain name, otherwise skip it

Revision as of 15:13, 12 April 2021

Summary

In this documentation, you will find the necessary steps to set up the Linux distribution Black Arch as a virtual machine in VMware Workstation.

Requirements

Steps

ISO file download

Download the newest Black Arch Linux ISO file from the official website.

VMware setup

Open VMware Workstation and follow these configurations for a successful installation:

  • Click on File -> New Virtual Machine; a window with the configuration will pop up
  • Choose Custom as the type of configuration and click Next>
  • Choose Installer disc image file (iso) and find path to the downloaded Black Arch ISO file, then click Next>
  • As Guest operating system select Linux and set the Version to Other Linux 5.x or later kernel 64-bit, then click Next>
  • Set Maximum Disk Size to 40 GB and choose Split virtual disk into multiple files, then click Next> and Finish

Now you're all set for configuring the Black Arch Linux Installer:

  • Select Graphical install and set language and country preferences
  • Set hostname and if you want also the domain name, otherwise skip it
  • Set up users and passwords
  • As partitioning method for the disks choose Guided - use entire disk and then just confirm the disk
  • As partitioning scheme choose All files in one operation (recommended for new users)
  • Choose Finish partitioning and write changes to disk, and when prompted whether to write the changes to disks, just click yes
  • You can leave the software selection on default:

Software selection.png

  • Click yes when prompted to install the GRUB boot loader to your primary drive and then as Device for boot loader installation enter /dev/sda; now you should be all set and your installation is finished as soon as the login window pops up

Used Hardware

  • Virtual machine in VMWare: 4 vCPUs, 8GB RAM, 100GB SCSI HDD

References