How do I fix Manjaro error hibernation device not found on boot?












4















After installing updates and restarting I got these errors.



ERROR: resume: hibernation device 'UUID=long number here' not found
ERROR: device '/dev/mapper/ManjaroVG-ManjaroRoot' not found. Skipping fsck.
ERROR: Unable to find root device '/dev/mapper/ManjaroVG-ManjaroRoot'.


Then I am dropped to recovery shell with the message SH: can't access tty: job control turned off.



This is a less than a week old install I checked lvm and luks encryption on the graphical installer.










share|improve this question























  • Were you ever able to resolve this? I am having a similar issue with Antergos currently.

    – mblasco
    Dec 9 '16 at 20:51











  • I'm having the same issue, how to resolve it?

    – Philip Miglinci
    Jan 19 '17 at 8:59
















4















After installing updates and restarting I got these errors.



ERROR: resume: hibernation device 'UUID=long number here' not found
ERROR: device '/dev/mapper/ManjaroVG-ManjaroRoot' not found. Skipping fsck.
ERROR: Unable to find root device '/dev/mapper/ManjaroVG-ManjaroRoot'.


Then I am dropped to recovery shell with the message SH: can't access tty: job control turned off.



This is a less than a week old install I checked lvm and luks encryption on the graphical installer.










share|improve this question























  • Were you ever able to resolve this? I am having a similar issue with Antergos currently.

    – mblasco
    Dec 9 '16 at 20:51











  • I'm having the same issue, how to resolve it?

    – Philip Miglinci
    Jan 19 '17 at 8:59














4












4








4


2






After installing updates and restarting I got these errors.



ERROR: resume: hibernation device 'UUID=long number here' not found
ERROR: device '/dev/mapper/ManjaroVG-ManjaroRoot' not found. Skipping fsck.
ERROR: Unable to find root device '/dev/mapper/ManjaroVG-ManjaroRoot'.


Then I am dropped to recovery shell with the message SH: can't access tty: job control turned off.



This is a less than a week old install I checked lvm and luks encryption on the graphical installer.










share|improve this question














After installing updates and restarting I got these errors.



ERROR: resume: hibernation device 'UUID=long number here' not found
ERROR: device '/dev/mapper/ManjaroVG-ManjaroRoot' not found. Skipping fsck.
ERROR: Unable to find root device '/dev/mapper/ManjaroVG-ManjaroRoot'.


Then I am dropped to recovery shell with the message SH: can't access tty: job control turned off.



This is a less than a week old install I checked lvm and luks encryption on the graphical installer.







linux boot arch-linux linux-kernel manjaro






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Dec 16 '15 at 14:46









user5448026user5448026

2814




2814













  • Were you ever able to resolve this? I am having a similar issue with Antergos currently.

    – mblasco
    Dec 9 '16 at 20:51











  • I'm having the same issue, how to resolve it?

    – Philip Miglinci
    Jan 19 '17 at 8:59



















  • Were you ever able to resolve this? I am having a similar issue with Antergos currently.

    – mblasco
    Dec 9 '16 at 20:51











  • I'm having the same issue, how to resolve it?

    – Philip Miglinci
    Jan 19 '17 at 8:59

















Were you ever able to resolve this? I am having a similar issue with Antergos currently.

– mblasco
Dec 9 '16 at 20:51





Were you ever able to resolve this? I am having a similar issue with Antergos currently.

– mblasco
Dec 9 '16 at 20:51













I'm having the same issue, how to resolve it?

– Philip Miglinci
Jan 19 '17 at 8:59





I'm having the same issue, how to resolve it?

– Philip Miglinci
Jan 19 '17 at 8:59










2 Answers
2






active

oldest

votes


















2














I keep having this problem in Arch Linux and Manjaro, when my Laptop runs out of battery while being in standby.



My solution in Arch is to run:



sudo mkinitcpio -p linux


Under Manjaro you might have to figure out which kernel to use and then run the command adding the specific kernel-version (pick the higher number if two are available), also you might need to restarts until everything behaves normal again:



ls /etc/mkinitcpio.d
sudo mkinitcpio -p linux44 #in my case...


Btw, since the system is not booting anymore if you run into this issue, the fallback-boot in Arch/Manjaro usually helps to start the system in the first place. (if someone was wondering ;-) )



It seems mkinitcpio resets the boot-process without any side-effects. I would love to here a proper answer and explanation for the issue but for now I am happy to have found a solution.




mkinitcpio is a Bash script used to create an initial ramdisk environment.






Further readings:




  • More information about mkinitcpio

  • Another useful page






share|improve this answer


























  • also this link might help too:

    – Robin at webappcreations
    Feb 14 '17 at 5:27











  • Welcome on SuperUser. Feel you free to edit your post to add reference, change style etc etc... I added some example of formatting, feel you free to roll back or to improve it.

    – Hastur
    Feb 22 '17 at 12:41











  • Hey Hastur, thanks for the welcome and the formatting :-)

    – Robin at webappcreations
    Mar 2 '17 at 10:36











  • sudo mkinitcpio -p linux419 didn't help for me, I still get the same error: ERROR: resume: hibernation device UUID=8f5d666f-b1bf-48a9-8cce-99bd4842f9f6 not found. (ls /etc/mkinitcpio.d gives linux414.preset linux419.preset).

    – James Ray
    Nov 3 '18 at 5:42





















0














Im my case in Manjaro



from here:
https://forum.manjaro.org/t/error-manjaro-error-hibernation-device-not-found-on-boot/38950/4



In



/etc/fstab


and



/etc/default/grub


I removed the lines with
"UUID=thatnumber_notfound..."



then I used what you say



sudo mkinitcpio.conf -p linux419  (in my case of Manjaro with 4.19)
sudo update-grub


And that eliminate the error of the device not found






share|improve this answer























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "3"
    };
    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%2fsuperuser.com%2fquestions%2f1014212%2fhow-do-i-fix-manjaro-error-hibernation-device-not-found-on-boot%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    2














    I keep having this problem in Arch Linux and Manjaro, when my Laptop runs out of battery while being in standby.



    My solution in Arch is to run:



    sudo mkinitcpio -p linux


    Under Manjaro you might have to figure out which kernel to use and then run the command adding the specific kernel-version (pick the higher number if two are available), also you might need to restarts until everything behaves normal again:



    ls /etc/mkinitcpio.d
    sudo mkinitcpio -p linux44 #in my case...


    Btw, since the system is not booting anymore if you run into this issue, the fallback-boot in Arch/Manjaro usually helps to start the system in the first place. (if someone was wondering ;-) )



    It seems mkinitcpio resets the boot-process without any side-effects. I would love to here a proper answer and explanation for the issue but for now I am happy to have found a solution.




    mkinitcpio is a Bash script used to create an initial ramdisk environment.






    Further readings:




    • More information about mkinitcpio

    • Another useful page






    share|improve this answer


























    • also this link might help too:

      – Robin at webappcreations
      Feb 14 '17 at 5:27











    • Welcome on SuperUser. Feel you free to edit your post to add reference, change style etc etc... I added some example of formatting, feel you free to roll back or to improve it.

      – Hastur
      Feb 22 '17 at 12:41











    • Hey Hastur, thanks for the welcome and the formatting :-)

      – Robin at webappcreations
      Mar 2 '17 at 10:36











    • sudo mkinitcpio -p linux419 didn't help for me, I still get the same error: ERROR: resume: hibernation device UUID=8f5d666f-b1bf-48a9-8cce-99bd4842f9f6 not found. (ls /etc/mkinitcpio.d gives linux414.preset linux419.preset).

      – James Ray
      Nov 3 '18 at 5:42


















    2














    I keep having this problem in Arch Linux and Manjaro, when my Laptop runs out of battery while being in standby.



    My solution in Arch is to run:



    sudo mkinitcpio -p linux


    Under Manjaro you might have to figure out which kernel to use and then run the command adding the specific kernel-version (pick the higher number if two are available), also you might need to restarts until everything behaves normal again:



    ls /etc/mkinitcpio.d
    sudo mkinitcpio -p linux44 #in my case...


    Btw, since the system is not booting anymore if you run into this issue, the fallback-boot in Arch/Manjaro usually helps to start the system in the first place. (if someone was wondering ;-) )



    It seems mkinitcpio resets the boot-process without any side-effects. I would love to here a proper answer and explanation for the issue but for now I am happy to have found a solution.




    mkinitcpio is a Bash script used to create an initial ramdisk environment.






    Further readings:




    • More information about mkinitcpio

    • Another useful page






    share|improve this answer


























    • also this link might help too:

      – Robin at webappcreations
      Feb 14 '17 at 5:27











    • Welcome on SuperUser. Feel you free to edit your post to add reference, change style etc etc... I added some example of formatting, feel you free to roll back or to improve it.

      – Hastur
      Feb 22 '17 at 12:41











    • Hey Hastur, thanks for the welcome and the formatting :-)

      – Robin at webappcreations
      Mar 2 '17 at 10:36











    • sudo mkinitcpio -p linux419 didn't help for me, I still get the same error: ERROR: resume: hibernation device UUID=8f5d666f-b1bf-48a9-8cce-99bd4842f9f6 not found. (ls /etc/mkinitcpio.d gives linux414.preset linux419.preset).

      – James Ray
      Nov 3 '18 at 5:42
















    2












    2








    2







    I keep having this problem in Arch Linux and Manjaro, when my Laptop runs out of battery while being in standby.



    My solution in Arch is to run:



    sudo mkinitcpio -p linux


    Under Manjaro you might have to figure out which kernel to use and then run the command adding the specific kernel-version (pick the higher number if two are available), also you might need to restarts until everything behaves normal again:



    ls /etc/mkinitcpio.d
    sudo mkinitcpio -p linux44 #in my case...


    Btw, since the system is not booting anymore if you run into this issue, the fallback-boot in Arch/Manjaro usually helps to start the system in the first place. (if someone was wondering ;-) )



    It seems mkinitcpio resets the boot-process without any side-effects. I would love to here a proper answer and explanation for the issue but for now I am happy to have found a solution.




    mkinitcpio is a Bash script used to create an initial ramdisk environment.






    Further readings:




    • More information about mkinitcpio

    • Another useful page






    share|improve this answer















    I keep having this problem in Arch Linux and Manjaro, when my Laptop runs out of battery while being in standby.



    My solution in Arch is to run:



    sudo mkinitcpio -p linux


    Under Manjaro you might have to figure out which kernel to use and then run the command adding the specific kernel-version (pick the higher number if two are available), also you might need to restarts until everything behaves normal again:



    ls /etc/mkinitcpio.d
    sudo mkinitcpio -p linux44 #in my case...


    Btw, since the system is not booting anymore if you run into this issue, the fallback-boot in Arch/Manjaro usually helps to start the system in the first place. (if someone was wondering ;-) )



    It seems mkinitcpio resets the boot-process without any side-effects. I would love to here a proper answer and explanation for the issue but for now I am happy to have found a solution.




    mkinitcpio is a Bash script used to create an initial ramdisk environment.






    Further readings:




    • More information about mkinitcpio

    • Another useful page







    share|improve this answer














    share|improve this answer



    share|improve this answer








    edited Feb 22 '17 at 12:40









    Hastur

    13.1k53268




    13.1k53268










    answered Feb 14 '17 at 5:24









    Robin at webappcreationsRobin at webappcreations

    212




    212













    • also this link might help too:

      – Robin at webappcreations
      Feb 14 '17 at 5:27











    • Welcome on SuperUser. Feel you free to edit your post to add reference, change style etc etc... I added some example of formatting, feel you free to roll back or to improve it.

      – Hastur
      Feb 22 '17 at 12:41











    • Hey Hastur, thanks for the welcome and the formatting :-)

      – Robin at webappcreations
      Mar 2 '17 at 10:36











    • sudo mkinitcpio -p linux419 didn't help for me, I still get the same error: ERROR: resume: hibernation device UUID=8f5d666f-b1bf-48a9-8cce-99bd4842f9f6 not found. (ls /etc/mkinitcpio.d gives linux414.preset linux419.preset).

      – James Ray
      Nov 3 '18 at 5:42





















    • also this link might help too:

      – Robin at webappcreations
      Feb 14 '17 at 5:27











    • Welcome on SuperUser. Feel you free to edit your post to add reference, change style etc etc... I added some example of formatting, feel you free to roll back or to improve it.

      – Hastur
      Feb 22 '17 at 12:41











    • Hey Hastur, thanks for the welcome and the formatting :-)

      – Robin at webappcreations
      Mar 2 '17 at 10:36











    • sudo mkinitcpio -p linux419 didn't help for me, I still get the same error: ERROR: resume: hibernation device UUID=8f5d666f-b1bf-48a9-8cce-99bd4842f9f6 not found. (ls /etc/mkinitcpio.d gives linux414.preset linux419.preset).

      – James Ray
      Nov 3 '18 at 5:42



















    also this link might help too:

    – Robin at webappcreations
    Feb 14 '17 at 5:27





    also this link might help too:

    – Robin at webappcreations
    Feb 14 '17 at 5:27













    Welcome on SuperUser. Feel you free to edit your post to add reference, change style etc etc... I added some example of formatting, feel you free to roll back or to improve it.

    – Hastur
    Feb 22 '17 at 12:41





    Welcome on SuperUser. Feel you free to edit your post to add reference, change style etc etc... I added some example of formatting, feel you free to roll back or to improve it.

    – Hastur
    Feb 22 '17 at 12:41













    Hey Hastur, thanks for the welcome and the formatting :-)

    – Robin at webappcreations
    Mar 2 '17 at 10:36





    Hey Hastur, thanks for the welcome and the formatting :-)

    – Robin at webappcreations
    Mar 2 '17 at 10:36













    sudo mkinitcpio -p linux419 didn't help for me, I still get the same error: ERROR: resume: hibernation device UUID=8f5d666f-b1bf-48a9-8cce-99bd4842f9f6 not found. (ls /etc/mkinitcpio.d gives linux414.preset linux419.preset).

    – James Ray
    Nov 3 '18 at 5:42







    sudo mkinitcpio -p linux419 didn't help for me, I still get the same error: ERROR: resume: hibernation device UUID=8f5d666f-b1bf-48a9-8cce-99bd4842f9f6 not found. (ls /etc/mkinitcpio.d gives linux414.preset linux419.preset).

    – James Ray
    Nov 3 '18 at 5:42















    0














    Im my case in Manjaro



    from here:
    https://forum.manjaro.org/t/error-manjaro-error-hibernation-device-not-found-on-boot/38950/4



    In



    /etc/fstab


    and



    /etc/default/grub


    I removed the lines with
    "UUID=thatnumber_notfound..."



    then I used what you say



    sudo mkinitcpio.conf -p linux419  (in my case of Manjaro with 4.19)
    sudo update-grub


    And that eliminate the error of the device not found






    share|improve this answer




























      0














      Im my case in Manjaro



      from here:
      https://forum.manjaro.org/t/error-manjaro-error-hibernation-device-not-found-on-boot/38950/4



      In



      /etc/fstab


      and



      /etc/default/grub


      I removed the lines with
      "UUID=thatnumber_notfound..."



      then I used what you say



      sudo mkinitcpio.conf -p linux419  (in my case of Manjaro with 4.19)
      sudo update-grub


      And that eliminate the error of the device not found






      share|improve this answer


























        0












        0








        0







        Im my case in Manjaro



        from here:
        https://forum.manjaro.org/t/error-manjaro-error-hibernation-device-not-found-on-boot/38950/4



        In



        /etc/fstab


        and



        /etc/default/grub


        I removed the lines with
        "UUID=thatnumber_notfound..."



        then I used what you say



        sudo mkinitcpio.conf -p linux419  (in my case of Manjaro with 4.19)
        sudo update-grub


        And that eliminate the error of the device not found






        share|improve this answer













        Im my case in Manjaro



        from here:
        https://forum.manjaro.org/t/error-manjaro-error-hibernation-device-not-found-on-boot/38950/4



        In



        /etc/fstab


        and



        /etc/default/grub


        I removed the lines with
        "UUID=thatnumber_notfound..."



        then I used what you say



        sudo mkinitcpio.conf -p linux419  (in my case of Manjaro with 4.19)
        sudo update-grub


        And that eliminate the error of the device not found







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Dec 23 '18 at 2:39









        PabloPablo

        1




        1






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Super User!


            • 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%2fsuperuser.com%2fquestions%2f1014212%2fhow-do-i-fix-manjaro-error-hibernation-device-not-found-on-boot%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

            Список кардиналов, возведённых папой римским Каликстом III

            Deduzione

            Mysql.sock missing - “Can't connect to local MySQL server through socket”