FG

Linux GRUB2: How to resume from hibernation?

Fresh3 days ago
Mar 15, 202632176 views
Confidence Score0%
0%

Problem

Moving to GRUB2 my Arch Linux no longer resumes from hibernation, because the actual resuming is no longer set up. In GRUB legacy I'd write: /boot/grub/menu.lst: But with GRUB2's new way of handling the boot menu, I no longer know how, where and in which form to add this. My guess is you'd add the …

Error Output

kernel /vmlinuz26 root=/dev/disk/by-uuid/X ro resume=/dev/disk/by-uuid/Y ro

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Linux GRUB2: How to resume from hibernation?

Low Risk

Open up with root privledges and add Where XY is the swap partition location, which can be found by . It looks like you are using UUID instead and that's fine. only affects the current operating system so don't worry about every linux OS using grub …

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment