Page 2 of 2

Re: xorriso cannot find path 'efi.img' in loaded ISO

Posted: Sat Oct 11, 2014 12:44 pm
by naegelejd
I went ahead and filed a bug report with Arch: https://bugs.archlinux.org/42334

Re: xorriso cannot find path 'efi.img' in loaded ISO

Posted: Fri Feb 27, 2015 10:48 pm
by xero7689
I use the following command

Code: Select all

grub-mkrescue -d /usr/lib/grub/i386-pc/ -o myos.iso isodir/
It works fine : )

Re: xorriso cannot find path 'efi.img' in loaded ISO

Posted: Mon Dec 28, 2015 8:10 pm
by phl0at

Code: Select all

sudo pacman -S mtools

Re: xorriso cannot find path 'efi.img' in loaded ISO

Posted: Tue Dec 29, 2015 4:50 am
by osdever
Guys, the real answer is:

Code: Select all

grub-mkrescue -d /usr/lib/grub/i686-pc -o img.iso isodir

Re: xorriso cannot find path 'efi.img' in loaded ISO

Posted: Fri Mar 04, 2016 7:58 pm
by teenHack42
Hi. This is old but I have found a fix for this.

according to comments on the arch website: https://bugs.archlinux.org/42334

installing

Code: Select all

mtools
fixes the problem.

This worked for me.

so

Code: Select all

sudo pacman -S mtools
will fix this problem.

Thanks