> panic[cpu0]/thread=fffffffffbc2cca0: BAD TRAP: type=0 (#de Divide error) ... > fffffffffbc4d810 cpudrv:cpudrv_init+89 () > fffffffffbc4d850 cpudrv:cpudrv_attach+e0 ()
It seems to have problems with cpu power management (intel speedstep); for some reason (BIOS bug) one or more of the cpu clock speed entries appears to be 0, and that results in a division by 0. I guess a possible workaround is to disable cpu speedstep in the bios. Or maybe starting the kernel with the cpudrv kernel module disabled. Append the following at the end of the kernel grub boot line: -B disable-cpudrv=true -- This message posted from opensolaris.org