[opensuse] How can I delete the hibernation image?
Hi, My computer is stuck for minutes trying to boot, apparently some problem with the hibernation image. I want to *delete* it. "noresume" is ignored or fails. I do not want to use mkswap, because that changes the UUID. Yes, I googled. Using Leap 15.1, booted an alternate partition. -- Cheers. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Mon, Nov 9, 2020 at 2:48 PM Carlos E. R. <robin.listas@telefonica.net> wrote:
Hi,
My computer is stuck for minutes trying to boot, apparently some problem with the hibernation image. I want to *delete* it. "noresume" is ignored or fails.
I do not want to use mkswap, because that changes the UUID.
mkswap -U
Yes, I googled.
Using Leap 15.1, booted an alternate partition.
-- Cheers.
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 09/11/2020 13.25, Andrei Borzenkov wrote:
On Mon, Nov 9, 2020 at 2:48 PM Carlos E. R. <robin.listas@telefonica.net> wrote:
Hi,
My computer is stuck for minutes trying to boot, apparently some problem with the hibernation image. I want to *delete* it. "noresume" is ignored or fails.
I do not want to use mkswap, because that changes the UUID.
mkswap -U
Well... yes. Andor:~ # swapoff -a Andor:~ # mkswap --uuid 7f9467db-113f-4ca5-867c-85113ce94da9 --label nvme-swap /dev/nvme0n1p2 mkswap: /dev/nvme0n1p2: warning: wiping old swap signature. Setting up swapspace version 1, size = 100 GiB (107374178304 bytes) LABEL=nvme-swap, UUID=7f9467db-113f-4ca5-867c-85113ce94da9 Andor:~ # swapon -a Andor:~ # I hoped there would be something specific, but... Ok, thanks. Will see if I can boot. -- Cheers. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 09/11/2020 13.57, Carlos E. R. wrote:
On 09/11/2020 13.25, Andrei Borzenkov wrote:
On Mon, Nov 9, 2020 at 2:48 PM Carlos E. R. <robin.listas@telefonica.net> wrote:
Hi,
My computer is stuck for minutes trying to boot, apparently some problem with the hibernation image. I want to *delete* it. "noresume" is ignored or fails.
I do not want to use mkswap, because that changes the UUID.
mkswap -U
Well... yes.
Andor:~ # swapoff -a Andor:~ # mkswap --uuid 7f9467db-113f-4ca5-867c-85113ce94da9 --label nvme-swap /dev/nvme0n1p2 mkswap: /dev/nvme0n1p2: warning: wiping old swap signature. Setting up swapspace version 1, size = 100 GiB (107374178304 bytes) LABEL=nvme-swap, UUID=7f9467db-113f-4ca5-867c-85113ce94da9 Andor:~ # swapon -a Andor:~ #
I hoped there would be something specific, but... Ok, thanks. Will see if I can boot.
Booted. Apparently, "noresume" was working, but the kernel was silently waiting for the passphrase to the LUKS partition, and the prompt was not visible anywhere in the screen, so I did not realize this. (the initialization process continues after systemd(?) prompts for the password, so that messages continue being printed and overflowing the prompt out of the screen. Previously the prompt was just some 5..10 lines upwards) -- Cheers / Saludos, Carlos E. R. (from 15.1 x86_64 at Telcontar)
participants (2)
-
Andrei Borzenkov
-
Carlos E. R.