Main Topics
Browse All TopicsHi,
Could anybody tell me please why kd doesn't run on my pc with Windows Vista Ultimate SP2 ?
It gives the following error:
C:\>kd
Microsoft (R) Windows Debugger Version 6.6.0007.5
Copyright (c) Microsoft Corporation. All rights reserved.
Failed to open \\.\com1
Kernel debugger failed initialization, Win32 error 2
"The system cannot find the file specified."
Debuggee initialization failed, Win32 error 2
"The system cannot find the file specified."
C:\>
Thanks.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Are you running the correct version - seenhttp://www.microsoft.c
I have downloaded from here http://www.microsoft.com/w
The processor of my PC is 64bit Dual Core, Intel. Operating System Vista 64 bit SP2 is installed.
I have downloaded "dbg_ia64_6.11.1.404.msi" installation package and it doesn't run on my PC.
While I was trying to install, it told "This installation package is not supported by this processor type. Contact your product vendor"
By the way let me give you my CPU info:
Property Value
Number of CPU(s) One Physical Processor / 2 Cores / 2 Logical Processors / 64 bits
Vendor GenuineIntel
CPU Full Name Intel Pentium DC
CPU Name Intel(R) Pentium(R) Dual CPU T3400 @ 2.16GHz
CPU Code Name Conroe-1M
Technology 0.065µ
Platform Name LGA775
Type Original OEM processor
FSB Mode QDR
Type ID 0
CPU Clock 2161.27
L2 Cache Speed 2161.27 MHz
L2 Cache Speed Full
CPU Family / Model / Stepping 6 / F / D
L1 I-Cache 32 KB
L1 D-Cache 32 KB
L2 Cache 1024 KB
RDMSR 00000000 00000000 00000000 00000000
MMX Yes
SSE Yes
SSE2 Yes
SSE3 Yes
SSSE3 Yes
DualCore Yes
HyperThreading No
IA-64 No
Intel 64 (EM64T) Yes
XD Yes
VT No
SpeedStep Yes
Architecture x64
I am confusing !
The package "dbg_amd64_6.11.1.404.msi"
Processor of my PC is Intel with x64 architecture but not AMD. Could anybody give me please clarification on this matter? Thanks.
go here http://www.microsoft.com/W
Scroll down download and Install 64-bit Native x64 version 6.11.1.404 [15.2 MB]
this is the one for intel
http://msdl.microsoft.com/
Dear joinaunion,
Thank you for all your replies and for your tries to help me. I appreciate that. Just let me tell you that as I have already told in this post : " I have downloaded "dbg_ia64_6.11.1.404.msi" installation package and it doesn't run on my PC.
While I was trying to install, it told "This installation package is not supported by this processor type. Contact your product vendor""
Thanks.
I agree to work with another one which is for AMD. It works in my PC. As I have already told I have successfully run it in kernel mode for local machine. It run and worked ! That doesn't mean the problem has been solved. Still I need for getting help from experts for kernel mode debugging.
I have success with running kd in local machine mode, I mean by issuing kd -kl command.
I got the following:
Microsoft (R) Windows Debugger Version 6.11.0001.404 AMD64
Copyright (c) Microsoft Corporation. All rights reserved.
Connected to Windows Server 2008/Windows Vista 6002 x64 target at (Sun Oct 25 12:37:45.923 2009 (GMT-7)), ptr64 TRUE
Symbol search path is: c:\Windows\symbols
Executable search path is:
Windows Server 2008/Windows Vista Kernel Version 6002 (Service Pack 2) MP (2 procs) Free x64
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 6002.18005.amd64fre.lh_sp2
Machine Name:
Kernel base = 0xfffff800`01e06000 PsLoadedModuleList = 0xfffff800`01fcadd0
Debug session time: Sun Oct 25 12:37:46.554 2009 (GMT-7)
System Uptime: 0 days 1:03:51.261
lkd>
I need to do some experience with analizing kernel memory dump file. I have only one host machine and on that PC the kernel mode debugging has been enabled. While I am trying to create a dump file it types the following:
lkd>
lkd> .dump /m kdump.dmp
^ Operation not supported in current debug session '.dump /m kdump.dmp'
lkd>
Maybe there is another way to do some experience with kernel debugging, for example to connect to some server and try kd?
Business Accounts
Answer for Membership
by: arthur_khachatryanPosted on 2009-10-23 at 22:32:13ID: 25650951
Is it possible to run kd with key -kl ? ( connect to the local machine)