-
Notifications
You must be signed in to change notification settings - Fork 11
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
iso installation error: Pathname can't be converted from UTF-8 to current locale #310
Comments
Just ran into this as well. I was stepping through the tutorial (https://blue-build.org/how-to/generate-iso/), generated the ISO, and am running into this. This was with the default out-of-the-box generated recipe; zero customization. When running in a VM to test, the installation eventually fails with:
I changed the base image to see if it made a difference, but it didn't. Same error. Recipe.yml:
|
To workaround and get things going, I've abandoned the ISO utility/creation in favor of kickstart. I host a lightweight http server to offer a ks.cfg file containing the following:
Then I boot off a Fedora server netinst and edit (append) the following to the boot line, then F10 to boot, ex:
Anaconda takes over, allowing me to use the installation GUI for disk partitions/etc. and then applies the base image. |
Hey @blueniri how did you get this working? (edit: I got it with the Those are my steps: I have a file
That I server with I got the "Fedora Server 41Network Install iso" from https://fedoraproject.org/server/download (link). I write it to a a pen drive with the media writer. Boot it, in its GRUB on the "Install Fedora 41" entry I press
so it looks like:
and press
[/edit] |
When I generate an iso from my image, and try to install it, the installation breaks after a while with the message:
When I open the shell with ctrl-alt-f2 and look into
/tmp/packaging.log
I find the actual error to be:This is probably the same issue as reported here: JasonN3/build-container-installer#150
Since I experience this issue specifically with
bluebuild generate-iso
but I don't understand the details about the maybe missing env var and if this issue is specific to bluebuild, as pointed out in this comment: JasonN3/build-container-installer#150 (comment) I just feel free to report the issue here ;-)The text was updated successfully, but these errors were encountered: