> I have a AMD Athlon 64 bit (3200+) processor with 2 GB RAM. > I select OpenSolaris 2009.06 at GRUB startup, after the system restart alone.
Ok, that sounds as if the system gets a kernel panic and restarts. Try to boot with the kernel debugger enabled, that should allow you to read the kernel's panic messages. Edit the grub boot commands, and append options "-kv" at the end of the kernel$ line. Boot using the modified entry. In case there is a kernel panic, the system drops to the kmdb prompt. At the kmdb prompt, you can use the commands ::status ::stack ::msgbuf Output from these commands would be useful to get an idea about the possible cause for the panic. -- This message posted from opensolaris.org