Installing with USB 3.0 on 17.10 or 18.04 gives (initramfs) unable to find a medium containing a live file system

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












This happens on both my desktop and my laptop.



There's an issue detecting USB installers on distros newer than 16.04 when using USB 3.0+ ports and USB 3.0 installation media.



It's related to the USB controller not detecting the live installation media even after successfully booting into the USB device from BIOS.



Regardless if the USB is plugged into a 2.0 or 3.0 port and whether or not the USB key is 2.0 or 3.0.



If your BIOS is unable to disable 3.0 USB support then you're out of luck except for the final workaround below.







share|improve this question
























    up vote
    0
    down vote

    favorite












    This happens on both my desktop and my laptop.



    There's an issue detecting USB installers on distros newer than 16.04 when using USB 3.0+ ports and USB 3.0 installation media.



    It's related to the USB controller not detecting the live installation media even after successfully booting into the USB device from BIOS.



    Regardless if the USB is plugged into a 2.0 or 3.0 port and whether or not the USB key is 2.0 or 3.0.



    If your BIOS is unable to disable 3.0 USB support then you're out of luck except for the final workaround below.







    share|improve this question






















      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      This happens on both my desktop and my laptop.



      There's an issue detecting USB installers on distros newer than 16.04 when using USB 3.0+ ports and USB 3.0 installation media.



      It's related to the USB controller not detecting the live installation media even after successfully booting into the USB device from BIOS.



      Regardless if the USB is plugged into a 2.0 or 3.0 port and whether or not the USB key is 2.0 or 3.0.



      If your BIOS is unable to disable 3.0 USB support then you're out of luck except for the final workaround below.







      share|improve this question












      This happens on both my desktop and my laptop.



      There's an issue detecting USB installers on distros newer than 16.04 when using USB 3.0+ ports and USB 3.0 installation media.



      It's related to the USB controller not detecting the live installation media even after successfully booting into the USB device from BIOS.



      Regardless if the USB is plugged into a 2.0 or 3.0 port and whether or not the USB key is 2.0 or 3.0.



      If your BIOS is unable to disable 3.0 USB support then you're out of luck except for the final workaround below.









      share|improve this question











      share|improve this question




      share|improve this question










      asked Apr 30 at 17:41









      anon58192932

      165111




      165111




















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          1
          down vote













          Here's a set of potential fixes:



          • Change the boot mode to AHCI

          • hit X at the GRUB bootloader screen and change live splash to nomodeset

          • If it's a USB 3.0 USB make sure you use a USB 3.0 port

          • If the USB 3.0 USB isn't working - try a USB 2.0 port

          • If that still doesn't work - try a USB 2.0 key in a USB 2.0 port

          • If you have no USB 2.0 ports try going into the BIOS and disabling USB 3.0 at the BIOS level

          • If your BIOS doesn't have that setting try using a USB extension cable to downgrade the link to USB 2.0

          • If you can't do any of that, then congratulations you're just as stuck as I was for many many hours

          Finally if none of those work, then you can try an answer I found after a ton of digging located here:



          https://askubuntu.com/a/946334/85384



          In essence, when it looks like Ubuntu is waiting for the USB stick to be present to read from you can unplug the USB stick and replug it back into the same slot. This fixed the issue for me 100%.






          share|improve this answer





























            up vote
            0
            down vote













            Just yesterday encountered the same problem and nothing worked for me.
            I updated BIOS, then downloaded latest ISO with Ubuntu, used USB creator to make a loading USB, instead of install Ubuntu chosed "Try Ubuntu without installing", then installed Ubuntu using desktop icon there.






            share|improve this answer




















              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: false,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: 10,
              bindNavPrevention: true,
              postfix: "",
              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%2f1030234%2finstalling-with-usb-3-0-on-17-10-or-18-04-gives-initramfs-unable-to-find-a-med%23new-answer', 'question_page');

              );

              Post as a guest






























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes








              up vote
              1
              down vote













              Here's a set of potential fixes:



              • Change the boot mode to AHCI

              • hit X at the GRUB bootloader screen and change live splash to nomodeset

              • If it's a USB 3.0 USB make sure you use a USB 3.0 port

              • If the USB 3.0 USB isn't working - try a USB 2.0 port

              • If that still doesn't work - try a USB 2.0 key in a USB 2.0 port

              • If you have no USB 2.0 ports try going into the BIOS and disabling USB 3.0 at the BIOS level

              • If your BIOS doesn't have that setting try using a USB extension cable to downgrade the link to USB 2.0

              • If you can't do any of that, then congratulations you're just as stuck as I was for many many hours

              Finally if none of those work, then you can try an answer I found after a ton of digging located here:



              https://askubuntu.com/a/946334/85384



              In essence, when it looks like Ubuntu is waiting for the USB stick to be present to read from you can unplug the USB stick and replug it back into the same slot. This fixed the issue for me 100%.






              share|improve this answer


























                up vote
                1
                down vote













                Here's a set of potential fixes:



                • Change the boot mode to AHCI

                • hit X at the GRUB bootloader screen and change live splash to nomodeset

                • If it's a USB 3.0 USB make sure you use a USB 3.0 port

                • If the USB 3.0 USB isn't working - try a USB 2.0 port

                • If that still doesn't work - try a USB 2.0 key in a USB 2.0 port

                • If you have no USB 2.0 ports try going into the BIOS and disabling USB 3.0 at the BIOS level

                • If your BIOS doesn't have that setting try using a USB extension cable to downgrade the link to USB 2.0

                • If you can't do any of that, then congratulations you're just as stuck as I was for many many hours

                Finally if none of those work, then you can try an answer I found after a ton of digging located here:



                https://askubuntu.com/a/946334/85384



                In essence, when it looks like Ubuntu is waiting for the USB stick to be present to read from you can unplug the USB stick and replug it back into the same slot. This fixed the issue for me 100%.






                share|improve this answer
























                  up vote
                  1
                  down vote










                  up vote
                  1
                  down vote









                  Here's a set of potential fixes:



                  • Change the boot mode to AHCI

                  • hit X at the GRUB bootloader screen and change live splash to nomodeset

                  • If it's a USB 3.0 USB make sure you use a USB 3.0 port

                  • If the USB 3.0 USB isn't working - try a USB 2.0 port

                  • If that still doesn't work - try a USB 2.0 key in a USB 2.0 port

                  • If you have no USB 2.0 ports try going into the BIOS and disabling USB 3.0 at the BIOS level

                  • If your BIOS doesn't have that setting try using a USB extension cable to downgrade the link to USB 2.0

                  • If you can't do any of that, then congratulations you're just as stuck as I was for many many hours

                  Finally if none of those work, then you can try an answer I found after a ton of digging located here:



                  https://askubuntu.com/a/946334/85384



                  In essence, when it looks like Ubuntu is waiting for the USB stick to be present to read from you can unplug the USB stick and replug it back into the same slot. This fixed the issue for me 100%.






                  share|improve this answer














                  Here's a set of potential fixes:



                  • Change the boot mode to AHCI

                  • hit X at the GRUB bootloader screen and change live splash to nomodeset

                  • If it's a USB 3.0 USB make sure you use a USB 3.0 port

                  • If the USB 3.0 USB isn't working - try a USB 2.0 port

                  • If that still doesn't work - try a USB 2.0 key in a USB 2.0 port

                  • If you have no USB 2.0 ports try going into the BIOS and disabling USB 3.0 at the BIOS level

                  • If your BIOS doesn't have that setting try using a USB extension cable to downgrade the link to USB 2.0

                  • If you can't do any of that, then congratulations you're just as stuck as I was for many many hours

                  Finally if none of those work, then you can try an answer I found after a ton of digging located here:



                  https://askubuntu.com/a/946334/85384



                  In essence, when it looks like Ubuntu is waiting for the USB stick to be present to read from you can unplug the USB stick and replug it back into the same slot. This fixed the issue for me 100%.







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited Aug 4 at 7:32









                  wjdp

                  162312




                  162312










                  answered Apr 30 at 17:41









                  anon58192932

                  165111




                  165111






















                      up vote
                      0
                      down vote













                      Just yesterday encountered the same problem and nothing worked for me.
                      I updated BIOS, then downloaded latest ISO with Ubuntu, used USB creator to make a loading USB, instead of install Ubuntu chosed "Try Ubuntu without installing", then installed Ubuntu using desktop icon there.






                      share|improve this answer
























                        up vote
                        0
                        down vote













                        Just yesterday encountered the same problem and nothing worked for me.
                        I updated BIOS, then downloaded latest ISO with Ubuntu, used USB creator to make a loading USB, instead of install Ubuntu chosed "Try Ubuntu without installing", then installed Ubuntu using desktop icon there.






                        share|improve this answer






















                          up vote
                          0
                          down vote










                          up vote
                          0
                          down vote









                          Just yesterday encountered the same problem and nothing worked for me.
                          I updated BIOS, then downloaded latest ISO with Ubuntu, used USB creator to make a loading USB, instead of install Ubuntu chosed "Try Ubuntu without installing", then installed Ubuntu using desktop icon there.






                          share|improve this answer












                          Just yesterday encountered the same problem and nothing worked for me.
                          I updated BIOS, then downloaded latest ISO with Ubuntu, used USB creator to make a loading USB, instead of install Ubuntu chosed "Try Ubuntu without installing", then installed Ubuntu using desktop icon there.







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Aug 4 at 7:57









                          timanix

                          65




                          65






















                               

                              draft saved


                              draft discarded


























                               


                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function ()
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1030234%2finstalling-with-usb-3-0-on-17-10-or-18-04-gives-initramfs-unable-to-find-a-med%23new-answer', 'question_page');

                              );

                              Post as a guest













































































                              Popular posts from this blog

                              pylint3 and pip3 broken

                              Missing snmpget and snmpwalk

                              How to enroll fingerprints to Ubuntu 17.10 with VFS491