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

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
naegelejd
Posts: 12
Joined: Thu Oct 09, 2014 5:09 pm

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

Post by naegelejd »

I went ahead and filed a bug report with Arch: https://bugs.archlinux.org/42334
xero7689
Posts: 1
Joined: Fri Feb 27, 2015 10:39 pm

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

Post 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 : )
User avatar
phl0at
Posts: 3
Joined: Fri Nov 28, 2014 6:38 pm

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

Post by phl0at »

Code: Select all

sudo pacman -S mtools
User avatar
osdever
Member
Member
Posts: 492
Joined: Fri Apr 03, 2015 9:41 am
Contact:

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

Post by osdever »

Guys, the real answer is:

Code: Select all

grub-mkrescue -d /usr/lib/grub/i686-pc -o img.iso isodir
Developing U365.
Source:
only testing: http://gitlab.com/bps-projs/U365/tree/testing

OSDev newbies can copy any code from my repositories, just leave a notice that this code was written by U365 development team, not by you.
teenHack42
Posts: 13
Joined: Mon Jan 20, 2014 7:58 pm

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

Post 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
https://github.com/teenHack42/MatrixOS
Working on: PCI[E]
--
teenHack42
Post Reply