Archive

Posts Tagged ‘drivers’

Windows 7 RTM Installation Driver Issue

August 28th, 2009

Windows 7 Logo

If you (or your organization) is lucky enough to get ahold of the Windows 7 RTM, you may encounter an issue that has been popping up for a small number of people.

After booting from the DVD (or USB Drive) that contains the Windows 7 installation files, and clicking Install, you will be greeted by an error message that says:

A Required CD/DVD Driver is Missing

I pounded my head against the wall for a while on this one. In my case it turned out to be a corrupt ISO file that was causing the issue, but here are some ideas for you to try before you throw your computer out a window.

(1) Download the Windows 7 ISO Verifier tool (http://www.istartedsomething.com/20090706/windows-7-iso-verifier/). It will check your ISO file, compare it to known good hashes and tell you if the image is good. Do this first!

(2) Unplug all unnecessary devices from your PC and attempt to install again.

(3) If you have a mixture of SATA and PATA devices, try to remove and / or replace the PATA devices and try to install again.

(4) Transfer the Windows 7 setup to a thumb drive (http://www.intowindows.com/how-to-install-windows-7vista-from-usb-drive-detailed-100-working-guide/), disconnect the CD / DVD-ROM and try to boot setup from that.

If that doesn’t work then post in the comments section and I will try to help you out.

Richard Computer Hardware and Software, Consumer Hardware and Software, Enterprise Hardware and Software, Windows , , , , ,

Nvidia Graphics Drivers, Windows and PAE

February 17th, 2009

I discovered this issue a few days ago while attempting to install Windows Server 2003 Enterprise Edition on my home computer as part of the training for my MCSE course (also for fun). After finishing up the Windows setup I started loading up the device drivers one by one. Chipset, LAN, and sound drivers work fine. However when I try to install the most current video drivers for my GeForce 6800 I hit a wall. The driver install program seems to go through fine, however when I reboot the image quality is terrible and the right 1/8th of my screen is clipped off ( @ 1440 x 900 resolution).

Re-installing the driver didn’t correct the problem, neither did trying an older version of the driver. After a couple hours of trolling both official and non-official tech forums I figured out that the problem I was having was related to Physical Address Extensions or PAE.

What is PAE?

Without getting too technical ( click here for detailed info) PAE is a way for 32 bit operating systems, which can only support 4GB of RAM natively, use up to 128 GB of RAM (in Windows Server 2003 Datacenter Edition) .

Why the problem?

Long story short: I have no idea. But what I do know is, based upon Microsoft Knowledge Base article #283296, that Nvidia drivers are not supported under operating systems that use PAE.

It is fairly easy to see if your system is using PAE (the first hint would be the terrible performance of your Nvidia graphics drivers). All you have to do is click on Start –> Run –> Type “msconfig” –> Click on the “BOOT.INI” tab near the top.

nvidia_drivers_pae_msconfig

MSConfig Boot Tab

 

 

You can see the /NOEXECUTE flag at the end of the operating systems listed above, either that or a /PAE flag will activate PAE on the target operating system.

The solution?

It would be nice if Nvidia would update their drivers to include support for PAE, but as far as I can tell from their forums they are just ignoring this problem all together. Luckily there is another option! There is an online community called NGO (NGOHQ.com) which provides third party compatibility focused drivers for both ATI and Nvidia chipsets. To download the appropriate drivers just visit the site above or click one of the following links:

ATI Compatibility Drivers || Nvidia Compatibility Drivers

Richard Computer Hardware and Software , , , ,