- Sun Solaris 10 X86 Dvd Iso Mount
- Sun Solaris 10 X86 Dvd Iso Mount Windows 7
- Sun Solaris 10 X86 Download
How to mount the CD-ROM on Solaris 10 without knowing the CD-ROM device name? Find the DVD-ROM path in FreeBSD. Unable to mount CDROM on Solaris 10. The recommended set up is not to mount the local (CD/DVD) drive at VM startup. Hi, as ITPro says it's probably a SPARC format DVD rather than x86. I downloaded the DVD ISOs from Sun's website and have installed Solaris 10 x86 several times without any problems.
In Sun Solaris, we can use the Loopback File driver to mount an ISO image without having to write the ISO image onto a CD or DVD. Following procedure should help you mount an ISO image in Sun Solaris. Manuale Sun Solaris 10 Iso Image X86 How to Install and Use Oracle Solaris 11.2 for x86 from an ISO in VirtualBox drive to save space, how to install the Oracle Solaris 11.2 image, and how to start it.
Sun has released Solaris 10 CDs for free usage / download. Now on the oracle site I can't find them. Where can I find Solaris 10 for Sparc 64bit? I have Sun Blade 1500.
DimaDima2 Answers
Oracle doesn't offer the CD images any more, it seems, but they do have a DVD image for download. You can either hook a DVD drive to your Blade, or mount the DVD on another system and install from net.
(link verified: 2017-10-12)
Did the Blade 1500 come with a DVD-rom already? http://www.oracle.com/technetwork/server-storage/solaris10/downloads/index.html
arjarjarjarjNot the answer you're looking for? Browse other questions tagged solaris or ask your own question.
I am trying to start up my solaris server using the newly downloaded iso written on a CD.
The iso name is sol-10-u9-ga-sparc-dvd.iso
When we started the server, logging in as root then tried to boot the system from CD-Rom, this is what happened:
After this, pressing Enter brings us a command prompt for sc>
, but no boot command is recognized here.
How can we boot from the CD?
Gilles2 Answers
Can you give some more information? If that is an Openboot, you can boot from cdrom with:
Anyway those ERROR
messages doesn't look good.
Sun Solaris 10 X86 Dvd Iso Mount
You are probably only on service processor (ALOM/ILOM's sc>
prompt ). You should type console -f
to attach the real solaris host.Then init 0
and from the OK prompt type boot cdrom
.
For more information, see this introductory article or this cheat sheet.
Gilles