[email protected] said: > I don't think I've ever used installgrub -m flag... maybe it is what blocks > you from installing to cXtYp0? Does installation to the disk itself (cXtY) > also fail?
[email protected] said: > No, that does not work either: > # /sbin/installgrub /boot/grub/stage1 /boot/grub/stage2 /dev/rdsk/c4d0p0 > raw device must be a root slice (not s2) > Unable to gather device information for /dev/rdsk/c4d0p0 > > I need to specify s0... > # /sbin/installgrub /boot/grub/stage1 /boot/grub/stage2 /dev/rdsk/c4d0s0 > stage2 written to partition 1, 277 sectors starting at 50 (abs 61432610) > stage1 written to partition 1 sector 0 (abs 61432560) > > Note that however, I still don't have my grub back after reboot. Yes, you have to specify the s0 partition -- whatever shows up when you run "zpool status -v rpool". I always use the "-m", but I've not used it in a multi-OS situation like yours, and it seems likely to overwrite any Windows or other OS boot-blocks. Regards, Marion _______________________________________________ OpenIndiana-discuss mailing list [email protected] http://openindiana.org/mailman/listinfo/openindiana-discuss
