Hi,
I download Leap ISO (openSUSE-Leap-15.5-KDE-Live-x86_64-Build10.40-Media.iso) at 08/06/2023 (as asoon as relased) then I “dd” to USB stick and pluged worked fine. At first boot created the persistent storage cow . dracut : mkfs2.ext4 … and so on.
Few days later I download again this time build number was different (openSUSE-Leap-15.5-KDE-Live-x86_64-Build10.57-Media.iso) this time at first boot it stops the creating persistent storage. dracut says “fall back to ramdrive” or someting like that. and it does not creates Persistent storage. I even try to run at AMD INTEL (core Duo, I, I5) differnt computers with no luck. I can not create persistent storage on USB.
By the way, this is the copy of the /var/logs/boot.log
[ 13.134017] dracut-initqueue[990]: mount: /run/overlay/overlayfs: can’t find LABEL=“cow”.
[ 13.202712] dracut-initqueue[995]: This disk is currently in use - repartitioning is probably a bad idea.
[ 13.202963] dracut-initqueue[995]: It’s recommended to umount all file systems, and swapoff all swap
[ 13.203167] dracut-initqueue[995]: partitions on this disk.
[ 13.203412] dracut-initqueue[995]: The device contains ‘iso9660’ signature and it may remain on the device. It is recommended to wipe the device with wipefs(8) or fdisk --wipe, in order to avoid possible collisions.
[ 13.360127] dracut-initqueue[916]: Warning: Failed to setup persistent write space !
[ 13.360398] dracut-initqueue[916]: Warning: Falling back to temporary overlay
This comes from attempt to mount persistent partition.
These messages are from fdisk. There is no errors logged so probablyfdisk completed successfully. Is there are additional partition (it should use all remaining space) now? If not, can you provide full dmesg output after booting this stick (upload to https://susepaste.org)?
I tested it in VM and persistent partition was created. So it does not look like some general problem. Could be something with your USB device. Try wiping it (see man wipefs) to remove all signatures that may confuse startup scripts.
I used dd if-/dev/zero… to wipe USB. I even buy new USB to try … I tryed with different brand and size USB (8Gb 16Gb even 32Gb on different computers…USB2 USB3 … then I notticed that same problem with 15.4 current build of 15.4 is the same… openSUSE-Leap-15.4-KDE-Live-x86_64-Build6.1-Media.iso works but openSUSE-Leap-15.4-KDE-Live-x86_64-Build32.1-Media.iso don’t. It does not creates persistent “cow” partittion. On the other hand Tumbleweed live works fine very fine.
Each uploaded document has unique URL. If you uploaded it to pastebin, dropbox or anything other file sharing would you also expect me to find it without knowing direct link?
This is race condition between udev and startup scripts
Jul 12 18:18:25 localhost dracut-initqueue[980]: Created a new partition 3 of type 'Linux' and of size 13.8 GiB.
Jul 12 18:18:25 localhost dracut-initqueue[980]: Command (m for help): The partition table has been altered.
Jul 12 18:18:25 localhost dracut-initqueue[980]: Syncing disks.
Jul 12 18:18:25 localhost dracut-initqueue[995]: mke2fs 1.46.4 (18-Aug-2021)
Jul 12 18:18:25 localhost dracut-initqueue[995]: /dev/sdb3 is apparently in use by the system; will not make a filesystem here!
My best guess is that udev locks device during processing and script runs too soon. Did not I ask you whether there was additional partition?