User Tools

Site Tools


pages:howtos:pfsense:install_pfsense_260_on_apu_4d4

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
pages:howtos:pfsense:install_pfsense_260_on_apu_4d4 [2022/03/05 12:28] mischerhpages:howtos:pfsense:install_pfsense_260_on_apu_4d4 [2022/03/05 13:01] (current) – [Installation Of pfSense] mischerh
Line 1: Line 1:
 {{tag>howto pfsense apu apu4d4 pcengines install}} {{tag>howto pfsense apu apu4d4 pcengines install}}
 ====== Install pfSense 2.6.0 Community Edition On PC Engines APU4D4 ====== ====== Install pfSense 2.6.0 Community Edition On PC Engines APU4D4 ======
-This howto will guide you through the installation process for [[https://www.pfsense.org/|pfSense]] 2.5.on a [[https://pcengines.ch/apu4d4.htm|PC Engines APU4D4]]. You can find generic installation instructions in the [[https://docs.netgate.com/pfsense/en/latest/|netgate documentation]].+This howto will guide you through the installation process for [[https://www.pfsense.org/|pfSense]] 2.6.on a [[https://pcengines.ch/apu4d4.htm|PC Engines APU4D4]]. You can find generic installation instructions in the [[https://docs.netgate.com/pfsense/en/latest/|netgate documentation]].
  
 ===== Sources ===== ===== Sources =====
Line 26: Line 26:
 <sxh bash; gutter: false> <sxh bash; gutter: false>
 cd ~/Downloads cd ~/Downloads
-wget https://frafiles.netgate.com/mirror/downloads/pfSense-CE-memstick-serial-2.5.2-RELEASE-amd64.img.gz+wget https://frafiles.netgate.com/mirror/downloads/pfSense-CE-memstick-serial-2.6.0-RELEASE-amd64.img.gz
 </sxh> </sxh>
  
-Alternatively - Browse to the [[https://www.pfsense.org/download/|pfSense download page]] and download the "Latest Stable Version (Community Edition)" ([[https://frafiles.netgate.com/mirror/downloads/pfSense-CE-memstick-serial-2.5.2-RELEASE-amd64.img.gz|direct link]]) to your local harddisk. +Alternatively - Browse to the [[https://www.pfsense.org/download/|pfSense download page]] and download the "Latest Stable Version (Community Edition)" ([[https://frafiles.netgate.com/mirror/downloads/pfSense-CE-memstick-serial-2.6.0-RELEASE-amd64.img.gz|direct link]]) to your local harddisk. 
-  * Version: **2.5.2**+  * Version: **2.6.0**
   * Architecture: **AMD64 (64-bit)**   * Architecture: **AMD64 (64-bit)**
   * Installer: **USB Memstick Installer**   * Installer: **USB Memstick Installer**
Line 36: Line 36:
   * Mirror: **<select the mirror server closest to your location>**   * Mirror: **<select the mirror server closest to your location>**
  
-This should result in a downloaded file **"pfSense-CE-memstick-serial-2.5.2-RELEASE-amd64.img.gz"** somewhere on your local file system.+This should result in a downloaded file **"pfSense-CE-memstick-serial-2.6.0-RELEASE-amd64.img.gz"** somewhere on your local file system.
  
 Verify the installer integrity Verify the installer integrity
 <sxh bash; gutter: false> <sxh bash; gutter: false>
-sha256sum -c <<< $(lynx --dump https://www.pfsense.org/hashes/pfSense-CE-memstick-serial-2.5.2-RELEASE-amd64.img.gz.sha256)+sha256sum -c <<< $(lynx --dump https://www.pfsense.org/hashes/pfSense-CE-memstick-serial-2.6.0-RELEASE-amd64.img.gz.sha256)
 </sxh> </sxh>
 <code> <code>
-pfSense-CE-memstick-serial-2.5.2-RELEASE-amd64.img.gz: OK+pfSense-CE-memstick-serial-2.6.0-RELEASE-amd64.img.gz: OK
 </code> </code>
  
Line 49: Line 49:
 Decompress the installer image (<wrap hi>this will result in a 800 MB file</wrap>) Decompress the installer image (<wrap hi>this will result in a 800 MB file</wrap>)
 <sxh bash; gutter: false> <sxh bash; gutter: false>
-gzip -d pfSense-CE-memstick-serial-2.5.2-RELEASE-amd64.img.gz+gzip -d pfSense-CE-memstick-serial-2.6.0-RELEASE-amd64.img.gz
 </sxh> </sxh>
 Plug the USB flash drive into a USB-port an find its device name Plug the USB flash drive into a USB-port an find its device name
Line 88: Line 88:
 Now write the installer image to the USB flash drive Now write the installer image to the USB flash drive
 <sxh bash; gutter: false> <sxh bash; gutter: false>
-dd status=progress bs=1M if=./pfSense-CE-memstick-serial-2.5.2-RELEASE-amd64.img of=/dev/sdb && sync+dd bs=1M if=./pfSense-CE-memstick-serial-2.6.0-RELEASE-amd64.img of=/dev/sdb && sync
 </sxh> </sxh>
 <code> <code>
Line 126: Line 126:
  
 ===== Installation Of pfSense ===== ===== Installation Of pfSense =====
-Power on your APU4D4 and press <key>F10</key> for boot options.+Plug the USB flash drive into the USB port of your APU4D4 and power on your device. For boot options press <key>F10</key>.
 <code> <code>
 SeaBIOS (version rel-1.12.1.3-0-g300e8b7) SeaBIOS (version rel-1.12.1.3-0-g300e8b7)
Line 292: Line 292:
              │ │ E Encrypt Disks?     NO                        │ │              │ │ E Encrypt Disks?     NO                        │ │
              │ │ P Partition Scheme   GPT (BIOS)                │ │              │ │ P Partition Scheme   GPT (BIOS)                │ │
-             │ │ S Swap Size          2g                        │ │+             │ │ S Swap Size          1g                        │ │
              │ │ M Mirror Swap?       NO                        │ │              │ │ M Mirror Swap?       NO                        │ │
              │ │ W Encrypt Swap?      NO                        │ │              │ │ W Encrypt Swap?      NO                        │ │
Line 339: Line 339:
  
  
-                   ──────────ZFS Configuration────────────┐ + 
-                   │ ┌───────────────────────────────────┐ │ +                           ┌──ZFS Configuration────┐ 
-                   │ │[ ] ada0         SATA SSD          │ │ +                           │ ┌───────────────────┐ │ 
-                   │ │[ ] da0                            │ │ +                           │ │[ ] ada0  SATA SSD │ │ 
-                   │ │[ ] label/swap0  GEOM LABEL device │ │ +                           │ │[ ] da0            │ │ 
-                   │ └───────────────────────────────────┘ │ +                           │ └───────────────────┘ │ 
-                   ───────────────────────────────────────┤ +                           ├───────────────────────┤ 
-                   │         <  OK  >     < Back >         │ +                           │ <  OK  > < Back >     │ 
-                   ───────────────────────────────────────┘+                           └───────────────────────┘ 
  
 </code> </code>
pages/howtos/pfsense/install_pfsense_260_on_apu_4d4.1646483330.txt.gz · Last modified: 2022/03/05 12:28 by mischerh