I have an old Windows 7 workstation where the hard drive started making noises. It was time to replace the old drives in the machine. They had been in there for around 10 years running as a RAID 0 stripe. I have plenty of bigger drives laying round from my old RAID 5 machine. I replace the 2 smaller drives with 1 bigger drive.
I then popped in the Client Computer Restore DVD from Windows Home Server 2011 in and booted up. The DVD found my Windows Home Server 2011 and asked if I wanted to do a full restore or just some files. I requested a full restore. It seemed to know which machine name I wanted to restore. The new drive had been used in a RAID5 so it needed to be partitioned and formatted so the software dumped me on a screen to do that. Once done then the restore started. It ran for about 4 hours as I had a lot of music on this machine. Once done I had a working machine just as before using one hard drive.
I decided I did not want the BIOS set to RAID mode any more as I will not be running RAID in this machine. I wanted to change to ACHI mode. I made the BIOS change to ACHI mode and the machine would boot up and then blue screen. It turns out Windows 7 only loads the storage drivers for what is running. The fix would require a registery fix which I found when I googled the problem.
So you need to change theStart value to 0 for both of the following entries in your registry. You can use regedit.exe utility.
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\msahci
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\atapi
So I made the registry fix for my machine. It now boots and runs in AHCI mode.
It is so nice to have backup and restore.
I then popped in the Client Computer Restore DVD from Windows Home Server 2011 in and booted up. The DVD found my Windows Home Server 2011 and asked if I wanted to do a full restore or just some files. I requested a full restore. It seemed to know which machine name I wanted to restore. The new drive had been used in a RAID5 so it needed to be partitioned and formatted so the software dumped me on a screen to do that. Once done then the restore started. It ran for about 4 hours as I had a lot of music on this machine. Once done I had a working machine just as before using one hard drive.
I decided I did not want the BIOS set to RAID mode any more as I will not be running RAID in this machine. I wanted to change to ACHI mode. I made the BIOS change to ACHI mode and the machine would boot up and then blue screen. It turns out Windows 7 only loads the storage drivers for what is running. The fix would require a registery fix which I found when I googled the problem.
So you need to change theStart value to 0 for both of the following entries in your registry. You can use regedit.exe utility.
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\msahci
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\atapi
So I made the registry fix for my machine. It now boots and runs in AHCI mode.
It is so nice to have backup and restore.