help-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: New Grub2 verses Debian 9.5 -boots slow and strange?


From: Pascal Hambourg
Subject: Re: New Grub2 verses Debian 9.5 -boots slow and strange?
Date: Sat, 20 Oct 2018 22:33:34 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

Le 20/10/2018 à 20:34, address@hidden a écrit :

On Sat, 20 Oct 2018, Pascal Hambourg wrote:

blkid -t TYPE=swap
grep -i resume /proc/cmdline /etc/default/grub
grep -i resume /etc/initramfs-tools/{initramfs.conf,conf.d/*}
(...)
   The commands you suggested did not produce output.

Weird, the last one should have reported the presence of RESUME in /etc/initramfs-tools/conf.d/resume.

/dev/sda1: UUID="1ce2377a-0eb0-4e1f-842c-4574f5a59514" TYPE="ext2" PARTUUID="82218f90-01" /dev/sda4: LABEL="HDDRECOVERY" UUID="EAA4A5F5A4A5C503" TYPE="ntfs" PARTUUID="82218f90-04" /dev/sda5: UUID="d796f4cf-1174-4d13-af62-8fad64865a4b" TYPE="reiserfs" PARTUUID="82218f90-05" /dev/sdb1: UUID="342345d7-94fa-42d2-ae4c-8e947418fd32" TYPE="ext4" PARTUUID="db44f11b-01"
/dev/sda2: PARTUUID="82218f90-02"
/dev/sdb5: PARTUUID="db44f11b-05"

No swap indeed. But there are two unformatted partitions (or with unknown format). Intriguing. Can you check with

file -s /dev/sda2 /dev/sdb5
wipefs /dev/sda2
wipefs /dev/sdb5

address@hidden:/etc/initramfs-tools/conf.d# cat resume
RESUME=UUID=b66a9345-332d-4abf-a081-351ab08ed7f9

So there once was a swap with this UUID. But it cannot be found any more. Maybe /etc/fstab still contains information about it.

You have basically two options :
- remove the swap references in resume and fstab and run update-initramfs -u
- or recreate a swap with the same UUID in sdb5



reply via email to

[Prev in Thread] Current Thread [Next in Thread]