1
19.1 Legacy Series / Re: 19.1-BETA images
« on: November 24, 2018, 02:49:37 am »
Tested to boot successfully into live environment on Fitlet2 with Celeron J3455 Apollo Lake. Had to disable sdhci though, otherwise boot stuck at controller timeout.
Edit:
Using image OPNsense-19.1.b-OpenSSL-vga-amd64.img.bz2 (2018-11-02 23:43)
If anyone looking to disable sdhci,
Edit:
Using image OPNsense-19.1.b-OpenSSL-vga-amd64.img.bz2 (2018-11-02 23:43)
If anyone looking to disable sdhci,
Quote
You can disable the SD slot in pfSense by hitting ESC at the bootloader and then typing these lines:
set hint.sdhci_pci.0.disabled=1
set hint.sdhci_pci.1.disabled=1
boot
Once you are done installing you can permanently disable the SD slot by adding these lines to /boot/loader.conf.local:
hint.sdhci_pci.0.disabled=1
hint.sdhci_pci.1.disabled=1