Description of problem: The anaconda installer crashes with an exception if no network is present: anaconda 25.20.8-1 exception report Traceback (most recent call first): File "/usr/lib64/python3.5/site-packages/pyanaconda/packaging/__init__.py", line 1156, in selectEnvironment raise NoSuchGroup(environmentid) File "/usr/lib64/python3.5/site-packages/pyanaconda/ui/tui/spokes/software.py", line 318, in _apply self.payload.selectEnvironment(self.environment) File "/usr/lib64/python3.5/site-packages/pyanaconda/ui/tui/spokes/software.py", line 90, in _initialize self._apply() File "/usr/lib64/python3.5/threading.py", line 862, in run self._target(*self._args, **self._kwargs) File "/usr/lib64/python3.5/site-packages/pyanaconda/threads.py", line 251, in run threading.Thread.run(self, *args, **kwargs) pyanaconda.packaging.NoSuchGroup Version-Release number of selected component (if applicable): anaconda 25.20.8-1, from the Fedora 25 aarch64 iso (Fedora-Server-netinst-aarch64-25-1.3.iso): https://dl.fedoraproject.org/pub/fedora-secondary/releases/25/Server/aarch64/iso/ How reproducible: Steps to Reproduce: 1. Start installation in qemu with network disabled, e.g.: qemu-system-aarch64 -enable-kvm -smp 8 -m 16G -cpu host -nographic -pflash flash0.img -pflash flash1.img -M virt,gic_version=3 -cdrom Fedora-Server-netinst-aarch64-25-1.3.iso -net none -hda /dev/sdb 2. The exception occurs immediately after the install shows the first text mode menu. Actual results: Exception. Expected results: No exception. Additional info: I suspect 4a42de7d00f7 tui: Add software group selection the breaking commit, though not tested. Enabling network makes the installer work.
Created attachment 1226257 [details] Full log One more detail from the log: Not asking for VNC because we don't have a network Attaching full log.
Fixed in: https://github.com/rhinstaller/anaconda/pull/914
Fixed