Hi guys

I'm trying to get Windows 7 booting on my Intel Eagle Heights evaluation board. I tried to follow all the ACPI tips to get Window$ to boot but I can't figure out the bug I'm facing. I'm using a checked build version of Win 7 64-bits. When I start the installer, the first text screen is ok (windows is copying files...) then it switches to graphics mode (green progress bar with logo). Less than a second after switching from text to graphics mode : BSOD.

With windbg I tried to dump as much as possible and the analyser tell me a write operation occured at an invalid address. According to the stack frame, the error occured in PowerPolicyProcessEvent when the kernel starts all devices (enter D0 state).

Does the device states only applies to PCI devices, or all devices ? How can I know which device causes this problem ? I can't even figure out if it's an ACPI related problem, or something wrong in a device initialization function.

Regards,
Thomas