I tried to install Ubuntu 20.04 in my Dell G5 which has 2 drives. One with Windows 10 on it (256 GB) and another one with 1 TB capacity.
I shrunk the volume of 1 TB by 150 GB and tried to install there.
But Ubuntu installer didn't allow me as I got a dialog after the Keyboard setting said "Turn Off RST" with the message
This computer uses Intel RST (Rapid Storage Technology). You need to turn off RST before installing Ubuntu. For instructions, open this page: help.ubuntu.com/rst
If I make any changes in the BIOS setting, like changing the Intel controller from RAID to AHCI, Windows won't boot and goes into System Recovery.
I didn't have this issue when installing 18.04. While creating the partitions, you need to create a EFI partition with 200 - 500 MB with the usual steps and the installation will be completed succesfully.
On restarting, you will not be getting the GRUB but instead Ubuntu will boot by default. If you need to boot Windows, you will have to go to the BIOS and choose from the UEFI boot option each time.
Once 18.04 installation is complete, you can upgrade it to 20.04.
After upgrading I installed the KDE desktop and at the login screen I chose the "Ubuntu on Wayland" option.
After doing these 2 things, I lost the new features of 20.04 like the Ubuntu boot screen with Dell logo and the power off/log out blur effect screen. Not sure how to get that back.
You've got a single HDD/SSD set up in RAID (RST) mode, and the Ubuntu installer won't recognize your HDD/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.
You don't need to reinstall Windows.
Below, you'll find two different ways to solve this problem. Some users found Choice #2 to be easier.
Important: Make sure to have a backup of your important Windows files!
Choice #1: Looking at this article will show you how to make the change without having to reinstall Windows.Important: Some users reported to be completely unable to boot Windows after using Choice #1, without a full restore
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 here.
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