NanoBSD boot time

I have an old HP thin client box I'm making into a small embedded type machine. This is just a curiosity more than an issue.

When I boot from the i386 8.0-Release USB memstick the machine boots like any other. After I get a Nanobsd image installed on the internal flash there is a 1 minute or so delay from the BIOS messages to seeing the BTX loader messages.

Any ideas why?

I have tried two different flash chips, but I'm guessing it's a configuration setting?
 
Solved - if anyone else is curious Nanobsd defaults to booting with a serial console. I added

Code:
NANO_BOOTLOADER="boot/boot0"
to my config file and rebuilt. All is well now!
 
Back
Top