I'm trying to get an understanding of the FreeBSD boot process which is explained here. I have had experiences with the boot process not running to completion, ie getting to the login prompt, and am trying to devise some sort of procedure for sorting out such problems.
One thing I can't figure out is how to tell whether the system is running loader() or init() and can this be determined from dmesg() or screen output?
Also is there any debugging option which can be used to idenify the exact point in the boot process where a system hangs. If it does hang, would messages up to this point have been written to /var/run/dmesg.boot ?
One thing I can't figure out is how to tell whether the system is running loader() or init() and can this be determined from dmesg() or screen output?
Also is there any debugging option which can be used to idenify the exact point in the boot process where a system hangs. If it does hang, would messages up to this point have been written to /var/run/dmesg.boot ?