It's actually not stuck at IOBluetoothHCIController - that 'completed' - it is stuck at framebuffer initialization. So like the above poster mentioned it is a graphics related issue.
I see that you have integrated graphics only however so you will not find any help from changing the PciRoot flag. You were correct to try the GraphicsEnabler=No flag, which may or may not be required (depends on dsdt, which I do not have time to go through right now, sorry). What you are missing though is probably the correct smbios.plist - you need to emulate a mac model that utilizes the HD3000 for it to be initialized correctly, I had the very same issue on my own i5 2520M notebook not long ago. Once you add the correct smbios.plist to /Extra/ you will either be able to use GraphicsEnabler=Yes or it will require you make a minor modification to the dsdt's GPU0 section to inject the necessary parameters (I had to do this in my case).
Good luck to you, I hope this is enough information to help you sort it out, if not let me know and I will post additional information.