Yes that's right.
Here's my suggestion:
1. First uninstall Gigabyte software (Gigabyte's Dynamic Energy Saver)
2. Uninstall ESET NOD32 then replace it with MSE.
Virus, Spyware & Malware Protection | Microsoft Security Essentials
Then we'll see how things go.
LOG
Code:
Windows 7 Kernel Version 7600 MP (6 procs) Free x86 compatible
Product: WinNt, suite: TerminalServer SingleUserTS Personal
Built by: 7600.16385.x86fre.win7_rtm.090713-1255
Machine Name:
Kernel base = 0x82e0a000 PsLoadedModuleList = 0x82f52810
Debug session time: Sun Aug 7 05:49:04.795 2011 (GMT-8)
System Uptime: 0 days 0:26:28.997
Loading Kernel Symbols
...............................................................
................................................................
.....................
Loading User Symbols
Loading unloaded module list
.......
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 1000008E, {c000001d, 82e7204c, 82f30cb4, 0}
Probably caused by : memory_corruption
Followup: memory_corruption
---------
0: kd> !analyze -v
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
KERNEL_MODE_EXCEPTION_NOT_HANDLED_M (1000008e)
This is a very common bugcheck. Usually the exception address pinpoints
the driver/function that caused the problem. Always note this address
as well as the link date of the driver/image that contains this address.
Some common problems are exception code 0x80000003. This means a hard
coded breakpoint or assertion was hit, but this system was booted
/NODEBUG. This is not supposed to happen as developers should never have
hardcoded breakpoints in retail code, but ...
If this happens, make sure a debugger gets connected, and the
system is booted /DEBUG. This will let us see why this breakpoint is
happening.
Arguments:
Arg1: c000001d, The exception code that was not handled
Arg2: 82e7204c, The address that the exception occurred at
Arg3: 82f30cb4, Trap Frame
Arg4: 00000000
Debugging Details:
------------------
EXCEPTION_CODE: (NTSTATUS) 0xc000001d - {EXCEPTION} Illegal Instruction An attempt was made to execute an illegal instruction.
FAULTING_IP:
nt!KiIdleLoop+4c
82e7204c f0 ???
TRAP_FRAME: 82f30cb4 -- (.trap 0xffffffff82f30cb4)
ErrCode = 00000000
eax=00000000 ebx=82f33c00 ecx=00000003 edx=00000000 esi=82f3d280 edi=82f3d280
eip=82e7204c esp=82f30d28 ebp=85501ab0 iopl=0 nv up ei ng nz na pe nc
cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010286
nt!KiIdleLoop+0x4c:
82e7204c f0 ???
Resetting default scope
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: CODE_CORRUPTION
BUGCHECK_STR: 0x8E
CURRENT_IRQL: 0
LAST_CONTROL_TRANSFER: from 00000000 to 82e7204c
FAILED_INSTRUCTION_ADDRESS:
nt!KiIdleLoop+4c
82e7204c f0 ???
STACK_TEXT:
82f30d24 00000000 0000000e 00000000 00000000 nt!KiIdleLoop+0x4c
STACK_COMMAND: kb
CHKIMG_EXTENSION: !chkimg -lo 50 -d !nt
82e7204e - nt!KiIdleLoop+4e
[ ba:b8 ]
1 error : !nt (82e7204e)
MODULE_NAME: memory_corruption
IMAGE_NAME: memory_corruption
FOLLOWUP_NAME: memory_corruption
DEBUG_FLR_IMAGE_TIMESTAMP: 0
MEMORY_CORRUPTOR: ONE_BIT
FAILURE_BUCKET_ID: MEMORY_CORRUPTION_ONE_BIT
BUCKET_ID: MEMORY_CORRUPTION_ONE_BIT
Followup: memory_corruption
---------