我使用的是配备现有 Windows 7 Ultimate 32 位操作系统的 Dell Inspiron 15r 笔记本电脑。
现在我想安装 Backtrack 5 和双启动。我无法做到这一点,出现以下错误:
root
我只是使用用户名和密码登录toor
,然后键入startx
启动 GUI,但startx
报告“找不到命令”。
我尝试过各种命令,例如login
和sh
,但没有运气。sudo
也是不可能的。
答案1
该startx
脚本应由xinit
包提供。检查是否已安装:
dpkg --get-selections xinit
如果尚未安装,则以 root 身份运行apt-get update; apt-get install xinit
。
如果已经安装,则运行apt-get update; apt-get install --reinstall xinit