Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 22

Thread: Problem with resume from hibernate

  1. #11
    Join Date
    Dec 2010
    Beans
    36

    Re: Problem with resume from hibernate

    Quote Originally Posted by ElToro View Post
    I have had similar problems with hibernate on several laptops and I have simply stopped using it on those that cause trouble; I alter the power saving settings to just change to blank screen when idle, and alter hibernation to never...
    It is not solution because when I am on critical battery, I need hibernate ... no suspend no shut down.

  2. #12
    Join Date
    May 2011
    Beans
    10

    Re: Problem with resume from hibernate

    Quote Originally Posted by kubco2 View Post
    Marky FAQ: what do you mean? ... In windows is no problem with hibernate
    Same situation again!

    In Windows I set my laptop to hibernate when I close the lid. When I shut the lid it hibernates.

    In Ubuntu I set my laptop to hibernate when I close the lid. When I shut the lid it force quits, improperly closing programs, and losing data.

  3. #13
    Join Date
    Nov 2010
    Location
    India
    Beans
    Hidden!
    Distro
    Ubuntu

    Cool Re: Problem with resume from hibernate

    This is a common problem i have seen, I had faced this problem in Ubuntu 10.10 also.
    Things when more complicated for me when I upgraded to Ubuntu 11.04. My swap partition got encrypted automatically. My swap was active at boot time but resuming from hibernation always failed.

    I have written a blog post on how to solve this problem Go to my blog.

    Hope that helps you.

  4. #14
    Join Date
    May 2011
    Beans
    10

    Re: Problem with resume from hibernate

    Quote Originally Posted by Savio2010 View Post
    This is a common problem i have seen, I had faced this problem in Ubuntu 10.10 also.

    I have written a blog post on how to solve this problem Go to my blog.

    Hope that helps you.
    Thank you! I got to step two where I received the response:

    swapon failed: Device or resource busy

  5. #15
    Join Date
    Dec 2010
    Beans
    36

    Re: Problem with resume from hibernate

    Savio2010: thanks for respond.

    I tried your solutions but I have still problems.

  6. #16
    Join Date
    Nov 2010
    Location
    India
    Beans
    Hidden!
    Distro
    Ubuntu

    Smile Re: Problem with resume from hibernate

    Post the outputs of the following here

    sudo fdisk -l | grep swap

    blkid | grep swap
    cat /proc/swaps
    cat /etc/initramfs-tools/conf.d/resume

  7. #17
    Join Date
    Dec 2010
    Beans
    36

    Re: Problem with resume from hibernate

    Code:
    sudo fdisk -l | grep swap
    /dev/sda7           77117       77823     5668945   82  Linux swap / Solaris
    
    sudo blkid | grep swap
    /dev/sda7: UUID="82d053e6-4b8f-40f5-a8c0-2dc77d863302" TYPE="swap" 
    
    cat /proc/swaps
    /dev/sda7                               partition    5668940    29408    -1
    
    cat /etc/initramfs-tools/conf.d/resume 	
    RESUME=UUID=82d053e6-4b8f-40f5-a8c0-2dc77d863302
    I think all is OK, because sometimes it resume. As I wrote: it is 50% chance to fail resume

  8. #18
    Join Date
    Nov 2010
    Location
    India
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Problem with resume from hibernate

    Quote Originally Posted by tortugo23 View Post
    In Ubuntu I set my laptop to hibernate when I close the lid. When I shut the lid it force quits, improperly closing programs, and losing data.
    I find all your configuration correct. Recheck your configuration when you shut the lid. if everything is fine then
    check if your swap is active
    Code:
    cat /proc/swaps
    and then
    Regenerate your initrd.
    Code:
    sudo update-initramfs -u
    Reboot.

    Good Luck

  9. #19
    Join Date
    Dec 2010
    Beans
    36

    Re: Problem with resume from hibernate

    help pls

  10. #20
    Join Date
    Dec 2010
    Beans
    36

    Re: Problem with resume from hibernate

    bump

Page 2 of 3 FirstFirst 123 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •