Kali Linux VMware Installation: Difference between revisions

From Elvis Wiki
No edit summary
No edit summary
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Summary ==  
== Summary ==  


This is a draft to a documentation about Kali Linux Installation for VMware
In this documentation you will find the necessary steps to set up a Kali Linux Virtual Machine on VMware Workstation or Oracle VM VirtualBox.


== Requirements ==


== VMware ==
=== Requirements ===
* Kali Linux Image File: Kali Linux 2021.1 amd64 (download from https://www.kali.org/downloads/ )
* Kali Linux Image File: Kali Linux 2021.1 amd64 (download from https://www.kali.org/downloads/ )
* VMware Workstation (15.5 is used in this tutorial)
* VMware Workstation (Version 15.5 is used in this tutorial)
 
== Description ==
 
=== Step 1 ===
Download the newest Kali Linux ISO file from the official website.


=== Step 2 ===
=== Setup ===


Open VMware Workstation and follow these configurations for a successful installation:
Open VMware Workstation and follow these configurations for a successful installation:
Line 20: Line 17:
* 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 Kali 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 Debian 9.x 64-bit, then click <i>Next></i>
* Set <i>Maximum Disk Size</i> to 40 GB and choose <i>Split virtual disk into multiple files</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:
* 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 up users and passwords
* As partitioning method for the disks choose <i>Guided - use entire disk</i> and then just confirm the disk
* As partitioning scheme choose <i>All files in one operation (recommended for new users)</i>
* Choose <i>Finish partitioning and write changes to disk</i>, and when prompted whether to write the changes to disks, just click <i>yes</i>
* You can leave the software selection on default:
[[File:Software_selection.png]]
* Click <i>yes</i> when prompted to install the GRUB boot loader to your primary drive and then as <i>Device for boot loader installation</i> enter <b>/dev/sda</b>; 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
 
 
== Oracle VM VirtualBox ==
 
=== Requirements ===
 
*  Pre-Made Kali VirtualBox VM [kali-linux-2024.3-virtualbox-amd64] (downloaded from: https://www.kali.org/get-kali/#kali-virtual-machines )
*  Oracle VM Virtual Box (Version 7.0.14 is used in this tutorial)
 
=== Steps ===
 
* After downloading Pre-Made Karli VirtualBox VM the file will be a .zip file. Unzip it (for example with 7-Zip file Manager or any other Tool of your choice)
* Launch the Oracle VM VirtualBox Manager
* Click on "Add" (de: Hinzufügen)
 
[[File:KarliLinuxAdd.png|800px]]
 
* Select the File you just unzip


== Used Hardware ==
[[File:KarliLinuxChooseFile.png|500px]]


[[Device to be used with this documentation]]
* Click on "Start" and your Karli Linux is all setup
[[Maybe another device to be used with this documentation]]


== Courses ==
[[File:KarliLinuxStart.png|800px]]


* [[A course where this documentation was used]] (2017, 2018)
* [[Another one]] (2018)


== References ==
== References ==


* https://wikipedia.org
* https://www.kali.org/downloads/
* https://google.com
* https://www.kali.org/get-kali/#kali-virtual-machines


[[Category:Documentation, Basics]]
[[Category:Basic]]

Latest revision as of 17:46, 8 November 2024

Summary

In this documentation you will find the necessary steps to set up a Kali Linux Virtual Machine on VMware Workstation or Oracle VM VirtualBox.


VMware

Requirements

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 Typical as the type of configuration and click Next>
  • Choose Installer disc image file (iso) and find path to the downloaded Kali ISO file, then click Next>
  • As Guest operating system select Linux and set the Version to Debian 9.x 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 Kali 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:

  • 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


Oracle VM VirtualBox

Requirements

Steps

  • After downloading Pre-Made Karli VirtualBox VM the file will be a .zip file. Unzip it (for example with 7-Zip file Manager or any other Tool of your choice)
  • Launch the Oracle VM VirtualBox Manager
  • Click on "Add" (de: Hinzufügen)

  • Select the File you just unzip

  • Click on "Start" and your Karli Linux is all setup


References