Creating Rocky Linux 8 ISO from mkksiso but getting error

Error :

INFO:Using mkisofs to create the new iso
WARNING:No boot/grub/grub.cfg file found
WARNING:No images/generic.prm file found
WARNING:No images/cdboot.prm file found
Traceback (most recent call last):
File “/usr/sbin/mkefiboot”, line 167, in
main()
File “/usr/sbin/mkefiboot”, line 160, in main
mkefiboot(opt.bootdir, opt.outfile, opt.label)
File “/usr/sbin/mkefiboot”, line 33, in mkefiboot
mkdosimg(None, outfile, label=label, graft={‘EFI/BOOT’:bootdir})
File “/usr/lib/python3.6/site-packages/pylorax/imgutils.py”, line 471, in mkdosimg
mkfsargs=[“-n”, label], graft=graft)
File “/usr/lib/python3.6/site-packages/pylorax/imgutils.py”, line 456, in mkfsimage
with Mount(loopdev, mountargs) as mnt:
File “/usr/lib/python3.6/site-packages/pylorax/imgutils.py”, line 347, in enter
self.mnt = mount(self.dev, self.opts, self.mnt)
File “/usr/lib/python3.6/site-packages/pylorax/imgutils.py”, line 230, in mount
runcmd(cmd)
File “/usr/lib/python3.6/site-packages/pylorax/executils.py”, line 342, in runcmd
return execWithRedirect(cmd[0], cmd[1:], **kwargs)
File “/usr/lib/python3.6/site-packages/pylorax/executils.py”, line 229, in execWithRedirect
env_add=env_add, reset_handlers=reset_handlers, reset_lang=reset_lang)[0]
File “/usr/lib/python3.6/site-packages/pylorax/executils.py”, line 202, in run_program
raise subprocess.CalledProcessError(proc.returncode, argv, output)
subprocess.CalledProcessError: Command '[‘mount’, ‘-o’, ‘shortname=winnt,umask=0077’, ‘/dev/loop1’, '/tmp/lorax.imgutils.ub0xqf8
’]’ returned non-zero exit status 32.
ERROR:Command ‘[‘mkefiboot’, ‘–label=ANACONDA’, ‘/tmp/mkksiso-mbxmwzx3/EFI/BOOT’, ‘/tmp/mkksiso-mbxmwzx3/images/efiboot.img’]’ returned non-zero exit status 1.
INFO:Running… umount /tmp/lorax.imgutils.6cukpike
ERROR:Running mkefiboot

kindly help on this issue

This error does not tell us the full command you’re running and what ISO you’re attempting to add a kickstart to. Please help us help you by providing more information on what you’re trying to do.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.