I’m experimenting with kairos on an RPI4 with a US...
# elemental
h
I’m experimenting with kairos on an RPI4 with a USB-to-M.2 adapter for booting from an SSD (no SD card), but I seem to running into a segfault in
elemental-cli
during the boot process (initial boot). After the boot process dumps out to the emergency console,
journalctl -u cos-setup-rootfs
reveals:
Copy code
systemd[1]: Starting cOS system early rootfs setup...
elemental[712]: time="2022-08-18T12:00:11Z" level=error msg="invalid arch: invalid arch"
elemental[712]: panic: runtime error: invalid memory address or nil pointer dereference
elemental[712]: [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0xb79d4c]
elemental[712]: goroutine 1 [running]
elemental[712]: <http://github.com/rancher/elemental-cli/pkg/config.NewRunConfig(...)|github.com/rancher/elemental-cli/pkg/config.NewRunConfig(...)>
elemental[712]:        /luetbuild/elemental-cli/pkg/config.go:157
(pardon: I hand-typed that from a camera photo)