Waiting to reconnect during connection between windbg and Vm

Source: Internet
Author: User

 

Recently, during driver debugging and learning, follow the instructions in many documents to modify the boot. ini file.

 

[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

Multi (0) disk (0) RDISK (0) Partition (1)/Windows = "Microsoft
Windows XP Professional "/noexecute = optin/fastdetect/debug/debugport = COM1/baudrate = 115200

In this way, when windbg is used to connect to the VM, it may be found that windbg stops at waiting
Reconnect..., cannot connect to the virtual machine.

After analysis, it is found that the virtual serial port created by the VM is sometimes the com2 port and the device name is serial port2. On the hardware manager of the system on the VM, only the com2 port is found, but no COM1 port is found. In this case, the boot. ini settings are incorrect. Change the boot. ini file

[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

Multi (0) disk (0) RDISK (0) Partition (1)/Windows = "Microsoft
Windows XP Professional "/noexecute = optin/fastdetect/debug/debugport = com2/baudrate = 115200

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.