I have a dell XP’s 9560 laptop and I want to install an Ubuntu distribution alongside windows 10. I tried a lot so far to install it but I can’t see any partitions. I figured out that the problem is that I have raid on from Sata configuration from bios. I don’t want to disable this because it will mean reinstalling my windows.
Can I install a dual boot with Ubuntu with raid on without any modification?
Thanks
Best Answer
You don't need to reinstall Windows...
Some folks have found the 2nd choice that I provide easier to do...
#Make sure to have a backup of your important Windows files!
You've got a single SSD set up in RAID mode, and the Ubuntu installer won't recognize your SSD until you switch your disk setting in the BIOS from RAID to AHCI.
Making that switch comes with some problems though, as Windows will no longer boot.
Choice #1: Looking at this article https://samnicholls.net/2016/01/14/how-to-switch-sata-raid-to-ahci-windows-10-xps-13/ will show you how to make the change without having to reinstall Windows.Device Manager
Storage Controllers
and identify theIntel SATA RAID Controller
Show compatible hardware
Microsoft
as manufacturerMicrosoft Storage Spaces Controller
as model #Windows cannot confirm that this driver is compatible
Now you should be able to install Ubuntu in a dual-boot configuration.Choice #2: See http://triplescomputers.com/blog/uncategorized/solution-switch-windows-10-from-raidide-to-ahci-operation/
Command Prompt (Admin)
.Command Prompt
listed, it’s because you have already been updated to a later version of Windows. If so, use this method instead to get to the Command Prompt:cmd
Run as administrator
bcdedit /set {current} safeboot minimal
bcdedit /set safeboot minimal
Command Prompt (Admin)
bcdedit /deletevalue {current} safeboot
bcdedit /deletevalue safeboot