You are not logged in.

#1 Yesterday 21:10:16

BlessedLongsword
Member
Registered: 2024-04-30
Posts: 23

Hibernation not working

Hello, I have been struggling to make hibernation work in my system. I have been following the wiki but I still have not succeeded.

When I try to hibernate, the process is as follows: the screen goes black with the blinking underscore, then screens turn off, just to turn on again to show the blinking underscore, to finally turn off.
When I start the system again, after going through the typical BIOS screen with the logo of the PC, and grub, the blinking underscore appears again and the process where screen turns off and on again to show the blinking underscore happens several times, until it finally reboots and does a normal start (one time I got a CMOS checksum problem which spooked me and makes me wonder if I am compromising my system when doing this).

System information:

Hardware:
Victus by HP Laptop 16-d1xxx
12th Gen Intel(R) Core(TM) i7-12700H (12+8) @ 4.70 GHz
NVIDIA GeForce RTX 3060 Mobile / Max-Q
Intel Iris Xe Graphics @ 1.40 GHz [Integrated]
233.77 GiB / 451.65 GiB (52%) - ext4
2.72 GiB / 15.29 GiB (18%)

Software:
Arch Linux x86_64
Linux 6.11.3-zen1-1-zen

Swap partition information:

swapon -s
Filename                                Type            Size            Used            Priority
/dev/nvme0n1p2                          partition       16777212        0               -2

I suppose my swap partition should be bigger, but this problem happens even after booting so I am not sure about the issue being the swap partition size.

GRUB_CMDLINE_LINUX_DEFAULT value in /etc/default/grub:

GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet splash nvidia-drm.modeset=1 nvidia_drm.fbdev=1 nvidia.NVreg_EnableGpuFirmware=0 nvidia.NVreg_PreserveVideoMemoryAllocations=1 resume=/dev/nvme0n1p2"

Nvidia services:

systemctl status nvidia-suspend.service nvidia-hibernate.service nvidia-resume.service
○ nvidia-suspend.service - NVIDIA system suspend actions
     Loaded: loaded (/usr/lib/systemd/system/nvidia-suspend.service; enabled; preset: disabled)
     Active: inactive (dead)

○ nvidia-hibernate.service - NVIDIA system hibernate actions
     Loaded: loaded (/usr/lib/systemd/system/nvidia-hibernate.service; enabled; preset: disabled)
     Active: inactive (dead)

○ nvidia-resume.service - NVIDIA system resume actions
     Loaded: loaded (/usr/lib/systemd/system/nvidia-resume.service; enabled; preset: disabled)
     Active: inactive (dead)

Nvidia module parameters:

cat /proc/driver/nvidia/params 
ResmanDebugLevel: 4294967295
RmLogonRC: 1
ModifyDeviceFiles: 1
DeviceFileUID: 0
DeviceFileGID: 0
DeviceFileMode: 438
InitializeSystemMemoryAllocations: 1
UsePageAttributeTable: 1
EnableMSI: 1
EnablePCIeGen3: 0
MemoryPoolSize: 0
KMallocHeapMaxSize: 0
VMallocHeapMaxSize: 0
IgnoreMMIOCheck: 0
TCEBypassMode: 0
EnableStreamMemOPs: 0
EnableUserNUMAManagement: 1
NvLinkDisable: 0
RmProfilingAdminOnly: 1
PreserveVideoMemoryAllocations: 1
EnableS0ixPowerManagement: 0
S0ixPowerManagementVideoMemoryThreshold: 256
DynamicPowerManagement: 3
DynamicPowerManagementVideoMemoryThreshold: 200
RegisterPCIDriver: 1
EnablePCIERelaxedOrderingMode: 0
EnableResizableBar: 0
EnableGpuFirmware: 0
EnableGpuFirmwareLogs: 2
EnableDbgBreakpoint: 0
OpenRmEnableUnsupportedGpus: 1
DmaRemapPeerMmio: 1
ImexChannelCount: 2048
CreateImexChannel0: 0
RegistryDwords: ""
RegistryDwordsPerDevice: ""
RmMsg: ""
GpuBlacklist: ""
TemporaryFilePath: "/var/tmp"
ExcludedGpus: ""

The only thing I see in dmesg is this:

[    0.027213] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.027214] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[    0.027215] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.027216] PM: hibernation: Registered nosave memory: [mem 0x65c17000-0x66205fff]
[    0.027216] PM: hibernation: Registered nosave memory: [mem 0x66ee3000-0x66ee3fff]
[    0.027217] PM: hibernation: Registered nosave memory: [mem 0x66ef2000-0x66ef2fff]
[    0.027218] PM: hibernation: Registered nosave memory: [mem 0x6a340000-0x6a340fff]
[    0.027219] PM: hibernation: Registered nosave memory: [mem 0x6b908000-0x6ea07fff]
[    0.027219] PM: hibernation: Registered nosave memory: [mem 0x6ea08000-0x6eb10fff]
[    0.027219] PM: hibernation: Registered nosave memory: [mem 0x6eb11000-0x6ec7afff]
[    0.027220] PM: hibernation: Registered nosave memory: [mem 0x6ec7b000-0x73efefff]
[    0.027220] PM: hibernation: Registered nosave memory: [mem 0x73f00000-0x79ffffff]
[    0.027221] PM: hibernation: Registered nosave memory: [mem 0x7a000000-0x7a9fffff]
[    0.027221] PM: hibernation: Registered nosave memory: [mem 0x7aa00000-0x7abfffff]
[    0.027221] PM: hibernation: Registered nosave memory: [mem 0x7ac00000-0x7affffff]
[    0.027222] PM: hibernation: Registered nosave memory: [mem 0x7b000000-0x803fffff]
[    0.027222] PM: hibernation: Registered nosave memory: [mem 0x80400000-0xfdffffff]
[    0.027222] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.027223] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.027223] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.027223] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.027224] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.027224] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed1ffff]
[    0.027224] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
[    0.027225] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfedfffff]
[    0.027225] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.027225] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]

Any help is appreciated, I'm probably missing some information but I'll gladly provide it.

Offline

Board footer

Powered by FluxBB