siderolabs / image-factory

A service to generate Talos boot assets
Mozilla Public License 2.0
67 stars 17 forks source link

Generates images that do not boot #157

Closed smst329 closed 1 day ago

smst329 commented 4 days ago

Downloaded an image factory iso. Did a dd to usb stick. It is not detected as bootable. Standard ISO downloading from github releases for talos linux is bootable after dd to usb stick, so there is something off between your release ISO and the image factory iso.

ISO was amd64 metal with secureboot.

Even the secure boot image factory link from the secure boot documentation page does not produce a usb that is detectable as bootable.

When I flip back and dd the github releases ISO, it is immediately able to boot again. This behavior is observed with secure boot enabled, secure boot in setup mode, and secure boot disabled.

frezbo commented 4 days ago

This is fixed by https://github.com/siderolabs/talos/issues/9565, will be updated in image factory later this week

frezbo commented 4 days ago

Will be fixed via #156

smst329 commented 4 days ago

NIce! I'll give it a try! Hopefully I won't run back into the bug where a bootable ISO breaks as it starts up! But that's another issue on another repo. Feel free to close if you'd like, I can reopen if I see issues or file another. Thank you very much!