From: Akad Arpad Padak Subject: Remove misleading "Not supported yet" message from amd64 boot To: "tech@openbsd.org" Date: Tue, 23 Jun 2026 00:44:37 +0000 Hello, In sys/arch/amd64/stand/libsa/cmd_i386.c, Xboot() prints "Not supported yet" unconditionally, while still performing a successful chainload via bootbuf(). Tested on bare metal and a VirtualBox MBR/BIOS VM. In both cases the behavior is identical. Before patch: boot> machine boot hd0a Not supported yet booting... After patch: boot> machine boot hd0a booting... No functional change. Patch is attached. Regards,