host: centos5.3 virtualbox gusest: debian5.0
安装虚拟的debian
我用的是别人的一张最简单的系统光盘,一些命令如:ifconfig和make都没有,都需要自己来安装,安装,我用的这个版本,在安装过程中,不能使用鼠标。全靠回车、Tab、Esc键。
1.设置局域网的源:- vim /etc/apt/sources.list
-
deb lenny main contrib non-free
- apt-get update #更新源信息
apt-get install gnome #先安装图形桌面
2.安装完后,中文的菜单都是方块的乱码:- apt-get install ttf-arphic-uming ttf-arphic-ukai ttf-arphic-gbsn00lp ttf-arphic-bsmi00lp ttf-arphic-gkai00mp ttf-arphic-bkai00mp
3.如果你修改xorg.conf失败,进入不了X server,那么mv xorg.conf xorg.conf.bak2 ,
重启动系统会重新生成一个xorg.conf。
4 . 安装 build-essentials出错:打开/var/log/vbox-install.log 看到
Makefile:147: *** Error: unable to find the sources of your current Linux kernel. Specify KERN_DIR=
and run Make again
出现Kernel driver not installed (rc=-1908)错误的原因是,没有成功编译供virtualbox使用的内核模块。
sudo apt-get install build-essential
sudo apt-get install linux-headers-`uname -r`(uname –r 查看你的内核版本,比如我的是2.6.32-22-generic)
然后在执行sudo /etc/init.d/vboxdrv setup
2. 安装apt-get install linux-headers-`uname -r`
5.设置apt-get install http 代理
6. 设置debian源的好方法:
http://www.cnblogs.com/westfly/archive/2011/04/28/2031943.html
阅读(1074) | 评论(0) | 转发(0) |