Hi,

Boot the opensolaris CD. The tricky part is next. Figure
out which cXtYdZs?  holds your root rpool.

Then run

  /sbin/installgrub -m /boot/grub/stage1 /boot/grub/stage2 
/dev/rdsk/cXtYdZs?

  Reboot into opensolaris. Once booted. Run fdisk on the disk 
/dev/dsk/cXtYdZp0

  Use  the NTFS tag to figure out which fdisk partition has
 windows.

  Say it is 2 (as listed in fdisk output)  
  
  Then add the folowing line to your GRUB menu (you can 
determine location of GRUB menu by running:

   # bootadm list-menu

        title Windows
        rootnoverify  (hd0, 1)    
        chainloader  +1
   
  Please note  that you should subtract 1  from the partition#
 listed in fdisk output  since GRUB starts from 0 while fdisk
 starts from 1.

 Thats it. As always try this on a non-critical machine first

 Vikram


On Thursday 10 December 2009 03:46:12 pm Uros Nedic wrote:
> Is it possible when you install OpenSolaris, then on the other 
partition
>  Windowsto recover GRUB as a boot loader to be able to choose 
between
>  Windowsand OpenSolaris? I know that GRUB has to be adapted 
to be able to
>  recognizeZFS so this is one of the reasons why I ask that. If it is
>  possible, it would benice to describe whole procedure. Uros
> 
> 
> -----------------------------------------------
> "Every kind of peaceful cooperation among men
>  is primarily based on mutual trust and only
>  secondarily on institutions such as courts of
>  justice and police."
> 
>  - Albert Einstein (1879 - 1955)
> 
> 
> 
_________________________________________________________________
> Windows Live: Keep your friends up to date with what you do 
online.
> http://www.microsoft.com/middleeast/windows/windowslive/see-
it-in-action/so
> cial-network-
basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-
xm:SI_SB_1:09201
> 0
> 
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to