Fail to boot on kernel 6.14.5 and 6.14.6 on macbookpro 11,1

Hello there!

I’ve recently installed fedora on an old macbookpro 11,1. The install went fine and is booting correctly in kernel 6.14.0-63.fc42. However, installing new kernels has been a problem with both 6.14.5-300.fc42 and 6.14.6-300.fc42 resulting in emergency boot. Generally, I just wait for the next kernel to release and it works (have been doing that on a pc I have). However, this is not the case here and is why I am asking for help. Is there anything I can do to fix that? I tried rebuilding the initramfs for kernel 6.14.6-300.fc42 with no success. As a result I have no wifi working nor camera.
journalctl after trying to boot in kernel 6.14.6-300.fc42 ends like this :

Warning: dracut-initqueue: starting timeout scripts
Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
Warning: /lib/dracut/hooks/initqueue/finished/90-crypt.sh “[ -e /dev/disk/by-id/dm-uuid-CRYPT-LUKS?-*0031f6896e024fda90676dfbee3497a7*-* ] || exit 1”
Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fdisk\x2fby-uuid\x2f6cf108b4-690c-4d6d-8f8c-b3adbf661b82.sh: “if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then [ -e “/dev/disk/by-uuid/6cf108b4-690c-4d6d-8f8c-b3adbf661b82” ]
fi”
Warning: darcut-initqueue: starting timeout scripts
Warning: could not boot.

Let me know if you need anything else and how to get it.
Should I just submit a bug report?

My mac info : HW probe of Apple MacBookPro11,1 #e303b25700

Thanks in advance

After foraging a little bit more on the internet I found this thread Dracut emergency shell after update - #8 by ramumsrk
And tried to change booting commands from root=UUID=6cf108b4-690c-4d6d-8f8c-b3adbf661b82 to root=/dev/sda3 where my LUKS partition is.

It still did not boot but the output of journalctl is different:

Warning: dracut-initqueue: starting timeout scripts
Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
Warning: /lib/dracut/hooks/initqueue/finished/90-crypt.sh “[ -e /dev/disk/by-id/dm-uuid-CRYPT-LUKS?-*0031f6896e024fda90676dfbee3497a7*-* ] || exit 1”
Warning: darcut-initqueue: starting timeout scripts
Warning: could not boot.

More info, an extract from the command blkid :

/dev/mapper/luks-0031f689-6e02-4fda-9067-6dfbee3497a7: LABEL=“fedora” UUID=“6cf108b4-690c-4d6d-8f8c-b3adbf661b82” UUID_SUB=“e3e95234-206f-453e-b122-314befbf3bdf” BLOCK_SIZE=“4096” TYPE=“btrfs”

Help appreciated.