> 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");
...
> Prior to dropping into the debugger, I see the
> following on the serial console:
> 
> ====
...
> asy0: could not hook interrupt for UART @ 3f8
> asy0: could not hook interrupt for UART @ 3f8

Looking at the code in usr/src/uts/common/io/asy.c
the above message seams to lead to a an attach 
failure of the serial port driver "asy", so as a result
the system won't be able to use the serial port
as a system console.  I think that explains why you
see no more messages after the asy attach failure.
-- 
This message posted from opensolaris.org

Reply via email to