Hi Andrew Thanks for the more detailed explanation of the problem. You could try booting with verbose messages enabled. That may give a clue. You can enable this from the GRUB screen. (I assume you are getting to the GRUB screen.) Select the line you normally use to boot from the Grub list, and press 'e' to edit. Then on the line begining with 'kernel' and containing 'unix,' add '-v' as a parameter after 'unix'. Then use 'b' to boot. You should see extra messages logged to the screen. Maybe the last few before it hangs will give a clue.
In a similar way you could try booting from the kernel debugger, as per the link in my last post to this forum. Like above, add parameter '-kd' as a parameter to the kernel and then boot. You should get to the '[0]>' prompt. At that prompt, you can enter this: [0]> moddebug/W 80000000 [0]> :c .. to get debug output from each kernel module that loads. (To exit from the kernel debugger, type 'Control-D', which will prompt you to reboot.) Regards Nigel Smith This message posted from opensolaris.org _______________________________________________ storage-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/storage-discuss
