Hi,

It looks like the system is hanging in startup_end(). More exactly between:

   2010         configure();            /* set up devices */
   2011         PRM_POINT("configure() done");
   2012 
   2013         /*
   2014          * Set the isa_list string to the defined instruction sets we
   2015          * support.
   2016          */
   2017         setx86isalist();
   2018         cpu_intr_alloc(CPU, NINTR_THREADS);
   2019         psm_install();

So it is not necessarly hanging while looking for ACPI tables.

If I am not wrong the last two lines you are seeing are printed in 
pci_reprogram, i.e. during the PCI reconfiguration phase. You can try to pass 
-B pci-reprog=off to make sure that the reconfiguration is not causing the 
problem.

The fact that you are not seeing all the other messages about the absence of 
ACPI files indicates (again if I am not wrong) that you are not reaching 
apic_probe which is called in psm_install(). 

You can try to narrow this, if you want, by determining which function causes 
the hang.

HTH.

Regards,

J-F
 
 
This message posted from opensolaris.org
_______________________________________________
opensolaris-help mailing list
[email protected]

Reply via email to