|
第一:先下载这些文件:
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就可以了
我碰到的问题是它说install不是一个可执行的命令....
第二:VFloppy+grub.img安装Debian
早些时候帮过朋友在xp下安装debian。其实际的情况如何如下:没有软驱,没有光驱,更别说用usb引导,机器只能用ntloader引导。如果你已经有了grub或lilo引导,压根儿不用这么做,可用chroot的方法或参考下kanaka写的那个帖子 ”[教程]无需软驱、光驱,从硬盘安装debian基本系统!" http://www.linuxsir.org/bbs/showthr...;threadid=12099
反正思路都是同理的:引导起安装内核和initrd文件,其它的都是一样的。呵呵,如果你已经熟悉了Debian或者前辈们,可以不看。适合于nt/w2k/xp/w2k3的M$用户想安装Debian的朋友。
偶原来是这么么干的:
先在xp一下载这些东西:
1、VFloppy的下载地址:
Vfloppy http://bbs.wwwfox.net/non-cgi/usr/2/2_10476_17.rar
这个文件是在M$下用的。它里面的"说明.txt"文件教你如何使用。
2、打了iso9660fs的grub,下载后把后缀名改为img的:
http://www.tux.org/pub/people/kent-...IP-3.0-1440.bin
3、Debian bf2.4启动内核和initrd文件及其basic system所需要的文件,下载最好放到非ntfs分区中。
ftp://debian.ustc.edu.cn/debian/dis.../bf2.4/root.bin
ftp://debian.ustc.edu.cn/debian/dis...bf2.4/linux.bin
ftp://debian.ustc.edu.cn/debian/dis...2.4/drivers.tgz
ftp://debian.ustc.edu.cn/debian/dis...nt/basedebs.tar
由于是adsl上网的,需要pppoeconf等相关的deb,所以就下载了basedebs.tar这个包。
用ntloader引导Vfloppy启动grub.img后,按c进入grub shell.
grub>kernel (hd0,5)/linux.bin root=/dev/ram rw
grub>initrd (hd0,5)/root.bin
grub> boot
然后就开始安装了。注意:(hd0,5)是你的内核文件和initrd文件所在硬盘分区中,最好不要把它们放在ntfs分区,发现0.94 版本的grub都不能mount ntfs分区中的内核文件和initrd文件你的情况不同你就要适当修改下,比如分区,路径这些。。。。 我碰到的问题是:
我的C盘是(hd0,0)所以我用:
grub>kernel (hd0,0)/linux.bin root=/dev/ram rw
之后出现
[Linux-bzImage, setup=0x1400,size=0x1330eb]
怎么办??(我没找到更好的安装方法)
精华自然好.但并不是每个问题都很明显的找到解决方法.
我也很看不起问问题不经过大脑的人.但我连Debian都装不上我觉得我无法用我的大脑...就是我还没上手.所以感觉很麻烦... |
|