LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 7001|回复: 15

Install Debian woody with the kernel 2.4.18-bf2.4

[复制链接]
发表于 2002-7-30 03:03:34 | 显示全部楼层 |阅读模式
If you want to install debian woody ,you only need to download the first iso image,you can find it at here:
www.linuxiso.org
this place provides all kinds of distributions like RH ,Debian,etc.Or other place.
You can also use a perfect tool named:jigdo
with it you can easily make up iso image from ftp or http sites which provide the install files(not iso).It has two version ,can run at widows and linux .
You can find it at :
http://home.in.tum.de/~atterer/jigdo/
OK! now ,we can start harddisk install with the iso .
It's no necessary to unexpress it ,during the install,when you need it  you can use the mount command,for example:
When it inform you where is the install files.do like this:
press"ctrl+alt+F2" ,open another console
cd /mnt; mkdir c; mount -t vfat /dev/hda1 /mnt/c;
(hda1 is the place where you iso is)
cd /mnt/ ;   mkdir iso ; cd /mnt/c;
mount -t iso9660 -o loop yourisoname /mnt/iso;
Then you can find install file at /mnt/iso.

Most people install the woody use the boot.bat at dos,but there is a bug.
There is four boot image your can used for install:
Each has different kernel and drivers,
Three of them has the kernel 2.2.X and part of drivers,only the bf2.4 boot image use the kernel 2.4.18 and support like ReiserFS , ext3,usb and more nic drivers ,etc.It has more fuction. but the
default kernel use 2.2.x.When you use the boot.bat under dos ,it use the file loadlin ,it is a boot tools, it has a bug can not boot the bf2.4 image ,so  the default boot is idepci kernel image,it provide little driver and 2.2.x kernel ,you can't use usb device under it .
How to boot bf2.4 image .
One way you must have the six floppy ,one is secure ,one is root ,other four is drivers.Remeber
they must only for bf2.f ,because different boot image has different secure,root ,drivers file.
But I only have two floppy ,how to install the drivers?
I make one secure disk ,one root disk ,and copy drivers at c:/images-1.44/bf2.4/drivers.tgz
(you can also copy the base system file in it ),then when it inform me where is drivers ,I select
harddisk ,select /dev/hda1 and can find the drivers.
That's all ,I find the boot image bf2.4 is better than
the others ,because you can use the newest fuction like RerserFS ,usb, and it is also stable ,if you use other image ,when you complete find can't use the usb mouse,you have to compile the kernel ,it is not a easy thing.
If there is any problem ,please tell me,perhaps i can help you .
发表于 2002-7-30 09:30:15 | 显示全部楼层
多谢quanliking兄。。。辛苦了。。
 楼主| 发表于 2002-7-30 12:16:38 | 显示全部楼层
谢谢版竹,想不到能开这么好的一个版页,真是linux爱好者的福气。
Debian是一个非常好的发行版,但它的安装和配置比较具有挑战性,可供参考的资料又少,因此一些新手(包括我)望而却步。
上面是我在反复的安装后,对如何选择引导内核以及如何通过硬盘安装得出的一些经验,因为是在linux下打字,没装中文输入法,本人英文又很烂,加上时间仓促,语句组织难免混乱,漏洞百出,望高手不要笑话,不足之处,请帮忙纠正补充。

提供两个非常好的站点:
http://www.debianplanet.org
全部关于debian的很好的站点
http://www.linuxfocus.org
一些文章,每两月一期,并且有中译版,不过好像要比英文版的内容老一些。

另外bf2.4是一个很棒的引导内核,可支持很多新的功能,先提供下载地址:
http://ftp.debian.org/debian/dis ... /images-1.44/bf2.4/
这里六个.bin结尾的文件分别代表六张引导软盘,其中四张为驱动盘,可用一个工具叫rawrite写进软盘,安装方法为我提到的六盘安装法,先放rescue盘,然后放root,提示放drivers时,选择/dev/fd0,这种方法不是很好,首先你需要六张软盘,像一般人哪来那么多盘,而且软盘易坏,浪费钱,加上读软盘速度要慢很多。
http://ftp.debian.org/debian/dis ... i386/current/bf2.4/
这里提供一个文件叫drivers.tgz,内容同上面的四张驱动一样,安装方法上面已经提到,比如建立c:\images-1.44\bf2.4,把drivers.tgz拷到这里,注意一定要建立这样一个目录,安装时选harddisk,然后选/dev/hda1,让它自己找。
这里c:对应hda1,如果文件我考到第二个硬盘的第二个分区,那我就用/dev/hdc2.
还有你也可以把你的基系统文件,叫basedebs,大概27M左右也考到这个目录下,这样的话装好驱动后,就可装基系统了,装好基系统后,如果你已经连上网,那么配置一下sources.list,那么其他的软件就可以通过网络安装了,或者利用你
硬盘里的iso镜像安装。如何配置sources.list可参阅其他资料。
如果你是通过类似以太adsl拨号上网的话,那么你装好基系统后,还不能上网,你好得装一下gcc,用windows下一个rp-pppoe,解压,用./go编译安装,好了拨号上网,不过前提是你已经配置好你的网卡,可通过ifconfig察看,同时route看一下你的路由表,看看是否出错以及网关有没有设置好。

不好意思,罗嗦了几句,见笑 ;) :cool:
发表于 2002-7-30 12:36:07 | 显示全部楼层
真是辛苦 quanliking兄了。。。。。精品!!!

quanliking兄,现在对新手来说,Debian的确是一个挑战,多谢老兄能把自己实践过经验同弟兄们分享。
我前几天也试着装了一下,我是用刻盘来安装的,在安装的过程中,实在是花了好大的力气。就是Xwindows的配制就花了近十几个小时。

因为咱们这个版面是新开的。因为懂的Debian的太少了。所以从现在咱们开始积累,如果能帮上弟兄们在技术上交流,那是最好的。

现在一上网就到Debian版来看一下,看一看有没有弟兄发帖讨论。有时看到帖子而答不了,实在是一件极痛苦的事。。哈。。。。。好在有喜欢Debian的弟兄。是弟兄们的支持,使得这个版面有了活力,现在我们需要的是时间和积累。咱们都相信,我们能行!

到了河的那一边,我们就能自由的呼吸了!!!
发表于 2002-8-12 14:56:19 | 显示全部楼层
更正一下,不建c:\image1.44\bf2.4这样的目录也可以的!安装系统会自动搜索到。
发表于 2003-6-23 19:29:10 | 显示全部楼层

bf24?

我的机器没有软驱,没有光驱,有一个fat32分区安装的win98,下载了iso文件,按照精华区的说明可以从硬盘安装(boot.bat),但只能安装2.2,没法安装2.4,提示压缩格式错误。我没办法按照前面的说明,使用软盘安装,只能从硬盘安装,能解决吗?
 楼主| 发表于 2003-6-23 19:34:52 | 显示全部楼层
绝对能,而且一个兄弟成功好几次了。
发表于 2003-6-24 08:50:23 | 显示全部楼层

兄弟如何做啊?

兄弟如何做啊?
发表于 2003-6-24 09:49:14 | 显示全部楼层
下载 ftp://ftp.debian.org/debian/dist ... -i386/current/bf2.4 里的内容,放在C盘一个目录里,再运行install.bat就可以了
如果不想从网上抓基本系统包,下载 ftp://ftp.debian.org/debian/dist ... urrent/basedebs.tar 也拷到刚才的目录里
发表于 2003-6-24 13:02:27 | 显示全部楼层

这样不行! 你看看install.bat中的注释就知道了

这样不行! 你看看install.bat中的注释就知道了
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表