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

Topics - albegior

#1
15.1 Legacy Series / OPNSense on compact flash
March 12, 2015, 04:13:18 PM
Hello, someone can explain how to build one working OPNSense compact flash?
#2
Hello, i'm trying to boot OPNsense form compact flash but there is an issue on Nokia IP530, whatchguard firebox etc.. etc..

FreeBSD no longer disable DMA access by default. This means that if you boot a fresh install from a CF card it won't boot.
To allow it to boot DMA needs to be disabled and that is accomplished in FreeBSD 10.1 by adding the following to your /boot/loader.conf.local file

When you're booting you need to interrupt the boot loader typing 3, you'll see the prompt.
At the prompt enter:

set hint.ata.0.mode=PIO4
boot

I hope this will be fixed on next release.