-
Notifications
You must be signed in to change notification settings - Fork 0
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
IoT 42 installer images since Fedora-IoT-42-20241018.0 boot to text mode with error "Wayland startup failed, falling back to text mode" #66
Comments
After reproducing the problem it looks like
|
Add the the python3-pam package to the list of dependencies as it seems to be required for the anaconda-core rpm. Resolves: fedora-iot/iot-distro#66 Signed-off-by: Miguel Martín <[email protected]>
Add the the python3-pam package to the list of dependencies as it seems to be required for the anaconda-core rpm. Resolves: fedora-iot/iot-distro#66 Signed-off-by: Miguel Martín <[email protected]>
Fixed by osbuild/bootc-image-builder#707 |
@mmartinv I'm a bit confused by the fix... I thought the Anaconda ISO for IoT 42 is built by osbuild, not b-i-b? |
Also, if |
Looks like it is there for rawhide, but not for 41 - https://src.fedoraproject.org/rpms/anaconda/blob/rawhide/f/anaconda.spec#_273 |
My fault, I was able to reproduce the same issue while creating the anaconda ISO with b-i-b and I assumed the image was also built with b-i-b which is obviously not the case. |
Yes, that's something that I have been investigating.
Well, I don't think the problem is actually fixed in rawhide: The I think we need to discuss this with anaconda guys. |
Good call out; I missed that the Looks like the Anaconda folks use Bugzilla, so let's open an bug with them to discuss. |
According to the anaconda team we should be using the `anaconda-install-img-deps` metapackage to install all the boot.iso image dependencies. Relates: fedora-iot/iot-distro#66 Signed-off-by: Miguel Martín <[email protected]>
According to the anaconda team we should be using the `anaconda-install-img-deps` metapackage to install all the boot.iso image dependencies. Relates: fedora-iot/iot-distro#66 Signed-off-by: Miguel Martín <[email protected]>
@pcdubs I am a bit confused, how is Fedora-IoT-42 anaconda ISO generated? I don't see fedora-42 nor fedora-rawhide in the list of osbuild supported images |
If you define a repository configuration in osbuild-composer as |
According to the anaconda team we should be using the `anaconda-install-img-deps` metapackage to install all the boot.iso image dependencies. Relates: fedora-iot/iot-distro#66 Signed-off-by: Miguel Martín <[email protected]>
Describe the bug
From: https://pagure.io/fedora-iot/issue/61
anaconda was recently ported to Wayland. Apparently IoT needs some sort of adjustment for this (some package missing?), because since it happened, IoT images boot to text mode, with an error "Wayland startup failed, falling back to text mode". See e.g. https://openqa.fedoraproject.org/tests/2971030#
The text was updated successfully, but these errors were encountered: