Open jimmykarily opened 1 year ago
I could reproduce this and was not able to boot from livecd.
adding rd.live.overlay.overlayfs
to the grub livecd entry made it pas and install went correctly and everything come up correctly after that:
test@localhost:~$ cat /etc/edgegaldi_version
edgegaldi-os:<TAG>
test@localhost:~$ aws
usage: aws [options] <command> <subcommand> [<subcommand> ...] [parameters]
To see help text, you can run:
aws help
aws <command> help
aws <command> <subcommand> help
aws: error: the following arguments are required: command
test@localhost:~$ which aws
/usr/bin/aws
test@localhost:~$ ls /opt/awscli/v2/
2.13.1 current
test@localhost:~$ cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux trixie/sid"
NAME="Debian GNU/Linux"
VERSION_CODENAME=trixie
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
KAIROS_NAME="kairos-debian"
KAIROS_VERSION="v2.3.0-k3sv1.27.3+k3s1"
KAIROS_ID="kairos"
KAIROS_ID_LIKE="kairos-debian"
KAIROS_VERSION_ID="v2.3.0-k3sv1.27.3+k3s1"
KAIROS_PRETTY_NAME="kairos-debian v2.3.0-k3sv1.27.3+k3s1"
KAIROS_BUG_REPORT_URL="https://github.com/kairos-io/kairos/issues/new/choose"
KAIROS_HOME_URL="https://github.com/kairos-io/provider-kairos"
KAIROS_IMAGE_REPO="quay.io/kairos/kairos-debian"
KAIROS_IMAGE_LABEL="latest"
KAIROS_GITHUB_REPO="kairos-io/provider-kairos"
KAIROS_VARIANT="kairos"
Hi @Itxaka,
so your suggestion is to edit the grub during the ISO generation and add the rd.live.overlay.overlayfs
entry , for example following this guide: https://kairos.io/docs/reference/auroraboot/#override-grub-config-file ?
Discussed in https://github.com/kairos-io/kairos/discussions/1614