On Wed, Mar 09, 2016 at 01:11:05PM -0800, Jeremiah Rothschild wrote:
One thing I did change was to not boot via TFTP since I'd rather not have booting dependent on network availability. Instead I'm loading via SD. It was pretty straight forward but, in case anyone else is interested, I replaced the load_tianocore variable like so (assuming dev 0, part 1):
setenv load_tianocore 'fatload mmc 0:1 0x82000000 mp30ar0_tianocore_ubt.fd; fatload mmc 0:1 0x1d000000 mp30ar0_tianocore_sec_ubt.fd'
Ah. I spoke too soon. Looks like, with this in place, I make it to to the GRUB menu then things get lost from there.
Might there be additional requirements on the SD card?