Go to the first, previous, next, last section, table of contents.
GRUB can load NetBSD a.out and ELF directly, follow these steps:
grub> kernel --type=netbsd /netbsd-elf
For now, however, GRUB doesn't allow you to pass kernel parameters, so it may be better to chain-load it instead, for more information please see section Load another boot loader to boot unsupported operating systems.
Go to the first, previous, next, last section, table of contents.