GRUB Legacy: Difference between revisions

m
[unchecked revision][unchecked revision]
(Link to Multiboot)
Line 231:
A easy way of adding all modules is:
 
<pre>../grub-mkimage -d . -o bootx64.efi -O x86_64-efi -p /efi/boot `find *.mod | xargs | sed -e 's/\.mod//g'`</pre>
 
That will build "bootx64.efi" in the subfolder and this can now be copied to a USB-disk, harddisk etc.
Anonymous user