Skip to content

CloudSentralDotNet/iso_pfsense

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 

Repository files navigation

Download our selected pfsense isos' at https://github.com/CloudSentralDotNet/iso_pfsense/releases

or alternatively use these direct download links:

Burning ISO / IMG to a USB Drive using 'dd'

  • Insert a new USB drive but do not mount it.
  • Check drive designation by running 'sudo lsblk' in a console.
  • Run 'sudo dd bs=4M if=/path/to/pfsense.iso of=/dev/sdX status=progress && sync' Replace sdX with your USB drive designation, for example: sdc (be very careful here!).
  • The sync part is important, do not omit it!

After dd command finishes, your drive is ready.