Kali configuration for unattended installations with some extra tools for day to day use. There are several types of configurations available to use.
A comprehensive set of tools for daily use. For more details read this.
A trim down version of the generic version so it installs faster and takes less space. For more details read this.
This guide is focused in Kali Linux using VirtualBox
This guide uses a custom ISO made using GitHub Actions and uploaded to the releases of this repository.
- Download the modified ISO. I recommend to download one part at a time, because sometimes if you download several parts at the same time it is likely to failed.
- Decompress the downloaded files.
- Create a new Virtual Machine.
- Configure the Hardware, I recommend a minimum of 4096 MB of RAM, 3 CPUs processors and 100 GB of Hard Drive (it can be higher, depending on your hardware).
- Before booting the VM, change the display setting to use at least 32 MB of Video memory in order to be able to rescale on bigger screen and with higher resolutions.
- Boot the VirtualMachine.
- Select one of the two auto install options and wait until Kali is installed.
Sometimes for some reason, the cursor glitches out, if that happens just restart lightdm with:
sudo systemctl restart lightdm- Download Kali Linux.
- Create a new Virtual Machine.
- Configure the Hardware, I recommend a minimum of 4096 MB of RAM, 3 CPUs processors and 100 GB of Hard Drive (it can be higher, depending on your hardware).
- Before booting the VM, change the display setting to use at least 32 MB of Video memory in order to be able to rescale on bigger screen and with higher resolutions.
- Boot the VirtualMachine.
- Once booted go to Install and press the
Tabkey instead of theEnter, this will show a command line at the bottom, as shown in the next picture.
- Once the command line is shown add the following changing the language, country, locale and keymap if needed. If you are not able to copy and paste, you can use any Pastebin Services to copy and paste the content of the preseed.cfg file and type a shorter url instead of the one from Github. Also, you can use ClickPaste to paste into the Virtual Machine.
url=https://raw.githubusercontent.com/J0nan/AutoKali/refs/heads/main/generic/preseed.cfg language=en country=ES locale=en_US.UTF-8 keymap=es hostname=kali domain=- After entering the command press
Enterand wait until Kali is installed.
Sometimes for some reason, the cursor glitches out, if that happens just restart lightdm with:
sudo systemctl restart lightdm

