安装双系统ubuntu,RST(RAID)不兼容解决方案
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安装双系统ubuntu,RST(RAID)不兼容解决方案相关的知识,希望对你有一定的参考价值。
参考技术A 最近买了新的台式机,打算把ubuntu20装上,不过需要的问题是intel的rst和ubuntu不兼容,大概问题描述见下。
https://zhuanlan.zhihu.com/p/148855857
我进入Bios关掉了RST(BIOS里也叫RAID),成功安装了ubuntu,但是windows打不开了。据此,我搜了一下网上有三个方法。
上面知乎里的算一种,我并没有尝试,因为不想卸载RST驱动。
另外第二种
https://discourse.ubuntu.com/t/ubuntu-installation-on-computers-with-intel-r-rst-enabled/15347
该种方法需要调整win10里的
HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\iaStorV\\
文件等,大概意思设置这些文件让系统了解到是用AHCI而非RST,重启了之后电脑会找寻AHCI驱动并安装,但是我没有成功。
第三种解决方案( 成功 )
https://support.thinkcritical.com/kb/articles/switch-windows-10-from-raid-ide-to-ahci
我再复制粘贴一下,在win10环境里
1: Click the Start Button and type cmd
2: Right-click the result and select Run as administrator
3:Type this command and press ENTER: bcdedit /set current safeboot minimal (ALT: bcdedit /set safeboot minimal)
( ALT是alternative,意思是你可以在win10的终端里输入 bcdedit /set current safeboot minimal 或者 bcdedit /set safeboot minimal )
4: Restart the computer and enter BIOS Setup
5: Change the SATA Operation mode to AHCI from either IDE or RAID
6: Save changes and exit Setup and Windows will automatically boot to Safe Mode.
7: Right-click the Windows Start Menu once more. Choose Command Prompt (Admin).
8: Type this command and press ENTER: bcdedit /deletevalue current safeboot (ALT: bcdedit /deletevalue safeboot)
9: Reboot once more and Windows will automatically start with AHCI drivers enabled.
按照上面步骤做了之后,电脑在AHCI储存模式下能正常打开两个系统了
以上是关于安装双系统ubuntu,RST(RAID)不兼容解决方案的主要内容,如果未能解决你的问题,请参考以下文章