https://bugs.kde.org/show_bug.cgi?id=488158
--- Comment #5 from Paul <pip....@gmx.com> --- This is a dual-boot setup with the choice of boot made by bios, not grub. Physically there are 2 ssd drives: sda and sdb, and 1 hdd: sdc (all connected by SATA directly to the motherboard). paul@Orion-15:~$ sudo lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS sda 8:0 1 55.9G 0 disk ├─sda1 8:1 1 48G 0 part / └─sda2 8:2 1 4G 0 part [SWAP] sdb 8:16 1 119.2G 0 disk └─sdb1 8:17 1 112G 0 part /home sdc 8:32 1 232.9G 0 disk ├─sdc1 8:33 1 32G 0 part ├─sdc2 8:34 1 192G 0 part └─sdc3 8:35 1 8.9G 0 part sr0 11:0 1 1024M 0 rom paul@Orion-15:~$ This is fstab used when booting from the ssd drives: UUID=2511d4d8-0425-4e80-bd14-86798396bdfb / ext4 noatime,acl,user_xattr 1 1 UUID=08a4ff75-8318-40cf-b78b-b7049064dfb5 swap swap defaults 0 0 UUID=801838af-06ff-405e-a6c3-194ba5878291 /home ext4 relatime,acl,user_xattr 1 2 This is fstab used when booting from the hdd drive: UUID=ea5c2b1b-ac33-497d-b286-2c06a23623a2 / ext4 noatime,acl,user_xattr 1 1 UUID=8595c8af-adce-47f8-b9e4-9f46348154ac swap swap defaults 0 0 UUID=20d5bdae-6c44-4c27-be89-9c9e91e9233f /home ext4 relatime,acl,user_xattr 1 2 The system is not new and has worked fine with this setup for several years. As I wrote in comment #2, the issue first arose following the Tumbleweed update 20240523 -> 20240605 -- You are receiving this mail because: You are watching all bug changes.