虚拟机Vbox安装debian5.0

虚拟机Vbox安装debian5.0

现Parallels Workstation对debian的支持不太好,用光盘镜像安装屏幕一片花的,那效果根本就不能看,

过后试着用vmware安装,用2.6的内核,安装是屏幕刷新特别慢,不知道是不是硬盘类型导致的。

最还是回到了Vbox,安装顺利,就是屏幕分辨率有问题,默认是不能够调整的,安装增强工具

不过用debian5.0 DVD安装后是不能直接安装的,需要一个软件包

首先还是去设置软件源吧..

编辑/etc/apt/sources.list

deb http://debian.ustc.edu.cn/debian testing main non-free contrib
deb-src http://debian.ustc.edu.cn/debian testing main non-free contrib
deb http://debian.ustc.edu.cn/debian-security testing/updates main

然后更新数据库
aptitude update

安装软件包

apt-get install gcc
apt-get install make
查看内核版本
uname -r
2.6.26-1-686
安装自己相应的内核头文件,build and headers file

apt-get update

apt-get install linux-headers-2.6.26-1-686

这些都搞定之后,挂在增强工具的CDROM、

ROOR权限执行相应的安装文件
./VboxLinux*****.run
默认就可以了,重启搞定。

留下回复