install without cd

免光软的Debian最简硬盘安装法(BF2.4)

不少朋友总是提问不用CD、不用软盘怎么装Debian Linux,这里是我自己的方法,其实很简单,希望能够对大家能够有点帮助。

先下载这些文件:
http://debian.cn99.com/debian/dists...f2.4/rescue.bin
http://debian.cn99.com/debian/dists.../bf2.4/root.bin
http://debian.cn99.com/debian/dists...4/kernel-config
http://debian.cn99.com/debian/dists...bf2.4/linux.bin
http://debian.cn99.com/debian/dists...2.4/drivers.tgz
http://linuxcn.org/soft/others/loadlin.exe
然后把这些文件按照这样的目录形式摆放好:(假设我们放在c:/debian)
c:/debian/images-1.44/bf2.4/kernel-config
c:/debian/images-1.44/bf2.4/rescue.bin
c:/debian/images-1.44/bf2.4/root.bin
c:/debian/loadlin.exe
c:/debian/bf2.4/linux.bin
c:/debian/bf2.4/drivers.tgz

再建立一个install.bat文件,放在c:/debian/下,内容如下:
loadlin bf2.4/linux.bin root=/dev/ram initrd=images-1.44/bf2.4/root.bin disksize=1.44 flavor=bf2.4

如果基本系统不想用网络安装,那么还要下载
http://debian.cn99.com/debian/dists...nt/basedebs.tar
放置为:c:/debian/basedebs.tar


包做好了,要安装,进入DOS方式,进入c:/debian目录,执行install就可以了

loadlin 也可以在这里下载
http://www.demolinux.org/DOWNLOAD/3.0/dosutils/
http://bingle.pku.edu.cn/scripts/ft...ord=loadlin.exe

__________________

你可能感兴趣的:(install without cd)