How to install Linux distro to a second hdd from within a running Linux Desktop Environment?












5















More specifically, I am running Fedora18 on my main HDD. I have a second HDD in the "UltraBay" slot of my ThinkPad W520--eSata connection.



Is there a possibility to avoid creating a LiveCD/USB, etc, and, perhaps, to directly write the extracted ISO contents of a different distro (Ubuntu) to the second drive; or to use a virtual system as a means of facilitating a "non-live/non-virtual"/REAL installation of an OS?



There's got to be a better solution than having to deal with the annoying media-creation!
I'm not too familiar with PXE booting, but it seems that even that adds an extra step of preparing the network server/system for allowing access, etc.





Docs and Resources





  • Fedora 19: Hard Drive Installation

  • Ubuntu: ISO Boot


  • ArchWiki - Category: Getting and Installing Arch


    • Archlinux: Archboot method













share|improve this question





























    5















    More specifically, I am running Fedora18 on my main HDD. I have a second HDD in the "UltraBay" slot of my ThinkPad W520--eSata connection.



    Is there a possibility to avoid creating a LiveCD/USB, etc, and, perhaps, to directly write the extracted ISO contents of a different distro (Ubuntu) to the second drive; or to use a virtual system as a means of facilitating a "non-live/non-virtual"/REAL installation of an OS?



    There's got to be a better solution than having to deal with the annoying media-creation!
    I'm not too familiar with PXE booting, but it seems that even that adds an extra step of preparing the network server/system for allowing access, etc.





    Docs and Resources





    • Fedora 19: Hard Drive Installation

    • Ubuntu: ISO Boot


    • ArchWiki - Category: Getting and Installing Arch


      • Archlinux: Archboot method













    share|improve this question



























      5












      5








      5


      1






      More specifically, I am running Fedora18 on my main HDD. I have a second HDD in the "UltraBay" slot of my ThinkPad W520--eSata connection.



      Is there a possibility to avoid creating a LiveCD/USB, etc, and, perhaps, to directly write the extracted ISO contents of a different distro (Ubuntu) to the second drive; or to use a virtual system as a means of facilitating a "non-live/non-virtual"/REAL installation of an OS?



      There's got to be a better solution than having to deal with the annoying media-creation!
      I'm not too familiar with PXE booting, but it seems that even that adds an extra step of preparing the network server/system for allowing access, etc.





      Docs and Resources





      • Fedora 19: Hard Drive Installation

      • Ubuntu: ISO Boot


      • ArchWiki - Category: Getting and Installing Arch


        • Archlinux: Archboot method













      share|improve this question
















      More specifically, I am running Fedora18 on my main HDD. I have a second HDD in the "UltraBay" slot of my ThinkPad W520--eSata connection.



      Is there a possibility to avoid creating a LiveCD/USB, etc, and, perhaps, to directly write the extracted ISO contents of a different distro (Ubuntu) to the second drive; or to use a virtual system as a means of facilitating a "non-live/non-virtual"/REAL installation of an OS?



      There's got to be a better solution than having to deal with the annoying media-creation!
      I'm not too familiar with PXE booting, but it seems that even that adds an extra step of preparing the network server/system for allowing access, etc.





      Docs and Resources





      • Fedora 19: Hard Drive Installation

      • Ubuntu: ISO Boot


      • ArchWiki - Category: Getting and Installing Arch


        • Archlinux: Archboot method










      fedora system-installation dual-boot grub2 bootable






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Feb 10 at 19:15









      Rui F Ribeiro

      40.5k1479137




      40.5k1479137










      asked Mar 11 '13 at 20:18









      ILMostro_7ILMostro_7

      1,5081322




      1,5081322






















          1 Answer
          1






          active

          oldest

          votes


















          3














          Yes, it is possible to install linux from another linux install. One way is known as "poor man's install". You create a partition, copy the ISO contents there and use GRUB to boot and start the installer from that partition. There are several guides available online, e.g.:



          Ubuntu



          Debian (see Installation media: Hard Disk)



          Fedora (see Preparing for a Hard Drive installation)



          Another way would be to "bootstrap" a distro from another distro (see this question on U&L) e.g.:



          Archlinux



          Gentoo






          share|improve this answer


























          • If anyone else has some supporting info/sources, please feel free to add it on here. I'll try to make it more accessible, and easier to find when searching for related issues. Thanks

            – ILMostro_7
            Mar 12 '13 at 13:01











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "106"
          };
          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: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          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%2funix.stackexchange.com%2fquestions%2f67600%2fhow-to-install-linux-distro-to-a-second-hdd-from-within-a-running-linux-desktop%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









          3














          Yes, it is possible to install linux from another linux install. One way is known as "poor man's install". You create a partition, copy the ISO contents there and use GRUB to boot and start the installer from that partition. There are several guides available online, e.g.:



          Ubuntu



          Debian (see Installation media: Hard Disk)



          Fedora (see Preparing for a Hard Drive installation)



          Another way would be to "bootstrap" a distro from another distro (see this question on U&L) e.g.:



          Archlinux



          Gentoo






          share|improve this answer


























          • If anyone else has some supporting info/sources, please feel free to add it on here. I'll try to make it more accessible, and easier to find when searching for related issues. Thanks

            – ILMostro_7
            Mar 12 '13 at 13:01
















          3














          Yes, it is possible to install linux from another linux install. One way is known as "poor man's install". You create a partition, copy the ISO contents there and use GRUB to boot and start the installer from that partition. There are several guides available online, e.g.:



          Ubuntu



          Debian (see Installation media: Hard Disk)



          Fedora (see Preparing for a Hard Drive installation)



          Another way would be to "bootstrap" a distro from another distro (see this question on U&L) e.g.:



          Archlinux



          Gentoo






          share|improve this answer


























          • If anyone else has some supporting info/sources, please feel free to add it on here. I'll try to make it more accessible, and easier to find when searching for related issues. Thanks

            – ILMostro_7
            Mar 12 '13 at 13:01














          3












          3








          3







          Yes, it is possible to install linux from another linux install. One way is known as "poor man's install". You create a partition, copy the ISO contents there and use GRUB to boot and start the installer from that partition. There are several guides available online, e.g.:



          Ubuntu



          Debian (see Installation media: Hard Disk)



          Fedora (see Preparing for a Hard Drive installation)



          Another way would be to "bootstrap" a distro from another distro (see this question on U&L) e.g.:



          Archlinux



          Gentoo






          share|improve this answer















          Yes, it is possible to install linux from another linux install. One way is known as "poor man's install". You create a partition, copy the ISO contents there and use GRUB to boot and start the installer from that partition. There are several guides available online, e.g.:



          Ubuntu



          Debian (see Installation media: Hard Disk)



          Fedora (see Preparing for a Hard Drive installation)



          Another way would be to "bootstrap" a distro from another distro (see this question on U&L) e.g.:



          Archlinux



          Gentoo







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Apr 13 '17 at 12:36


























          community wiki





          4 revs
          don_crissti














          • If anyone else has some supporting info/sources, please feel free to add it on here. I'll try to make it more accessible, and easier to find when searching for related issues. Thanks

            – ILMostro_7
            Mar 12 '13 at 13:01



















          • If anyone else has some supporting info/sources, please feel free to add it on here. I'll try to make it more accessible, and easier to find when searching for related issues. Thanks

            – ILMostro_7
            Mar 12 '13 at 13:01

















          If anyone else has some supporting info/sources, please feel free to add it on here. I'll try to make it more accessible, and easier to find when searching for related issues. Thanks

          – ILMostro_7
          Mar 12 '13 at 13:01





          If anyone else has some supporting info/sources, please feel free to add it on here. I'll try to make it more accessible, and easier to find when searching for related issues. Thanks

          – ILMostro_7
          Mar 12 '13 at 13:01


















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Unix & Linux Stack Exchange!


          • 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%2funix.stackexchange.com%2fquestions%2f67600%2fhow-to-install-linux-distro-to-a-second-hdd-from-within-a-running-linux-desktop%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

          How to reconfigure Docker Trusted Registry 2.x.x to use CEPH FS mount instead of NFS and other traditional...

          is 'sed' thread safe

          How to make a Squid Proxy server?