Ubuntu not detecting Windows SSD during installation











up vote
0
down vote

favorite












I bought a new Dell laptop with two separate hard disks. One 128GB SSD with pre-installed Windows 10 and one 1Tb HDD (let's say dev/sdb). I'm trying to install Ubuntu 18.04 in a partition dev/sdb2. I'm trying to find the SSD efi partition but the wizard doesn't show it up. I run os-prober but I get no results.



Also followed this guide: Dual Boot Windows 10 and Linux Ubuntu on Separate Hard Drives
with no success as no GRUB OS choice is shown.



Any idea on how to get Ubuntu to detect the SSD?










share|improve this question




























    up vote
    0
    down vote

    favorite












    I bought a new Dell laptop with two separate hard disks. One 128GB SSD with pre-installed Windows 10 and one 1Tb HDD (let's say dev/sdb). I'm trying to install Ubuntu 18.04 in a partition dev/sdb2. I'm trying to find the SSD efi partition but the wizard doesn't show it up. I run os-prober but I get no results.



    Also followed this guide: Dual Boot Windows 10 and Linux Ubuntu on Separate Hard Drives
    with no success as no GRUB OS choice is shown.



    Any idea on how to get Ubuntu to detect the SSD?










    share|improve this question


























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I bought a new Dell laptop with two separate hard disks. One 128GB SSD with pre-installed Windows 10 and one 1Tb HDD (let's say dev/sdb). I'm trying to install Ubuntu 18.04 in a partition dev/sdb2. I'm trying to find the SSD efi partition but the wizard doesn't show it up. I run os-prober but I get no results.



      Also followed this guide: Dual Boot Windows 10 and Linux Ubuntu on Separate Hard Drives
      with no success as no GRUB OS choice is shown.



      Any idea on how to get Ubuntu to detect the SSD?










      share|improve this question















      I bought a new Dell laptop with two separate hard disks. One 128GB SSD with pre-installed Windows 10 and one 1Tb HDD (let's say dev/sdb). I'm trying to install Ubuntu 18.04 in a partition dev/sdb2. I'm trying to find the SSD efi partition but the wizard doesn't show it up. I run os-prober but I get no results.



      Also followed this guide: Dual Boot Windows 10 and Linux Ubuntu on Separate Hard Drives
      with no success as no GRUB OS choice is shown.



      Any idea on how to get Ubuntu to detect the SSD?







      dual-boot partitioning system-installation uefi ssd






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Nov 26 at 9:21









      Zanna

      49.2k13123234




      49.2k13123234










      asked Nov 25 at 23:47









      Pantelis Gramvousakis

      11




      11






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote













          Check in your BIOS for how the disks are setup. They're probably set to RAID. Ubuntu won't install unless you change this.



          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.




          • 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 model3

          • 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.






          share|improve this answer





















          • Thank you very much for your quick response! I'll give it a try to the second choice and soon I will provide any feedback of my success or failure. Kudos for your help!
            – Pantelis Gramvousakis
            Nov 26 at 20:25











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "89"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1096033%2fubuntu-not-detecting-windows-ssd-during-installation%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          1
          down vote













          Check in your BIOS for how the disks are setup. They're probably set to RAID. Ubuntu won't install unless you change this.



          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.




          • 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 model3

          • 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.






          share|improve this answer





















          • Thank you very much for your quick response! I'll give it a try to the second choice and soon I will provide any feedback of my success or failure. Kudos for your help!
            – Pantelis Gramvousakis
            Nov 26 at 20:25















          up vote
          1
          down vote













          Check in your BIOS for how the disks are setup. They're probably set to RAID. Ubuntu won't install unless you change this.



          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.




          • 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 model3

          • 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.






          share|improve this answer





















          • Thank you very much for your quick response! I'll give it a try to the second choice and soon I will provide any feedback of my success or failure. Kudos for your help!
            – Pantelis Gramvousakis
            Nov 26 at 20:25













          up vote
          1
          down vote










          up vote
          1
          down vote









          Check in your BIOS for how the disks are setup. They're probably set to RAID. Ubuntu won't install unless you change this.



          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.




          • 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 model3

          • 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.






          share|improve this answer












          Check in your BIOS for how the disks are setup. They're probably set to RAID. Ubuntu won't install unless you change this.



          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.




          • 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 model3

          • 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.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Nov 25 at 23:55









          heynnema

          17.4k22053




          17.4k22053












          • Thank you very much for your quick response! I'll give it a try to the second choice and soon I will provide any feedback of my success or failure. Kudos for your help!
            – Pantelis Gramvousakis
            Nov 26 at 20:25


















          • Thank you very much for your quick response! I'll give it a try to the second choice and soon I will provide any feedback of my success or failure. Kudos for your help!
            – Pantelis Gramvousakis
            Nov 26 at 20:25
















          Thank you very much for your quick response! I'll give it a try to the second choice and soon I will provide any feedback of my success or failure. Kudos for your help!
          – Pantelis Gramvousakis
          Nov 26 at 20:25




          Thank you very much for your quick response! I'll give it a try to the second choice and soon I will provide any feedback of my success or failure. Kudos for your help!
          – Pantelis Gramvousakis
          Nov 26 at 20:25


















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Ask Ubuntu!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.





          Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


          Please pay close attention to the following guidance:


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1096033%2fubuntu-not-detecting-windows-ssd-during-installation%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Quarter-circle Tiles

          build a pushdown automaton that recognizes the reverse language of a given pushdown automaton?

          Mont Emei