1. What is a Pre-Built VM?

It's a fully installed Kali Linux system packaged into a single file. No installation required.

Old Way (ISO)

Create VM -> Install OS -> Partition Disk -> Wait 40 mins -> Install Tools.

New Way (Pre-Built)

Download -> Import -> Ready in 5 mins.

2. Downloading the Image

Step 1: Official Site

Go to kali.org/get-kali/.

Scroll to "Virtual Machines" (Wait for it to load).

Step 2: Choose Platform

VirtualBox: If using Oracle VirtualBox.

VMware: If using VMware Workstation.

Always select 64-bit! (~4GB file)

3. Import to VirtualBox

1

Extract .7z

Right-click the downloaded file.

Use 7-Zip -> "Extract Here".

2

Add Machine

Open VirtualBox.

Menu: Machine -> Add.

3

Select File

Browse extracted folder.

Select the .vbox file.

4

Start

Click Start.

Login: kali / kali

4. Optimize Performance 🚀

Before deep work, configure these settings (Settings button):

System

RAM: 4GB (4096MB) minimum.

Processor: 2 CPUs.

Ensure "Enable PAE/NX" is on.

Display

Video Memory: 128 MB (Max).

Controller: VMSVGA.

3D Acceleration: Enable it.

Network

Adapter 1: NAT.

Ensures VM gets internet from Host.

5. Guest Additions (Full Screen)

Fixes small screen and enables copy-paste.

1. In VM Menu: Devices -> Insert Guest Additions CD Image. 2. Open Terminal. 3. sudo apt update 4. sudo apt install -y dkms linux-headers-$(uname -r) 5. Open CD in File Manager -> Run 'autorun.sh' or double click. 6. Reboot VM.

Common Issues

Black Screen?

Go to Settings -> Display.

Change Controller to VMSVGA.

Uncheck 3D Acceleration (if it persists).

VM is Slow?

Check Task Manager (Host).

Ensure Virtualization (VT-x) is Enabled.

Give more RAM (but not >50% of Host).