Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
See in that install link they don't mention 'Make boot image with Windows'?
I think that's the problem.
I could install a quick linus system and use that to make Oracle Solaris USB or disk.
Thanks!
try getting the iso download that is what I use in VBox anyways.
Quote:
Oracle Solaris 11.3 Live Media
Live Media provides an opportunity to explore Oracle Solaris without actually installing it on a system. The system boots off the media and does not make any permanent changes to the system disk. After exploring Oracle Solaris, you can initiate and install by clicking on the install icon on the desktop. Download x86 Live Media (1.1 GB)
Download x86 USB Live Media (1.4 GB)
did you Download the highlighted one or the Live USB one ? get the highlighted one so you can dd it to a USB Stick.
you do know it will take completely over your system right?
in that link for instructions to make an install
Code:
On Linux:
Insert the flash drive and locate the appropriate device.
# dmesg | tail
Copy the image.
# dd if=/path/image.usb of=/dev/diskN bs=16k
you have to boot off your BIOS not from windows to get that to work, did you do the same for your DVD's.
whatever key you got a hit to get into your BIOS to tell it to boot off your DVD or USB Port that is how you have to boot it to get to the medium to boot into it so you can install it.
top roll of keys.
esc .. F1 ... F12
one of them should work.
before you even see Windows booting you need to be hitting the right one.
Just a note. Solaris is one of the most picky OS's for writing to a dvd. You need to burn at the very slowest speed you can set your burner to. You need the best quality dvd available too.
Distribution: Solaris 11.4, Oracle Linux, Mint, Ubuntu/WSL
Posts: 9,787
Rep:
I haven't use a DVD to boot or install Solaris for years. I would recommend using the x86 usb media file (not the x86 live media which is for DVDs), record it on an usb thumb drive using dd on a live linux distribution (or a regular linux installation) and boot the thumb drive.
Most Windows tools designed to record a DVD or a USB key are unable to refrain from modifying the data and render the media unbootable.
Location: Montreal, Quebec and Dartmouth, Nova Scotia CANADA
Distribution: Arch, AntiX, ArtiX
Posts: 1,364
Rep:
I've succeeded in making a bootable USB drive in Windows using the CLI diskpart utility. There are numerous "how-to's" on the web ... Undoubtedly there are probably various GUI tools that make it easier, but the step by step approach with diskpart works.
Distribution: Solaris 11.4, Oracle Linux, Mint, Ubuntu/WSL
Posts: 9,787
Rep:
FreeBSD is definitely not based on OpenSolaris. It has integrated a couple of Solaris technologies, ZFS and Dtrace but the remaining is distinct, although of course it is a Unix like OS.
You should better explain what are your goals when trying to install Solaris. If you want a fully featured generic desktop, you are likely to be disappointed as BW-userx stated. If you are interested in learning a server and virtualization oriented operating system, that's fine.
Beware too that there is no such thing as a "pure UNIX". Unix is a standard, and some OSes like Solaris and others are POSIX compliant, some others are close but do not want to formally try to pass the tests. Anyway, all OSes implement a lot of utilities, functionalities and extensions that are not in the standard. A strictly pure Unix would be quite boring to use these days.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.