You are not logged in.

#1 2023-11-30 11:40:32

schard
Forum Moderator
From: Hannover
Registered: 2016-05-06
Posts: 1,992
Website

[SOLVED] Disk I/O errors after suspend

I have a Lenovo ThinkPad Z16 Gen 1, model 21D4002GGE.

~> lsblk                                                                                                                                                                                          2023-11-30T12:36:59
NAME                                          MAJ:MIN RM  SIZE RO TYPE  MOUNTPOINTS
nvme0n1                                       259:0    0  1,9T  0 disk  
├─nvme0n1p1                                   259:1    0    1G  0 part  /boot
└─nvme0n1p2                                   259:2    0  1,9T  0 part  
  └─luks-22c73e20-a13b-48b2-8728-55e5be5a8131 254:0    0  1,9T  0 crypt /
~>       
~> cat /proc/cmdline                                                                                                                                                                              2023-11-30T12:37:13
root=UUID=9c1ed4e7-ba4b-4359-8544-98d1e2c29174 rd.luks.uuid=22c73e20-a13b-48b2-8728-55e5be5a8131 rw initrd=\amd-ucode.img initrd=\initramfs-linux.img splash
~>     

When resuming from suspend, the system freezes up and I cannot start new programs.
Any command will trigger an I/O error.
I suspect that, when resuming from suspend, the disk is not properly re-mounted.
What could be the reason for that?

Solution
Fixed with iommu=pt as per this thread.

Update
After an EFI update via fwupdmgr the suspend now also works without iommu=pt.

Last edited by schard (2023-11-30 12:46:17)


macro_rules! yolo { { $($tokens:tt)* } => { unsafe { $($tokens)* } }; }

Offline

Board footer

Powered by FluxBB