Debugging machine:
1. If you do not need to set the baud rate or the like, add the serial port in wmware and follow the previous article.
2. Set the symbol table: D: \ windbug \ symbols; SRV * D: \ windbug \ symbols * http://msdl.microsoft.com/download/symbols. if the d:\windbug?symbolsdoes not exist, download
Debugged machine:
Add the following in Boot. ini:
Multi (0) disk (0) RDISK (0) Partition (1) \ Windows = "Microsoft Windows XP Debug"/fastdetect/debug/debugport = com2/baudrate = 115200
Com2, search in Computer Management
Bcdedit/dbgsettings serial baudrate: 115200 debugport: 1
Bcdedit/copy {current}/d debugenty
Bcdedit/displayorder {current} {34d326cc-f1b0-11e0-bbcf-b9a3b0826133}
Bcdedit/debug {34d326cc-f1b0-11e0-bbcf-b9a3b0826133} on
Serial Port 1 or serial port 2 must be Serial Port 1. Serial Port 2 cannot connect to the virtual machine, because the subsequent steps follow Serial Port 1. Because a new virtual machine may have a printer, which occupies a serial port, we can just delete it and create it again.