[GUIDE] Install pfSense on your S1

mini PC with display!
pausenklaus
Posts: 79
Joined: Sat May 20, 2023 7:04 pm
Location: Austria/Germany
Has thanked: 24 times
Been thanked: 8 times

[GUIDE] Install pfSense on your S1

Post by pausenklaus »

I recently tested pfSense on my S1. I only commented this on the facebook group but i think it will be a lot easier to find here :)

Here is a rundown of the installation:
  • Extract the archive and use rufus to burn it to a USB drive. Insert the drive into your S1
  • While booting pres the 'del' key to enter the BIOS and boot from your USB drive
  • Follow through with the installation (i kept everything at default)
!!!!!! THIS WILL WIPE YOUR INTERAL DRIVE !!!!!
  • Reboot after initial install. You will get an ACPI Firmware error because of a thermal sensor. To fix it just press enter twice to be in the root shell
  • Enter 'vi /boot/loader.conf' to edit the loader.conf file
  • Press 'i' to enter insert mode in vi and add the following line at the top:

Code: Select all

debug.acpi.disabled="thermal"
The error will continue to pop up but you can just continue typing!
  • Press 'ESC' to exit insert mode and type ':wq!' to save and quit the file
    (feel free to open it again to check if your changes were written to the file, use 'clear' to clear the console output)
  • reboot the device
Now you will be greeted with the initial configuration. I used re0 as WAN (the upper port) and re1 as LAN

You will be able to connect to the web interface from a device in your WAN network afterwards.
I measured 10-12Watts of power usage when working in the web interface which is not too bad.

Unfortunately the wireless card does not work out of the box and i have not been able to get it to work.

Enjoy your new powerful firewall! :)

*edit*
Thanks Suresh for correcting my error :)
Last edited by pausenklaus on Wed Aug 14, 2024 7:51 am, edited 1 time in total.
Obsessed with MiniPCs
----------------------My Devices--------------------------------
AM07 (Main server) | GK3 (Backup Host) | S1 (Remote PC) | AK1Plus (dev) | AM06Pro (Workstation)
User avatar
dragonpoo
Posts: 371
Joined: Fri Jul 02, 2021 1:01 pm
Has thanked: 15 times
Been thanked: 27 times

Re: [GUIDE] Install pfSense on your S1

Post by dragonpoo »

Hi break time! Thanks for posting this, I hope someone finds it useful. I actually installed pfsense on my T8pro (smaller system, also has two NICs) and eventually switched to OPNsense after reading about the two of them. I find they're comparable on features.

I did not encounter any thermal issues, so I didn't need that step on mine; I wonder what causes it on the S1. I encountered a similar issue with the T8pro wireless card not being recognised, which I researched but haven't found a solution for. I suspect it's due to the realtek wifi card being less popular than Intel ones, for FreeBSD driver support.
GK3V (J4125/8GB/128GB) | AMR5 (R5 5600U/16GB/512GB NVMe) | JK06 (N5100/8GB/256GB) | AK1Pro (N5105/8GB/256GB) | T8Pro (N5095/8GB/256GB) | AD03 (N95/8GB/256GB) | CK10 (i7-10810U/16GB/512GB) | S1 (N95/16GB/512GB)
Suresh
Posts: 5
Joined: Sun Aug 11, 2024 2:15 pm
Location: INDIA

Re: [GUIDE] Install pfSense on your S1

Post by Suresh »

ACPI Firmware error come continuously

Any other solutions?
Attachments
1723386309279798937963457833092.jpg
1723386309279798937963457833092.jpg (5.4 MiB) Viewed 3612 times
pausenklaus
Posts: 79
Joined: Sat May 20, 2023 7:04 pm
Location: Austria/Germany
Has thanked: 24 times
Been thanked: 8 times

Re: [GUIDE] Install pfSense on your S1

Post by pausenklaus »

Suresh wrote: Sun Aug 11, 2024 2:20 pm ACPI Firmware error come continuously

Any other solutions?
the solution is in the post :)

read the part below the red warning again. This shows how to disable the warning
Obsessed with MiniPCs
----------------------My Devices--------------------------------
AM07 (Main server) | GK3 (Backup Host) | S1 (Remote PC) | AK1Plus (dev) | AM06Pro (Workstation)
Suresh
Posts: 5
Joined: Sun Aug 11, 2024 2:15 pm
Location: INDIA

Re: [GUIDE] Install pfSense on your S1

Post by Suresh »

Like this

But is not working in my case or I make any mistake.
Attachments
This is root shell?
This is root shell?
IMG_20240813_083902.jpg (5.59 MiB) Viewed 3340 times
17235174090013828717640959603833.jpg
17235174090013828717640959603833.jpg (1.63 MiB) Viewed 3353 times
pausenklaus
Posts: 79
Joined: Sat May 20, 2023 7:04 pm
Location: Austria/Germany
Has thanked: 24 times
Been thanked: 8 times

Re: [GUIDE] Install pfSense on your S1

Post by pausenklaus »

yes this seems correct. are the errors still appearing?
Obsessed with MiniPCs
----------------------My Devices--------------------------------
AM07 (Main server) | GK3 (Backup Host) | S1 (Remote PC) | AK1Plus (dev) | AM06Pro (Workstation)
Suresh
Posts: 5
Joined: Sun Aug 11, 2024 2:15 pm
Location: INDIA

Re: [GUIDE] Install pfSense on your S1

Post by Suresh »

Yes
Suresh
Posts: 5
Joined: Sun Aug 11, 2024 2:15 pm
Location: INDIA

Re: [GUIDE] Install pfSense on your S1

Post by Suresh »

Solved
Last edited by Suresh on Tue Aug 13, 2024 10:49 pm, edited 1 time in total.
Suresh
Posts: 5
Joined: Sun Aug 11, 2024 2:15 pm
Location: INDIA

Re: [GUIDE] Install pfSense on your S1

Post by Suresh »

pausenklaus wrote: Tue May 21, 2024 3:49 pm I recently tested pfSense on my S1. I only commented this on the facebook group but i think it will be a lot easier to find here :)

Here is a rundown of the installation:
  • Extract the archive and use rufus to burn it to a USB drive. Insert the drive into your S1
  • While booting pres the 'del' key to enter the BIOS and boot from your USB drive
  • Follow through with the installation (i kept everything at default)
!!!!!! THIS WILL WIPE YOUR INTERAL DRIVE !!!!!
  • Reboot after initial install. You will get an ACPI Firmware error because of a thermal sensor. To fix it just press enter twice to be in the root shell
  • Enter 'vi \boot\loader.conf' to edit the loader.conf file


'vi \boot\loader.conf' - this is wrong

'vi /boot/loader.conf' this is the right

Use forwardslash (/)
Now no error appear

-thank you
pausenklaus
Posts: 79
Joined: Sat May 20, 2023 7:04 pm
Location: Austria/Germany
Has thanked: 24 times
Been thanked: 8 times

Re: [GUIDE] Install pfSense on your S1

Post by pausenklaus »

Suresh wrote: Tue Aug 13, 2024 10:48 pm
pausenklaus wrote: Tue May 21, 2024 3:49 pm I recently tested pfSense on my S1. I only commented this on the facebook group but i think it will be a lot easier to find here :)

Here is a rundown of the installation:
  • Extract the archive and use rufus to burn it to a USB drive. Insert the drive into your S1
  • While booting pres the 'del' key to enter the BIOS and boot from your USB drive
  • Follow through with the installation (i kept everything at default)
!!!!!! THIS WILL WIPE YOUR INTERAL DRIVE !!!!!
  • Reboot after initial install. You will get an ACPI Firmware error because of a thermal sensor. To fix it just press enter twice to be in the root shell
  • Enter 'vi \boot\loader.conf' to edit the loader.conf file


'vi \boot\loader.conf' - this is wrong

'vi /boot/loader.conf' this is the right

Use forwardslash (/)
Now no error appear

-thank you
Thanks! I corrected it in my first post :)
Obsessed with MiniPCs
----------------------My Devices--------------------------------
AM07 (Main server) | GK3 (Backup Host) | S1 (Remote PC) | AK1Plus (dev) | AM06Pro (Workstation)
Post Reply

Return to “New Model S1”