You are not using any encryption like LUKS, are you ?

On Mon, May 11, 2020 at 5:43 PM fedora <fed...@ayni.com> wrote:

> Hi Sreyan
>
> [root@caprioli ~]$ cat /etc/default/grub
> GRUB_TIMEOUT=5
> GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
> GRUB_DEFAULT=saved
> GRUB_DISABLE_SUBMENU=true
> GRUB_TERMINAL_OUTPUT="console"
> GRUB_CMDLINE_LINUX="resume=UUID=0d51db0e-8463-4741-8bbe-d907fb2b1cb2"
> GRUB_DISABLE_RECOVERY="true"
> GRUB_ENABLE_BLSCFG=true
> [cellino@caprioli ~]$
>
> and
>
> [root@caprioli ~]# blkid
> /dev/sda1: SEC_TYPE="msdos" UUID="7EF7-93B1" BLOCK_SIZE="512"
> TYPE="vfat" PARTLABEL="efi boot"
> PARTUUID="28d3209c-111e-48eb-a08d-d304b43f8029"
> /dev/sda2: UUID="721f4b77-4230-403c-8cd7-142b9c37eb52" BLOCK_SIZE="4096"
> TYPE="ext4" PARTLABEL="data11"
> PARTUUID="27dfbdc8-d959-476f-906a-5a60a404931c"
> /dev/sda3: UUID="e745ed28-26c1-443e-9035-2672d25aa871" BLOCK_SIZE="4096"
> TYPE="ext4" PARTLABEL="data12"
> PARTUUID="e5c74c89-37fe-4f5b-bb77-d58ac63eaf82"
> /dev/sdb1: SEC_TYPE="msdos" LABEL_FATBOOT="BOOT_EFI" LABEL="BOOT_EFI"
> UUID="89CE-EE64" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="81fabf7c-01"
> /dev/sdb2: LABEL="data1" UUID="96ef7647-b851-4ab4-afa9-982419fc0bdb"
> BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="81fabf7c-02"
> /dev/sdb3: UUID="cb2e0aa7-6c0a-4c60-8ec4-c058f45e532d" TYPE="swap"
> PARTUUID="81fabf7c-03"
> /dev/nvme0n1p1: SEC_TYPE="msdos" UUID="1278-7C5B" BLOCK_SIZE="512"
> TYPE="vfat" PARTLABEL="EFI System Partition"
> PARTUUID="1c3649af-0f10-40af-8f21-c362b28ef094"
> /dev/nvme0n1p2: UUID="0c0e4c59-f552-43bf-b2e8-32d99e2249a1"
> BLOCK_SIZE="4096" TYPE="ext4" PARTLABEL="root1"
> PARTUUID="8de169a0-d4a5-48ca-9a40-743d787cd3e6"
> /dev/nvme0n1p3: UUID="3ff83e79-23cd-41ef-9885-ed339e23e80c"
> TYPE="swsuspend" PARTLABEL="swap1"
> PARTUUID="d126c956-91f0-4bd2-9762-bc11e732209a"
> /dev/nvme0n1p4: LABEL="home1"
> UUID="05421e53-1ed7-4f3b-8a19-1abba81c829a" BLOCK_SIZE="4096"
> TYPE="ext4" PARTLABEL="data1"
> PARTUUID="9a663aa7-585c-47d3-ad9a-eb4a878ecb91"
> /dev/nvme0n1p5: UUID="3f218a1e-7f30-48b1-add4-fb17bff5a6b5"
> BLOCK_SIZE="4096" TYPE="ext4" PARTLABEL="root2"
> PARTUUID="339ed33e-f823-44f5-b26a-417415a71aed"
> /dev/nvme0n1p6: UUID="0d51db0e-8463-4741-8bbe-d907fb2b1cb2" TYPE="swap"
> PARTLABEL="swap2" PARTUUID="1b00e44a-05c7-494f-99d5-5550e67fa660"
> /dev/nvme0n1p7: UUID="84f4be5c-fb97-4bc9-8b1b-806c4a58821d"
> BLOCK_SIZE="4096" TYPE="ext4" PARTLABEL="home2"
> PARTUUID="03743041-b434-418e-a628-1ed7918874cb"
> /dev/nvme0n1p8: UUID="6210-0FC4" BLOCK_SIZE="512" TYPE="vfat"
> PARTLABEL="EFI System Partition"
> PARTUUID="55738ba3-177a-446e-876c-3312fbd28198"
> [root@caprioli ~]#
>
>
> Your second question: I did install Fedora 32 using a kickstart-file,
> which included the swap partition.
>
>
>
> root@tico ~]# cat /data/iso/ks/caprioli.f32.ks
> #version=DEVEL
> # System authorization information
>
> <snip>
>
> # Do not configure the X Window System
> skipx
>
> <snip>
>
> # Partition clearing information
> clearpart --none --initlabel
> # Disk partitioning information
> part /boot/efi --fstype="efi" --onpart=nvme0n1p8
> part / --fstype="ext4" --onpart=nvme0n1p5
> part /home --fstype="ext4" --onpart=nvme0n1p7 --noformat
> part swap --fstype="swap" --onpart=nvme0n1p6
>
> <snip>
>
> %packages
> %end
>
>
> %anaconda
> %end
> [root@tico ~]#
>
>
> suomi
>
>
> On 11/05/2020 13.50, Sreyan Chakravarty wrote:
> > What is the setting of your  GRUB_CMDLINE_LINUX ?
> >
> > Did you set up this swap after the install manually ?
> >
> > On Mon, May 11, 2020 at 3:12 PM fedora <fed...@ayni.com
> > <mailto:fed...@ayni.com>> wrote:
> >
> >
> >
> >     On 11/05/2020 08.28, Samuel Sieb wrote:
> >      > On 5/10/20 3:21 AM, fedora wrote:
> >      >> [cellino@caprioli ~]$ cat /proc/cmdline
> >      >> BOOT_IMAGE=(hd3,gpt5)/boot/vmlinuz-5.6.10-300.fc32.x86_64
> >      >> root=UUID=3f218a1e-7f30-48b1-add4-fb17bff5a6b5 ro
> >      >> resume=UUID=0d51db0e-8463-4741-8bbe-d907fb2b1cb2
> >      >
> >      > What is the output of "blkid"?
> >      >
> >      >> suspend works fine on this machine, but hibernate doesâ€șnt.
> Another
> >      >> installation on the same machine with fedora 31
> hibernates/resumes
> >      >> flawlessly.
> >      >>
> >      >> I assume very much that when closing down for hibernate, no
> >     image is
> >      >> created, because after booting up from (so to speak) hibernate,
> the
> >      >> last lines in the journal are:
> >      >
> >      > What are you doing to trigger the hibernate process?
> >      > _______________________________________________
> >      > users mailing list -- users@lists.fedoraproject.org
> >     <mailto:users@lists.fedoraproject.org>
> >      > To unsubscribe send an email to
> >     users-le...@lists.fedoraproject.org
> >     <mailto:users-le...@lists.fedoraproject.org>
> >      > Fedora Code of Conduct:
> >      > https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> >      > List Guidelines:
> >     https://fedoraproject.org/wiki/Mailing_list_guidelines
> >      > List Archives:
> >      >
> >
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> >
> >
> >     I detected something in yournalctl -b 0 abou the swap partition
> >     /dev/nvme0n1p6:
> >
> >     May 11 11:19:48 caprioli.dyn.lan systemd[1]:
> systemd-journald.service:
> >     Succeeded.
> >     May 11 11:19:48 caprioli.dyn.lan swapon[671]: swapon: /dev/nvme0n1p6:
> >     software suspend data detected. Rewriting the swap signature.
> >     May 11 11:19:48 caprioli.dyn.lan systemd-sysctl[690]: Not setting
> >     net/ipv4/conf/all/rp_filter (explicit setting exists).
> >     May 11 11:19:48 caprioli.dyn.lan systemd-sysctl[690]: Not setting
> >     net/ipv4/conf/default/rp_filter (explicit setting exists).
> >     lines 1388-1474/2396 56%
> >     May 11 11:19:48 caprioli.dyn.lan kernel: Adding 20479996k swap on
> >     /dev/nvme0n1p6.  Priority:-2 extents:1 across:20479996k SSFS
> >     May 11 11:19:48 caprioli.dyn.lan systemd[1]: Mounting Kernel Trace
> File
> >     System...
> >
> >     and
> >     May 11 11:19:48 caprioli.dyn.lan systemd[1]:
> systemd-journald.service:
> >     Succeeded.
> >     May 11 11:19:48 caprioli.dyn.lan swapon[671]: swapon: /dev/nvme0n1p6:
> >     software suspend data detected. Rewriting the swap signature.
> >     May 11 11:19:48 caprioli.dyn.lan systemd-sysctl[690]: Not setting
> >     net/ipv4/conf/all/rp_filter (explicit setting exists).
> >
> >     I interpret that: it has detected something in the swap partition
> >     relative to a hibernate, but it just overwrites it with the swap
> >     signature.
> >
> >     suomi
> >
> >
> >     _______________________________________________
> >     users mailing list -- users@lists.fedoraproject.org
> >     <mailto:users@lists.fedoraproject.org>
> >     To unsubscribe send an email to users-le...@lists.fedoraproject.org
> >     <mailto:users-le...@lists.fedoraproject.org>
> >     Fedora Code of Conduct:
> >     https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> >     List Guidelines:
> https://fedoraproject.org/wiki/Mailing_list_guidelines
> >     List Archives:
> >
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> >
> >
> >
> > --
> > Regards,
> > Sreyan Chakravarty
> >
> > _______________________________________________
> > users mailing list -- users@lists.fedoraproject.org
> > To unsubscribe send an email to users-le...@lists.fedoraproject.org
> > Fedora Code of Conduct:
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> > List Archives:
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> >
> _______________________________________________
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
> Fedora Code of Conduct:
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
>


-- 
Regards,
Sreyan Chakravarty
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to