nanobsd boot problem
Jack Mc Lauren
jack.mclauren at yahoo.com
Thu Nov 8 13:00:56 UTC 2012
> - The line 'NANO_BOOTLOADER="boot/boot0sio"' selects a boot0 loader
> (the part that goes into the first sector of your flash device)
> to be one that supports only a serial console. If you want VGA
> use 'boot/boot0' there. There's no boot0 loader that supports both
> because it must be very small (max. 446 bytes).
Thank you, it worked correctly. :)
There is an another problem, when i boot up from flash memory , i have an error. It seems that the fstab file has not the correct contents.
I changed the fstab file like this :
/dev/ad0s1a / ufs ro 1 1
/dev/ad0s3 /cfg rw,noauto 2 2
but after reboot i have this error :
a black screen with some messages like :
If you have invalid mount options, reboot, and first try the following from the loader prompt :
set vfs.root.mountfrom.options=rw
and so on ...
More information about the freebsd-embedded
mailing list