Chris wrote: > Hi Moinak, > > I tried your suggestion by: > > - Boot into failsafe mode. > - rm /a/platform/i86pc/boot_archive > - bootadm update-archive -R /a > - Reboot & select the first entry in Grub. > > It still doesn't work. The screen just resets & goes right back to the grub > menu. Btw, this is on 11/06 build :( Any others suggestions? >
Another guess. This can be an ACPI issue. Do the following: In the GRUB Screen select first entry and press "e" Select the line showing "kernel ..." and press "e" again Now you are in line edit mode. Add the following at the end of the line (arrow keys work): -B acpi-user-options=2 Press Enter and then press "b" to boot If the above does not work, then it might help looking at the panic messages. Repeat the above steps but instead of adding the " -B acpi..." add -kv and boot Once the panic happens you will get a stack trace and some messages. Please post as much of the output as possible. Regards, Moinak. > Thx, > -Chris > > > This message posted from opensolaris.org > _______________________________________________ > install-discuss mailing list > install-discuss at opensolaris.org > http://opensolaris.org/mailman/listinfo/install-discuss >
