Windows Server 2003 in a Nutshell

bootcfg /dbg1394 new in WS2003

Configures IEEE 1394 port debugging for a specified OS entry.

Syntax

bootcfg /dbg1394 {ON OFF} [/ch Channel ] /id OSEntryLineNum

Options

{ON OFF}

Enables/disables remote debugging support by adding/removing /dbg1394 switch to OS entry specified by OSEntryLineNum .

/ch Channel

Indicates channel used for debugging (must be integer between 1 and 64). Omit if OFF is specified.

Examples

Enable IEEE 1394 debugging by adding the /dbg1394 switch with channel 8 to OS entry 2 in boot.ini :

bootcfg /dbg1394 ON /ch 8 /id 2 SUCCESS: The OS load options have been changed for the BootID: 2.

Verify the result:

bootcfg Boot Loader Settings -------------------- timeout:30 default:multi(0)disk(0)rdisk(0)partition(1)\WINDOWS Boot Entries ------------ Boot entry ID: 1 OS Friendly Name: WS2003, Enterprise Path: multi(0)disk(0)rdisk(0)partition(1)\WINDOWS OS Load Options: /fastdetect /noguiboot Boot entry ID: 2 OS Friendly Name: WS2003 Enterprise Path: multi(0)disk(0)rdisk(0)partition(1)\WINDOWS OS Load Options: /fastdetect /noguiboot /debug /debugport=1394 /channel=8

Now turn off IEEE 1394 debugging:

bootcfg /dbg1394 OFF /id 2 SUCCESS: The OS load options have been changed for the BootID: 2.

Verify:

bootcfg Boot Loader Settings -------------------- timeout:30 default:multi(0)disk(0)rdisk(0)partition(1)\WINDOWS Boot Entries ------------ Boot entry ID: 1 OS Friendly Name: WS2003, Enterprise Path: multi(0)disk(0)rdisk(0)partition(1)\WINDOWS OS Load Options: /fastdetect /noguiboot Boot entry ID: 2 OS Friendly Name: WS2003 Enterprise Path: multi(0)disk(0)rdisk(0)partition(1)\WINDOWS OS Load Options: /fastdetect /noguiboot

Notes

Use bootcfg /debug if COM port debugging is required instead.

See Also

bootcfg , Recovery Console

Категории