TSOL 8 install custom install error

I am tring to build a custom TSOL8 0204 install cd/dvd. If I keep the size under 700mb it work however if the size is larger them it fails to find the configuration files.

With errors like this:

/sbin/startup: /sbin/sysidfind: not found

Here is how I am building the CD/DVD on a solaris 10 box

mkdir /image/s0

cd /cdrom/cdrom0/s0

find . -print | cpio -pudm /image/s0

/etc/init.d/volmgt stop

for i in 1 2 3 4 5

do

dd if=/dev/dsk/c0t6/d0s${i} of=tsol8.s${i} bs=512

done

/etc/init.d/volmgt start

make my changes to /image/s0 and add new packages

build new iso with mkisofs

mkisofs -R -d -L -l -sparc-boot tsol8.s1,tsol8.s2,tsol8.s3,tsol8.s4,tsol8.s5 -o /tmp/new_image.iso ./s0

Burn CD/DVD to disk and test.

Again if the size is under 700mb it work find if however, it is over it gives errors. Is this a TSOL CD issue or am I missing somthing?

Thanks,

Perry

[974 byte] By [Dolphin_1234] at [2007-11-26 11:12:58]
# 1
I am more confused? It only has trouble after I first put a DVD in the drive and try to boot. If I retry without taking the DVD out it works? Could this a drive or eeprom error/bug? I have a sunblade 100 with a factory DVD drive.
Dolphin_1234 at 2007-7-7 3:27:29 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...