Creating windows 8 bootable usb stick under linux with Winusb (saucy) changes my iso file hashes - is it...





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







0















There is a lot of questions about creation of windows 8 usb stick in linux environment. And a lot of answers pointing to Winusb(saucy) as an app that can do it. I installed it too, using this method:





  • downloading 64bit



    wget https://launchpad.net/~colingille/+archive/freshlight/+files/winusb_1.0.11+saucy1_amd64.deb



  • Install Winusb



    sudo dpkg -i winusb_1.0.11+saucy1*



  • Fix dependencies errors



    sudo apt-get -f install



I check my iso file md5 and sha1 hashes and they are Ok. Then I start Winusb and create bootable usb from iso file. After it finished working iso file hashes are not the same any more. The size of the iso file is the same.



So my question is is it some harmfull virus-like behavior, or is it some bug or is it normal at all? Does anyone experience such problem with winusb or is it my system? How can I
find what changes?



I took new iso an restored old one - to compare. Used diff -r -q [iso1] [iso2] command - result was - files differ.



I extracted them into the different folders to find exactly where they differ and used "diff -r -q [dir1] [dir2]" command - result was empty. Like if they where identical.



So again: Is it ok that iso-file hashes are changing? And how can I find what data in iso is changing?










share|improve this question































    0















    There is a lot of questions about creation of windows 8 usb stick in linux environment. And a lot of answers pointing to Winusb(saucy) as an app that can do it. I installed it too, using this method:





    • downloading 64bit



      wget https://launchpad.net/~colingille/+archive/freshlight/+files/winusb_1.0.11+saucy1_amd64.deb



    • Install Winusb



      sudo dpkg -i winusb_1.0.11+saucy1*



    • Fix dependencies errors



      sudo apt-get -f install



    I check my iso file md5 and sha1 hashes and they are Ok. Then I start Winusb and create bootable usb from iso file. After it finished working iso file hashes are not the same any more. The size of the iso file is the same.



    So my question is is it some harmfull virus-like behavior, or is it some bug or is it normal at all? Does anyone experience such problem with winusb or is it my system? How can I
    find what changes?



    I took new iso an restored old one - to compare. Used diff -r -q [iso1] [iso2] command - result was - files differ.



    I extracted them into the different folders to find exactly where they differ and used "diff -r -q [dir1] [dir2]" command - result was empty. Like if they where identical.



    So again: Is it ok that iso-file hashes are changing? And how can I find what data in iso is changing?










    share|improve this question



























      0












      0








      0








      There is a lot of questions about creation of windows 8 usb stick in linux environment. And a lot of answers pointing to Winusb(saucy) as an app that can do it. I installed it too, using this method:





      • downloading 64bit



        wget https://launchpad.net/~colingille/+archive/freshlight/+files/winusb_1.0.11+saucy1_amd64.deb



      • Install Winusb



        sudo dpkg -i winusb_1.0.11+saucy1*



      • Fix dependencies errors



        sudo apt-get -f install



      I check my iso file md5 and sha1 hashes and they are Ok. Then I start Winusb and create bootable usb from iso file. After it finished working iso file hashes are not the same any more. The size of the iso file is the same.



      So my question is is it some harmfull virus-like behavior, or is it some bug or is it normal at all? Does anyone experience such problem with winusb or is it my system? How can I
      find what changes?



      I took new iso an restored old one - to compare. Used diff -r -q [iso1] [iso2] command - result was - files differ.



      I extracted them into the different folders to find exactly where they differ and used "diff -r -q [dir1] [dir2]" command - result was empty. Like if they where identical.



      So again: Is it ok that iso-file hashes are changing? And how can I find what data in iso is changing?










      share|improve this question
















      There is a lot of questions about creation of windows 8 usb stick in linux environment. And a lot of answers pointing to Winusb(saucy) as an app that can do it. I installed it too, using this method:





      • downloading 64bit



        wget https://launchpad.net/~colingille/+archive/freshlight/+files/winusb_1.0.11+saucy1_amd64.deb



      • Install Winusb



        sudo dpkg -i winusb_1.0.11+saucy1*



      • Fix dependencies errors



        sudo apt-get -f install



      I check my iso file md5 and sha1 hashes and they are Ok. Then I start Winusb and create bootable usb from iso file. After it finished working iso file hashes are not the same any more. The size of the iso file is the same.



      So my question is is it some harmfull virus-like behavior, or is it some bug or is it normal at all? Does anyone experience such problem with winusb or is it my system? How can I
      find what changes?



      I took new iso an restored old one - to compare. Used diff -r -q [iso1] [iso2] command - result was - files differ.



      I extracted them into the different folders to find exactly where they differ and used "diff -r -q [dir1] [dir2]" command - result was empty. Like if they where identical.



      So again: Is it ok that iso-file hashes are changing? And how can I find what data in iso is changing?







      iso malware






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 24 at 8:50









      Sergiy Kolodyazhnyy

      75.1k9155327




      75.1k9155327










      asked Mar 2 '15 at 14:44









      Rustam A.Rustam A.

      32




      32






















          1 Answer
          1






          active

          oldest

          votes


















          0














          It's normal. Winusb adds some data to iso before writing it to USB .
          Don't worry. You should be able to install windows from USB device written by winusb.






          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',
            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%2faskubuntu.com%2fquestions%2f591850%2fcreating-windows-8-bootable-usb-stick-under-linux-with-winusb-saucy-changes-my%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









            0














            It's normal. Winusb adds some data to iso before writing it to USB .
            Don't worry. You should be able to install windows from USB device written by winusb.






            share|improve this answer




























              0














              It's normal. Winusb adds some data to iso before writing it to USB .
              Don't worry. You should be able to install windows from USB device written by winusb.






              share|improve this answer


























                0












                0








                0







                It's normal. Winusb adds some data to iso before writing it to USB .
                Don't worry. You should be able to install windows from USB device written by winusb.






                share|improve this answer













                It's normal. Winusb adds some data to iso before writing it to USB .
                Don't worry. You should be able to install windows from USB device written by winusb.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Mar 3 '15 at 9:43









                Faizan Akram DarFaizan Akram Dar

                3,83311629




                3,83311629






























                    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.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f591850%2fcreating-windows-8-bootable-usb-stick-under-linux-with-winusb-saucy-changes-my%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

                    Category:香港粉麵

                    List *all* the tuples!

                    Channel [V]