If you don\\\\\\\\\\\\\\\'t wanna do it, you find an EXCUSE; if you do, you\\\\\\\\\\\\\\\'ll find a WAY :-)
全部博文(235)
分类: BSD
2011-02-15 17:55:03
If you selected to download a "Boot only USB for network & internet installs" .img file, you can write the image file to a flash card or removable USB drive using the built-in dd command line utility on a BSD or Linux command system. On a FreeBSD system, the superuser can use this command to write the specified image in the current directory to the first plugged in USB device:
Note that a full image will take much longer to transfer:
dd if=PCBSD8.2-RC2-x86-USB.img of=/dev/sdb bs=5k 778240+0 records in 778240+0 records out 3984588800 bytes transferred in 2106.545470 secs (1891528 bytes/sec)When using the dd command:
To burn the .img file on a Windows system, you can use --simply select the .img file as the source and the USB drive as the destination.
Once the image is written, you can boot from the removable device and proceed with the . If you are using the boot-only img file, you will also need to refer to the section on as this image requires an Internet connection to download the rest of the files needed to complete the installation of PC-BSD.
Note: if the system does not boot from the removable device, check the boot order in your system BIOS.