https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266480
--- Comment #2 from Zhenlei Huang <[email protected]> --- (In reply to Zhenlei Huang from comment #1) > I guess this happens when your box is hot rebooted. > Can you please try cold reboot (shutdown -p and then startup) your box and > try again? Sorry that is probably not OK as it is too late. `sys/x86/x86/autoconf.c` will set `cold` to 0 right after finishing device probing, before rc(8) have a chance to run ( rc(8) is called by init(8) which runs after device probing). -- You are receiving this mail because: You are the assignee for the bug.
