1:利用网络安装盘debian-40r0-i386-netinst.iso,启动系统,安装基本的系统
2:进入基本系统,配置/etc/apt/source.list
添加一个apd源,这是一个教育网内的源
deb http://mirror.dlut.edu.cn/debian/ testing maim non-free contrib
3:执行
apt-get update
apt-get upgrade
4:安装x-window
apt-get install x-window-system-core
(apt-get install x-window-system 表示全部安装)
注意中间可能会发生一些Error reading,我们可以在重新出现“#”时使用apt-get upgrade进行修复这些错误。修复完成后再 运行apt-get install x-window-system-core 完成x的安装之后我选择安装了
apt-get install xdebconfigurator #安装X自动配置工具
>> xdebconfigurator #自动检测硬件
>> dexconf #配置 /etc/X11/XF86Config-4
dpkg-reconfigure xserver-xfree86 # 重新配置X参数.重要.
apt-get install gnome-core #安装Gnome核心
5:好了现在可以启动X了
startx。

