Existing OS is Windows 10 installed on SSD. When I tried to install Ubuntu, the only partition available is HDD. I don't see SSD at all. So, I have no choice but to install Ubuntu on HDD.
nvme0n1 = Windows 10, sda = Ubuntu
The following lsblk
and df -h
taken after installation of both OS. I'll reproduce the issue in VM and will share the screenshot later.
lsblk
user@ubuntu:~$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 931.5G 0 disk
├─sda1 8:1 0 16M 0 part
├─sda2 8:2 0 187.1G 0 part
├─sda3 8:3 0 513M 0 part
└─sda4 8:4 0 743.9G 0 part /
nvme0n1 259:0 0 477G 0 disk
├─nvme0n1p1 259:1 0 499M 0 part
├─nvme0n1p2 259:2 0 99M 0 part /boot/efi
├─nvme0n1p3 259:3 0 16M 0 part
└─nvme0n1p4 259:4 0 476.3G 0 part
user@ubuntu:~$
df -h
user@ubuntu:~$ df -h
Filesystem Size Used Avail Use% Mounted on
udev 7.8G 0 7.8G 0% /dev
tmpfs 1.6G 2.1M 1.6G 1% /run
/dev/sda4 732G 7.8G 687G 2% /
tmpfs 7.8G 40M 7.8G 1% /dev/shm
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 7.8G 0 7.8G 0% /sys/fs/cgroup
/dev/nvme0n1p2 95M 31M 65M 33% /boot/efi
tmpfs 1.6G 16K 1.6G 1% /run/user/121
tmpfs 1.6G 32K 1.6G 1% /run/user/1000
/dev/sda2 188G 3.2G 184G 2% /media/user/New Volume
user@ubuntu:~$
Would it be possible to install both OS in SSD, and not HDD?
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.
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.
Make sure to have a backup of your important Windows files!
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: - Click the Start Button and typecmd
- Right-click the result and selectRun as administrator
bcdedit /set {current} safeboot minimal
- If this command does not work for you, trybcdedit /set safeboot minimal
Command Prompt (Admin)
bcdedit /deletevalue {current} safeboot
- If you had to try the alternate command above, you will likely need to do so here also:bcdedit /deletevalue safeboot