Results 1 to 7 of 7

Thread: How do I enable hibernation in ubuntu 13.10

  1. #1
    Join Date
    Dec 2013
    Location
    South Africa
    Beans
    13

    How do I enable hibernation in ubuntu 13.10

    Hi All,

    I am new to ubuntu and I recently installed ubuntu 13.10 on my Dell inspirion laptop alongside the already installed Windows 8.1 64-bit.

    I do not know how to hibernate ubuntu so that I can reboot into windows and come back to ubuntu and carry on where I left off. Hibernation works fine in windows (I don't know if the two are linked). When I click on the power icon in the top right corner of the screen it only lists "Logout..., Suspend, Restart...., Shut Down...." Having both Restart and Shut Down is pointless because they both bring up a choice to either restart or shut down. So I want it to say "Logout..., Suspend, Hibernate..., Shut Down. Is this possible?

    I have searched the web and found the same answer to this problem on many different forums:
    Open a terminal and type
    Code:
    sudo gedit /var/lib/polkit-1/localauthority/50-local.d/hibernate.pkla
    Update the file to
    Code:
    [Re-enable Hibernate]
    Identity=unix-user:*
    Action=org.freedesktop.upower.hibernate
    ResultActive=yes
    Reboot system

    I did that but it didn't work. I have no idea why.

    I understand that hibernation uses the swap space and that if ubuntu is not mounting the swap 'drive' at boot it could cause problems. So I opened /etc/fstab and checked that there is a line
    Code:
    UUID=code none            swap    sw              0       0
    where code is the UUID code of my swap partition.

    If anyone has any other ideas I would be very grateful!

    Thanks.

  2. #2
    Join Date
    Jul 2007
    Location
    UK
    Beans
    17,059
    Distro
    Ubuntu Development Release

    Re: How do I enable hibernation in ubuntu 13.10

    That .pkla file needs a bit more info according to this.

    http://askubuntu.com/questions/36173...a-polkit-how-t

  3. #3
    Join Date
    Dec 2013
    Location
    South Africa
    Beans
    13

    Re: How do I enable hibernation in ubuntu 13.10

    Great, thanks! That worked perfectly.

  4. #4
    Join Date
    Jul 2007
    Location
    UK
    Beans
    17,059
    Distro
    Ubuntu Development Release

    Re: How do I enable hibernation in ubuntu 13.10

    Glad that worked. Please mark as solved using the Thread Tools drop down menu.

  5. #5
    Join Date
    Aug 2012
    Location
    Austria
    Beans
    62
    Distro
    Lubuntu

    Re: How do I enable hibernation in ubuntu 13.10

    I don't use hybernation and now I have an SSD harddisk.
    So I think I will not use hybernation. That would mean more writing on the harddisk. Right?

  6. #6
    Join Date
    Jun 2012
    Beans
    29

    Re: How do I enable hibernation in ubuntu 13.10

    HI, tried another way to hibernate and totally screwed my dual boot system (I believe Windows 8 had a lot to do with it).
    Now I see there is this option.
    My pm-hibernate worked, though I took while for the system to become alive again...My swap partition is 3.89 Gb and my RAM is 4 GB. Should I re-size my swap partition?
    Is this a "safe" procedure? (I ended up wiping my disc and started all over with 13.10 and Windows 8 that was a pain in the back anyway)

    Thanks

  7. #7
    Join Date
    Mar 2014
    Beans
    4

    Re: How do I enable hibernation in ubuntu 13.10

    I have tried both of the methods on this page, however the hibernate option doesn't appear consistently. It appears in the power options in the top right corner at logon, but not once I am logged in, rendering it effectively useless! Could anyone shed some light on this?

Tags for this Thread

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
  •