Hi: I'm trying to put together a custom boot archive for an appliance based on an onnv-build. I'm at the point where the system is failing trying to start init, and is entering kmdb here:
beab8f4c kmdb_enter+0xa() beab8f5c prom_exit_to_mon+0x1c() beab8f6c halt+0x17(feb57998, 0, beab8f8c, fe9c4f43) beab8f8c start_init+0x48(0, 0) beab8f9c thread_start+8() The issue I have (outside of init) is that I do not see this message from start_init() on my console: halt("unix: Could not start init"); I am running with a serial console on ttya. I have the following in bootenv.rc: setprop ttya-mode 115200,8,n,1,- setprop ttyb-mode 115200,8,n,1,- setprop console ttya setprop input-device ttya setprop output-device ttya Prior to dropping into the debugger, I see the following on the serial console: ==== SunOS Release 5.11 Version onnv-gate-mmaule 32-bit.Loading kmdb... WARNING: failed to resolve 'scsa,probe' driver alias, defaulting to 'nulldriver' DEBUG enabled WARNING: failed to resolve 'scsa,nodev' driver alias, defaulting to 'nulldriver' WARNING: Last shutdown is later than time on time-of-day chip; check date. asy0: could not hook interrupt for UART @ 3f8 asy0: could not hook interrupt for UART @ 3f8 ==== any ideas on why I am not getting the halt message on the serial console? Thanks Mark -- This message posted from opensolaris.org