1

I am trying to install the Ubuntu 18 TLS on my new thinkpad t580 with SSD (only one drive is there.(windows10 is already installed)

I have created a 99GB of free space partition . (using the disk management tool-->shrink tool in windows. I have 99GB unallocated space)

On windows I have disabled Hibernation.

still I am not able to see the SSD during installation procedure.

Can you please help me to unblock.

  1. Right now in my SATA controller settings is RST Mode. what are the issues I come across changing the settings in BIOS to AHCI. will it impact my windows usage?

  2. How can I make my SSD be detected. I saw many similar posts but did not get success even after following them.

  • 1
    You need to use AHCI & install AHCI driver into Windows. See: https://www.dell.com/community/Laptops-General-Read-Only/Dell-M-2-FAQ-regarding-AHCI-vs-RAID-ON-Storage-Drivers-M-2-Lanes/td-p/5072571 & Intel Optane - See Intel response that no performance difference between RAID & AHCI. https://communities.intel.com/thread/121155 Maximize SATA Capabilities with AHCI http://www.samsung.com/global/business/semiconductor/minisite/SSD/global/html/whitepaper/whitepaper02.html – oldfred Jun 02 '19 at 19:39
  • Thank you. I am using Thinpad T580. when I go to Bios I have the option of changing it to AHCI. does it mean its already installed? 2) is there a work around with out changing this – ML learner Jun 02 '19 at 19:45

1 Answers1

0

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.

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.

  • Boot to Windows with your current SATA controller configuration
  • Open Device Manager
  • Expand Storage Controllers and identify the Intel SATA RAID Controller
  • View properties of the identified controller
  • On the Driver tab, click the Update driver… button
  • Browse my computer…, Let me pick…
  • Uncheck Show compatible hardware
  • Select Microsoft as manufacturer
  • Select Microsoft Storage Spaces Controller as model #
  • Accept that Windows cannot confirm that this driver is compatible
  • Save changes, reboot to BIOS and change RAID SATA Controller to AHCI
  • Save changes and reboot normally, hopefully to Windows

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/

  • Right-click the Windows Start Menu. Choose Command Prompt (Admin).
  • If you don’t see 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 type cmd
    • Right-click the result and select Run as administrator
  • Type this command and press ENTER: bcdedit /set {current} safeboot minimal
    • If this command does not work for you, try bcdedit /set safeboot minimal
  • Restart the computer and enter BIOS Setup (the key to press varies between systems).
  • Change the SATA Operation mode to AHCI from either IDE or RAID (again, the language varies).
  • Save changes and exit Setup and Windows will automatically boot to Safe Mode.
  • Right-click the Windows Start Menu once more. Choose Command Prompt (Admin)
  • Type this command and press ENTER: 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
  • Reboot once more and Windows will automatically start with AHCI drivers enabled.
heynnema
  • 70,711
  • Thank you. I am planning to use option2. Can I use it for think pad where it is RST Mode. can I use the same thing. Also looks using option2 there is less chance of Windows getting corrupted right? will there be any other issues in general for moving to this AHCI – ML learner Jun 02 '19 at 23:10
  • I tried option2. when I changed in BIOS I got a setup" warning: All exisiting data stored on the driver will be erased when resetting the controller mode. ". I dont want to loose my data . is there a work around...I am trying this all so that I can install ubantu – ML learner Jun 03 '19 at 00:45
  • @MLlearner I don't have a machine to duplicate what you're seeing. Try Choice #1 then and see if it's any easier. Depending on how far you got with Choice #2, you might have to use the bcdedit command to set things back. Report back. – heynnema Jun 03 '19 at 00:52
  • I read some where using option2 will not really remove the data even it mentions as it is in safe mode is it true?.....I am trying option1 but concern with --"Select Microsoft Storage Spaces Controller as model Accept that Windows cannot confirm that this driver is compatible " because it is telling it is not compactable.... – ML learner Jun 03 '19 at 00:59
  • @MLlearner the instructions in Choice #1 indicate that it'll say it's not compatible, so I guess that's ok. I've never had to do these myself, but I've never had any bad feedback from all of the people that have used either Choice. – heynnema Jun 03 '19 at 01:04
  • ok Thank you ...also any idea on option2. doe sit really erase the data even in safe mode? reference: https://forums.lenovo.com/t5/Lenovo-Yoga-Series-Notebooks/Changing-SATA-Controller-mode-on-Yoga-720/m-p/3864981#M57541 – ML learner Jun 03 '19 at 01:06
  • @MLlearner I don't know. If you try it, let me know :-) and I'll document it. – heynnema Jun 03 '19 at 01:08
  • ok have lot of data so concerned. will decide one and update u – ML learner Jun 03 '19 at 01:12
  • it did not work even I am in safe boot..it went to repair. I tried multiple times it did not work . Than I moved back to RST from AHCI in BIOS and it started working ...:( – ML learner Jun 03 '19 at 02:31
  • 1
    @MLlearner As I mentioned, others have done one choice or the other, and had no problem. If you're following the instructions, it should work for you too. But, of course, you did backups first, as the instructions say, yes? If so, then the risks would be lower if the procedure didn't work as expected. Sorry I can't be of more help here. – heynnema Jun 03 '19 at 02:56
  • @MLlearner I've made some minor edits to my answer, hoping that it'll be a little easier to follow. – heynnema Jun 03 '19 at 12:59