HP t740 थिन क्लाइंट पर pfSense चलाना: टिप्स और ट्रबलशूटिंग गाइड
Table of Contents
HP t740 थिन क्लाइंट** पर pfSense, OPNsense, या HardenedBSD**
यदि आप pfSense, OPNsense, या HardenedBSD को चलाने के लिए एक शक्तिशाली उपकरण की तलाश कर रहे हैं, तो HP t740 Thin Client आपके लिए एक उपयुक्त विकल्प हो सकता है।
अधिक पावर और कॉम्पैक्ट होम सर्वर
HP t740 थिन क्लाइंट एक कॉम्पैक्ट डिवाइस है जिसे एक शक्तिशाली pfSense बॉक्स या एक कॉम्पैक्ट होम सर्वर के रूप में इस्तेमाल किया जा सकता है। यह t730 या t620 प्लस की तुलना में अधिक शक्ति प्रदान करता है, जो इसे PPPoE चलाने के लिए एक उपयुक्त विकल्प बनाता है, खासकर यदि आपके पास फाइबर इंटरनेट है। यह 10 गीगाबिट नेटवर्किंग के लिए अपग्रेड पथ भी प्रदान कर सकता है।
पी एस / 2 जमा देता है
हालाँकि, यदि आप FreeBSD या इसके डेरिवेटिव जैसे pfSense, OPNsense, या HardenedBSD को नंगे धातु (ESXi या Proxmox के विपरीत) पर चलाने की योजना बनाते हैं, तो आप एक समस्या का सामना कर सकते हैं जहाँ सिस्टम ‘atkbd0:’ संदेश के साथ बूट पर जमा देता है। GIANT-LOCKED]`। सौभाग्य से, बूट प्रांप्ट पर निम्नलिखित कमांड दर्ज करके इस समस्या को हल किया जा सकता है:
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
इन चरणों को उन अधिकांश समस्याओं को हल करना चाहिए जो स्थापना प्रक्रिया के दौरान और बाद में उत्पन्न हो सकती हैं।
संदर्भ:
- HP t740 “Thin Client” - pfSense - OPNsense - HardenedBSD - ServeTheHome - FreeBSD (or pfSense/OPNsense) on the HP t740 Thin Client
Disclosure and Affiliate Statement:
एफिलिएट डिस्क्लोज़र: हम इस पृष्ठ के लिंक से कमीशन कमा सकते हैं। यह कमीशन हमारी वेबसाइट और हमारे द्वारा प्रदान किए गए सामग्री का समर्थन करते हैं। आप विश्वास रखें, हम केवल उन उत्पादों/सेवाओं की सिफारिश करते हैं जिन पर हम विश्वास करते हैं। आपके विश्वास के लिए धन्यवाद! अधिक जानने के लिए यहाँ क्लिक करें