LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1165|回复: 2

制作启动盘

[复制链接]
发表于 2003-6-14 15:55:27 | 显示全部楼层 |阅读模式
前几天看了不知道哪们兄弟的一遍文章,今天在VMWARE下面试试FREEBSD可是没想到,在制作启动盘时都出了问题,在TLW8下都不能制作启动盘,做出来的不能用,在DOS下也搞不定第二张启动盘,在XP下面就更别提了,唉,失败,不知道大家伙是怎么样做启动盘的,
发表于 2003-6-15 07:49:16 | 显示全部楼层
http://www.freebsd.org/doc/en_US ... ok/install-pre.html
2.2.7 Prepare the Boot Media

#

Write the Image Files to the Floppy Disks

The .flp files are not regular files you copy to the disk. Instead, they are images of the complete contents of the disk. This means that you cannot use commands like DOS' copy to write the files. Instead, you must use specific tools to write the images directly to the disk.

If you are creating the floppies on a computer running DOS/Windows, then we provide a tool to do this called fdimage.

If you are using the floppies from the CDROM, and your CDROM is the E: drive, then you would run this:

E:\> tools\fdimage floppies\kern.flp A:

Repeat this command for each .flp file, replacing the floppy disk each time, being sure to label the disks with the name of the file that you copied to them. Adjust the command line as necessary, depending on where you have placed the .flp files. If you do not have the CDROM, then fdimage can be downloaded from the tools directory on the FreeBSD FTP site.

If you are writing the floppies on a Unix system (such as another FreeBSD system) you can use the dd(1) command to write the image files directly to disk. On FreeBSD, you would run:

# dd if=kern.flp of=/dev/fd0

On FreeBSD, /dev/fd0 refers to the first floppy disk (the A: drive). /dev/fd1 would be the B: drive, and so on. Other Unix variants might have different names for the floppy disk devices, and you will need to check the documentation for the system as necessary.
 楼主| 发表于 2003-6-15 20:30:25 | 显示全部楼层
这些方面我都使用过了,可是就是做不了,是不是跟系统有关系呢?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表