Ubuntu 21.10 does not upgrade without RESUME variable

for apt-upgrade -y the upgrade will ask to fill the UUID for the RESUME variable. it needs to be declared by user default.
RESUME variable in /etc/initramfs-tools/conf.d/resume

user can do it by :
printf "RESUME=UUID=$(blkid | awk -F\" '/swap/ {print $2}')\n" | sudo tee /etc/initramfs-tools/conf.d/resume

can you make it default like other versions?

1 Reply

You need to report this to Canonical…the source of apt-upgrade.

I don't work for Linode.

-- sw

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct