Bug 2348382
| Summary: | Installer fails when selecting Text mode | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Aditi Mishra <aditi> |
| Component: | anaconda | Assignee: | anaconda-maint |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 42 | CC: | anaconda-maint, dan, kkoukiou, w |
| Target Milestone: | --- | Keywords: | Regression |
| Target Release: | --- | ||
| Hardware: | ppc64le | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2025-03-25 09:25:42 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1071880 | ||
*** This bug has been marked as a duplicate of bug 2349658 *** |
When starting vm in qemu env, after selecting grub, just after "Mode selection [Graphical/Text]", when selecting text mode, it gives following error. Traceback (most recent call last): File "/usr/bin/anaconda", line 472, in <module> display.setup_display(anaconda, opts) ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.13/site-packages/pyanaconda/display.py", line 411, in setup_display anaconda.initialize_interface() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib64/python3.13/site-packages/pyanaconda/anaconda.py", line 230, in initialize_interface self._intf = GraphicalUserInterface(None, self.payload, ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ gui_lock=self.gui_initialized, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ fullscreen=False) ^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.13/site-packages/pyanaconda/ui/gui/__init__.py", line 530, in __init__ self.mainWindow = MainWindow(fullscreen=fullscreen, decorated=False) ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.13/site-packages/pyanaconda/ui/gui/__init__.py", line 290, in __init__ super().__init__() ~~~~~~~~~~~~~~~~^^ File "/usr/lib64/python3.13/site-packages/gi/overrides/Gtk.py", line 505, in __init__ raise RuntimeError( "Gtk couldn't be initialized. " "Use Gtk.init_check() if you want to handle this case.") RuntimeError: Gtk couldn't be initialized. Use Gtk.init_check() if you want to handle this case. <sys>:0: DeprecationWarning: builtin type swigvarlink has no __module__ attribute Reproducible: Always Steps to Reproduce: 1.Start a vm in qemu 2.Select Text Mode 3.You'll probably see this regression Actual Results: Got following error: Traceback (most recent call last): File "/usr/bin/anaconda", line 472, in <module> display.setup_display(anaconda, opts) ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.13/site-packages/pyanaconda/display.py", line 411, in setup_display anaconda.initialize_interface() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib64/python3.13/site-packages/pyanaconda/anaconda.py", line 230, in initialize_interface self._intf = GraphicalUserInterface(None, self.payload, ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ gui_lock=self.gui_initialized, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ fullscreen=False) ^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.13/site-packages/pyanaconda/ui/gui/__init__.py", line 530, in __init__ self.mainWindow = MainWindow(fullscreen=fullscreen, decorated=False) ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.13/site-packages/pyanaconda/ui/gui/__init__.py", line 290, in __init__ super().__init__() ~~~~~~~~~~~~~~~~^^ File "/usr/lib64/python3.13/site-packages/gi/overrides/Gtk.py", line 505, in __init__ raise RuntimeError( "Gtk couldn't be initialized. " "Use Gtk.init_check() if you want to handle this case.") RuntimeError: Gtk couldn't be initialized. Use Gtk.init_check() if you want to handle this case. <sys>:0: DeprecationWarning: builtin type swigvarlink has no __module__ attribute Expected Results: It should jump to the final insallation selection screen where it asks language selection, disk and network configuration options.