Package: linux-image-4.9.0-8-686-pae
Arch: i386 (domU)
Virt: Xen (amd64 dom0)

I found a regression in latest i686 kernel - after upgrade and reboot,
there is a problem with swap.

[    8.635585] Truncating oversized swap area, only using 64k out of 1954092k
[    8.648978] Adding 60k swap on /dev/xvda2.  Priority:-1 extents:1 across:60k 
SSFS

Solved by adding amd64 arch and amd64 kernel:

dpkg --add-architecture amd64
apt update
apt install -y linux-image-amd64:amd64

dpkg -P linux-image-686-pae linux-image-<all_686_kernels>


Some references:

https://lkml.org/lkml/2018/8/20/172

Regards,

J.K.

Reply via email to