当前位置: 技术问答>linux和unix
裸机如何安装FreeBsd
来源: 互联网 发布时间:2016-01-24
本文导语: 我有一台没有光驱,没有软驱的机器,我在网上下了三个FreeBsd的ISO文件,现在的系统是XP,我想先把XP卸了,再装FreeBsd,该如何装呢,请大家不吝赐教,多谢! | 通过硬盘安装,或通过网络安...
我有一台没有光驱,没有软驱的机器,我在网上下了三个FreeBsd的ISO文件,现在的系统是XP,我想先把XP卸了,再装FreeBsd,该如何装呢,请大家不吝赐教,多谢!
|
通过硬盘安装,或通过网络安装(保证速度快),我曾经尝试过,我建议你先学会在虚拟机里面跑BSD,熟练后在XP抛弃.那样你的积极心应该会更强...
|
Installing from an MS-DOS® Partition
To prepare for an installation from an MS-DOS partition, copy the files from the distribution into a directory called freebsd in the root directory of the partition. For example, c:freebsd. The directory structure of the CDROM or FTP site must be partially reproduced within this directory, so we suggest using the DOS xcopy command if you are copying it from a CD. For example, to prepare for a minimal installation of FreeBSD:
C:> md c:freebsd
C:> xcopy e:bin c:freebsdbin /s
C:> xcopy e:manpages c:freebsdmanpages /s
Assuming that C: is where you have free space and E: is where your CDROM is mounted.
If you do not have a CDROM drive, you can download the distribution from ftp.FreeBSD.org. Each distribution is in its own directory; for example, the base distribution can be found in the 6.2/base/ directory.
For as many distributions you wish to install from an MS-DOS partition (and you have the free space for), install each one under c:freebsd -- the BIN distribution is the only one required for a minimum installation.
To prepare for an installation from an MS-DOS partition, copy the files from the distribution into a directory called freebsd in the root directory of the partition. For example, c:freebsd. The directory structure of the CDROM or FTP site must be partially reproduced within this directory, so we suggest using the DOS xcopy command if you are copying it from a CD. For example, to prepare for a minimal installation of FreeBSD:
C:> md c:freebsd
C:> xcopy e:bin c:freebsdbin /s
C:> xcopy e:manpages c:freebsdmanpages /s
Assuming that C: is where you have free space and E: is where your CDROM is mounted.
If you do not have a CDROM drive, you can download the distribution from ftp.FreeBSD.org. Each distribution is in its own directory; for example, the base distribution can be found in the 6.2/base/ directory.
For as many distributions you wish to install from an MS-DOS partition (and you have the free space for), install each one under c:freebsd -- the BIN distribution is the only one required for a minimum installation.
|
在虚拟机里面跑吧
|
FreeBSD 安装不麻烦,配置起来有点麻烦,x11,汉化,输入法 等等
|
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-diff-media.html
|
可以参照这个地方
http://www.freebsd.org/doc/zh_CN.GB2312/books/handbook/
http://www.freebsd.org/doc/zh_CN.GB2312/books/handbook/