Bob Doolittle wrote:
Blake wrote:
You need to use 'installgrub' to get the right boot pits in place on
your new disk.

I did that, but it didn't help.
I ran:
installgrub /boot/grub/stage1 /boot/grub/stage2 /dev/rdsk/c4t1d0s0

Is it OK to run this before resilvering has completed?


You need to install GRUB in the master boot record (MBR).
# installgrub -m boot/grub/stage1 /boot/grub/stage2 /dev/rdsk/c4t1d0s0

And yes, it is safe to do while the resilvering is happening. The master boot record
is outside of the block range of your pool.

Changing the boot order shouldn't be necessary (that's what findroot is supposed to help take care of). It should only be necessary if the new disk wasn't seen by the BIOS in the first place or for some reason isn't selected as part of the normal BIOS boot sequence.

Bob
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to