You are not logged in.
I am trying to create a rescue iso for, but when I do:
grub-mkrescue -o grub.iso
, I get this:
grub-mkrescue: error: `mformat` invocation failed
.
This is the tree of my /boot:
http://pastebin.com/V86GD41j
What should I do to successfully do grub-mkrescue?
Offline
mformat is a part of GNU mtools. Install it using pacman -S mtools.
Offline