windows raid mode重新安装系统(win10)
Types of SATA modes:
- IDE - Old, slower, it is simply a compatibility mode
- AHCI - AHCI stands for Advanced Host Controller Interface. It makes Native Command Queuing (NCQ) along with hot-plugging or hot swapping through SATA Serial-ATA host controllers possible. NCQ is one of the important features of AHCI for SSDs. SSDs can process requests faster than HDDs. It can process so fast that the SSD could end up waiting for work. NCQ allows the OS/controller to request up to 32 simultaneous requests at once. So you basically get more performance from your drive over older IDE mode.
- RAID - RAID stands for redundant array of independent disks, originally redundant array of inexpensive disks. It is a means by which your PC uses multiple disks as if they were one, either to increase performance, safeguard against disk failures, or both. RAID mode has all the advantages of AHCI mode. There are four main factors of a RAID setup: striping, which spreads data across multiple drives, mirroring, which copies the data to more than one disk, space efficiency, which is how much of the total space is available to use, and fault tolerance, which is a measure of how well protected the RAID array is against disk failure.
The Problem:
The issue with changing the SATA modes is they need to be enabled in the BIOS prior to OS installation; doing so after you have installed the OS will disable the PC. The reason why is Windows disables the drivers for the others that are not needed during installation. This tutorial will show you how to enable the different SATA modes after you have installed the OS.
Notes:
*You may need to install the IRST driver first in order to do the registry change from AHCI mode to RAID mode for Intel mobos.
*You may have to uninstall then reinstall any SATA drivers such as Intel RST or AMDs equivalent.
Windows 7
Change to AHCI mode from IDE mode:Warning: Spoiler! (Click to hide)
Link to tool here: (link)
Regedit:
- Exit all Windows-based programs.
- Press [Win] + R or take the RUN option from the start menu.
- Now type Regedit there and press Enter Key to open up the Registry Editor Window. (If you receive the User Account Control dialog box, click Continue.)
- Locate and then click the following registry sub key:
Code:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\msahci
- In the right pane right-click Start in the Name column and then click Modify.
- In the Value data box, type 0 [3 is default], and then click OK.
- On the File menu, click Exit to close Registry Editor.
- Restart your computer
- Go to UEFI/BIOS and enable AHCI, Save & Reboot
- Another restart will be required to finish the driver installation.
Change to ACHI mode from RAID mode:Warning: Spoiler! (Click to hide)
- Exit all Windows-based programs.
- Press [Win] + R or take the RUN option from the start menu.
- Now type regedit there and press Enter Key to open up the Registry Editor Window.
- If you receive the User Account Control dialog box, click Continue.
- Locate and then click the following registry subkeys:
Code:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\pciide
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\msahci
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\iaStorV
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\iaStor
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\atapi - In the right pane, right-click Start in the Name column, and then click Modify.
- In the Value data box, type 0 [3 is default], and then click OK.
- On the File menu, click Exit to close Registry Editor.
- Restart your computer
- Go to UEFI/BIOS and enable AHCI, Save & Reboot
- Another restart will be required to finish the driver installation.
Note: You might not have the last registry key (iastor) as this is installed in the registry with the intel raid drivers, the default windows 7 raid driver uses the iastorV key.
Change to RAID mode from AHCI mode or IDE mode:Warning: Spoiler! (Click to hide)
- Exit all Windows-based programs.
- Press [Win] + R or take the RUN option from the start menu.
- Now type regedit there and press Enter Key to open up the Registry Editor Window.
- If you receive the User Account Control dialog box, click Continue.
- Locate and then click the following registry subkeys:
Code:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\msahci
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\iaStorV
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\iaStor - In the right pane, right-click Start in the Name column, and then click Modify.
- In the Value data box, type 0 [3 is default], and then click OK.
- On the File menu, click Exit to close Registry Editor.
- Restart your computer
- Go to UEFI/BIOS and enable RAID, Save & Reboot
- Another restart will be required to finish the driver installation.
Note: If you have an AMD systems you may need to look here too:http://superuser.com/questions/300035/how-to-install-amd-raid-driver-after-windows-installation
Change to IDE mode from AHCI or RAID mode:Warning: Spoiler! (Click to hide)
- Exit all Windows-based programs.
- Press [Win] + R or take the RUN option from the start menu.
- Now type regedit there and press Enter Key to open up the Registry Editor Window.
- If you receive the User Account Control dialog box, click Continue.
- Locate and then click the following registry subkey:
Code:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Pciide
- In the right pane, right-click Start in the Name column, and then click Modify.
- In the Value data box, type 0 [3 is default], and then click OK.
- On the File menu, click Exit to close Registry Editor.
- Restart your computer
- Go to UEFI/BIOS and enable IDE, Save & Reboot
- Another restart will be required to finish the driver installation.
For those with nForce boards:Warning: Spoiler! (Click to hide)
You can uninstall the Nvidia controller though in Device Manager and install Microsoft's IDE Controller, which can send TRIM commands for SSDs.
Head to Device Manager (Open Start menu, type Device Manager), and click "IDE ATA/ATAPI Controllers", and you will see 3 Nvidia Serial ATA Controllers. Right click one of them and click "Properties" and go to the "" tab. Click "Update ". Click "Browse my Computer", and then "Let me pick". You will see the option to choose "Standard Dual Channel PCI IDE Controller". Click this and click "Next" and let it install.
Do the same for the other two Nvidia Controllers in Device Manager and restart your system. After the controllers have installed, you will be asked to reboot again.
SSDs will now have a slight performance boost with the TRIM command, and also regular HDDs also have a slight increase as well.
Windows 8
Change to AHCI mode from IDE mode:Warning: Spoiler! (Click to hide)
Regedit:
- Exit all Windows-based programs.
- Press [Win] + R or take the RUN option from the start menu.
- Now type Regedit there and press Enter Key to open up the Registry Editor Window. (If you receive the User Account Control dialog box, click Continue.)
- Locate and then click the following registry sub keys:
Code:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\storahci\
- Locate the Error Control entry which should have a value of 3. Right-click on the entry name, select Modify, change the value from 3 to 0 and click OK.
- Locate and then click the following registry sub keys:
Code:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\storahci\StartOverride
- Locate an entry named "0" with a value of 3. Change the value to 0 by following the procedure in step 5.
- Restart your computer
- Go to UEFI/BIOS and enable AHCI, Save & Reboot
- Another restart may be required to finish the driver installation.
Change to RAID mode from AHCI mode and vice versa:Warning: Spoiler! (Click to hide)
- If currently installed, uninstall your RAID or AHCI SATA driver (for intel, intel rapid storage technology)
- Basically open msconfig -> boot tab -> check safe boot -> restart
- Go into UEFI/BIOS and set SATA mode to which ever one you want
- Boot up into windows safe mode
- Open msconfig again -> under the main menu tab (general) click the normal startup circle - > restart
- Your system should boot into windows fine and you can install your AHCI or RAID driver.
Change to AHCI mode from IDE mode: 未验证Warning: Spoiler! (Click to hide)
Regedit:
- Exit all Windows-based programs.
- Press [Win] + R or take the RUN option from the start menu.
- Now type Regedit there and press Enter Key to open up the Registry Editor Window. (If you receive the User Account Control dialog box, click Continue.)
- Locate and then click the following registry sub keys:
Code:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\storahci\
- Locate the Error Control entry which should have a value of 3. Right-click on the entry name, select Modify, change the value from 3 to 0 and click OK.
- Locate and then click the following registry sub keys:
Code:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\storahci\StartOverride
- Locate an entry named "0" with a value of 3. Change the value to 0 by following the procedure in step 5.
- Restart your computer
- Go to UEFI/BIOS and enable AHCI, Save & Reboot
- Another restart may be required to finish the driver installation.
Change to RAID mode from AHCI mode and vice versa: 以验证Warning: Spoiler! (Click to hide)
- If currently installed, uninstall your RAID or AHCI SATA driver (for intel, intel rapid storage technology)
- Basically open msconfig -> boot tab -> check safe boot -> restart
- Go into UEFI/BIOS and set SATA mode to which ever one you want
- Boot up into windows safe mode
- Open msconfig again -> under the main menu tab (general) click the normal startup circle - > restart
- Your system should boot into windows fine and you can install your AHCI or RAID driver.
Recreation of RAID, EliteBook 840( win 7)
03-27-2016 10:39 AM
Working reinstall procedure:
Step 1 reinstall OS:
- take the hdd and reinstall easily in a desktop computer (cdrom etc) in AHCI mode.
- re-insert in the laptop and run in AHCI mode
At this point you have 2 separate drives - sata hdd and ssd
Step 2 re-enable the SSD cache:
Change from AHCI to RAID:
Change to RAID mode from AHCI mode or IDE mode:Warning: Spoiler! (Click to hide)
- Exit all Windows-based programs.
- Press [Win] + R or take the RUN option from the start menu.
- Now type regedit there and press Enter Key to open up the Registry Editor Window.
- If you receive the User Account Control dialog box, click Continue.
- Locate and then click the following registry subkeys:
Code:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\msahci
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\iaStorV
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\iaStor - In the right pane, right-click Start in the Name column, and then click Modify.
- In the Value data box, type 0 [3 is default], and then click OK.
- On the File menu, click Exit to close Registry Editor.
- Restart your computer
- Go to UEFI/BIOS and enable RAID, Save & Reboot
- Another restart will be required to finish the driver installation.
Source link:
http://www.overclock.net/t/1227636/how-to-change-sata-modes-after-windows-installation
After reboot in device manager AHCI controller is replaced by RAID controller.
Reinstall Intel RST driver.
Delete any existing partition on SSD.
Start RST GUI - now you have the option to create the RAID.
windows raid mode重新安装系统(win10)的更多相关文章
- windows无法安装到这个磁盘。选中的磁盘采用GPT分区形式 Windows 检测到 EFI 系统分区格式化为 NTFS。将 EFI 系统分区个数化为 FAT32,然后重新启动安装
win10安装问题解决 问题 1.windows无法安装到这个磁盘.选中的磁盘采用GPT分区形式 解决方法: 1.bios,更改 uefi/legacy boot 为ueei only 后面可以安装了 ...
- Windows 8 64位系统 在VS2010 32位软件上 搭建 PCL点云库 开发环境
Windows 8 64位系统 在VS2010 32位软件上 搭建 PCL点云库 开发环境 下载PCL For windows 软件包 到这个网站下载PCL-All-In-One Installer: ...
- 记录一下l联想Y7000安装双系统(win10+ubuntu16.04)
单位新配的联想拯救者Y7000,感觉很不错哈,先上一张图. 说实在的,装这个有些小坑,我最开始是直接在原装win10上去装双系统的,结果死活装不上,还把原装win10给折腾没了,哈哈,好逗,以前装双系 ...
- Windows与Linux/Mac系统时间不一致的解决方法
Windows与Linux/Mac系统时间不一致的解决方法 分类: linux2012-02-12 14:25 1691人阅读 评论(1) 收藏 举报 windowsubuntusystemlinux ...
- Windows Phone 离主流系统还很远
调查机构 Kantar Worldpanel 在本月发布全球智能手机份额报告.报告显示,五月份除德国和澳大利亚出现下滑,Windows Phone 的市场份额在不少国家都实现增长. 英国,4.1% 升 ...
- Windows、Ubuntu双系统重装windows系统后grub引导的修复及默认启动项的修改
今天帮童鞋重装系统,他的电脑是Windows.Ubuntu双系统,需要重装的系统是windows,据说是因为很多游戏都只支持64位,要给换成64位的 = =... 于是我就帮他装了个wind ...
- windows和linux双系统删除linux
装了Windows和linux双系统的朋友,在后期要删除linux是个比较头痛的问题,因为MBR已经被linux接管,本文的目的是如何在windows 和linux双系统下,简单,完美地卸载linux ...
- python一些模块的exe安装包在windows的64位系统里识别不到已安装Python目录的解决方法
在windows里安装python一些模块时候,有时候源码安装比较困难,pip install也各种报错,这时候最喜欢用别人编译好的exe或者whl文件来安装,但是在windows的64位系统里,如果 ...
- 64地点 Windows 8/7 根据系统 32地点PLSQL 耦合 64 地点 Oracle 11g
64地点 Windows 8/7 根据系统 32地点PL/SQL 耦合 64 地点 Oracle 11g 说明:安装后Oracle的 oci.dll 是64位的,而32位应用程序 PL/SQL ...
随机推荐
- STM32canopen调试
问题1:用usbcan监测不到can口的报文 属于接线问题 CANopen程序总使用的是can1 对应的接下口在J1的1和2口,而其接口排序是从外向里排序,故最外面的为1号接口,由于接线时,按照左边的 ...
- iOS viewDidAppear 和 viewWillAppear
今天发现,如果用navigation push一个controller,那么从动画开始就调用viewwillappear,动画全部停止才会调用viewDidAppear,不知道是否正确,先做记录,带验 ...
- FastReport for delphi xe 安装步骤
FastReport for delphi xe 安装步骤 1.先关闭DELPHI:2.下载后解压到一个目录,比如:D:FR:3.打开D:FR,运行recompile.exe ->点击" ...
- Python -- BeautifulSoup的学习使用
BeautifulSoup4.3 的使用 下载和安装 # 下载 http://www.crummy.com/software/BeautifulSoup/bs4/download/ # 解压后 使用r ...
- codeforces A. Vasily the Bear and Triangle 解题报告
题目链接:http://codeforces.com/problemset/problem/336/A 好简单的一条数学题,是8月9日的.比赛中没有做出来,今天看,从pupil变成Newbie了,那个 ...
- MyBatis的foreach语句详解
foreach的主要用在构建in条件中,它可以在SQL语句中进行迭代一个集合.foreach元素的属性主要有 item,index,collection,open,separator,close.it ...
- Spring配置JNDI的解决方案
我的配置环境是:Spring + Tomcat + MySql 说明: 1. $TOMCAT_HOME代表Tomcat的安装目录. 第一步:在Tomcat的$TOMCAT_HOME/conf/cont ...
- COURSES(poj 1469)
题意: 给你p门课程和n个学生,一个学生可以选0门,1门,或者多门课程,现在要求一个由p个学生组成的集合,满足下列2个条件: 1.每个学生选择一个不同的课程 2.每个课程都有不同的代表 如果满足,就输 ...
- export 解决环境变量的问题!!!!
export PATH="/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin:/root/bin" 如果/et ...
- ubuntu下简单的驱动编译
转自:http://www.eefocus.com/jefby1990/blog/13-02/291628_c39b8.html 本文是参考了网上多篇帖子而写的算不上什么原创.唯一值得欣慰的只不过在本 ...