Archive for category bios
A disk controller driver nightmare from hell!!
Posted by edwgon in bios, boot process, DELL Optiplex 990, disk drivers, drivers, http://schemas.google.com/blogger/2008/kind#post, Intel C200 Chipset, windows 7 x64 on June 14, 2013
Recently we started the deployment of Windows 7 Enterprise (x64) throughout the company that I work for. The targeted hardware were DELL Optiplex 980, 990 and 9010 model desktops. The nightmare began after deploying several Optiplex 990 models. We use Microsoft System Center Configuration Manager 2012 SP1 to deploy the OS and applications to these desktops.
After deploying over 20 Optiplex 990 models, we noticed that on some 990s we were getting continuous BSOD’s after a day or two (the BSOD’s also came after a week of having the computer in production!). After a desperate call to Microsoft, it was determined that the BSOD code was a generic hardware error code. However, Microsoft was unable to pin-point the issue after 3 weeks of troubleshooting!
The one thing that came to mind was that the recent models that I deployed were older model Optiplex 990 desktops (possibly 2012 and very early 2013 models) , but at that time I failed to look into this clue. Luckily, and I mean luckily, I was able to catch the culprit of this nightmare, and here are the screenshots.
Note: disregard the failed PCI driver controller installation
Basically, you’re looking at a hijacked SATA driver installation!
These DELL Optiplex 990 models come with a SATA drive and controller installed. As a matter of fact, when Windows 7 Enterprise gets installed, SATA drivers are loaded for this computer; however, sometime post installation Windows finds, or detects, an IDE ATA chipset and without any warning, it installs the Intel(R 6 Series/C200 Series Chipset drivers!
To make matters worst, I’ve configured the OS Deployment in SCCM to use native DELL drivers specific for this computer model, yet Windows Updates comes a day or two later and replaces them with the Intel(R 6 Series/C200 Series Chipset drivers.
The quick, and lazy fix, is to go to the BIOS and change the drive controller settings from Raid On (default setting) to ATA.
I’ve yet to identify the reason why this change in disk controller drivers.
Wake-on-Lan (WoL) with DELL Optiplex
Posted by edwgon in (WoL), bios, dell, wake-on-lan, windows 7, windows 7 x64 on August 16, 2012
We wanted to get Wake-on-Lan (WoL) to work on our DELL Optiplex 990 desktops with Windows 7.
- Under Power Management
- Enable – Wake on Lan ( LAN Only )
- This one is needed for Windows 7 and to allow the machine to be woken up from a sleep state
- Disable – Deep Sleep Control
- This one is needed to allow to boot up the machine when the machine has been shutdown
- Go to Window’s Device Manager
- Go to the properties for your primary network card
- Go to the Power Management tab
- Click to enable Allow this device to wake the computer
Network settings:
- If you’re working on a large network, then make sure your network team adds ip directed-broadcast on the router/switch interface where you’ll be sending WoL packets.
Wake-on-LAN monitor/sniffer – great tool! (See Windows 7 settings note)
Wake-on-LAN magic packet sender tool
Recent Comments