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
- abcdef4bfd
- Member
- Posts: 492
- Joined: Fri Apr 03, 2015 9:41 am
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
-
- 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