siderolabs / image-factory

A service to generate Talos boot assets
Mozilla Public License 2.0
60 stars 16 forks source link

Raspberry Pi image through factory not working #65

Closed PrivatePuffin closed 9 months ago

PrivatePuffin commented 10 months ago

Test env: 3x raspberry Pi 4, 3 different high grade sd sd cards, official power supply.

Official image: Loads fine.

After manually generating a raspberry pi url through the image factory with just 2 kernel args: https://factory.talos.dev/image/8e3aaa276e2b5ccbe7243708ef6a9c9ca80901b986232474eb8259627fec45db/v1.5.5/rpi-arm64.raw.xz

Kernel args where to disable mac-based ethernet interface names and disable ipv6. Nothing major.

I loaded this to the SD cards the same way as the offical image and it fails booting with 4 blinks.

PrivatePuffin commented 10 months ago

Additional research: Stock image == working.

Image with ONLY this through factory not working:

customization:
    extraKernelArgs:
        - net.ifnames=0
smira commented 10 months ago

Thanks, we will look into that

smira commented 9 months ago

The fix was deployed.