Cannot assemble drivers for root

Hi,

I flashed one SunFire V120 (flarcreate) and dump the flar on to a SunFire V880. It goes smooth until the first reboot.

SunOS Release 5.8 Version Generic_108528-22 64-bit
Copyright 1983-2003 Sun Microsystems, Inc. All rights reserved.
Cannot assemble drivers for root /sbus@1f,0/SUNW,fas@e,8800000/sd@0,0:0
Cannot mount root on /sbus@1f,0/SUNW,fas@e,8800000/sd@0,0:0 fstype ufs

panic[cpu0]/thread=10408000: vfs_mountroot: cannot mount root

0000000010407970 genunix:vfs_mountroot+70 (10436000, 0, 0, 10439008, 10, 14)
%l0-3: 0000000010436000 0000000010439978 000000003f000000 00000000104364b8
%l4-7: 0000000000000000 0000000010413888 00000000000bc8b5 00000000000008b5
0000000010407a20 genunix:main+8c (104101e0, 2000, 10407ec0, 10408030, fff2, 10051318)
%l0-3: 0000000000000001 0000000000000001 0000000000000015 0000000000000f0c
%l4-7: 0000000010429200 0000000010472378 00000000000d4b08 0000000000000540

skipping system dump - no dump device configured
rebooting...
Resetting ...

and goes in loop until i ctrl+break it.

Any ideas.

Regards.

I would be VERY surprised if this boot device made any sense on your v880. How did you install this on the 880?

Reborg,

You are wright. The output i�ve pasted on my post is not from V880, i�m not be able to paste it because i�m in system console and i cannot copy it, so the correct path to disk is:

/pci8@600000/SUNWqlc@2/fp@0,0/disk@< disk wwn >,0:a

I�ve searched and i think a need to install SUNWqlc package on the original box, but is a production machine an don�t have any fibre disks, i don�t if i could create a problem installing that package.

It is possible to install that package on the V880 with boot trough the cdrom? Or any other way to do that?

Regards.

I would just install the qlc driver on the production machine, it won't hurt anything. On the other hand you could install it by using the -R (mounted root) option in pkgadd with the system booted from CD or the network.

reborg,

I unsderstand wright, you are telling me I can install the qlc driver on the restored system booting from cdrom and use the -R option of teh pkgadd?

Regards.

P.S: I prefer not touch on the production machine.

yes.

boot from cd in single user mode, mount the root disk on /mnt (or somewhere else if you prefer.

then

pkgadd -R /mnt -d SUNWqlc.pkg

of course you will need to have the package on the cd, or else manually bring up the network interface.

reborg,

I cannot do that.

boot cdrom -s
mount /dev/dsk/c0t0d0s0 /a
cd /cdrom/Solaris_x.x/Product
pkgadd -R /a -d SUNWxxxx
pkgadd: ERROR: unable to open admin file <deafault>

I think its because my /var and /usr filesystems are not under / . They mount on diferent slices, and at the instant of the pkgadd commnad they are not mounted too.

Regards.

You need to create /tmp/admin file

# vi admin

instance=overwrite
mail=

Esc

:wq!

THEN try to run above command or

pkgadd -a /tmp/admin -d /cdrom/Sol*/Pro* <whatever package name>

then this will work.

-Adeel

also on SUN website:

<http://docs.sun.com/app/docs/doc/806-1151/6jaf56te9?a=view&gt;

-Adeel