xorriso cannot find path 'efi.img' in loaded ISO
Re: xorriso cannot find path 'efi.img' in loaded ISO
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
I use the following command
It works fine : )
Code: Select all
grub-mkrescue -d /usr/lib/grub/i386-pc/ -o myos.iso isodir/
Re: xorriso cannot find path 'efi.img' in loaded ISO
Code: Select all
sudo pacman -S mtools
Re: xorriso cannot find path 'efi.img' in loaded ISO
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.
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.
-
- Posts: 13
- Joined: Mon Jan 20, 2014 7:58 pm
Re: xorriso cannot find path 'efi.img' in loaded ISO
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 fixes the problem.
This worked for me.
so will fix this problem.
Thanks
according to comments on the arch website: https://bugs.archlinux.org/42334
installing
Code: Select all
mtools
This worked for me.
so
Code: Select all
sudo pacman -S mtools
Thanks