Help me!:Solaris 9 problems when install OS through BOOTCD

I meet a problem when I install OS in solaris 9 through BOOTCD, there are the following errors:

WARNING: Error writing ufs log state

ufs: [ID 127457 kern.warning] WARNING: ufs log for /iso_gen/solaris_image_source_working_area/bootable_dvd_solaris_sol_9_905_sparc .2.in_progress/s1 changed state to Error

ufs: [ID 616219 kern.warning] WARNING: Please umount(1M) /iso_gen/solaris_image_source_working_area/bootable_dvd_solaris_sol_9_905_sparc .2.in_progress/s1 and run fsck(1M)

......

WARNING: /pci@8,700000/scsi@1/sd@6,0 (sd6):

Error for Command: read(10)Error Level: Retryable

Requested Block: 945548Error Block: 945548

Vendor: TOSHIBASerial Number: 12/20/00

Sense Key: Media Error

ASC: 0x15 (random positioning error), ASCQ: 0x0, FRU: 0x0

......

How can I fix this? I try run fsck in single user mode, but it is useless.

[908 byte] By [riting] at [2007-11-26 10:42:16]
# 1

Did you build your own bootable DVD/CD?

The problem here is probably that when you constructed this DVD, you had the UFS partition mounted with the UFS logging enabled. The filesystem will "remember" that it should be logging, and hence you will get this error.

The fix for this is to mount the images with logging disabled before you build the DVD, aka mount -o nologging <device> <mountpoint>

This way the logging flag will be set to false. This problem occours since Solaris 9 enables UFS logging by default.

mAbrante at 2007-7-7 2:54:11 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...