[EMAIL PROTECTED] wrote: > Evan Layton wrote: > >> >> 5) Run 'bootadm update-archive' -- This rebuilds the boot archive, >> omitting the zpool.cache file. >> >> It may also be necessary to do installgrub at this point. Probably, and >> it wouldn't hurt. >> > > > i'm not sure if it is correct (i cannot reboot the machine, it's a > remote connection): > -bash-3.2# /sbin/installgrub /boot/grub/stage1 /boot/grub/stage2 > /dev/rdsk/c5t0d0s0 > stage1 written to partition 0 sector 0 (abs 16065) > stage2 written to partition 0, 260 sectors starting at 50 (abs 16115) > -bash-3.2# bootadm list-menu > The location for the active GRUB menu is: /boot/grub/menu.lst > bootadm: no matching entry found > > why there is no menu.lst? > > thanks, > > gerard
There is a menu.lst it's just that bootadm is looking in the wrong place. With ZFS boot you'll find the menu.lst file under the root pool. For OpenSolaris menu.lst is in /rpool/boot/grub/menu.lst. -evan _______________________________________________ indiana-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/indiana-discuss
