I wrote:
> I attempted over the weekend and I'm trying but my new code is not taking.
> when I reboot I see "OpenBSD/amd64" not "HelloBoot/amd64"

I figured out the issue. I need to compile efiboot separately.
# cd /usr/src/sys/arch/amd64/stand/efiboot/
# make
# make install
...
This did the trick. I see my expected HelloBoot so I can continue with my
deep dive.

-alfred

Reply via email to