Kernel panic booting usb vyos-1.5-rolling-202406280020-amd64.iso

It is the livecd that crashes during boot.
I don’t have IPMI access to the machine, but it’s right in front of me.

@c-po I’m unsure how to add more recent Kernel Firmware to the build process.
I’ve done Build VyOS — VyOS 1.5.x (circinus) documentation inside the build container and started the build script ./build-linux-firmware.sh. It complained about missing kernel sources.

So I went up to clone the linux kernel and checkout latest, but the kernel build fails:

root@55c17aa3d0dd:/vyos/packages/linux-kernel/linux# git checkout v6.9.7
Updating files: 100% (11635/11635), done.
Note: switching to 'v6.9.7'.

You are in 'detached HEAD' state. You can look around, make experimental
...
HEAD is now at 12c740d50d4e Linux 6.9.7
root@55c17aa3d0dd:/vyos/packages/linux-kernel/linux# cd ..
root@55c17aa3d0dd:/vyos/packages/linux-kernel# ./build-kernel.sh
I: Copy Kernel config (x86_64_vyos_defconfig) to Kernel Source
'arch/arm64/configs/vyos_defconfig' -> 'linux/arch/arm64/configs/vyos_defconfig'
'arch/x86/configs/vyos_defconfig' -> 'linux/arch/x86/configs/vyos_defconfig'
I: clean modified files
HEAD is now at 12c740d50d4e Linux 6.9.7
I: Apply Kernel patch: /vyos/packages/linux-kernel/patches/kernel/0001-linkstate-ip-device-attribute.patch
patching file Documentation/networking/ip-sysctl.rst
Hunk #1 succeeded at 1754 (offset 20 lines).
patching file include/linux/inetdevice.h
Hunk #1 succeeded at 139 (offset 2 lines).
patching file include/linux/ipv6.h
Hunk #1 succeeded at 91 with fuzz 1 (offset 7 lines).
patching file include/uapi/linux/ip.h
patching file include/uapi/linux/ipv6.h
patching file net/ipv4/devinet.c
Hunk #1 succeeded at 2572 (offset -23 lines).
patching file net/ipv6/addrconf.c
Hunk #1 FAILED at 5656.
Hunk #2 succeeded at 7149 (offset 64 lines).
1 out of 2 hunks FAILED -- saving rejects to file net/ipv6/addrconf.c.rej
patching file net/ipv6/route.c
Hunk #1 succeeded at 680 (offset 3 lines).
Hunk #2 succeeded at 729 (offset 3 lines).