@CSylvain:
After several tests, it is the Kernel problematic, replacing the /boot/kernel by FreeBSD 10.3, it works !
The question is who is involved ?
Because the Kernel from pfSense includes mostly the modules, which is not the case of FreeBSD which is compiled individually and place in /boot/kernel.
I looked if modules were missing, and everything is present :
.............................................
2 3 0xffffffff819bd000 6d370 vboxdrv.ko (/boot/modules/vboxdrv.ko)
Contains modules:
Id Name
1 vboxdrv
3 1 0xffffffff81c11000 3831 ng_socket.ko (/boot/kernel/ng_socket.ko)
Contains modules:
Id Name
484 ng_socket
4 3 0xffffffff81c15000 ba02 netgraph.ko (/boot/kernel/netgraph.ko)
Contains modules:
Id Name
483 netgraph
5 2 0xffffffff81c21000 29b2 vboxnetflt.ko (/boot/modules/vboxnetflt.ko)
Contains modules:
Id Name
485 ng_vboxnetflt
6 1 0xffffffff81c24000 4123 ng_ether.ko (/boot/kernel/ng_ether.ko)
Contains modules:
Id Name
486 ng_ether
7 1 0xffffffff81c29000 3f64 vboxnetadp.ko (/boot/modules/vboxnetadp.ko)
Contains modules:
Id Name
487 vboxnetadp
Is it because everything is integrated, for this to be a problem ?
I discover every day FreeBSD I'll see if I can make for a pfSense Kernel with non-integrated modules.
Dear CSylvain,
Unfortunately it is very hard to access forums from my country India, as pfsense forums are blocked, i don't know why, but you are bang on, i was following the forum before your first comment very aggressively but once the forum didn't respond well, there was no choice to dig in deep myself, a lot of research led me to kldstat and yes since everything is integrated into kernel itself, i started playing with kernel options, and stripped all the kernel options to find out that it was working then, then i used Binary search algorithm to find out the culprit and it worked and removing NETGRAPH_SOCKET made things working from the kernel configuration, and building the ISO worked.
But still lot lot lot of thanks, for taking the pain for working this out, also i never knew that just re-building the kernel can make things work out, loads loads and loads of thanks mate, for doing so much for me, i know somebody hardly would do so much without any incentive, i just cant thank you much for this.
Thanks,
Anand