How To

Install Kali Linux 2023.x – Step by Step with Screenshots

In today’s guide we will walk you through the steps required to install Kali Linux 2023.x. Kali Linux 2023.x is ready for download with lots of DE updates, NetHunter updates and support for VMs on Apple Silicon. Kali Linux is a widely used operating system created for Security professionals and Linux enthusiasts. This Linux distribution is a rolling release with updates for its releases available on the fly.

Original content from computingforgeeks.com - post 85422

The Kali Linux 2023.x release made things even better. By default, Kali uses Xfce, but during the setup process, allows for GNOME, KDE, or no GUI to be selected. There are pre-configurations for Enlightenment, i3, LXDE, and MATE as well.

What is new in Kali Linux 2023.4

Some of the major changes are:

  • Cloud ARM64 – Now Amazon AWS and Microsoft Azure marketplaces have an ARM64 option
  • Vagrant Hyper-V – Our Vagrant offering now supports Hyper-V
  • Raspberry Pi 5 – Kali on the latest Raspberry Pi foundation device
  • GNOME 45 – Kali theme is on the latest versions
  • Internal Infrastructure – Peak at what is going on behind the scenes with mirrorbits
  • New Tools – As always, various new & updated packages

Install Kali Linux 2023.4 – Step by Step with Screenshots

In the next sections we show you how to download Kali Linux ISO image, make it bootable and initiate the installation of Kali Linux on your Laptop or Desktop machine.

Step 1: Download Kali Linux installer ISO

Visit the downloads page and pull the latest release of Kali Linux. You can also browse the ISO images link.

### With wget ###
wget https://cdimage.kali.org/kali-2023.4/kali-linux-2023.4-installer-amd64.iso

If you have torrent application, you can use the Torrent link instead. There are ready to boot images for VirtualBox and VMware. If you want the Live image, pull it under the Kali Linux (Live) section.

Step 2: Create bootable USB drive

If installing on a Laptop, Desktop or server, you’ll need to create a bootable medium for installation.

On Linux, use dd command:

sudo dd if=kali-linux-2023.4-installer-amd64.iso of=/dev/sdX bs=512k

Where:

  • /dev/sdX is your USB device

If on Windows or macOS, user Etcher.

kali usb install windows etcher

Select image, USB device and hit the Flash button to get started.

Step 3: Boot Kali Linux installer image

Insert bootable USB Drive to your computer and boot from it to start installation process. Once booted:

Select graphical installation method – Recommended for new users.

install kali linux complete steps 01

Choose the language to use during installation process – English for me.

install kali linux complete steps 02

Select a country for the correct timezone to be set for your machine during installation.

install kali linux complete steps 03

Configure Keyboard keymap.

install kali linux complete steps 04

Wait for the installation components to be loaded.

install kali linux complete steps 05

Set your machine hostname.

install kali linux complete steps 06

Set domain name, this will be part of FQDN – <hostname>.<domain_name>

install kali linux complete steps 07

Create a user for non-administrative activities – set full name and username.

install kali linux complete steps 08
install kali linux complete steps 09

Set password for the user.

install kali linux complete steps 10

Set desired timezone

install kali linux complete steps 11

Choose disk partitioning method – If you’re not sure, go with “Guided – use entire disk“.

install kali linux complete steps 12

Select disk for installation.

install kali linux complete steps 13

Select how partitioning should be done. For new users, All files in one partition should work fine. If you have enough installation disk size, you can go with separate /home, /var, /tmp partitions. This may require doing custom partitioning in the previous steps for accurate disk allocation.

install kali linux complete steps 14

Write changes to disk.

install kali linux complete steps 15

If you chose LVM, set size of volume group to be created.

install kali linux complete steps 16

Commit changes to disk

install kali linux complete steps 17

Wait for the installation to start – it should take few minutes.

install kali linux complete steps 18

If you have a network proxy for external access then configure it in the next screen.

install kali linux complete steps 19

Package manager apt configuration will start.

install kali linux complete steps 20

Choose software applications and Kali desktop environment to install.

install kali linux complete steps 22

You can choose tools based on your Kali Linux use case – Purpose for installation.

install kali linux complete steps 23

Install the GRUB boot loader to the master boot record so you can boot your Kali Linux image.

install kali linux complete steps 24

Select target disk for GRUB installation – Mostly the first disk.

install kali linux complete steps 25

Your installation completed successful if you don’t see any error messages.

install kali linux complete steps 26

Validate installed OS release:

$  grep VERSION /etc/os-release
VERSION="2023.4"
VERSION_ID="2023.4"
VERSION_CODENAME="kali-rolling"

# Kernel release
$ uname -r

You can perform a system upgrade after the instalallation:

sudo apt update && sudo apt -y full-upgrade

If packages repository is not working add with the commands below:

echo "deb http://http.kali.org/kali kali-rolling main non-free contrib" | sudo tee /etc/apt/sources.list

Check if reboot is required:

[ -f /var/run/reboot-required ] && sudo reboot -f

For more information on this release visit Kali Linux Documentation and Kali Linux Tools pages.

Recommended Security Books to read:

Recommended Linux Books  to read:

More articles on Kali Linux:

Related Articles

Containers Install Docker and Docker Compose on Kali Linux Databases How To Install MySQL 8.0 on Kali Linux Arch Linux How to install and configure Zsh on Linux Arch Linux i3 ssh configuration to unlock without passphrase

Leave a Comment

Press ESC to close