Skip to main content
Topic: [SOLVED] ERROR: resume: no hibernation support found (Read 1672 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

[SOLVED] ERROR: resume: no hibernation support found

Hi,

I'm having some problems with my setup. It's my first time installing Artix. The error I got during boot is in the topic:

ERROR: resume: no hibernation support found

At first, I noticed that my swap was inactive, and I had to enable it manually. Then, I noticed that /etc/fstab didn't contain a line for my swap partition. I added it and rebooted, and the swap partition was available according to htop and free.

I checked the kernel's logs and wondered if they might have more information. The only clue I have is here:

Code: [Select]
cat current | grep resume
Aug 10 10:14:10 [kernel] [    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux-hardened root=/dev/mapper/lvmSystem-volRoot rw net.ifnames=0 cryptdevice=UUID=(UUID):lvmsystem:allow-discards loglevel=3 quiet resume=UUID=(UUID) net.ifnames=0
Aug 10 10:14:10 [kernel] [    0.171522] Kernel command line: pti=on page_alloc.shuffle=1 BOOT_IMAGE=/vmlinuz-linux-hardened root=/dev/mapper/lvmSystem-volRoot rw net.ifnames=0 cryptdevice=UUID=(UUID):lvmsystem:allow-discards loglevel=3 quiet resume=UUID=(UUID) net.ifnames=0
Aug 10 10:14:10 [kernel] [    0.171778] Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux-hardened cryptdevice=UUID=(UUID):lvmsystem:allow-discards resume=UUID=(UUID)", will be passed to user space.
Aug 10 10:14:10 [kernel] [    5.177913]     resume=UUID=(UUID)
Aug 10 17:45:26 [kernel] [    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux-hardened root=/dev/mapper/lvmSystem-volRoot rw net.ifnames=0 cryptdevice=UUID=(UUID):lvmsystem:allow-discards loglevel=3 quiet resume=UUID=(UUID) net.ifnames=0
Aug 10 17:45:26 [kernel] [    0.171348] Kernel command line: pti=on page_alloc.shuffle=1 BOOT_IMAGE=/vmlinuz-linux-hardened root=/dev/mapper/lvmSystem-volRoot rw net.ifnames=0 cryptdevice=UUID=(UUID):lvmsystem:allow-discards loglevel=3 quiet resume=UUID=(UUID) net.ifnames=0
Aug 10 17:45:26 [kernel] [    0.171606] Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux-hardened cryptdevice=UUID=(UUID):lvmsystem:allow-discards resume=UUID=(UUID)", will be passed to user space.
Aug 10 17:45:26 [kernel] [    5.131063]     resume=UUID=(UUID)
Aug 10 18:17:44 [kernel] [    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux-hardened root=/dev/mapper/lvmSystem-volRoot rw net.ifnames=0 cryptdevice=UUID=(UUID):lvmsystem:allow-discards loglevel=3 quiet resume=UUID=(UUID) net.ifnames=0
Aug 10 18:17:44 [kernel] [    0.171569] Kernel command line: pti=on page_alloc.shuffle=1 BOOT_IMAGE=/vmlinuz-linux-hardened root=/dev/mapper/lvmSystem-volRoot rw net.ifnames=0 cryptdevice=UUID=(UUID):lvmsystem:allow-discards loglevel=3 quiet resume=UUID=(UUID) net.ifnames=0
Aug 10 18:17:44 [kernel] [    5.104004]     resume=UUID=(UUID)
Aug 10 18:30:23 [kernel] [    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux-hardened root=/dev/mapper/lvmSystem-volRoot rw net.ifnames=0 cryptdevice=UUID=(UUID):lvmsystem:allow-discards loglevel=3 quiet resume=UUID=(UUID) net.ifnames=0
Aug 10 18:30:23 [kernel] [    0.171397] Kernel command line: pti=on page_alloc.shuffle=1 BOOT_IMAGE=/vmlinuz-linux-hardened root=/dev/mapper/lvmSystem-volRoot rw net.ifnames=0 cryptdevice=UUID=(UUID):lvmsystem:allow-discards loglevel=3 quiet resume=UUID=(UUID) net.ifnames=0
Aug 10 18:30:23 [kernel] [    5.112288]     resume=UUID=(UUID)
Aug 10 18:40:38 [kernel] [    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux-hardened root=/dev/mapper/lvmSystem-volRoot rw net.ifnames=0 cryptdevice=UUID=(UUID):lvmsystem:allow-discards loglevel=3 quiet resume=UUID=(UUID) net.ifnames=0
Aug 10 18:40:38 [kernel] [    0.171658] Kernel command line: pti=on page_alloc.shuffle=1 BOOT_IMAGE=/vmlinuz-linux-hardened root=/dev/mapper/lvmSystem-volRoot rw net.ifnames=0 cryptdevice=UUID=(UUID):lvmsystem:allow-discards loglevel=3 quiet resume=UUID=(UUID) net.ifnames=0
Aug 10 18:40:38 [kernel] [    0.171929] Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux-hardened cryptdevice=UUID=(UUID):lvmsystem:allow-discards resume=UUID=(UUID)", will be passed to user space.
Aug 10 18:40:38 [kernel] [    5.110617]     resume=UUID=(UUID)

Can someone help me figure out what I'm doing wrong?


Re: ERROR: resume: no hibernation support found

Reply #2

Thank you.

I found the solution here:

https://wiki.archlinux.org/title/Power_management/Suspend_and_hibernate#Hibernation

"linux-hardened does not support hibernation, see FS#63648."

That's all I needed to know. Solved!