View Single Post
Posts: 106 | Thanked: 205 times | Joined on Dec 2015 @ Spain
#55
Second problem:

Code:
error: file '/boot/archlinux-2016.08.13-flash-sfos.iso' not found.
error: disk 'loop' not found.
error: you need to load the kernel first.

Press any key to continue...
Solved by changing line in grub.cfg

Code:
loopback loop $isofile
by

Code:
loopback loop (hd0,1)$isofile
And naming the USB memory stick as "USB"

Last edited by ferlanero; 2016-11-04 at 01:06.
 

The Following 3 Users Say Thank You to ferlanero For This Useful Post: