Skip to content

Talos not bootable after install #8806

Discussion options

You must be logged in to vote

Hey, I just wanted to give a quick update how we were able to solve the issue.

As we were running with secure boot enabled, we had to use a secure boot installer image in the install script

    install:
        disk: /dev/nvme0n1
        image: factory.talos.dev/installer-secureboot/91c86b0fe2cc527fa3a18208aa55377e8e906a83e3113c11aa35aee572068893:v1.7.2
        wipe: true
        extraKernelArgs:
            - talos.platform=metal

We had the normal install script in there and everything worked fine, it just didn't install a compatible bootloader.
After changing everything works fine.

To avoid future problems like this, I would recommend adding an additional check if the correct installer …

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@smira
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by BloodWorkXGaming
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants