【 tulaoshi.com - Linux 】
无光软驱,顺利完全从硬盘安装freebsd 原文出自:http://www.chinaunix.net/jh/5/550947.html 作者:jovent 参考jovent的“无光软驱,顺利完全从硬盘安装freebsd5.4(包括了CD1,CD2)” 文章,结合我我只想安装mini.iso,自己把安装过程记录下来,以备我给忘了:_)
前提:1.有win系统且下有bootonly.iso&mini.iso文件; 2.有isoemu和DAEMON Tools二个软件。 1.frebsd5.3-release-i386-mini.iso解压至c:根目录下; 2.解压isoemu至c:根目录下; 3.修改c:iso.ini文件,找到"isogrub.iso"改为freebsd.iso; 4.把5.3-RELEASE-i386-bootonly.iso改为freebsd.iso,放到c:下; 5.修改c:boot.ini文件,在下面加入一行c:ieldr="Load IsoEmu Final SV" OK,重启^_^
(本文来源于图老师网站,更多请访问http://www.tulaoshi.com/linux/) 1,重启选择"Load IsoEmu Final SV"引导系统,呵呵,进入了期待N久的freebsd的安装系统:_) 2,到了sys install,选择standard,可是提示:“no disk found!please verify that you disk controller is being properly probed is boot time,see the hardware cuideen the documentation menu for close on diagnosig this type of problem!” 我晕,
什么问题。。。。能进windows2000,可是怎么在安装freebsd时提示没有DISK呢?后来才发现要把IDE硬盘设成parmary master,就OK了! 1,我是在一个硬盘(6G)上安装win2000&freebsd的,所以我分区的时候就分了2个主分区,1个逻辑分区。(ad0s1(win2000)_2G,ad0s2(freebsd)_2G,ad0s3(fat32)_2G),选择ad0s2,按T,更改为165;在按S(set bootable);然后Q(finish); 2,安装boot manager,选择bootMgr Install the freebsd boot Manager. 3,进入Freebsd Disklable1 Editor, 按C创建根分区_250M,SWAP分区_256M,/VAR_150M,/USR_1400M(FS,挂载为/var,/usr);按Q结束; 4,进入选择安装介质,在这选择(5 DOS)进行安装;然后开始进行硬盘分区格式化; 5,重启,呵呵,看到有:F1 DOS F2 Freebsd 呵,按F2,进入我梦寐以求的FreeBSD!!!!!
(本文来源于图老师网站,更多请访问http://www.tulaoshi.com/linux/)
这么久了,终干把FREEBSD装上了,高兴啊。。。。。以前那么高深的现在能这么近的接触到了,呵呵。