It seems like you've encountered an issue while trying to set up RAID 1 with two 1TB hard drives on Windows 7, where you converted the disks to dynamic but faced boot problems afterwards. Let's troubleshoot this step by step: 1.
Check Boot Order in BIOS: - Ensure that your system BIOS is set to boot from the correct drive where Windows is installed. Verify the boot order to prioritize the drive with the operating system. 2.
Boot Configuration: - Use the Windows 7 installation disc to access the recovery options. From there, you can try to repair the boot configurations using the Command Prompt. 3.
Repair Boot Configuration: - Run the following commands in Command Prompt from the Windows 7 installation disc to repair boot configuration:
Code:
bootrec /fixmbr bootrec /fixboot bootrec /rebuildbcd
4.
Review Disk Configuration: - Check the disk configuration to ensure that both disks are mirrored correctly. Verify that the dynamic disks are in a healthy state in Disk Management. 5.
System Restore: - If the above steps don't work, you can try performing a system restore to a point before you converted the disks to dynamic. This may help in recovering the system boot. 6.
Use Windows Repair Tools: - Windows 7 provides repair tools that you can access from the installation disc. Tools like Startup Repair can help resolve booting issues. 7.
Reinstall Boot Manager: - You may need to manually rebuild the Boot Configuration Data (BCD) store. You can do this using commands like
bootrec /rebuildbcd
. Try these steps sequentially to troubleshoot and resolve the booting issue after converting your drives to dynamic and setting up RAID 1. If you encounter any specific errors during this process, please provide those details for further assistance.