Hari’s Weblog

Vista error: THE BLUE SCREEN OF DEATH.

Posted by: harideimos on: November 28, 2008

Users of windows system are sure to have experienced, at one point or another, the terrors of “The Fatal Exception”, commonly called the “Blue Screen Of Death”, or BSOD. Although the BSOD has largely been thrown onto the software slag heap, in Vista, crashes haven’t been totally banished. When windows encounters a condition that compromises safe system operation (i.e. a “bug”), the system halts. This condition is called a ‘bug check’. It is also commonly referred to as a system crash, a kernel error, a system fault, or a Stop error. When Windows encounters such a serious error that forces it to stop running, it displays a BLUE SCREEN OF DEATH or just ‘lovingly’ called BSOD !

In Vista, unlike XP, where the system was essentially manual, the Windows Error Reporting has been improved & streamlined. and improved in Windows Vista. One had to follow-up to see if a solution had become available. This was a rather painful process ! In Vista, this entire reporting and follow-up process is automated.

These days a Vista user is more often likely to see a message as follows : “Microsoft Windows Operating System is not responding.” And users are given two possibilities. They can either “Close the program” or “Wait for the program to respond.” One waits in the hope that the issue will be resolved; or else then one just closes the program and gets prepared to lose information. Atleast, these messages look less daunting.

The BSODs on the other hand were/are quite traumatic and frustrating, to say the least!

The exact text of a Stop error varies, according to what caused the error. But the format is standardized and is made up of 3 parts:

PART 1.
Symbolic error name: This is the Stop Error message that is given to the OS and corresponds to the Stop Error number that appears.

PART 2.
Troubleshooting recommendations: This text applies to all Stop Errors of that particular type.

PART 3.
Error number and parameters: Its the bugcheck information. The text following the word STOP includes the error number, in hexadecimal notation, and up to four parameters that are typical of this error type.

In general, there are not too many options for any type of recovery. normally, one tries to just “reboot” the pc in the hope that the BSOD occurred because of a rare condition of some driver which was overlooked in coding and testing. But if the BSOD persists, there are some tactics that may be employed to repair the system there are over 250 “documented” BSOD codes.

Take for example, the most common BSOD :

Bugcode 0xA – IRQL_NOT_LESS_OR_EQUAL

This is a fairly common BSOD that occurs when a driver has illegally accessed a memory location while NT is operating at a specific IRQL. This is a driver coding error, akin to trying to access an invalid memory location.

Parameters:

1 – memory location that was referenced

2 – IRQL at time of reference

3 – 0 == read, 1 == write

4 – code addressed which referenced memory

Recovery/Workaround:

There is none. This is a fatal error and is a driver coding error.

<!–
google_ad_client = “pub-5950002284129980″;
//728×90
google_ad_slot = “3751827419″;
google_ad_width = 728;
google_ad_height = 90;
//–>
window.google_render_ad();

Usually when a BSOD occurs, it stays for a second before the PC immediately restarts. This way we are unable to read what is written. To get around it, one has to disable the auto pc-restart option from the StartUp & System Recovery settings. Knowing the error code, can help identify the problem/solution.

Disable UAC. Control Panel > System And Maintenance > System > Advanced System Settings > Advanced tab > Under Startup And Recovery > Click Settings > Clear the Automatically Restart check box > click OK. Enable UAC.

You can download The Blue Screen Of Death (BSOD) Primer from here It opens as a pdf file in your browser. Click on ’save a copy’ to save it.

In a lighter vein; If you really fall in love with the BSOD, you can download the BSOD screensaver from here.

To create your own BSOD check here – procedure mentioned applies to XP.

Incidentally Aumha is a very good resource, which gives solutions to most BSOD’s.

You can also get your BSOD auto-analysed at the Microsoft® Online Crash Analysis. If you experience a Blue Screen crash event, or Stop error, while using Microsoft Windows, you can upload the error report to this site for analysis. Microsoft will actively analyzes all error reports and prioritizes them based on the number of customers affected by the Stop error covered in the error report and try to determine the cause of the Stop error you have submit.

HOW TO DEBUG MEMORY DUMPS.

To know how to debug Memory Dumps so that you can find out the cause for your BSOD, download and install the Microsoft Debugging Tools. Make certain that your pagefile still resides on the system partition, otherwise WIndows will not be able to save the debug files. There is more information on this here at Majorgeeks and Microsoft.

TROUBLE-SHOOTING WINDOWS VISTA STOP ERRORS / BSOD’s.

First & Foremost, see if a System Restore or Last Known Good Configuration is able to resolve this issue.

Else, then run your ant-virus and anti-spyware and your PC Junk/Registry Cleaner. After this, Run the Windows Check Disk Utility.

Then try to identify if you’ve made any software or hardware change or modification.

In most cases, software is the victim and not the cause of BSOD’s. So don’t rule out hardware problems. It could be damaged hard disks, defective physical RAM, overheated CPU chips or anything else !

Check if you can see a driver name in the error details. If you can, then simply disabling, removing, or rolling back that driver to an earlier version can help solve that problem. Network interface cards, disk controllers and Video Adapters are the culprits, most often.

Check your memory. Use Vista’s Memory Diagnostic Tool. Go to Control Panel and type “memory” in the Search box. Under Administrative Tools, click Diagnose Your Computer’s Memory Problems. In the Windows Memory Diagnostics Tool, shown here, select one of the options.

Check your system BIOS carefully Is an update available from the manufacturer of the system or motherboard? Check the BIOS documentation carefully; resetting all BIOS options to their defaults can sometimes resolve an issue caused by overtweaking.

Check if you are you low on system resources? Sometimes a critical shortage of Disk Space or RAM can cause BSOD’s.

Check if system file has been damaged? Work in Safe Mode, as only the core drivers and services are activated. If your system starts in Safe Mode but not normally, you very likely have a problem driver. Try running Device Manager in Safe Mode and uninstalling the most likely suspect. Or run System Restore in Safe Mode.

The Driver Verifier Manager & the Device Manager have been discussed here in detail. However it is also being briefly touched upon below !

If you suspect that a buggy device driver is at fault for the BSOD’s, call upon a lesser known but powerful trouble shooting tool called as the Driver Verifier Manager ! Enter verifier in the search bar and hit enter to bring up Verifier.exe . Run As Administrator. This tool helps you to actually identify the flawed driver.

Now select “Create Standard Settings”. Next, select the type of drivers you want to verify. Unsigned Vista Drivers are a likely cause of problems, as they are created for older versions of Windows. Click Next, till completion.

Driver Verifier Manager works in the following manner. Instead of your machine throwing up a undecipherable BSOD at you, at any time, you can make Driver Verifier to stop your computer at start up, with a BSOD which will explain the actual problem, rather accurately! You can then choose to resolve the problem by either updating, rolling back or uninstalling the offending driver.

Please do note that in the rare eventuality the the Driver Verifier Manager does find a non-conforming driver, there could be possibility that it may not be the offending one. So do exercise extreme caution. Regard the identified Driver/s with suspicious and exercise your best judgment in such case.

Having narrowed down to the problematic Driver, you have 3 options : Update, Roll Back or Uninstall the Device Driver.

To do that, open Device Manager. Open the properties dialog box for the device, and use the following buttons on the Driver tab to perform maintenance tasks:

Update Driver : This will start the Hardware Update Wizard.

Roll Back Driver : This will uninstall the most recently updated driver and will roll back your configuration, to the earlier version.

Uninstall Driver : This will uninstall completely the drivers files and registry settings for the selected hardware.

Best to always create a system restore point first.

15 MOST COMMON STOP ERRORS / BSOD’s IN WINDOWS.

STOP 0×000000D1 or DRIVER_IRQL_NOT_OR_EQUAL
Probably the most common BSOD ! Occurs when a driver has illegally accessed a memory location while NT is operating at a specific IRQL. This is a driver coding error, akin to trying to access an invalid memory location. Recovery/Workaround:Usually none. But these may help KB810093 , KB316208 & KB810980.

STOP 0×0000000A or IRQL_NOT_LESS_OR_EQUAL
A kernel-mode process or driver attempted to access a memory location without authorization. This Stop error is typically caused by faulty or incompatible hardware or software. The name of the offending device driver often appears in the Stop error and can provide an important clue to solving the problem. If the error message points to a specific device or category of devices, try removing or replacing devices in that category. If this Stop error appears during Setup, suspect an incompatible driver, system service, virus scanner, or backup program. This KB314063 may show you the direction.

STOP 0×00000050 or PAGE_FAULT_IN_NONPAGED_AREA
A hardware driver or system service requested data that was not in memory. The cause may be defective physical memory or incompatible software,especially remote control and antivirus programs. If the error occurs immediately after installing a device driver or application, try to use Safe Mode to remove the driver or uninstall the program. For more information, see KB894278 & KB183169.

STOP 0×000000C2 or BAD_POOL_CALLER
A kernel-mode process or driver attempted to perform an illegal memory allocation. The problem can often be traced to a bug in a driver or software. It is also occasionally caused by a failure in a hardware device. For more information, see KB265879.

STOP OX000000ED or UNMOUNTABLE_BOOT_VOLUME
Occurs if Windows if unable to access the volume containing the boot files. But if you get this message while updating TO Vista, check that you have compatible drivers for the disk controller and also re-check the drive cabling, and ensure that it is configured properly. If you’re reusing ATA-66 or ATA-100 drivers, make sure you have an 80-connector cable, and not the standard 40-connector IDE cable. See KB297185 and KB315403.

STOP 0×0000001E or KMODE_EXCEPTION_NOT_HANDLED
The Windows kernel detected an illegal or unknown processor instruction, often the result of invalid memory and access violations caused by faulty drivers or hardware devices. The error message often identifies the offending driver or device. If the error occurred immediately after installing a driver or service, try disabling or removing the new addition.

STOP 0×00000024 or NTFS_FILE_SYSTEM
A problem occurred within the NTFS file-system driver. A similar Stop error, 0×23, exists for FAT32 drives. The most likely cause is a hardware failure in a disk or disk controller. Check all physical connections to all hard disks in the system and run CheckDisk. KB228888 will help you.

STOP 0×0000002E or DATA_BUS_ERROR
Failed or defective physical memory (including memory used in video adapters) is the most common cause of this Stop error. The error may also be the result of a corrupted hard disk or a damaged motherboard.

STOP 0×0000003F or NO_MORE_SYSTEM_PTES
Your system ran out of page table entries (PTEs). The cause of this relatively uncommon error may be an out-of-control backup program or a buggy device driver. For more information, see KB256004.

STOP 0×00000077 or KERNEL_STACK_INPAGE_ERROR
The system has attempted to read kernel data from virtual memory (the page file) and failed to find the data at the specified memory address. This Stop Error can be caused by a variety of problems, including defective memory, a malfunctioning hard disk, an improperly configured disk controller or cable, corrupted data, or a virus infection. For additional information, click KB228753.

STOP 0×0000007F or UNEXPECTED_KERNEL_MODE_TRAP
Most likely due to a Hardware failure, like defective memory chips, mismatched memory modules, a malfunctioning CPU, or a failure in your fan or power supply are the probable reasons for this BSOD. Can also occur if you have overclocked your CPU. The message gives more details. For more help see KB137539.

STOP 0×000000D8 or DRIVER_USED_EXCESSIVE_PTES
This indicated that a poorly written driver is causing your computer to request large amounts of kernel memory. Troubleshooting suggestions are identical to those found in the STOP 0X3F message. KB256004 will help you

STOP 0X000000EA or THREAD_STUCK_IN_DEVICE_DRIVER
Could occur after you install a new video adapter or an updated (and poorly written) video driver. Replacing the video adapter or using a different video driver could help. See KB293078.

STOP 0XC000021A or STATUS_SYSTEM_PROCESS_TERMINATED
Occurs if there is a serious security problem with Windows. A subsystem, such as Winlogon or the CSRSS is compromised; or due to a mismatch in system files; or if system permissions have been incorrectly modified. A common cause of this problem is some 3rd-party program. Try to identify any new program which you have installed and uninstall it.

STOP 0XC00000221 or STATUS_IMAGE_CHECKSUM_MISMATCH
This indicates a damaged page file; or disk or file corruption; or a faulty hardware. The error will indicate the exact nature and the name of the damaged system file. You may have to use the Windows recovery Environment or a System Restore or Last Known Good Configuration to resolve this issue.

Windows 7 free download

Posted by: harideimos on: November 28, 2008

Windows 7

Windows is the world’s most popular software product. With more than a billion customers worldwide, Windows has created an ecosystem of hardware and software developers that continue to offer growing choices and capabilities for consumers and businesses around the world.

Windows 7 will build on the substantial investments the company has made in the fundamentals with Windows Vista – improving security, reliability and performance while improving security features that people expect. Windows 7 is designed to be compatible with the same hardware, applications, and device drivers as Windows Vista today.

Windows 7 will offer improved navigation, a new task bar and a streamlined UI so that common tasks done in Windows are done easier and more quickly. You will be able to share data to all your PCs and devices in your home network or at work. With Windows 7 + Windows Live, you will be able to stay connected to the people that matter to you, and with Internet Explorer 8 you will get a faster, safer, more productive Web experience. Along with Touch Gestures and Device Stage, Windows 7 enables you to get more out of your devices including the ones you use most often like your digital cameras, mobile phones and printers. Windows 7 makes it easier to use networked media devices to play music, watch videos, and display photos that are on your Windows PC.

Some New Features Of Windows 7 In Brief:

Windows 7’s Taskbar shows change. Windows 7 has tools you can use to display or hide the icons in the Notification Area. You can also suppress its notifications individually or collectively. You can also shuffle the icons by dragging them from one place to the other.
Windows 7 task bar

The familiar tabs containing the name of a running application and its icon will in probability be replaced by large icons that represent running applications. In Windows 7, thumbnails for multiple windows appear onscreen simultaneously, in a ribbon like horizontal strip.At the far right of the new Windows 7 Taskbar, you will see a blank rectangular area. Clicking on it will minimize all open windows.

Windows 7 also has a new feature : “Jump List”. Jump lists provide one-click access to various tasks associated with an application. The sidebar is gone. But the gadgets remain and can be placed on the desktop. The UAC in Windows 7 adds two intermediate settings, apart from the fully enabled UAC or the disabled UAC. One notifies you of attempts to install software or change settings without making you click to continue, and the other notifies you, only when a program tries to change settings. The new UAC settings reside in a new Control Panel section called Windows Solution Center, which replaces Vista’s Security Center. You can also apply Styles or Themes to the Windows 7 interface. You can chose your own wallpaper, color schemes, sounds, and screen savers, and moreover also see its preview before deciding to apply it.

window.google_render_ad();

Windows 7, which formerly known with codename of Blackcomb and Vienna, is the working name for the next major version of Microsoft Windows which is also the successor to Windows Vista. Windows 7 Milestone 1 (or Windows 7 M 1) code drop build version number 6.1.6519.1 (6519.1.071220-1525) has been released since January 2008 in both x86 and x64 versions, is now leaked for free BT (BitTorrent) torrent download. However, it’s not the Windows 7 M1 Build 6574.1 which has confirmed to be released by Microsoft.

Users and operating system tech enthusiasts who eager and can’t wait to tryout Windows 7 can now download and install the very first release on Windows 7 M1. But do remember that Windows 7 is still very early in beta phase, with expected release date of 2009 or 2010, more than 2 years from now. So this download is not for the fainted heart, and do expect lots of hiccups, bugs, and errors during installation and daily use. If you just intended to see how is Windows 7 looks like, here’s screen shots and video demo of Windows 7 M1, and also video demo of multi-touch and gesture recognition in Windows 7.

About Windows 7
About Windows showing Windows 7 Beta M1 has the build version number of version 6.1 (6519.1.x86fre.winmain.071220.1525).

Download Windows_7_BETA_Build_6519.4233045.TPB.torrent (alternative download link in .ZIP format)

The torrent contains the following Windows 7 DVD ISO image:

File name: Windows 7 BETA Build 6519.1.071220-1525_x86fre_client_en-us-gb1cfre_en_dvd.iso
Size: 2.91 GB
MD5 Hash: E5BAC6B4B89F0E3F09075C0A07D82F6A
CRC32: F8FA13A6

Installing Windows 7

Installing Windows 7 M1 will prompt Windows Vista edition selection. However, the EULA has been changed to reflect Windows 7.

Windows 7 Pre-release Beta EULA

Another name for Windows 7 Beta M1 release torrent is Microsoft.Windows.7.Build.6519.M1.DVD-MSBP, which is the same copy of ISO.

Windows 7 M1 System Properties

Note that for the installation to be successful, user must set the computer BIOS date to 2nd December 2007. No product key is needed during installation to has 30 days free evaluation activation grace period. Windows 7 requires same system requirements with Windows Vista (at least 512 MB memory). If you intend to use more than 30 days, there is a hack to crack and activate Windows 7 M1, using activation files from Windows Vista.

Note: Windows 7 M3 pre-beta build version 6801 32-bit (x86 or i386) and 64-bit (x64 or amd64) have been leaked for free download.

Hello world!

Posted by: harideimos on: March 27, 2008

Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!


  • None
  • Mr WordPress: Hi, this is a comment.To delete a comment, just log in, and view the posts' comments, there you will have the option to edit or delete them.

Categories