-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Installer exited with code 1 #150
Comments
|
Adding info from discord conversation here, as I was hitting a similar issue, and others may benefit from the context. The error given by anaconda is an overly generic error, without context as to why the command failed. The actual error can be found in /tmp/packaging.log on the host that failed to install... Ctrl-alt-f1 will let you get to the logs (if you can interact with the tabs), otherwise, ctrl-alt-f2 for a basic shell More on anaconda logging/troubleshooting here: https://docs.fedoraproject.org/en-US/quick-docs/anaconda-logging/#_introduction |
Adding additional context from discord chats:
I've done a few hacks that work around the issue with other build tooling, including:
Using bluebuild, I've also attempted to use the containerfile module to inject |
BlueBuild dev team member here Note that It seems to me that this misconfigured ennvar is something that might be able to be fixed directly in this project too, but I'm not too familiar with how to test that hypothesis. |
Adding context from discord:
So i dont really know if this is just a bluebuild/modified build system not based on bluebuild but based on build-container-installer issue or a root build-container-installer issue. |
I build my project using pure build-container-installer now: mkdir ./iso-output
sudo podman run --rm --privileged --volume ./iso-output:/build-container-installer/build --security-opt label=disable --pull=newer ghcr.io/jasonn3/build-container-installer:latest IMAGE_REPO=ghcr.io/mrstickypiston IMAGE_NAME=sticky-os IMAGE_TAG=latest VARIANT=Kinoite VERSION=41 I can confirm i get the error without the bluebuild wrapping. A link to a youtube video with the error is linked below with what happens after clicking install with the settings i described above. Im sorry that i had to use youtube but github would not let me upload files > 10mb |
In my experience, an error from the ostree command means an issue with the image that's being installed. Since someone was able to successfully install an image from fedora-ostree-desktops and ublue-os, it's probably something missing in your image, but I will leave this issue open so it can discussed. If you can point to something that's broken here, I'll gladly fix it, but right now I'm not sure what would be broken since it works for other images. |
Describe the bug
When running the installation iso and after configuring the required options (default partitioning) i get the following error in the deployment starting phase:
The command 'ostree container image deploy --sysroot=/mnt/sysimage --image=/run/install/repo/base-41 --transport=oci --no-signature-verification' exited with the code 1.
My iso was build locally using bluebuild, but someone else building using the following command had the same problem:
The issue keeps occurring, i tried about 14 times building a new iso and running it in a new vm with 16gb ram and 32gb storage.
This issue also occurred while installing ublue aurora on my laptop a few weeks ago, but i dont know how that iso is build.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It would not error and install the OS
Screenshots
Video
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: