CybersecurityGadgetsNewswireTechnology

Kali Linux 2026.2 speeds up VMs, updates desktop environments

▼ Summary

– Kali Linux 2026.2 improves VM boot speed by omitting graphics firmware from pre-built VM images and installer detection, reducing initrd from ~200 MB to 60 MB and boot time to a third.
– GNOME 50 and KDE Plasma 6.6 updates bring performance optimizations, accessibility features, and new tools like OCR in Spectacle and annotation support in Document Viewer.
– Service helper scripts now follow a consistent naming pattern (tool-start/tool-stop) and offer uniform functions like start, stop, status, and credential display.
– The release switches to a new deb822-style APT sources format in /etc/apt/sources.list.d/kali.sources, with fresh installs using it and existing systems retaining the old file.
– Kernel 6.19 ships to maintain NVIDIA DKMS compatibility, while nine new tools (e.g., arsenal-ng, legba, oletools) and NetHunter updates with EvilTwin support are included.

Penetration testers running Kali Linux inside virtual machines will notice a significant speed boost with the 2026.2 release. The improvement stems from a change in how graphics firmware is handled. This firmware, which drives NVIDIA, AMD, and Intel GPUs, has ballooned to nearly 300 MB. Since few virtual machines actually need it, loading it during startup was slowing things down unnecessarily.

Traditionally, Kali images shipped with a comprehensive set of firmware to ensure hardware compatibility out of the box. However, parts of that graphics firmware load very early in the boot process, landing in the initrd , the small system the kernel reads at startup. A heavier initrd not only slows boot times but can also crowd a small `/boot` partition. The Kali initrd had climbed to around 200 MB.

Now, pre-built VM images omit graphics firmware entirely. The installer also detects when it’s running inside a virtual machine and skips that firmware during setup. For VM users, the initrd drops to 60 MB, and boot time on a QEMU virtual machine running on a Linux host falls to roughly a third of what it was. Users installing on bare metal still get the full set of graphics firmware.

New desktop versions

Every other Kali release brings a major desktop update, and this cycle covers GNOME and KDE Plasma. GNOME moves to version 50, with its file manager gaining optimizations that speed thumbnail and icon loading, improve responsiveness, and lower memory use. The desktop also adds accessibility features through a new preferences window, screen reader tweaks, and automatic language switching. The Document Viewer app now supports annotations, letting users add notes and highlights directly to documents.

KDE Plasma reaches version 6.6 with a focus on usability and accessibility. A new on-screen keyboard improves the experience on touch devices. The Spectacle screenshot utility can now recognize and extract text from screenshots, putting OCR capabilities directly on the desktop. Plasma also adds color-vision options, Zoom and Magnifier improvements, Slow Keys support on Wayland, and the standardized Reduced Motion setting.

More consistent service helper scripts

Many Kali tools depend on a background service, and their helper scripts now behave consistently across packages. A script can start or stop the service, check whether it’s already running, show its status, display any default credentials, and point to a web UI by opening the URL in the browser. Kali packages that include a service use a tool-start and tool-stop naming pattern for their commands.

A new APT sources format

Kali retires the long-standing `/etc/apt/sources.list` file in favor of `/etc/apt/sources.list.d/kali.sources`. The new file uses the deb822 style, which spreads the repository definition across labeled fields such as Types, URIs, Suites, and Components. Fresh installs receive the new format automatically. Existing systems continue with the old file, which works the same way. A future APT version will warn when the old file is in use and recommend the new one. Debian and its derivatives are making the same shift, and Kali follows that course.

Reboots for polkit and xrdp

Two package updates call for a system reboot. The polkitd update requires one, and GUI applications started as root will fail with cryptic errors until the reboot happens. The hint appears in the upgrade logs, buried among other output. Users who need to restore root application access afterward can enable the `polkit-agent-helper` socket.

The xrdp and xorgxrdp packages move to the v0.10 series, and xrdp users need a reboot after the upgrade. People who run Kali in Hyper-V with Enhanced Session Mode count as xrdp users. Some report that xrdp stops working after the upgrade. Toggling Hyper-V Enhanced Session Mode off and on through `kali-tweaks` can restore it.

Kernel 6.19, with 7.0 available

Kali ships with the 6.19 kernel this release. Recent vulnerability disclosures, including Copy Fail and Dirty Frag, supported moving to the newest kernel. The 7.0 kernel showed incompatibility with the NVIDIA DKMS drivers in Debian. The team chose 6.19 to keep NVIDIA users working and placed the 7.0 kernel in `kali-experimental` for anyone who wants it.

Nine new tools and NetHunter work

The release adds nine tools to the network repositories. They include arsenal-ng, a Go command library carrying a couple hundred cybersecurity cheat-sheets; legba, a multiprotocol credentials bruteforcer; oletools for analyzing MS Office documents; shell-gpt, a command-line tool powered by large language models; and tailscale for secure connectivity. The hydra-gtk GUI returns as well.

On mobile, the NetHunter app launches instantly and gains an EvilTwin Wi-Fi fake access point tab. The release begins a wave of Qcacld-3.0 injection support, bringing packet injection to devices such as the OnePlus 7, POCO X3 Pro, and Xiaomi Mi A3. Kali also welcomed its first mirror in Africa, hosted in South Africa.

(Source: Help Net Security)

Topics

kali linux 98% graphics firmware 92% boot performance 90% gnome 50 88% kde plasma 6.6 86% service helper scripts 84% apt sources format 82% system reboots 80% kernel 6.19 78% new tools 76%