I'm trying to get a silent boot working and in doing so managed to isolate some errors that are cropping up in my boot process.
Any insight would be super appreciated!

My main concern is with the error that seems to be the kernel, and not with bluetooth

#uname -a
4.6.0-kali1-amd64 #1 SMP Debian 4.6.2-1kali1 (2016-06-17) x86_64 GNU/Linux
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Errors ( /var/log/syslog.1)
Jun 27 12:14:11 Cerberus kernel: [ 9.755117] tpm_crb MSFT0101:00: can't request region for resource [mem 0x9cfff080-0x9cffffff]
Jun 27 12:14:11 Cerberus kernel: [ 9.755188] tpm_crb: probe of MSFT0101:00 failed with error -16


Jun 27 12:14:11 Cerberus kernel: [ 10.930179] usb 2-5: Direct firmware load for ar3k/AthrBT_0x31010100.dfu failed with error -2

Jun 27 12:14:11 Cerberus kernel: [ 10.930184] Bluetooth: Loading patch file failed
Jun 27 12:14:11 Cerberus kernel: [ 10.930195] ath3k: probe of 2-5:1.0 failed with error -2
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

The three lines that appear are:
Jun 27 12:14:11 Cerberus kernel: [ 9.755117] tpm_crb MSFT0101:00: can't request region for resource [mem 0x9cfff080-0x9cffffff]
Jun 27 12:14:11 Cerberus kernel: [ 10.930176] usb 2-5: firmware: failed to load ar3k/AthrBT_0x31010100.dfu (-2)
Jun 27 12:14:11 Cerberus kernel: [ 10.930184] Bluetooth: Loading patch file failed

Thanks,