Showing posts with label Operatring System Support. Show all posts
Showing posts with label Operatring System Support. Show all posts

Thursday, January 8, 2009

How to Configuring the Boot Options in the Boot.ini File

To configure a computer for debugging you must add one of the previous options to the Boot.ini. Generally, you will want to add /DEBUG and /BAUDRATE, to lower the baud rate to 9600 and put the computer in debug mode. You should use /DEBUGPORT=COMX if you cannot use the default COM port (COM2) for debugging. The following example shows how to add these options.

The following is an example of a typical Boot.ini file. Each entry in the [operating systems] section should correspond to the options listed in the boot menu during a normal system startup:

[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="Windows NT Version 3.5"
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows NT Version 3.5"
[VGA mode] /BASEVIDEO
C:\="MS-DOS"

To enable the debugger to use COM1 and to communicate at 9600 baud, add the following or see the example following these step-by-step instructions:

1. Select the startup option that you normally use and add the /DEBUG switch at the end of the line.
2. To specify the communications port, add the switch /DEBUGPORT=COM1.
3. To specify the baud rate, add the switch /BAUDRATE=9600.

The following shows the above Boot.ini file after it has been modified by following steps 1-3 above (NOTE: Line 6 is the rest of line 5 that did not fit on the same line in this post):

[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="Windows NT Version 3.5"
/debug /debugport=com1 /baudrate=9600
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows NT Version 3.5"
[VGA mode] /BASEVIDEO
C:\="MS-DOS"

Related Search:
How to edit the Boot.ini file in Windows Server 2003
Remote computer support
Safe-mode boot switches for Windows Boot.ini file

Friday, December 19, 2008

How to undo a system restoration after you perform a System Restore

You have performed Restore System to restore Windows XP in previous state. If the system restore done successfully but computer is still not performing as you want then you want to undo a system restoration. To undo the restoration, follow these steps:

  1. Log on to Windows as Administrator.
  2. Click Start, point to All Programs, point to Accessories, point to System Tools, and then click System Restore. System Restore starts.
  3. On the Welcome to System Restore page, click Undo my last restoration, and then click Next.

    Note A System Restore message may appear that lists configuration changes that System Restore will make. Click OK.
  4. On the Confirm Restoration Undo page, click Next. System Restore restores the original Windows XP configuration, and then restarts the computer.
  5. Log on to the computer as Administrator. The System Restore Undo Complete page appears.
  6. Click OK. You can now run System Restore again from a different restore point.

Followers

 

Remote Support Canada | Copyright 2009 Sponsored by iYogi