> When i boot into the CD (osol-0906-x86.iso), i select > an option (tried all) and it says "Loading Stage 2". > Then it shows a blue screen and dots apear on the > screen. After that a screen apear (black with white > characters) and the last thing i see says something > like (goes away really fast) "Checking filesystem". > Then my server reboots and I'm back at the start > again.
I guess it's "syncing filesystems", and we probably get this message because the kernel received a kernel panic. In the GRUB boot menu, edit the boot commands and append options " -kv" at the end of the "kernel$" boot line; boot the modified entry. The " -kv" option enabled the kernel debugger and verbose kernel messages. Now it should stop in the debugger instead of rebooting automatically; so that you can read the kernel panic messages... -- This message posted from opensolaris.org