When copying the stage{1,2} files from /usr/lib/grub, the current
command shows to copy them from the x86_64-pc subdirectory, but this
directory does not exist with the way grub is built, however
x86_64-unknown does exist.

So instead of:
cp -v /usr/lib/grub/x86_64-pc/stage{1,2} /boot/grub

it should more likely be:
cp -v /usr/lib/grub/x86_64-unknown/stage{1,2} /boot/grub

Thomas


_______________________________________________
Clfs-dev mailing list
[email protected]
http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-dev

Reply via email to