Windows Server making hard disk accessible after moving to a new installation

0

I have a serial ata disk running windows server 2003 in an old setup and now our company wanted to upgrade the system. We got a new computer and I transfer the hard disk from one setup to the other. Now every time I boot the computer I see the logo and I get prompted to choose safe mode or continue booting normally. In both cases I end up with a blue screen.

I am receiving a Stop 0x0000007B error which according to Microsoft forums is mentioned as INACCESSIBLE_BOOT_DEVICE.

How can I make my hard disk accessible again?

windows-server-2003
hard-drive
sata
asked on Server Fault Dec 6, 2011 by Chris-Top • edited Dec 6, 2011 by Chris-Top

2 Answers

5

You disks are inaccessible because the driver required to read them on the new system isn't loaded. What you could try is putting them back in the old system, add the new controller to the old system, verify that it works, then put the new card in the new system and attach the drives.

answered on Server Fault Dec 6, 2011 by Jim B
1

This won't help you this time, but next time you move a disk, goto device manager, then uninstall/remove the disk controller, then shutdown and move to the new machine. This will force Windows to find and install a compatible controller driver before attempting to boot. This has worked great for me moving from IDE to SATA to SAS.

answered on Server Fault Dec 6, 2011 by Tim

User contributions licensed under CC BY-SA 3.0