Yea, maybe you're right, the instance is in a start-up mode, but that text is in the actual sql log.
Anyway, I managed to find a way around that using the following command:
xp_ReadErrorLog 0,1,'NETBIOS'
that's gonna search the current sql log for NETBIOS entry and return, if exists, details about it.