LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > Solaris / OpenSolaris
User Name
Password
Solaris / OpenSolaris This forum is for the discussion of Solaris, OpenSolaris, OpenIndiana, and illumos.
General Sun, SunOS and Sparc related questions also go here. Any Solaris fork or distribution is welcome.

Notices


Reply
  Search this Thread
Old 08-09-2003, 10:51 AM   #1
hopbalt
Member
 
Registered: Jul 2003
Posts: 39

Rep: Reputation: 15
Reading and booting from CD ROMs in Solaris


I have a cd rom formatted as a Solaris 9 boot disk that I want to run on a machine that is Solaris 5.1

when I put the cdrom drive in, the Solaris 5.1 box cant seem to read the cdrom.

Even after I type volcheck after putting the cd in, the /cdrom directory never shows the cdrom0 or the file that is on the cdrom.

Also, when trying to boot cdrom -s on the 5.1 machine, it hangs, presumably because it cant find/read the CD.

Can Solaris 5.1 not read Solaris 9 files? How do I get a Solaris 5.1 boot cd?
 
Old 08-11-2003, 01:16 PM   #2
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 270Reputation: 270Reputation: 270
My only guess is to check and see if you can't mount and read another cd, if you can, its most likely a bad burn or disk.

If you can't read another data cd, it could be a bad cdrom, etc.
 
Old 08-13-2003, 06:43 AM   #3
fishsponge
Member
 
Registered: Apr 2003
Location: Cambridge, UK
Distribution: Debian/Solaris
Posts: 147

Rep: Reputation: 15
Re: Reading and booting from CD ROMs in Solaris

Quote:
Originally posted by hopbalt
Also, when trying to boot cdrom -s on the 5.1 machine, it hangs, presumably because it cant find/read the CD.
if it can't find the CD, it would just continue to boot from disk... here's the logic chart:
Code:
                                                           NO    --------------------------
                                                         /-----> | Boot from DISK (below) |
 --------     -----------------------------  can boot?  /        --------------------------
 | boot | --> | first boot device = cdrom | ----------->
 --------     -----------------------------             \  YES   -----------
                                                         \-----> | Boot OK |
                                                                 -----------



                                                           NO    ----------------
                                                         /-----> | FAIL TO BOOT |
 --------     -----------------------------  can boot?  /        ----------------
 | boot | --> | second boot device = disk | ----------->
 --------     -----------------------------             \  YES   -----------
                                                         \-----> | Boot OK |
                                                                 -----------
 
Old 08-19-2003, 12:44 AM   #4
infedel
LQ Newbie
 
Registered: Mar 2003
Distribution: mandrake 9, Redhat 8, Solaris 7-8-9
Posts: 10

Rep: Reputation: 0
One other thing to note as well is that your Solaris 5.1 box depending on it age may not beable to read newer cdrom disk you have burnede. In the same way I can burn a disk on my 32x cdrw but will not beable to read it on my 8x cdrom drive.
 
Old 08-24-2003, 02:10 AM   #5
osprey0331
Member
 
Registered: Jul 2003
Location: California
Distribution: RH 7 and 8
Posts: 45

Rep: Reputation: 15
The other issue is that the older system will not recognize a cdrom not burned for a Solaris distribution, and with the session not being closed. The 9 disk is also most likely a java based web-start application, so the older distribution might not be able to launch the java VM.

Just some suggestions, but I think you will find the most likely culprit is that the session was not closed on the CD burn.
 
Old 08-26-2003, 03:47 AM   #6
chozzie
LQ Newbie
 
Registered: Dec 2002
Location: Australia
Distribution: Redhat 9/ Solaris
Posts: 24

Rep: Reputation: 15
What hardware specs are you running?
Older Sun architecture isn't compatible with Solaris 9.
Could it be that you're in this category?
Do you know what processor you're running? e.g. Sun4U? Sun4M?
 
Old 08-26-2003, 03:58 AM   #7
osprey0331
Member
 
Registered: Jul 2003
Location: California
Distribution: RH 7 and 8
Posts: 45

Rep: Reputation: 15
good call...that could be part of the problem...i don't think that the sparc 4m is compatible with the 9 iteration...the sparc 4u, which is ultra 5 and higher, although some ultra 5's did have sparc 4m processors. this along with the session issue could be the problem
 
Old 08-26-2003, 02:20 PM   #8
stickman
Senior Member
 
Registered: Sep 2002
Location: Nashville, TN
Posts: 1,552

Rep: Reputation: 53
Sun supports supports Solaris 9 all the way back to the SPARCstation LX.

Last edited by stickman; 08-26-2003 at 02:23 PM.
 
Old 08-26-2003, 08:34 PM   #9
osprey0331
Member
 
Registered: Jul 2003
Location: California
Distribution: RH 7 and 8
Posts: 45

Rep: Reputation: 15
I must humbly disagree...if you check the documentation on the Solaris 9 CDs and some white papers on the Sunsolve website, I do believe you will find that there are some architectures that will not support Solaris 9 and some that will support only Solaris 8 and up...
 
Old 08-27-2003, 07:56 AM   #10
stickman
Senior Member
 
Registered: Sep 2002
Location: Nashville, TN
Posts: 1,552

Rep: Reputation: 53
Hmm... Then someone at Sun needs to clean that tables of supported platforms up.
 
Old 08-27-2003, 11:34 PM   #11
osprey0331
Member
 
Registered: Jul 2003
Location: California
Distribution: RH 7 and 8
Posts: 45

Rep: Reputation: 15
You are probably right there...but after some additional checking, I believe I had the issues somewhat confused... I know that netra t1's would not support loading Solaris 2.6 but would take 2.7 and 2.8. I believe I was confusing the hardware not accepting the software, rather than the software not supporting the hardware. My humblest apologies, as I have been working in the nether world of MS for the last few months and my skills have decayed somewhat...

Back to the original problem...I believe the real culprit is that the session on the CD that was burned was left open instead of being closed....I had problems with on backup copies of the OS and also on custom jumpstart CDs....
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
booting into console or GUI - Solaris 10 chexmix Solaris / OpenSolaris 12 06-07-2013 02:26 PM
Knoppix 3.9 not reading my dvd roms randrake Linux - Hardware 6 07-26-2005 12:42 AM
Solaris 9...not booting Thorrn4 Solaris / OpenSolaris 10 03-16-2005 04:26 AM
Xcdroast on Linux - Reading CD on Solaris ghouliajoolia Linux - Software 5 09-03-2004 01:30 PM
solaris 2.7 stuck in booting mindcry Solaris / OpenSolaris 5 09-10-2003 07:45 PM

LinuxQuestions.org > Forums > Other *NIX Forums > Solaris / OpenSolaris

All times are GMT -5. The time now is 07:01 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration