Lenovo Thinkpad X270 issue with NVMe disk












3















I bought a Lenovo Thinkpad X270 2 month ago and I needed to use Windows and OpenBSD on 2 differents hard drive. Fortunately, this Thinkpad had a free PCI-e port available NVMe compatible (M.2 2242 format), I bought a Transcend TS256GMTS400.





  • Samsung NVMe SSD with Windows 10


  • Transcend SATA SSD with OpenBSD-current (FDE + UEFI support)


After 3 weeks without any kind of issue, the Transcend seemed defectuous and after a simple smartctl test, my system (running OpenBSD at this time) crashed. The Transcend hard disk was not usable anymore and my OpenBSD data was gone.



I decided to try another brand, I bought this time a Toshiba RC100 240G. I installed OpenBSD on it for a first time, but, this new disk did not appear when I press the F12 key at startup for choosing the boot device. Strange thing, because the transcend was present on the boot list. So, I decided to try to reinstall OpenBSD a second time: same issue. I tried to install Linux Mint and... I still can't see the disk on the boot device list!



After that I:




  • installed OpenBSD (1) with Full Disk Encryption (FDE) with UEFI support

  • installed OpenBSD (2) without FDE with UEFI support

  • installed OpenBSD (3) without UEFI support (classical installation)

  • installed Linux Mint (classical installation)

  • updated the BIOS firmware

  • updated the Toshiba firmware to the last version

  • plugged/unplugged the Toshiba SSD (2 times)

  • installed the Toshiba SSD Utility tool: all is good

  • after installed Linux on the toshiba hard drive, the default boot loader is not windows anymore, but grub, I don't know why

  • reset the BIOS with default configuration

  • sent a hater tweet and waiting for some computer gods (should I sacrify something?!)

  • after another reboot, I can now see a "ubuntu" in the boot list. To be honest, I don't know what I did... We'll see if another OpenBSD installation will change something.

  • used installboot(8) manually on the toshiba hard drive


For your information, if I plug an USB drive, I can see it on the boot device list, I can also the other NVMe disk (samsung), my first transcend disk was also present on this list.



The disk is present during the BIOS diagnostic at startup, but I cannot choose it when I want to select my bootable device. I tried different configuration on the BIOS with UEFI, Legacy method and nothing work.



Do you have an idea why? Maybe I missed something during the configuration or NVMe devices are not seen like a disk by the bios?



Installing bootstrap on first NVMe disk



I don't find a clean solution, and does't solve my first issue: where is my NVMe hard drive in the boot list, but it gives the opportunity to switch from windows to OpenBSD on the UEFI boot list.



On Windows, I used diskpart tool to mount the EFI partition and remove ubuntu directory, moved also Boot directory to Boot.old. I did not touch the Windows directory.



C:> DISKPART
DISKPART> sel disk 0
DISKPART> sel volume 2
DISKPART> assign letter Z:


On OpenBSD, or whatever unix system, I created a Boot directory in EFI partition and copied the file bootx64.efi in it. I can now boot on the Toshiba hard drive with the Samsung one. I did the same with an USB flash drive, and work.



# mount /dev/sd2i /mnt
# cd /mnt/EFI
# mv Boot Boot.old
# rm -rf ubuntu
# mkdir Boot
# cp /usr/mdec/BOOTX64.EFI Boot


At boot, you should see the OpenBSD bootprompt, you must set manually your booting device, sr drive for NVMe. Here the code sample:



boot> set device sr0a
boot> boot


Only one NVMe disk can boot



If you have 2 NVMe disks on your Thinkpad X270, it seems you can only boot on one of them, here the solution given by incidentflux on the Lenovo Forum:




A dual drive SSD config is possible as follows:



Option 1 - 500MBps/Value - SATA (AHCI)



With SATA (AHCI) cable:
1. Drive 1 in 2.5 inch bay: 2.5 inch SSD with SATA connector cable
2. Drive 2 in WWAN slot: m.2 2242 SSD (look up B or M keying)



FRUs Required: 01HW968, CRU ID:2, FRU HDD Cable for SATA HDD/SSD,
01HY565 CRU ID:N FRU M.2 Adapter&HDD Bracket ASM



Option 2 - Fastest/Pricey - m.2 (PCIe) Or with an M.2 (PCIe) cable:




  1. Drive 1 in 2.5 inch bay: m.2 NVMe (m.2 cradle inside a 2.5" caddy)

  2. Drive 2 in WWAN slot: m.2 2242 SSD (look up it's B or M keying)


FRUs Required: 01HW969, CRU ID:2, - FRU HDD Cable for PCIe SSD,
01HY565 CRU ID:N FRU M.2 Adapter&HDD Bracket ASM



When ordering, the SATA or m.2 NVMe option, the cable Lenovo
provides, for m.2 nvme SSD is key to your future expansion.



SATA cable is provided with SATA Webstore option and m.2 cable is
provided with m.2 Webstore option.



I think that's why its not in self service (See pages 55, 56, 77, 78
of HMM). Major FRU Part numbers 8a, 8b, 9a, 9b, 10a, 10b.




Does not answer my question, but give you some hints of you need to buy a Lenovo Thinkpad X270 and add another drive. Anyway, if you are like me and don't really understand what is B or M keying, you can find more information about that on Republic of Gamers website. The big picture: it is the numbers of pins (socket) on the PCI-e connector of your NVMe SSD.



enter image description here










share|improve this question





























    3















    I bought a Lenovo Thinkpad X270 2 month ago and I needed to use Windows and OpenBSD on 2 differents hard drive. Fortunately, this Thinkpad had a free PCI-e port available NVMe compatible (M.2 2242 format), I bought a Transcend TS256GMTS400.





    • Samsung NVMe SSD with Windows 10


    • Transcend SATA SSD with OpenBSD-current (FDE + UEFI support)


    After 3 weeks without any kind of issue, the Transcend seemed defectuous and after a simple smartctl test, my system (running OpenBSD at this time) crashed. The Transcend hard disk was not usable anymore and my OpenBSD data was gone.



    I decided to try another brand, I bought this time a Toshiba RC100 240G. I installed OpenBSD on it for a first time, but, this new disk did not appear when I press the F12 key at startup for choosing the boot device. Strange thing, because the transcend was present on the boot list. So, I decided to try to reinstall OpenBSD a second time: same issue. I tried to install Linux Mint and... I still can't see the disk on the boot device list!



    After that I:




    • installed OpenBSD (1) with Full Disk Encryption (FDE) with UEFI support

    • installed OpenBSD (2) without FDE with UEFI support

    • installed OpenBSD (3) without UEFI support (classical installation)

    • installed Linux Mint (classical installation)

    • updated the BIOS firmware

    • updated the Toshiba firmware to the last version

    • plugged/unplugged the Toshiba SSD (2 times)

    • installed the Toshiba SSD Utility tool: all is good

    • after installed Linux on the toshiba hard drive, the default boot loader is not windows anymore, but grub, I don't know why

    • reset the BIOS with default configuration

    • sent a hater tweet and waiting for some computer gods (should I sacrify something?!)

    • after another reboot, I can now see a "ubuntu" in the boot list. To be honest, I don't know what I did... We'll see if another OpenBSD installation will change something.

    • used installboot(8) manually on the toshiba hard drive


    For your information, if I plug an USB drive, I can see it on the boot device list, I can also the other NVMe disk (samsung), my first transcend disk was also present on this list.



    The disk is present during the BIOS diagnostic at startup, but I cannot choose it when I want to select my bootable device. I tried different configuration on the BIOS with UEFI, Legacy method and nothing work.



    Do you have an idea why? Maybe I missed something during the configuration or NVMe devices are not seen like a disk by the bios?



    Installing bootstrap on first NVMe disk



    I don't find a clean solution, and does't solve my first issue: where is my NVMe hard drive in the boot list, but it gives the opportunity to switch from windows to OpenBSD on the UEFI boot list.



    On Windows, I used diskpart tool to mount the EFI partition and remove ubuntu directory, moved also Boot directory to Boot.old. I did not touch the Windows directory.



    C:> DISKPART
    DISKPART> sel disk 0
    DISKPART> sel volume 2
    DISKPART> assign letter Z:


    On OpenBSD, or whatever unix system, I created a Boot directory in EFI partition and copied the file bootx64.efi in it. I can now boot on the Toshiba hard drive with the Samsung one. I did the same with an USB flash drive, and work.



    # mount /dev/sd2i /mnt
    # cd /mnt/EFI
    # mv Boot Boot.old
    # rm -rf ubuntu
    # mkdir Boot
    # cp /usr/mdec/BOOTX64.EFI Boot


    At boot, you should see the OpenBSD bootprompt, you must set manually your booting device, sr drive for NVMe. Here the code sample:



    boot> set device sr0a
    boot> boot


    Only one NVMe disk can boot



    If you have 2 NVMe disks on your Thinkpad X270, it seems you can only boot on one of them, here the solution given by incidentflux on the Lenovo Forum:




    A dual drive SSD config is possible as follows:



    Option 1 - 500MBps/Value - SATA (AHCI)



    With SATA (AHCI) cable:
    1. Drive 1 in 2.5 inch bay: 2.5 inch SSD with SATA connector cable
    2. Drive 2 in WWAN slot: m.2 2242 SSD (look up B or M keying)



    FRUs Required: 01HW968, CRU ID:2, FRU HDD Cable for SATA HDD/SSD,
    01HY565 CRU ID:N FRU M.2 Adapter&HDD Bracket ASM



    Option 2 - Fastest/Pricey - m.2 (PCIe) Or with an M.2 (PCIe) cable:




    1. Drive 1 in 2.5 inch bay: m.2 NVMe (m.2 cradle inside a 2.5" caddy)

    2. Drive 2 in WWAN slot: m.2 2242 SSD (look up it's B or M keying)


    FRUs Required: 01HW969, CRU ID:2, - FRU HDD Cable for PCIe SSD,
    01HY565 CRU ID:N FRU M.2 Adapter&HDD Bracket ASM



    When ordering, the SATA or m.2 NVMe option, the cable Lenovo
    provides, for m.2 nvme SSD is key to your future expansion.



    SATA cable is provided with SATA Webstore option and m.2 cable is
    provided with m.2 Webstore option.



    I think that's why its not in self service (See pages 55, 56, 77, 78
    of HMM). Major FRU Part numbers 8a, 8b, 9a, 9b, 10a, 10b.




    Does not answer my question, but give you some hints of you need to buy a Lenovo Thinkpad X270 and add another drive. Anyway, if you are like me and don't really understand what is B or M keying, you can find more information about that on Republic of Gamers website. The big picture: it is the numbers of pins (socket) on the PCI-e connector of your NVMe SSD.



    enter image description here










    share|improve this question



























      3












      3








      3








      I bought a Lenovo Thinkpad X270 2 month ago and I needed to use Windows and OpenBSD on 2 differents hard drive. Fortunately, this Thinkpad had a free PCI-e port available NVMe compatible (M.2 2242 format), I bought a Transcend TS256GMTS400.





      • Samsung NVMe SSD with Windows 10


      • Transcend SATA SSD with OpenBSD-current (FDE + UEFI support)


      After 3 weeks without any kind of issue, the Transcend seemed defectuous and after a simple smartctl test, my system (running OpenBSD at this time) crashed. The Transcend hard disk was not usable anymore and my OpenBSD data was gone.



      I decided to try another brand, I bought this time a Toshiba RC100 240G. I installed OpenBSD on it for a first time, but, this new disk did not appear when I press the F12 key at startup for choosing the boot device. Strange thing, because the transcend was present on the boot list. So, I decided to try to reinstall OpenBSD a second time: same issue. I tried to install Linux Mint and... I still can't see the disk on the boot device list!



      After that I:




      • installed OpenBSD (1) with Full Disk Encryption (FDE) with UEFI support

      • installed OpenBSD (2) without FDE with UEFI support

      • installed OpenBSD (3) without UEFI support (classical installation)

      • installed Linux Mint (classical installation)

      • updated the BIOS firmware

      • updated the Toshiba firmware to the last version

      • plugged/unplugged the Toshiba SSD (2 times)

      • installed the Toshiba SSD Utility tool: all is good

      • after installed Linux on the toshiba hard drive, the default boot loader is not windows anymore, but grub, I don't know why

      • reset the BIOS with default configuration

      • sent a hater tweet and waiting for some computer gods (should I sacrify something?!)

      • after another reboot, I can now see a "ubuntu" in the boot list. To be honest, I don't know what I did... We'll see if another OpenBSD installation will change something.

      • used installboot(8) manually on the toshiba hard drive


      For your information, if I plug an USB drive, I can see it on the boot device list, I can also the other NVMe disk (samsung), my first transcend disk was also present on this list.



      The disk is present during the BIOS diagnostic at startup, but I cannot choose it when I want to select my bootable device. I tried different configuration on the BIOS with UEFI, Legacy method and nothing work.



      Do you have an idea why? Maybe I missed something during the configuration or NVMe devices are not seen like a disk by the bios?



      Installing bootstrap on first NVMe disk



      I don't find a clean solution, and does't solve my first issue: where is my NVMe hard drive in the boot list, but it gives the opportunity to switch from windows to OpenBSD on the UEFI boot list.



      On Windows, I used diskpart tool to mount the EFI partition and remove ubuntu directory, moved also Boot directory to Boot.old. I did not touch the Windows directory.



      C:> DISKPART
      DISKPART> sel disk 0
      DISKPART> sel volume 2
      DISKPART> assign letter Z:


      On OpenBSD, or whatever unix system, I created a Boot directory in EFI partition and copied the file bootx64.efi in it. I can now boot on the Toshiba hard drive with the Samsung one. I did the same with an USB flash drive, and work.



      # mount /dev/sd2i /mnt
      # cd /mnt/EFI
      # mv Boot Boot.old
      # rm -rf ubuntu
      # mkdir Boot
      # cp /usr/mdec/BOOTX64.EFI Boot


      At boot, you should see the OpenBSD bootprompt, you must set manually your booting device, sr drive for NVMe. Here the code sample:



      boot> set device sr0a
      boot> boot


      Only one NVMe disk can boot



      If you have 2 NVMe disks on your Thinkpad X270, it seems you can only boot on one of them, here the solution given by incidentflux on the Lenovo Forum:




      A dual drive SSD config is possible as follows:



      Option 1 - 500MBps/Value - SATA (AHCI)



      With SATA (AHCI) cable:
      1. Drive 1 in 2.5 inch bay: 2.5 inch SSD with SATA connector cable
      2. Drive 2 in WWAN slot: m.2 2242 SSD (look up B or M keying)



      FRUs Required: 01HW968, CRU ID:2, FRU HDD Cable for SATA HDD/SSD,
      01HY565 CRU ID:N FRU M.2 Adapter&HDD Bracket ASM



      Option 2 - Fastest/Pricey - m.2 (PCIe) Or with an M.2 (PCIe) cable:




      1. Drive 1 in 2.5 inch bay: m.2 NVMe (m.2 cradle inside a 2.5" caddy)

      2. Drive 2 in WWAN slot: m.2 2242 SSD (look up it's B or M keying)


      FRUs Required: 01HW969, CRU ID:2, - FRU HDD Cable for PCIe SSD,
      01HY565 CRU ID:N FRU M.2 Adapter&HDD Bracket ASM



      When ordering, the SATA or m.2 NVMe option, the cable Lenovo
      provides, for m.2 nvme SSD is key to your future expansion.



      SATA cable is provided with SATA Webstore option and m.2 cable is
      provided with m.2 Webstore option.



      I think that's why its not in self service (See pages 55, 56, 77, 78
      of HMM). Major FRU Part numbers 8a, 8b, 9a, 9b, 10a, 10b.




      Does not answer my question, but give you some hints of you need to buy a Lenovo Thinkpad X270 and add another drive. Anyway, if you are like me and don't really understand what is B or M keying, you can find more information about that on Republic of Gamers website. The big picture: it is the numbers of pins (socket) on the PCI-e connector of your NVMe SSD.



      enter image description here










      share|improve this question
















      I bought a Lenovo Thinkpad X270 2 month ago and I needed to use Windows and OpenBSD on 2 differents hard drive. Fortunately, this Thinkpad had a free PCI-e port available NVMe compatible (M.2 2242 format), I bought a Transcend TS256GMTS400.





      • Samsung NVMe SSD with Windows 10


      • Transcend SATA SSD with OpenBSD-current (FDE + UEFI support)


      After 3 weeks without any kind of issue, the Transcend seemed defectuous and after a simple smartctl test, my system (running OpenBSD at this time) crashed. The Transcend hard disk was not usable anymore and my OpenBSD data was gone.



      I decided to try another brand, I bought this time a Toshiba RC100 240G. I installed OpenBSD on it for a first time, but, this new disk did not appear when I press the F12 key at startup for choosing the boot device. Strange thing, because the transcend was present on the boot list. So, I decided to try to reinstall OpenBSD a second time: same issue. I tried to install Linux Mint and... I still can't see the disk on the boot device list!



      After that I:




      • installed OpenBSD (1) with Full Disk Encryption (FDE) with UEFI support

      • installed OpenBSD (2) without FDE with UEFI support

      • installed OpenBSD (3) without UEFI support (classical installation)

      • installed Linux Mint (classical installation)

      • updated the BIOS firmware

      • updated the Toshiba firmware to the last version

      • plugged/unplugged the Toshiba SSD (2 times)

      • installed the Toshiba SSD Utility tool: all is good

      • after installed Linux on the toshiba hard drive, the default boot loader is not windows anymore, but grub, I don't know why

      • reset the BIOS with default configuration

      • sent a hater tweet and waiting for some computer gods (should I sacrify something?!)

      • after another reboot, I can now see a "ubuntu" in the boot list. To be honest, I don't know what I did... We'll see if another OpenBSD installation will change something.

      • used installboot(8) manually on the toshiba hard drive


      For your information, if I plug an USB drive, I can see it on the boot device list, I can also the other NVMe disk (samsung), my first transcend disk was also present on this list.



      The disk is present during the BIOS diagnostic at startup, but I cannot choose it when I want to select my bootable device. I tried different configuration on the BIOS with UEFI, Legacy method and nothing work.



      Do you have an idea why? Maybe I missed something during the configuration or NVMe devices are not seen like a disk by the bios?



      Installing bootstrap on first NVMe disk



      I don't find a clean solution, and does't solve my first issue: where is my NVMe hard drive in the boot list, but it gives the opportunity to switch from windows to OpenBSD on the UEFI boot list.



      On Windows, I used diskpart tool to mount the EFI partition and remove ubuntu directory, moved also Boot directory to Boot.old. I did not touch the Windows directory.



      C:> DISKPART
      DISKPART> sel disk 0
      DISKPART> sel volume 2
      DISKPART> assign letter Z:


      On OpenBSD, or whatever unix system, I created a Boot directory in EFI partition and copied the file bootx64.efi in it. I can now boot on the Toshiba hard drive with the Samsung one. I did the same with an USB flash drive, and work.



      # mount /dev/sd2i /mnt
      # cd /mnt/EFI
      # mv Boot Boot.old
      # rm -rf ubuntu
      # mkdir Boot
      # cp /usr/mdec/BOOTX64.EFI Boot


      At boot, you should see the OpenBSD bootprompt, you must set manually your booting device, sr drive for NVMe. Here the code sample:



      boot> set device sr0a
      boot> boot


      Only one NVMe disk can boot



      If you have 2 NVMe disks on your Thinkpad X270, it seems you can only boot on one of them, here the solution given by incidentflux on the Lenovo Forum:




      A dual drive SSD config is possible as follows:



      Option 1 - 500MBps/Value - SATA (AHCI)



      With SATA (AHCI) cable:
      1. Drive 1 in 2.5 inch bay: 2.5 inch SSD with SATA connector cable
      2. Drive 2 in WWAN slot: m.2 2242 SSD (look up B or M keying)



      FRUs Required: 01HW968, CRU ID:2, FRU HDD Cable for SATA HDD/SSD,
      01HY565 CRU ID:N FRU M.2 Adapter&HDD Bracket ASM



      Option 2 - Fastest/Pricey - m.2 (PCIe) Or with an M.2 (PCIe) cable:




      1. Drive 1 in 2.5 inch bay: m.2 NVMe (m.2 cradle inside a 2.5" caddy)

      2. Drive 2 in WWAN slot: m.2 2242 SSD (look up it's B or M keying)


      FRUs Required: 01HW969, CRU ID:2, - FRU HDD Cable for PCIe SSD,
      01HY565 CRU ID:N FRU M.2 Adapter&HDD Bracket ASM



      When ordering, the SATA or m.2 NVMe option, the cable Lenovo
      provides, for m.2 nvme SSD is key to your future expansion.



      SATA cable is provided with SATA Webstore option and m.2 cable is
      provided with m.2 Webstore option.



      I think that's why its not in self service (See pages 55, 56, 77, 78
      of HMM). Major FRU Part numbers 8a, 8b, 9a, 9b, 10a, 10b.




      Does not answer my question, but give you some hints of you need to buy a Lenovo Thinkpad X270 and add another drive. Anyway, if you are like me and don't really understand what is B or M keying, you can find more information about that on Republic of Gamers website. The big picture: it is the numbers of pins (socket) on the PCI-e connector of your NVMe SSD.



      enter image description here







      linux windows boot uefi openbsd






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jan 31 at 8:41







      Mathieu Kerjouan

















      asked Jan 28 at 18:06









      Mathieu KerjouanMathieu Kerjouan

      1163




      1163






















          1 Answer
          1






          active

          oldest

          votes


















          1














          I would check the X270 Hardware Maintenance Manual. It seems that it is possible to have 2 NVMe, a person has described his solution on Lenovo Forums site here.






          share|improve this answer



















          • 1





            You're right, my first Transcend SSD was not NVMe but was using SATA interface. I don't have another M.2 2242 format to test that. I will correct my question, thanks.

            – Mathieu Kerjouan
            Jan 29 at 15:04






          • 1





            Only a partial answer. their no solution actually to boot with 2 NVMe disk, so their no solution actually. But I will add a summary of the link.

            – Mathieu Kerjouan
            Jan 31 at 8:28











          • Thank you for exploring the case, and adding the summary, Mathieu! I would have done it, but my laptop is not X270, so I restrained myself from giving advises that could proof useless afterwards.

            – Victor Ivanov
            Jan 31 at 14:31











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "3"
          };
          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',
          autoActivateHeartbeat: false,
          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%2fsuperuser.com%2fquestions%2f1399367%2flenovo-thinkpad-x270-issue-with-nvme-disk%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









          1














          I would check the X270 Hardware Maintenance Manual. It seems that it is possible to have 2 NVMe, a person has described his solution on Lenovo Forums site here.






          share|improve this answer



















          • 1





            You're right, my first Transcend SSD was not NVMe but was using SATA interface. I don't have another M.2 2242 format to test that. I will correct my question, thanks.

            – Mathieu Kerjouan
            Jan 29 at 15:04






          • 1





            Only a partial answer. their no solution actually to boot with 2 NVMe disk, so their no solution actually. But I will add a summary of the link.

            – Mathieu Kerjouan
            Jan 31 at 8:28











          • Thank you for exploring the case, and adding the summary, Mathieu! I would have done it, but my laptop is not X270, so I restrained myself from giving advises that could proof useless afterwards.

            – Victor Ivanov
            Jan 31 at 14:31
















          1














          I would check the X270 Hardware Maintenance Manual. It seems that it is possible to have 2 NVMe, a person has described his solution on Lenovo Forums site here.






          share|improve this answer



















          • 1





            You're right, my first Transcend SSD was not NVMe but was using SATA interface. I don't have another M.2 2242 format to test that. I will correct my question, thanks.

            – Mathieu Kerjouan
            Jan 29 at 15:04






          • 1





            Only a partial answer. their no solution actually to boot with 2 NVMe disk, so their no solution actually. But I will add a summary of the link.

            – Mathieu Kerjouan
            Jan 31 at 8:28











          • Thank you for exploring the case, and adding the summary, Mathieu! I would have done it, but my laptop is not X270, so I restrained myself from giving advises that could proof useless afterwards.

            – Victor Ivanov
            Jan 31 at 14:31














          1












          1








          1







          I would check the X270 Hardware Maintenance Manual. It seems that it is possible to have 2 NVMe, a person has described his solution on Lenovo Forums site here.






          share|improve this answer













          I would check the X270 Hardware Maintenance Manual. It seems that it is possible to have 2 NVMe, a person has described his solution on Lenovo Forums site here.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Jan 29 at 10:45









          Victor IvanovVictor Ivanov

          646




          646








          • 1





            You're right, my first Transcend SSD was not NVMe but was using SATA interface. I don't have another M.2 2242 format to test that. I will correct my question, thanks.

            – Mathieu Kerjouan
            Jan 29 at 15:04






          • 1





            Only a partial answer. their no solution actually to boot with 2 NVMe disk, so their no solution actually. But I will add a summary of the link.

            – Mathieu Kerjouan
            Jan 31 at 8:28











          • Thank you for exploring the case, and adding the summary, Mathieu! I would have done it, but my laptop is not X270, so I restrained myself from giving advises that could proof useless afterwards.

            – Victor Ivanov
            Jan 31 at 14:31














          • 1





            You're right, my first Transcend SSD was not NVMe but was using SATA interface. I don't have another M.2 2242 format to test that. I will correct my question, thanks.

            – Mathieu Kerjouan
            Jan 29 at 15:04






          • 1





            Only a partial answer. their no solution actually to boot with 2 NVMe disk, so their no solution actually. But I will add a summary of the link.

            – Mathieu Kerjouan
            Jan 31 at 8:28











          • Thank you for exploring the case, and adding the summary, Mathieu! I would have done it, but my laptop is not X270, so I restrained myself from giving advises that could proof useless afterwards.

            – Victor Ivanov
            Jan 31 at 14:31








          1




          1





          You're right, my first Transcend SSD was not NVMe but was using SATA interface. I don't have another M.2 2242 format to test that. I will correct my question, thanks.

          – Mathieu Kerjouan
          Jan 29 at 15:04





          You're right, my first Transcend SSD was not NVMe but was using SATA interface. I don't have another M.2 2242 format to test that. I will correct my question, thanks.

          – Mathieu Kerjouan
          Jan 29 at 15:04




          1




          1





          Only a partial answer. their no solution actually to boot with 2 NVMe disk, so their no solution actually. But I will add a summary of the link.

          – Mathieu Kerjouan
          Jan 31 at 8:28





          Only a partial answer. their no solution actually to boot with 2 NVMe disk, so their no solution actually. But I will add a summary of the link.

          – Mathieu Kerjouan
          Jan 31 at 8:28













          Thank you for exploring the case, and adding the summary, Mathieu! I would have done it, but my laptop is not X270, so I restrained myself from giving advises that could proof useless afterwards.

          – Victor Ivanov
          Jan 31 at 14:31





          Thank you for exploring the case, and adding the summary, Mathieu! I would have done it, but my laptop is not X270, so I restrained myself from giving advises that could proof useless afterwards.

          – Victor Ivanov
          Jan 31 at 14:31


















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Super User!


          • 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%2fsuperuser.com%2fquestions%2f1399367%2flenovo-thinkpad-x270-issue-with-nvme-disk%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

          Plaza Victoria

          Brian Clough

          Cáceres