Esecuzione di pfSense sul thin client HP t740: suggerimenti e guida alla risoluzione dei problemi
Table of Contents
pfSense, OPNsense o HardenedBSD sul thin client HP t740**
Se stai cercando un dispositivo potente per eseguire pfSense, OPNsense o HardenedBSD, il thin client HP t740 potrebbe essere la scelta giusta per te.
Più potenza e un server domestico compatto
HP t740 Thin Client è un dispositivo compatto che può essere utilizzato come un potente box pfSense o un server domestico compatto. Offre più potenza rispetto al t730 o al t620 Plus, il che lo rende una scelta adatta per l’esecuzione di PPPoE, soprattutto se si dispone di Internet in fibra. Può anche offrire un percorso di aggiornamento alla rete 10 Gigabit.
PS/2 si blocca
Tuttavia, se prevedi di eseguire FreeBSD o i suoi derivati come pfSense, OPNsense o HardenedBSD sul bare metal (invece che all’interno di ESXi o Proxmox), potresti riscontrare un problema in cui il sistema si blocca all’avvio con il messaggio atkbd0: [ GIGANTE-BLOCCATO]
. Fortunatamente, questo problema può essere risolto immettendo i seguenti comandi al prompt di avvio:
unset hint.uart.0.at
unset hint.uart.1.at
Note that you need to unset both, otherwise, it will still lock up at boot.
After you install the OS, open a post-installation shell and run the following command:
vi /boot/loader.conf.local
Then, add these two lines:
hint.uart.0.disabled="1"
hint.uart.1.disabled="1"
Persist Changes using VI
For those not familiar with vi, you can add the line by doing the following :
Adding the lines hint.uart.0.disabled="1"
and hint.uart.1.disabled="1"
to the /boot/loader.conf.local
file using the vi editor can be done with the following steps:
Open the terminal on your FreeBSD system.
Type
vi /boot/loader.conf.local
and press Enter to open the file in the vi editor.Press the
i
key to enter insert mode.Move the cursor to the bottom of the file using the arrow keys.
Type
hint.uart.0.disabled="1"
without the quotes.Press Enter to start a new line.
Type
hint.uart.1.disabled="1"
without the quotes.Press the
Esc
key to exit insert mode.Type
:wq
and press Enter to save and exit the file.
This will add the two lines to the /boot/loader.conf.local
file, which will disable the UARTs and fix the freezing issue during boot on certain HP t740 “Thin Client” devices when running FreeBSD or its derivatives like pfSense, OPNsense, or HardenedBSD.
This will fix the issue across reboots and firmware upgrades on pfSense/OPNsense.
SSD
If you’re using the HP M.2 eMMC, it will not be detected on an out-of-the-box FreeBSD installation. In that case, you will need a third-party M.2 SSD. Any M.2 SSD can work, SATA or NVMe.
If you are looking for a third-party M.2 SSD for your HP t740 thin client, we recommend considering the Western Digital 500GB WD Blue SN570 NVMe or the Western Digital 500GB WD Blue SA510 SATA . Both of these options are reliable and should work well with your device. If you want to take advantage of both slots, you’ll need both. You’ll sacrifice the speeds of the NVME, but you’ll gain some redundancy that’s oh so important.
Note that the author of this article has successfully run pfSense CE 2.5.2 and OPNsense 22.1 on their t740 without any issues after following the above steps.
Troubleshooting and Post Install
After installation, if you encounter any issues with editing files, you can install the nano editor using pkg update
and pkg install nano
. This will help you edit text files with ease.
To ensure that the changes made to the /boot/loader.conf.local
file persist across pfSense version upgrades, you need to add the following lines to /boot/loader.conf
and /etc/rc.conf.local
:
hint.uart.0.disabled="1"
hint.uart.1.disabled="1"
However, sometimes the editing of /boot/loader.conf.local
file before rebooting doesn’t fix the issue. In such cases, it may be necessary to add the following lines at the beginning of the first boot:
unset hint.uart.0.at
unset hint.uart.1.at
Questi passaggi dovrebbero risolvere la maggior parte dei problemi che possono sorgere durante e dopo il processo di installazione.
Riferimenti:
- HP t740 “Thin Client” - pfSense - OPNsense - HardenedBSD - ServeTheHome - FreeBSD (or pfSense/OPNsense) on the HP t740 Thin Client
Disclosure and Affiliate Statement:
Divulgazione di affiliazione: Potremmo guadagnare una commissione dai link presenti in questa pagina. Queste commissioni sostengono il nostro sito web e i contenuti che forniamo. State tranquilli, raccomandiamo solo prodotti/servizi in cui crediamo. Grazie per la vostra fiducia! Clicca qui per saperne di più