PFSense IMG To USB Stick

From MS Computech
Revision as of 17:06, 10 June 2014 by Snifer (talk | contribs)
Jump to: navigation, search

How to write pfsense image .img to usb stick ( MAC )--Snifer 17:05, 10 June 2014 (ICT)
1> Open Disk Utility and format usb stick to fat32.
2>check diskmount point by open terminal.

df -h

3> Unmount disk by use disk utility. 4> Use dd to write pfsense img to usb stick

sh-3.2# dd if=pfSense-memstick-2.1.3-RELEASE-amd64.img of=/dev/disk2s1 bs=16k
14436+1 records in
14436+1 records out
236527616 bytes transferred in 66.304247 secs (3567307 bytes/sec)

5>Eject usb by use disk utility.