Hello!
I have set up my target machine (WinXP SP2), written the boot.ini line in
the target machine:
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS=“Microsoft Windows XP
Professional” /noexecute=optin /fastdetect /redirect
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS=“Microsoft Windows XP
Professional” DEBUGPORT=COM1 /BAUDRATE=115200 /noexecute=optin /fastdetect
I have setup WinDBG to connect to my target machine with the same baudrate,
and when I try to connect the debugger it never connects to the target.
On the other hand, if I use hyperterminal on both machines to test the
serial connection everything goes fine in both senses.
I have used the same WinDBG to debug a kernel in a Virtual machine installed
in the same host machine and eveything goes fine, i have noticed that when I
start WinXP (in the VM) with debugger enabled the COM1 port disappears from
the device manager, on the other hand, when I start the *real* target
machine the COM port is always there.
I have searched thru the list and I have only found one clue about disabling
the ‘Legacy USB’ support on the target machine BIOS because it seemed to
have bad interactions with the kernel debugger module in the target, I did
it but nothing changed.
Do you have any idea of what could be the issue here… other things to try?
Thanks all
Nestor.