Skip to main content

Troubleshooting A Rebooting Computer

If the cause of a rebooting computer is not being recorded in the Event Viewer - System or Event Viewer - Application, it can be difficult to determine the source of the problem.

It is not uncommon for a hardware-related problem to cause the computer to reboot and the error to not be captured by the Event Viewer.  To force Windows to stop on error and to display an error on screen if one is available, please use the following steps:
  1. Click Start - Control Panel - System.
  2. Click the Advanced tab.
  3. Click the Settings button under Startup and Recovery.
  4. In the Startup and Recovery window, uncheck the Automatically restart check box.
  5. Click OK.
You may also wish to review the CMOS/BIOS of the computer to see if there are any settings related to rebooting the computer on error.  You may also need to change this setting to prevent the computer from rebooting.

If you are unable to identify an Event ID related to this issue within the Event Viewer, following are the primary causes of a rebooting computer:

  • There may be a lack of free hard drive space on the primary partition which is causing the computer to reboot.  You may need to merge partitions using the Easeus Partition Manager.

  • The hard drive may be corrupt.  You may need to check for disk errors by right-mouse clicking the hard drive and performing the check disk process.  If the check disk process is not able to resolve the issue, you may need to replace the hard drive.

  • The rebooting computer is a Dell computer and is using a CD ROM image designed for AMD components but the computer has Intel components and requires Intel drivers.   Or the computer is using a CD ROM image designed for Intel components but the computer has AMD components and requires AMD drivers.

  • There is a heat-related/power-related problem involving the Case Fan, CPU Fan or Power Supply.  Possibly one or more of these components need to be replaced.  Or there may be something preventing the fans from functioning properly - such as excessive dust or an internal cable that is blocking the fan from turning.

  • There is a power-related problem at the location where the computer is used.  If the power outlets at the location where the computer is being used are not stable or provide dirty power, this can cause the computer to reboot.  In an effort to overcome this issue, you may wish to install a UPS and the accompanying UPS USB cable and UPS software.

  • There may be two anti-virus applications running at the same time.  The Windows Operating System can only support one anti-virus application.  It is recommended that you remove the second anti-virus applications using removal tools from the anti-virus vendor.

http://www.smartnetadmin.com

Comments

Popular posts from this blog

Access Denied (policy_denied). Your system policy has denied access to the requested URL. For assistance, contact your network support team.

While browsing the internet, you may encounter the message: "Access Denied (policy_denied).  Your system policy has denied access to the requested URL.  For assistance, contact your network support team."   This message indicates the internet traffic is being filtered.  The most common source of an internet traffic filter is in corporate environments that use a proxy server or a firewall appliance designed to filter web traffic.  Some businesses are configured as satellite locations using a VPN tunnel.  In these configurations, the VPN may be configured to filter internet traffic.  In rare instances, the Internet Service Provider is filtering internet traffic.  Typically though, your IT Department or a Network Management Team has configured your internet traffic to be filtered.  Isolating Source of Web Filtering In an environment that is unmanaged and the source of the filtering is unknown, following are some steps you may wish to peform: Th...

Event ID: 7001 - Source: VSS - Unable to create a shadow copy

When using Microsoft Windows Server, you may encounter the error message: "Unable to create a shadow copy."  In the Event Viewer, you may find the following Event: "Event ID: 7001 - Source: VSS - Unable to create a shadow copy."  This event involves the Volume Shadow Copy Service (VSS).  Most likely the Server was rebooted while creating a Shadow Copy.  Many websites describe deleting or renaming the C:\WINDOWS\SYSTEM32\WBEM directory used by Windows Management Instrumentation to resolve this issue.  This is not correct.  Following are the steps to resolve this issue: Double-click My Computer. Right-mouse click the Hard Drive causing the problem. Click the Shadow Copies tab. Select the appropriate Volume. Click Disable. Click OK. Click Start - Control Panel - Administrative Tools - Scheduled Tasks. Delete all tasks related to the Volume Shadow Copy Service. Reboot the Server. Double-click My Computer. Right-mouse click the Hard Drive causing the problem. Cl...

How do you stop an unstoppable Windows Service?

You may encounter a Windows Service in Services that has the buttons for Start, Stop, Pause and Resume greyed out.  If you attempt to stop the Service using sc stop [servicename], you encounter the error message: "The requested control is not valid for this service."  To resolve this issue, please perform the following steps: Click Start - Control Panel - Administrative Tools - Services. Double-click the relevant Service. Change the Service Start-Up Type to Disabled. Click Apply. Click OK. Hit CTRL-ALT-DEL on your keyboard. Select Task Manger. Perform an End Task on the relevant Service. This issue has been resolved. http://www.smartnetadmin.com