Hello to all,
I have done an fresh install of Leap 15.3 over the existing one (15.2) formatting the linux BTRFS partition sda2. I did not do anything regarding Swap partition (sda3).
The install is good and the system is running fine.
But each time I boot, it take a long time from grub menu to login screen (around 2mn).
**
Here is blkid:**
localhost:/ # blkid
/dev/sda2: LABEL="linux" UUID="194095e6-6c9b-4828-8ee1-d42527325bf8" UUID_SUB="1d7ea7d6-33ce-43f3-b84f-fbdbff44d227" BLOCK_SIZE="4096" TYPE="btrfs" PARTUUID="005db999-7b44-4438-84b8-4d6ad997fc70"
/dev/sda3: UUID="7a298333-7aad-4c7e-855f-2277d711a115" TYPE="swap" PARTUUID="8f306e7f-c49f-4d3a-bd00-11aa5d0219df"
/dev/sda4: UUID="889cae00-bc2d-4690-a7c3-165761e92ed8" UUID_SUB="82f51373-afe1-4708-89d1-2e90d2e043cd" BLOCK_SIZE="4096" TYPE="btrfs" PARTUUID="b66c21df-46d7-448c-8c0e-a304b713b850"
/dev/sda5: LABEL="Backup" UUID="2a8e4fdd-def5-4086-b5d6-ca66ef87310d" BLOCK_SIZE="512" TYPE="xfs" PARTUUID="caa8019d-1f80-457c-b0dd-af27d0082490"
/dev/sda1: PARTUUID="9db9ce7c-5e5a-46c5-ba69-aa11b3d3f3bd"
mi fstab:
UUID=194095e6-6c9b-4828-8ee1-d42527325bf8 / btrfs defaults 0 0
UUID=194095e6-6c9b-4828-8ee1-d42527325bf8 /var btrfs subvol=/@/var 0 0
UUID=194095e6-6c9b-4828-8ee1-d42527325bf8 /usr/local btrfs subvol=/@/usr/local 0 0
UUID=194095e6-6c9b-4828-8ee1-d42527325bf8 /tmp btrfs subvol=/@/tmp 0 0
UUID=194095e6-6c9b-4828-8ee1-d42527325bf8 /srv btrfs subvol=/@/srv 0 0
UUID=194095e6-6c9b-4828-8ee1-d42527325bf8 /root btrfs subvol=/@/root 0 0
UUID=194095e6-6c9b-4828-8ee1-d42527325bf8 /opt btrfs subvol=/@/opt 0 0
UUID=194095e6-6c9b-4828-8ee1-d42527325bf8 /home btrfs subvol=/@/home 0 0
UUID=194095e6-6c9b-4828-8ee1-d42527325bf8 /boot/grub2/x86_64-efi btrfs subvol=/@/boot/grub2/x86_64-efi 0 0
UUID=194095e6-6c9b-4828-8ee1-d42527325bf8 /boot/grub2/i386-pc btrfs subvol=/@/boot/grub2/i386-pc 0 0
UUID=194095e6-6c9b-4828-8ee1-d42527325bf8 /.snapshots btrfs subvol=/@/.snapshots 0 0
and kernel parameter in bootloader
splash=silent resume=/dev/disk/by-uuid/7a298333-7aad-4c7e-855f-2277d711a115 quiet
Is there something wrong with mi configuration?
:’(
Thanks in advance