Can someone tell me if the following will do what I want it to?
/tmp/mybootcode is the file I have extracted using
gpart bootcode -p /tmp/mybootcode -i 6 da0
/tmp/mybootcode is the file I have extracted using
dd
from a USB stick which had UBCD installed on it. I copied the files and tried to boot using Grub's chainloader command and got a 'Non-system disk' error msg. Should the above command solve the problem?