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.
|
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_EQUALThis 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 referenced2 – IRQL at time of reference3 – 0 == read, 1 == write4 – code addressed which referenced memoryRecovery/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,
|
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 0x000000D1 or DRIVER_IRQL_NOT_OR_EQUAL
|
Posted by: harideimos on: November 28, 2008
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 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 M1 will prompt Windows Vista edition selection. However, the EULA has been changed to reflect Windows 7.

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.

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.
Posted by: harideimos on: March 27, 2008
Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!