You are not logged in.
Recently had an Nvidia driver and kernel update that broke a bunch of stuff because dracut didn't generate a new initramfs. Fixed it rebuilding initramfs, but now my system won't resume after hibernation, and instead cold boots.
Setup is as follows, running KDE:
Operating System: Arch Linux 5.8
Kernel Version: 6.2.8-arch1-1 (64-bit)
Graphics Platform: X11
Processors: 12 × AMD Ryzen 5 2600 Six-Core Processor
Memory: 15,6 GiB of RAM
Swap: 16gb swap file
Graphics Processor: NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2
Nvidia driver version: 530.41.03-1As far as I can tell, the relevant journalctl log is this:
Mär 25 16:10:05 Kaos systemd[1]: Starting Resume from hibernation using device /dev/disk/by-label/Kaos...
Mär 25 16:10:05 Kaos kernel: PM: hibernation: resume from hibernation
Mär 25 16:10:14 Kaos kernel: PM: hibernation: Marking nosave pages: [mem 0x00000000-0x00000fff]
Mär 25 16:10:14 Kaos kernel: PM: hibernation: Marking nosave pages: [mem 0x000a0000-0x000fffff]
Mär 25 16:10:14 Kaos kernel: PM: hibernation: Marking nosave pages: [mem 0x09d80000-0x09ffffff]
Mär 25 16:10:14 Kaos kernel: PM: hibernation: Marking nosave pages: [mem 0x0a200000-0x0a209fff]
Mär 25 16:10:14 Kaos kernel: PM: hibernation: Marking nosave pages: [mem 0x0b000000-0x0b01ffff]
Mär 25 16:10:14 Kaos kernel: PM: hibernation: Marking nosave pages: [mem 0xcedf9000-0xcedf9fff]
Mär 25 16:10:14 Kaos kernel: PM: hibernation: Marking nosave pages: [mem 0xcee18000-0xcee19fff]
Mär 25 16:10:14 Kaos kernel: PM: hibernation: Marking nosave pages: [mem 0xcee27000-0xcee27fff]
Mär 25 16:10:14 Kaos kernel: PM: hibernation: Marking nosave pages: [mem 0xd8d16000-0xd8d72fff]
Mär 25 16:10:14 Kaos kernel: PM: hibernation: Marking nosave pages: [mem 0xdabea000-0xdabeafff]
Mär 25 16:10:14 Kaos kernel: PM: hibernation: Marking nosave pages: [mem 0xdd2a5000-0xde658fff]
Mär 25 16:10:14 Kaos kernel: PM: hibernation: Marking nosave pages: [mem 0xdf000000-0xffffffff]
Mär 25 16:10:14 Kaos kernel: PM: hibernation: Basic memory bitmaps created
Mär 25 16:10:14 Kaos kernel: PM: hibernation: Read 6226696 kbytes in 7.87 seconds (791.19 MB/s)
Mär 25 16:10:14 Kaos kernel: PM: hibernation: Failed to load image, recovering.
Mär 25 16:10:14 Kaos kernel: PM: hibernation: Basic memory bitmaps freed
Mär 25 16:10:14 Kaos kernel: PM: hibernation: resume failed (-5)
Mär 25 16:10:14 Kaos systemd[1]: Finished Resume from hibernation using device /dev/disk/by-label/Kaos.-5 suggests an I/O issue, but my root (ext4) and boot partitions are clean and I also tried recreating the swapfile with no success.
My related kernel parameters, which I checked over and over again to make sure the offset is right after creating the new swapfile, are
root=LABEL=Kaos rw video=efifb:mode=4 nvidia_drm.modeset=1 resume=LABEL=Kaos resume_offset=72153088 nowatchdogand I'm letting dracut build the initramfs with
force_drivers+=" nvidia nvidia_modeset nvidia_uvm nvidia_drm "Any ideas on what I could do to solve or at least diagnose this?
Last edited by tatsumara (2023-03-31 16:24:47)
Offline