( aspirin | 2010. 03. 29., h – 16:10 )

A bootpath-ot, ha jól emlékszek (*), failsafe módban a mount parancs kimenete megmondja, azt kell keresni, ahol /a-val kezdődik. ( (*) mintha ilyenkor a /devicesből szedné... de nem 100%)
(Ugye failsafe alatt a /-t /a alá mountolja, HA KÉRED. De megkérdezi, hogy kéred-e :))

Ha úgy nem, akkor a format megmondja, hogy mit kell oda írni (ld. lentebb). A /a-t tartalmazó disknél szólni fog, hogy "mounted partitions found", meg azt is, hogy hova vannak mountolva.
Arra FIGYELJ, hogy a /a/boot/solaris/bootenv.rc-t szerkeszd failsafe-ben!!

Ezután init 6-ra automatikusan kéne, hogy updatelje a boot archive-ot, és reboot után OK minden.

HA nem, akkor - mint már mondtam - picit bonyolultabb a helyzet, a thread-ben, amit idéztél, Jürgen Keil (nagy guru!!) szépen leírja/összefoglalja a teendőket.

Ez az egyik gépünk:


/$format
Searching for disks...done


AVAILABLE DISK SELECTIONS:
       0. c1t0d0 <DEFAULT cyl 8921 alt 2 hd 255 sec 63>
          /pci@5,0/pci1022,7450@4/pci108e,534d@4/sd@0,0
       1. c1t1d0 <DEFAULT cyl 8933 alt 2 hd 255 sec 63>
          /pci@5,0/pci1022,7450@4/pci108e,534d@4/sd@1,0
Specify disk (enter its number): 0
selecting c1t0d0
[disk formatted]
Warning: Current Disk has mounted partitions.
/dev/dsk/c1t0d0s0 is currently mounted on /sxde. Please see umount(1M).
/dev/dsk/c1t0d0s1 is currently used by swap. Please see swap(1M).
/dev/dsk/c1t0d0s3 is currently mounted on /. Please see umount(1M).
/dev/dsk/c1t0d0s7 is currently mounted on /export/home. Please see umount(1M).

$more /boot/solaris/bootenv.rc
#
# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#

#ident  "@(#)bootenv.rc 1.33    07/03/03 SMI"
#
#       bootenv.rc -- boot "environment variables"
#
setprop ata-dma-enabled 1
setprop atapi-cd-dma-enabled 0
setprop ttyb-rts-dtr-off false
setprop ttyb-ignore-cd true
setprop ttya-rts-dtr-off false
setprop ttya-ignore-cd true
setprop ttyb-mode 9600,8,n,1,-
setprop ttya-mode 9600,8,n,1,-
setprop lba-access-ok 1
setprop prealloc-chunk-size 0x2000
setprop bootpath /pci@5,0/pci1022,7450@4/pci108e,534d@4/sd@0,0:d
setprop keyboard-layout 'US-English'
setprop console 'text'

<-------
You can't grep on dead trees.