打开我的笔记本电脑后 Debian 卡在终端上

打开我的笔记本电脑后 Debian 卡在终端上

我的笔记本电脑上新安装了 debian,但目前卡住了:

Debian GNU/Linux 10 debian tty1
debian login: _

即使等待很长时间也没有显示 GUI 登录表单。我可以使用我的帐户凭据登录,但这不会改变任何内容。我应该怎么做才能显示 GUI 登录表单?

答案1

在没有 Internet 连接的情况下使用 netinst isoapt将无法正确配置sources.list

编辑您的/etc/apt/sources.list如下:

deb http://deb.debian.org/debian/ buster main 
deb http://deb.debian.org/debian/ buster-updates main 
deb http://security.debian.org/debian-security buster/updates main 

安装肉桂桌面:

sudo apt update
sudo apt install task-cinnamon-desktop

相关内容