Prepare Live-Stick WITH extra data on 2nd partition

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











up vote
2
down vote

favorite












  • I have a USB Stick of 64 GB.

  • I have a debian ISO.

  • I can make myself a bootable USB stick with sudo cp debian.iso /dev/sdb

Problem 1:



I cannot copy various files to the stick preventing them to be deleted with the next ISO-copy of a newer version of my Debian.



So I'd like to partitioning my stick in one partition of 3 GB for the live data and a second one for the space left.



Problem 2:



With copying the ISO like mentioned above the partitions and their data will be deleted.



What do I have to do to achieve my goal?



Edit (2018-06-22)



@Tomasz made a good suggestion to take a look into MultiBootUSB - so I will.



May one cann suggest some steps on CLI? I'd like to dig into the mechanics for myself. It's a good opportunity to learn some things.







share|improve this question

























    up vote
    2
    down vote

    favorite












    • I have a USB Stick of 64 GB.

    • I have a debian ISO.

    • I can make myself a bootable USB stick with sudo cp debian.iso /dev/sdb

    Problem 1:



    I cannot copy various files to the stick preventing them to be deleted with the next ISO-copy of a newer version of my Debian.



    So I'd like to partitioning my stick in one partition of 3 GB for the live data and a second one for the space left.



    Problem 2:



    With copying the ISO like mentioned above the partitions and their data will be deleted.



    What do I have to do to achieve my goal?



    Edit (2018-06-22)



    @Tomasz made a good suggestion to take a look into MultiBootUSB - so I will.



    May one cann suggest some steps on CLI? I'd like to dig into the mechanics for myself. It's a good opportunity to learn some things.







    share|improve this question























      up vote
      2
      down vote

      favorite









      up vote
      2
      down vote

      favorite











      • I have a USB Stick of 64 GB.

      • I have a debian ISO.

      • I can make myself a bootable USB stick with sudo cp debian.iso /dev/sdb

      Problem 1:



      I cannot copy various files to the stick preventing them to be deleted with the next ISO-copy of a newer version of my Debian.



      So I'd like to partitioning my stick in one partition of 3 GB for the live data and a second one for the space left.



      Problem 2:



      With copying the ISO like mentioned above the partitions and their data will be deleted.



      What do I have to do to achieve my goal?



      Edit (2018-06-22)



      @Tomasz made a good suggestion to take a look into MultiBootUSB - so I will.



      May one cann suggest some steps on CLI? I'd like to dig into the mechanics for myself. It's a good opportunity to learn some things.







      share|improve this question













      • I have a USB Stick of 64 GB.

      • I have a debian ISO.

      • I can make myself a bootable USB stick with sudo cp debian.iso /dev/sdb

      Problem 1:



      I cannot copy various files to the stick preventing them to be deleted with the next ISO-copy of a newer version of my Debian.



      So I'd like to partitioning my stick in one partition of 3 GB for the live data and a second one for the space left.



      Problem 2:



      With copying the ISO like mentioned above the partitions and their data will be deleted.



      What do I have to do to achieve my goal?



      Edit (2018-06-22)



      @Tomasz made a good suggestion to take a look into MultiBootUSB - so I will.



      May one cann suggest some steps on CLI? I'd like to dig into the mechanics for myself. It's a good opportunity to learn some things.









      share|improve this question












      share|improve this question




      share|improve this question








      edited Jun 22 at 8:15
























      asked Jun 21 at 13:23









      codekandis

      5511




      5511




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote













          I can recommend you MultiBootUSB, which not only will take care of writing the image and making the USB bootable, but will also do this on a partition you point it to. Moreover, you can prepare with it a USB with many OSs to boot (as the name MultiBootUSB suggests).



          The steps to use it are simple and it comes with GUI. First partition your USB, then run the tool. You can test from within the app.



          The downside is that it may not star in your standard repository, and so you have to download and install it yourself.






          share|improve this answer





















            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',
            convertImagesToLinks: false,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            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%2funix.stackexchange.com%2fquestions%2f451106%2fprepare-live-stick-with-extra-data-on-2nd-partition%23new-answer', 'question_page');

            );

            Post as a guest






























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            1
            down vote













            I can recommend you MultiBootUSB, which not only will take care of writing the image and making the USB bootable, but will also do this on a partition you point it to. Moreover, you can prepare with it a USB with many OSs to boot (as the name MultiBootUSB suggests).



            The steps to use it are simple and it comes with GUI. First partition your USB, then run the tool. You can test from within the app.



            The downside is that it may not star in your standard repository, and so you have to download and install it yourself.






            share|improve this answer

























              up vote
              1
              down vote













              I can recommend you MultiBootUSB, which not only will take care of writing the image and making the USB bootable, but will also do this on a partition you point it to. Moreover, you can prepare with it a USB with many OSs to boot (as the name MultiBootUSB suggests).



              The steps to use it are simple and it comes with GUI. First partition your USB, then run the tool. You can test from within the app.



              The downside is that it may not star in your standard repository, and so you have to download and install it yourself.






              share|improve this answer























                up vote
                1
                down vote










                up vote
                1
                down vote









                I can recommend you MultiBootUSB, which not only will take care of writing the image and making the USB bootable, but will also do this on a partition you point it to. Moreover, you can prepare with it a USB with many OSs to boot (as the name MultiBootUSB suggests).



                The steps to use it are simple and it comes with GUI. First partition your USB, then run the tool. You can test from within the app.



                The downside is that it may not star in your standard repository, and so you have to download and install it yourself.






                share|improve this answer













                I can recommend you MultiBootUSB, which not only will take care of writing the image and making the USB bootable, but will also do this on a partition you point it to. Moreover, you can prepare with it a USB with many OSs to boot (as the name MultiBootUSB suggests).



                The steps to use it are simple and it comes with GUI. First partition your USB, then run the tool. You can test from within the app.



                The downside is that it may not star in your standard repository, and so you have to download and install it yourself.







                share|improve this answer













                share|improve this answer



                share|improve this answer











                answered Jun 21 at 14:22









                Tomasz

                8,01552560




                8,01552560






















                     

                    draft saved


                    draft discarded


























                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f451106%2fprepare-live-stick-with-extra-data-on-2nd-partition%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Popular posts from this blog

                    How to check contact read email or not when send email to Individual?

                    Bahrain

                    Postfix configuration issue with fips on centos 7; mailgun relay