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 - albegior

#1
Boot of opnsense fails using NANO on 4GB CF

this is the log form console:

/boot/kernel/kernel text=0x11c3ab8 data=0x786ce8+0x190988 syms=[0x4+0xfa0a0+0x4+0x191209]
Booting...
KDB: debugger backends: ddb
KDB: current backend: ddb

Fatal double fault:
eip = 0xa00
esp = 0xffe
ebp = 0x0
cpuid = 0; apic id = 00
panic: double fault
cpuid = 0
KDB: enter: panic
[ thread pid 0 tid 0 ]
Stopped at      kdb_enter+0x3d: movl    $0,kdb_why
db> panic: doube fault
#2
15.1 Legacy Series / Re: OPNSense on compact flash
April 06, 2016, 06:26:29 PM
Boot of opnsense fails using NANO on 4GB CF

this is the log form console:

/boot/kernel/kernel text=0x11c3ab8 data=0x786ce8+0x190988 syms=[0x4+0xfa0a0+0x4+0x191209]
Booting...
KDB: debugger backends: ddb
KDB: current backend: ddb

Fatal double fault:
eip = 0xa00
esp = 0xffe
ebp = 0x0
cpuid = 0; apic id = 00
panic: double fault
cpuid = 0
KDB: enter: panic
[ thread pid 0 tid 0 ]
Stopped at      kdb_enter+0x3d: movl    $0,kdb_why
db> panic: doube fault
#3
15.1 Legacy Series / Re: OPNSense on compact flash
March 12, 2015, 09:00:06 PM
Not for me...
I tryed but the install fails on 4 gb compact flash...
#4
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?
#5
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.