You can try the following to realize what's happening: Start the kernel with -kdv (press "e" twice at GRUB screen, type " -kdv", press "enter" and "b" to boot)
The kernel will load and stop before execution. At the debugger prompt type: moddebug/W0x80000000 :c this will cause many messages to print while loading modules. The last one is (probably) causing your problem. If it happens to be "elfexec", try the following after reboot: start the kernel again with -kdv (the -v is optional) ::bp execmap (set a breakpoint in execmap) :c (continue) - at least 4 times ::delete all (remove the breakpoint) :c (resume booting) If it works, file a note. This message posted from opensolaris.org _______________________________________________ opensolaris-help mailing list [email protected]
