Hi
I have rebuilt kernel to enable Netflix RACK TCP stack on FreeBSD 12.0 new created vultr VPS by following this blog:
https://calomel.org/freebsd_network_tuning.html
Boot failed after reboot with new kernel, hang without trying to mount root :
old kernel booting would try mount / root :
I have rebuilt kernel to enable Netflix RACK TCP stack on FreeBSD 12.0 new created vultr VPS by following this blog:
https://calomel.org/freebsd_network_tuning.html
Code:
# cat /usr/src/sys/amd64/conf/CALOMEL
include GENERIC
ident CALOMEL
makeoptions WITH_EXTRA_TCP_STACKS=1
options TCPHPTS
Boot failed after reboot with new kernel, hang without trying to mount root :
![zOnxAyd.png](https://i.imgur.com/zOnxAyd.png)
old kernel booting would try mount / root :
![XRZfQ6y.png](https://i.imgur.com/XRZfQ6y.png)