the initramfs will attempt to resume from /dev/sdb2, Set the RESUME variable to override this
the initramfs will attempt to resume from /dev/sdb2, Set the RESUME variable to override this
·
遇到此问题,执行以下指令即可:
$ blkid | awk -F\" '/swap/ {print $2}'
$ printf "RESUME=UUID=$(blkid | awk -F\" '/swap/ {print $2}')\n" | sudo tee /etc/initramfs-tools/conf.d/resume
$ sudo update-initramfs -u
更多推荐




所有评论(0)