Skip to content

[BUG] 6.1 ISO Loops Over Installing Files Endlessly and Never Completes. #1725

@ParadoxGuitarist

Description

@ParadoxGuitarist

What steps did you take and what happened:

  • Install Elemental from Rancher
  • Create a Machine Registration with config.elemental.install.snapshotter.type=loopback
  • Create Install Media with SLE Micro 6.1 v2.2.0-4.1 or 4.2 or 4.3
  • Start an install with the media
  • The installer will loop installing files to the disk endlessly. The installer never completes and the files will always be copying.

What did you expect to happen:
Installation completes and the the node reboots or shutdown.

Anything else you would like to add:
Here's part of the config.elemental from the machineregistration.

elemental:
    install:
      device: /dev/nvme0n1
      reboot: true
      snapshotter:
        type: loopdevice
    registration:
      auth: tpm
      emulate-tpm: true
      emulated-tpm-seed: -1
    reset:
      enabled: true
      reboot: true
      reset-oem: true
      reset-persistent: true

Environment:

  • Elemental Version from Helm: 1.6.8
  • Rancher version: 2.11.2
  • Kubernetes Version: v1.32.5 +k3s1
  • Cloud provider or hardware configuration: Baremetal

Workarounds:
Change the spec.elemental.install.snapshotter.type to btfs

Possible alternate: Use a 6.0 iso and upgrade after.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions