Archive for the ‘Hardware’ Category

RAID lost after replacing a video card

Hardware | Posted by p_lider January 10th, 2013

Recently I went into a very, very strange problem. I have a RAID5 disk array in my home PC based on SB8xx AMD controller. Recently I bought a brand new graphics card to my computer. After replacing my old one to my horror I noticed, that BIOS does not see any of my hard drives plugged into my built-in RAID controller on my ASUS motherboard. I was shocked, that replacing a video card can lead to such problems with my RAID (what the hell?). I would never suspect that I can lost my hard drives after replacing a video card…

Fortunately it was not as bad as I firstly thought. The raid was not seen by the BIOS itself, thats true, however the operating system did see my RAID array without any problems – like nothing happened. I only lost the boot availability from any hard drives which were connected to my RAID controller.

First thing I did was to change my system hard drive mode from RAID to IDE in system BIOS. That allowed me to boot my system and after that the system saw my RAID array without any problems. That was a relief, because I thought that I have lost my array together with the data contained within.

But that was no solution to me, because the system hard drive operating in IDE mode works noticeably slower and I did not buy an expensive video card to slow down my computer!

Then I started thinking what could have caused such strange behavior. I tried upgrading the BIOS but that did nothing. Then I recalled, that the system BIOS is mapping boot roms of hardware within a special memory, called a Conventional Memory which is always 640KB in size. So maybe the system BIOS has wrongly mapped the roms and not all of them fit into 640KB? And that was it! Disabling some built-in roms (in my case I disabled buil-in IDE BIOS ROM because I do not boot from IDE devices normally) did the trick – the system BIOS started to see my RAID array again. Uff.

So if anyone would ever go into similar problems after replacing a video card – to workaround the issue you will have to disable some unused built-in roms in BIOS setup to allow RAID BOOT ROM to fit into conventional memory and be seen by the system BIOS.

AMD SB8XX RAID + Windows 8 = BSOD

Hardware, Windows 8 | Posted by p_lider December 18th, 2012

If you are using RAID feature of AMD SB8XX chipsets you can encounter a lot of BSODs when using Windows 8 even during system installation. This is caused by a buggy amdsbs.sys driver which is integrated into Windows 8 distribution media.

To be able to successfully install Windows 8 in such situation you must set SATA controller mode of system hard disk to IDE for the time of system installation. After the system is installed first thing to do is to install the newest RAID driver from AMD site and disable the buggy amdsbs.sys driver in the registry (without disabling it you will still sporadically encounter BSODs even though the newer and bug free driver from AMD is installed). To completely disable the buggy driver you have to perform the following steps:

  1. Open Registry Editor
  2. Navigate to the “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\amdsbs” key.
  3. In the right pane find “Start” parameter, double click it and set its value to 4.
  4. Close the Registry Editor and reboot the system.

After installing the newest RAID driver and disabling the buggy one, you can set back the SATA mode of your disks to RAID and the Windows will be working stable now.

Installing OS using DRAC cards having damaged DVD with OS physically inserted into server’s DVD-ROM.

Hardware, Windows 7, Windows Server 2008 and 2008 R2 | Posted by p_lider November 7th, 2010

If your server is equipped with DRAC card and you have also a DVD with an operating system inserted into server’s DVD-ROM, installing the OS remotely is quite an easy operation. However, problems occur when the inserted DVD is damaged and makes the OS installer to stop – without physical presence in the server room, you will have to install the OS using Virtually mounted DVD through network. There would be no problem with that if the Windows Installer would be ignorring the inserted physical DVD – unfortunately it does not ignore it.

So even when you request the server to boot from Virtual media, during the installation the Windows Installer will be using the physically inserted DVD as a source. To avoid that sick behavior you have to disable any optical drives in server’s BIOS setup for the time of installation.  After disabling them, Windows Installer will look for source files only on virtual media and not on physical DVD allowing you to successfully install the OS.

Reconnecting Dell PawerVault MD1000 Enclosure

Hardware | Posted by p_lider November 7th, 2010

If you will ever need to disconnect and then reconnect the Dell PawerVault MD1000 Enclosure from any of your servers, for example while moving whole server room to a different location, then make a detailed note of how it was connected before to the RAID controllers. Reconnecting the enclosure to a different controller or to another connector in the same controller will cause the RAID configuration to be LOST!!! After that, the only way to make the RAID work again will be to import old RAID configuration manually (if previously exported or memmorized) or to create new RAID from scratch and restore the data from a backup.

Barracuda spam firewall and internal, known domains

Hardware | Posted by p_lider August 23rd, 2010

While configuring the Barracuda SPAM Firewalls it can be logical to add your email server’s domain to the trusted senders’ domains and to the trusted relay domains – nothing more confusing! Doing so will make a lot of spam coming through your firewall because many times spammers modify email headers in such a way, so they pretend to be from your server’s domain. Moreover, doing so will render your spam firewall to be an open relay for a part of spam with such modified headers.

So let this be a lesson for everyone – do not trust anyone, even your own domain, when it comes to defense against spam.

I think, that someone from Barracuda Network shall think too about improving the defense mechanism – why the firewall does let emails from trusted domains get relayed even if they were sent from an external, not known IP addresses?

“HP Compaq dc7600 CM” computers and Windows XP installation

Hardware, Windows XP | Posted by p_lider August 23rd, 2010

While installing the Windows XP operating system on some of the “HP Compaq dc7600 CM” computers I came to a strange problem – the Windows XP CD did not boot. The solution to this strange behavior was to disable the “Hard Disk Emulation” in BIOS for the first (text) phase of the Windows XP installation. After the text phase, the “Hard Disk Emulation” must have been re enabled because without it the system couldn’t boot from the hard drive.

This was strange and I don’t know what can be causing it. However, the mentioned trick does the job :)