View Single Post

   
  #5 (permalink)  
Old 01-16-2008, 11:18 AM
gerryt
 
Posts: n/a
Default Re: Problem making Bootable Solaris CDs

On Mar 3, 8:03 pm, Rich Teer <rich.t...@rite-group.com> wrote:
> On Sat, 3 Mar 2007, Thomas Dineen wrote:
> PLease don't top post.


Indeed. Or post to a generic non Sun newsgroup maybe...
Trimmed to comp.sys.sun.admin

> > Where can I find cdrw?

> In /usr/bin on any reasonably recent version of Solaris.


cdrecord comes with 10 as well.

To para-quote from the manpage:

"To record a pure CD-ROM at 8x speed, using data from the
file sol-10-u3-ga-sparc-v1.iso:
cdrecord -v speed=8 dev=0,0 sol-10-u3-ga-sparc-v1.iso"

If in doubt about "dev" you could use
cdrecord -scanbus

To check the image there are md5 checksums for each piece
at the download site. openssl can check it for you:
openssl md5 sol-10-u3-ga-sparc-v1.iso

You can still do all the right things but the thing still may not boot
if
the recording media is not recognized by CDROM firmware, but
generally CDs are "better" on older SPARCs than DVD images I find.


Reply With Quote