Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Solaris 10 boot error 15 file not found

ntamblynMar 4 2015 — edited Mar 6 2015

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 3 2015
Added on Mar 4 2015
2 comments
3,585 views