ubuntu does not boot after installing anaconda and pyinstaller











up vote
0
down vote

favorite













  1. What happened. After restarting, the system does not boot. It freezes at the Ubuntu logo and the dots.

  2. What I did just before that. I installed anaconda and then I installed Pyinstaller. When running pyinstaller it did not work because it could not find some libraries. But the libraries were there so I created a conf file with the path to the libraries in the anaconda/lib folder and I did sudo ldconfig to update the cache. the system said this path was not a symbolik link but apparently everything worked well because pyinstaller worked well after that. During the anaconda and pyinstaller installation I received a message that there were many packages not needed in the system and that I could get rid of them by an autoremove. Which I did. There were a lot of files but I did not worry much because the whole anaconda installation installed a lot of things (python and stuff) at its own paths so I thought all those files were redundant.

  3. What I did after not booting. First boot repair. After that getting into recovery mode and once that, nothing worked. dpkg gets frozen, doing nothing. same with failsafeX. Now with fsck something interesting happens. This is what I get:
    fsck:/home/javier/opt/anaconda/lib/libuuid.so.1: no version information available (required by /libx86_64-linux-gnu/libblkid.so.1)
    fsck from util-linux 2.27.1
    fsck.ext4: /home/javier/opt/anaconda/lib/libuuid.so.1: no version information available (required by fsck.ext4)
    fsck.ext4: /home/javier/opt/anaconda/lib/libuuid.so.1: no version information available (required by /libx86_64-linux-gnu/libblkid.so.1)
    /dev/sda2 is mounted
    e2fsck: cannot continue, aborting.


And that's it. Any help would be very valuable.
Thanks in advance
Javier










share|improve this question


























    up vote
    0
    down vote

    favorite













    1. What happened. After restarting, the system does not boot. It freezes at the Ubuntu logo and the dots.

    2. What I did just before that. I installed anaconda and then I installed Pyinstaller. When running pyinstaller it did not work because it could not find some libraries. But the libraries were there so I created a conf file with the path to the libraries in the anaconda/lib folder and I did sudo ldconfig to update the cache. the system said this path was not a symbolik link but apparently everything worked well because pyinstaller worked well after that. During the anaconda and pyinstaller installation I received a message that there were many packages not needed in the system and that I could get rid of them by an autoremove. Which I did. There were a lot of files but I did not worry much because the whole anaconda installation installed a lot of things (python and stuff) at its own paths so I thought all those files were redundant.

    3. What I did after not booting. First boot repair. After that getting into recovery mode and once that, nothing worked. dpkg gets frozen, doing nothing. same with failsafeX. Now with fsck something interesting happens. This is what I get:
      fsck:/home/javier/opt/anaconda/lib/libuuid.so.1: no version information available (required by /libx86_64-linux-gnu/libblkid.so.1)
      fsck from util-linux 2.27.1
      fsck.ext4: /home/javier/opt/anaconda/lib/libuuid.so.1: no version information available (required by fsck.ext4)
      fsck.ext4: /home/javier/opt/anaconda/lib/libuuid.so.1: no version information available (required by /libx86_64-linux-gnu/libblkid.so.1)
      /dev/sda2 is mounted
      e2fsck: cannot continue, aborting.


    And that's it. Any help would be very valuable.
    Thanks in advance
    Javier










    share|improve this question
























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite












      1. What happened. After restarting, the system does not boot. It freezes at the Ubuntu logo and the dots.

      2. What I did just before that. I installed anaconda and then I installed Pyinstaller. When running pyinstaller it did not work because it could not find some libraries. But the libraries were there so I created a conf file with the path to the libraries in the anaconda/lib folder and I did sudo ldconfig to update the cache. the system said this path was not a symbolik link but apparently everything worked well because pyinstaller worked well after that. During the anaconda and pyinstaller installation I received a message that there were many packages not needed in the system and that I could get rid of them by an autoremove. Which I did. There were a lot of files but I did not worry much because the whole anaconda installation installed a lot of things (python and stuff) at its own paths so I thought all those files were redundant.

      3. What I did after not booting. First boot repair. After that getting into recovery mode and once that, nothing worked. dpkg gets frozen, doing nothing. same with failsafeX. Now with fsck something interesting happens. This is what I get:
        fsck:/home/javier/opt/anaconda/lib/libuuid.so.1: no version information available (required by /libx86_64-linux-gnu/libblkid.so.1)
        fsck from util-linux 2.27.1
        fsck.ext4: /home/javier/opt/anaconda/lib/libuuid.so.1: no version information available (required by fsck.ext4)
        fsck.ext4: /home/javier/opt/anaconda/lib/libuuid.so.1: no version information available (required by /libx86_64-linux-gnu/libblkid.so.1)
        /dev/sda2 is mounted
        e2fsck: cannot continue, aborting.


      And that's it. Any help would be very valuable.
      Thanks in advance
      Javier










      share|improve this question














      1. What happened. After restarting, the system does not boot. It freezes at the Ubuntu logo and the dots.

      2. What I did just before that. I installed anaconda and then I installed Pyinstaller. When running pyinstaller it did not work because it could not find some libraries. But the libraries were there so I created a conf file with the path to the libraries in the anaconda/lib folder and I did sudo ldconfig to update the cache. the system said this path was not a symbolik link but apparently everything worked well because pyinstaller worked well after that. During the anaconda and pyinstaller installation I received a message that there were many packages not needed in the system and that I could get rid of them by an autoremove. Which I did. There were a lot of files but I did not worry much because the whole anaconda installation installed a lot of things (python and stuff) at its own paths so I thought all those files were redundant.

      3. What I did after not booting. First boot repair. After that getting into recovery mode and once that, nothing worked. dpkg gets frozen, doing nothing. same with failsafeX. Now with fsck something interesting happens. This is what I get:
        fsck:/home/javier/opt/anaconda/lib/libuuid.so.1: no version information available (required by /libx86_64-linux-gnu/libblkid.so.1)
        fsck from util-linux 2.27.1
        fsck.ext4: /home/javier/opt/anaconda/lib/libuuid.so.1: no version information available (required by fsck.ext4)
        fsck.ext4: /home/javier/opt/anaconda/lib/libuuid.so.1: no version information available (required by /libx86_64-linux-gnu/libblkid.so.1)
        /dev/sda2 is mounted
        e2fsck: cannot continue, aborting.


      And that's it. Any help would be very valuable.
      Thanks in advance
      Javier







      boot libraries recovery-mode anaconda






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Nov 19 at 23:53









      Javier

      164




      164






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          SOLVED:
          I went on the "drop to root shell" and I managed to delete the .conf file I created and updated the config cache. After that I could do a fsck. No errors. After that I could enter the dpkg option in the recovery menu. dpkg upgraded the system adn allowed me to log into the system again.






          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: 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%2f1094377%2fubuntu-does-not-boot-after-installing-anaconda-and-pyinstaller%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








            up vote
            0
            down vote













            SOLVED:
            I went on the "drop to root shell" and I managed to delete the .conf file I created and updated the config cache. After that I could do a fsck. No errors. After that I could enter the dpkg option in the recovery menu. dpkg upgraded the system adn allowed me to log into the system again.






            share|improve this answer

























              up vote
              0
              down vote













              SOLVED:
              I went on the "drop to root shell" and I managed to delete the .conf file I created and updated the config cache. After that I could do a fsck. No errors. After that I could enter the dpkg option in the recovery menu. dpkg upgraded the system adn allowed me to log into the system again.






              share|improve this answer























                up vote
                0
                down vote










                up vote
                0
                down vote









                SOLVED:
                I went on the "drop to root shell" and I managed to delete the .conf file I created and updated the config cache. After that I could do a fsck. No errors. After that I could enter the dpkg option in the recovery menu. dpkg upgraded the system adn allowed me to log into the system again.






                share|improve this answer












                SOLVED:
                I went on the "drop to root shell" and I managed to delete the .conf file I created and updated the config cache. After that I could do a fsck. No errors. After that I could enter the dpkg option in the recovery menu. dpkg upgraded the system adn allowed me to log into the system again.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 2 days ago









                Javier

                164




                164






























                     

                    draft saved


                    draft discarded



















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1094377%2fubuntu-does-not-boot-after-installing-anaconda-and-pyinstaller%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 did Captain America manage to do this?

                    迪纳利

                    南乌拉尔铁路局