软件工程

本类阅读TOP10

·PHP4 + MYSQL + APACHE 在 WIN 系统下的安装、配置
·Linux 入门常用命令(1)
·Linux 入门常用命令(2)
·使用 DCPROMO/FORCEREMOVAL 命令强制将 Active Directory 域控制器降级
·DirectShow学习(八): CBaseRender类及相应Pin类的源代码分析
·基于ICE方式SIP信令穿透Symmetric NAT技术研究
·Windows 2003网络负载均衡的实现
·一网打尽Win十四种系统故障解决方法
·数百种 Windows 软件的免费替代品列表
·收藏---行百里半九十

分类导航
VC语言Delphi
VB语言ASP
PerlJava
Script数据库
其他语言游戏开发
文件格式网站制作
软件工程.NET开发
install without cd

作者:未知 来源:月光软件站 加入时间:2005-2-28 月光软件站

免光软的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

__________________




相关文章

相关软件