Created attachment 1470497 [details] The custom Fedora 28 configuration Description of problem: live image creation is failing with this traceback (Please see Actual results ) Version-Release number of selected component (if applicable): anaconda 28.22.10-1.fc28 How reproducible: Steps to Reproduce: 1. The custom Fedora 28 ISO "Fedora-Fedora-DVD-x86_64-28.iso" is generated with fedora-live-base.ks in attachment 2. And my TEST ISO file is generated with the custom Fedora 28 ISO with ks.cfg in attachment 3. While my TEST ISO file is being installed, live image creation is failed Actual results: anaconda 28.22.10-1.fc28 for Fedora 28 started. Traceback (most recent call last); File "sbin/anaconda", line 499, in <module> ksdata = startup_utils.parse_kickstart(opts, addon_paths, pass_to_boss=True) File "/usr/lib64/python3.6/site-packages/pyanaconda/startup_utils.py", line 504, in parse_kickstart ksdata = kickstart.parseKickstart(ks, options.ksstrict, pass_to_boss) File "/usr/lib64/python3.6/site-packages/pyanaconda/kickstart.py", line 2546, in parseKickstart boss.SplitKickstart(f) File "usr/lib/python3.6/site-packages/pydbus/proxy_method.py", line 102, in __call__ raise error pyanaconda.modules.common.errors.DBusError: 'ascii' codec can't decode byte 0xc2 in position 12865: ordinal not in range(128) Expected results: Live image creation should be done successfully Additional info:
Created attachment 1470498 [details] My TEST ISO configuration file
This kind of issue is not observed with anaconda.24.13.7-1.fc24 in the custom Fedora 24 ISO. So, My TEST ISO file is installed automatically without issue.
Created attachment 1470563 [details] anaconda log
*** This bug has been marked as a duplicate of bug 1575415 ***