红联Linux门户
Linux帮助
当前位置: 红联Linux门户 > Debian

debian etch(4.0r4a)安装笔记

发布时间:2008-08-28 00:16:09来源:红联作者:gaiebian
1、到这里 http://www.debian.org/distrib/netinst 下载一张大小约180 MB的CD。

2、到这里 http://ftp.us.debian.org/debian/dists/Debian4.0r4a/main/installer-i386/current/images/hd-media/ 下载硬盘安装用的文件。

3、到这里 http://debian.cn99.com/ 下载 source.list

4、把以上下载回来的文件全部放进 /mnt/sda5/etch 里面。(我现在正在用 /dev/sda3 里的ubuntu, /dev/sda5也是ext3格式的分区)

如果在sda5分区里有不只一个iso文件,建议把debian-40r4a-i386-netinst.iso放在根目录,其它iso放进其它文件夹里。因为安装过程中会自己搜索iso,但是不太智能,这样做可以方便安装程序搜到正确的iso文件。

5、在 /boot/grub/menu.list 里加上
title debian etch (4.0r4a)
kernel (hd0,4)/etch/vmlinuz
initrd (hd0,4)/etch/initrd.gz
关于这点可以参考手册 http://www.debian.org/releases/stable/i386/ch05s01.html.en#boot-initrd

6、重启电脑进入安装程序。

7、这张180MB的CD只能安装(也先天保证了)一个最基本debian系统,没有X,没有任何多余的东西。所以也没有adsl拨号程序(pppoeconf),但是我们手动可以安装,步骤如下:
把 debian-40r4a-i386-netinst.iso 作为一个源,挂载iso。
mkdir /mnt/{sda5,iso}
mount /dev/sda5 /mnt/sda5
mount -o loop /mnt/sda5/etch/debian-40r4a-i386-netinst.iso /mnt/iso
然后在 /etc/apt/source.list 里加上一句
deb file/mnt/iso etch main contrib
就可以把iso作为一个源了。
之后就可以安装pppoeconf了。
aptitude update
aptitude install pppoeconf

8、上网更新源。
cp /mnt/sda5/etch/source.list.etch /etc/apt/source.list
aptitude update
aptitude upgrade

9、安装必要的程序
aptitude install xorg xserver-xorg-video-ati fglrx-driver iceweasel dwm scim scim-anthy scim-tables-zh scim-pinyin
这样就可以用startx打开X并上网了,也能输入中文和日文了。

10、为了更好的音质,安装alsa。
aptitude install alsa
alsaconf
建议安装后重启系统。

11、安装虚拟机(Virtualbox)。
先上 virtualbox.org 下载最新的版本,以及用户手册。
安装 linux-source 和 linux-headers

由于手册里说明不推荐使用版本号为 2.5.18 的内核,而碰巧etch里用的就是这个版本!不过幸好也碰巧出了个 etch-and-a-half ,这是debian第一次在stable分支里升级内核版本(参考 http://www.debian.org/News/2008/20080726 )。

所以可以安装更新的内核了
aptitude install linux-headers-2.6-686-etchnhalf linux-image-2.6-686-etchnhalf

再安装几个依赖文件
aptitude install libidl0 libqt3-mt libsdl1.2debian libxslt1.1
幸好这些文件etch里都能满足,不用自己编译。

然后,可以正式安装了。
dpkg -i virtualbox_1.6.4-33808_Debian_etch_i386.deb

如无意外,应该可以安装成功。然后,添加用户。我喜欢直接编辑 /etc/group 文件手动添加用户。添加后退出X,注销用户,重新登入,运行 groups,看见输出里有 vboxusers 就表示添加成功了。

至此,Virtualbox 安装完毕,可以运行 Virtualbox 了(注意V是大写)。
文章评论

共有 0 条评论