Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - mefford

#1
19.1 Legacy Series / Re: 19.1-BETA images
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,
QuoteYou 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