Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save linux-modder/fe73fe4453dc9bd0f39560d3f057c4b2 to your computer and use it in GitHub Desktop.
Save linux-modder/fe73fe4453dc9bd0f39560d3f057c4b2 to your computer and use it in GitHub Desktop.
2017-05-02 21:48:43,616: rebuilding boot/initramfs-4.10.13-200.fc25.x86_64.img
2017-05-02 21:50:04,733: Building boot.iso
2017-05-02 21:50:04,813: running x86.tmpl
2017-05-02 21:50:08,845: template command error in x86.tmpl:
2017-05-02 21:50:08,845: runcmd mkefiboot --label=ANACONDA --apple --icon=/var/tmp/lorax.imgutils.j7m3ufxm/usr/share/pixmaps/bootloader/fedora.icns --diskname=/var/tmp/lorax.imgutils.j7m3ufxm/usr/share/pixmaps/bootloader/fedora-media.vol --product=Fedora-CINN-Live 25 /var/tmp/lmc-work-z66ff9d4/EFI/BOOT /var/tmp/lmc-work-z66ff9d4/images/macboot.img
2017-05-02 21:50:08,847: subprocess.CalledProcessError: Command '['mkefiboot', '--label=ANACONDA', '--apple', '--icon=/var/tmp/lorax.imgutils.j7m3ufxm/usr/share/pixmaps/bootloader/fedora.icns', '--diskname=/var/tmp/lorax.imgutils.j7m3ufxm/usr/share/pixmaps/bootloader/fedora-media.vol', '--product=Fedora-CINN-Live 25', '/var/tmp/lmc-work-z66ff9d4/EFI/BOOT', '/var/tmp/lmc-work-z66ff9d4/images/macboot.img']' returned non-zero exit status 1
Traceback (most recent call last):
File "/sbin/livemedia-creator", line 1476, in <module>
main()
File "/sbin/livemedia-creator", line 1413, in main
result_dir = make_livecd(opts, mount_dir, work_dir)
File "/sbin/livemedia-creator", line 637, in make_livecd
tb.build()
File "/usr/lib/python3.5/site-packages/pylorax/treebuilder.py", line 308, in build
self._runner.run(templatefile, kernels=self.kernels)
File "/usr/lib/python3.5/site-packages/pylorax/ltmpl.py", line 220, in run
self._run(commands)
File "/usr/lib/python3.5/site-packages/pylorax/ltmpl.py", line 239, in _run
f(*args)
File "/usr/lib/python3.5/site-packages/pylorax/ltmpl.py", line 515, in runcmd
stdout = runcmd_output(cmd)
File "/usr/lib/python3.5/site-packages/pylorax/executils.py", line 347, in runcmd_output
return execWithCapture(cmd[0], cmd[1:], **kwargs)
File "/usr/lib/python3.5/site-packages/pylorax/executils.py", line 249, in execWithCapture
reset_handlers=reset_handlers, reset_lang=reset_lang)[1]
File "/usr/lib/python3.5/site-packages/pylorax/executils.py", line 201, in _run_program
raise subprocess.CalledProcessError(proc.returncode, argv, output)
subprocess.CalledProcessError: Command '['mkefiboot', '--label=ANACONDA', '--apple', '--icon=/var/tmp/lorax.imgutils.j7m3ufxm/usr/share/pixmaps/bootloader/fedora.icns', '--diskname=/var/tmp/lorax.imgutils.j7m3ufxm/usr/share/pixmaps/bootloader/fedora-media.vol', '--product=Fedora-CINN-Live 25', '/var/tmp/lmc-work-z66ff9d4/EFI/BOOT', '/var/tmp/lmc-work-z66ff9d4/images/macboot.img']' returned non-zero exit status 1
cp: cannot stat '/var/lmc/*.iso': No such file or directory
cp: cannot stat '/var/lmc/*.iso': No such file or directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment