
Just my little note about starting db2 failed because of iam using Macbook Pro Retina.
so the solution is :
turn off the vm
just add on your .vmx file these 2 line code :
monitor_control.enable_fullcpuid = TRUE
cpuid.4.4.eax = "0000:0000:0000:0000:0000:0000:0000:0000"
then turn on it, everything seems ok now.. :D
iam...