During a reboot to one of our solaris 10 servers when it reboots it comes up with this error message
Findroot (pool_rpool,0,a)
Filesystem type is zfs, partition type 0xbf
kernel$ /platform/i86pc/multiboot -B $ZFS-BOOTFS
loading '/platform/i86pc/multiboot -B $ZFS-BootFS' ....
Error 15: File not found
press any key to continue...
The grub file menu.lst content is as follows
#pragma ident "@(#)menu.lst 1.2 10/06/11 SMI"
#
default 0
timeout 10
# Uncomment the following line to enable GRUB splashimage on console
splashimage /boot/grub/splash.xpm.gz
#---------- ADDED BY BOOTADM - DO NOT EDIT ----------
title Oracle Solaris 10 1/13 s10x_u11wos_24a X86
findroot (pool_rpool,0,a)
kernel$ /platform/i86pc/multiboot -B $ZFS-BOOTFS
module /platform/i86pc/boot_archive
#---------------------END BOOTADM--------------------
#---------- ADDED BY BOOTADM - DO NOT EDIT ----------
title Solaris failsafe
findroot (pool_rpool,0,a)
kernel /boot/multiboot -s
module /boot/amd64/x86.miniroot-safe
#---------------------END BOOTADM--------------------
During a shell session using a recovery disk i mount the rpool to /a , if I do a zpool status it comes back that rpool mirror-0 with both disks are online
rpool ONLINE
mirror-0 ONLINE
c0t0d0s0 ONLINE
c0t1d0s0 ONLINE
However if I do a zpool import it shows
rpool UNAVAIL insufficient replicas
mirror-0 UNAVAIL insufficient replicas
c0t0d0s0 FAULTED corrupted data
c0t1d0s8 UNAVAIL corrupted data
This is highly confusing
Any help would be much appreciated