【记忆本】Kali升级后无法加载GUI的问题

原因

Since Kali Linux 2025.4, Wayland is the default and only display server for the GNOME desktop.

因Kali官方弃用X11(xorg)并删除gnome-session-xsession 软件包,但是未同时修改gnome配置。导致系统仍然默认加载x11作为默认引擎导致无法加载图形化

解决方案

重启前修改/etc/gdm3/daemon.conf,将WaylandEnable从false改为true,启用Wayland

[daemon]
# Uncomment the line below to force the login screen to use Xorg
WaylandEnable=true

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注