My first priority there is to recover the GRUB for solaris 10 which was broken after GHOST. Last week we havent succeed in recovering it. So i want to continue it today.
At first we are having a big problem trying to reinstall the Solaris' GRUB because of the different FS that it is installed on. Googling with many combination of keywords brought us to sites that doesnt fulfill our needs. Then we found a site which have the required info. However, i missread it, and used
# installgrub /boot/grub/stage1 /boot/grub/stage2 /dev/dsk/c0d0s0
I'm not familiar with Solaris, and got confused between /dev/rdsk and /dev/dsk . I though rdisk means Remote-Disk or sumthing like that. So i got some errors that gave me no clue whats wrong and failed to install grub.
Then i continue googling for other ways to install it. Then i come upon an idea of creating a boot floppy, so, i fire up man installgrub on a working Solaris box to find a way to create a boot floppy. On the man page, it also uses /dev/rdsk which makes me wonder why.
Feeling curious, i restarted the GHOST'ed machine with the solaris CD1 again, and tried using the command
installgrub /boot/grub/stage1 /boot/grub/stage2 /dev/rdsk/c0d0s0
And walla, it succeeds!. Damn, all that hassles doesnt worth it. Well, at least we got the Solaris running.