Linux - Newbie This 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
|
|
|
01-26-2017, 11:54 AM
|
#1
|
LQ Newbie
Registered: Dec 2016
Distribution: Mint & solaris
Posts: 8
Rep:
|
USB extension
Dear Friends, I appologize if this is not the right place to post my question, well, I've downloaded a linux distribtion with usb extension (to be direct this is exactly the name of the file :sol-11_3-live-x86.usb).
My problem is I don't know how to open or mount this kind of format
(Normally I use .iso)
Could anybody drop some clues here please
thanks in advance
|
|
|
01-26-2017, 01:28 PM
|
#2
|
LQ Guru
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
|
According to the documentation here ( https://docs.oracle.com/cd/E36784_01...TCKusbdownload), it's a straight dd copy (rename the target device diskN in the command below accordingly and make doubly sure that you're referring to the right device - it may be something like sdb - use sudo fdisk -l to find the device name):
Code:
dd if=/path/image.usb of=/dev/diskN bs=16k
|
|
|
01-26-2017, 04:06 PM
|
#3
|
LQ Addict
Registered: Dec 2013
Posts: 19,872
|
wherever you downloaded that mysterious file from, whatever distro that is, they probably have instructions on their pages.
the extension is a helpful pointer, but without any real meaning. in other words, it could be anything.
|
|
|
01-27-2017, 02:21 AM
|
#4
|
LQ Guru
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
|
Quote:
Originally Posted by ondoho
wherever you downloaded that mysterious file from, whatever distro that is, they probably have instructions on their pages.
the extension is a helpful pointer, but without any real meaning. in other words, it could be anything.
|
To be fair to the OP, the Oracle "how to install the .usb file to a usb stick" information that was linked to by the downloads page for the ISO in question didn't actually provide the information it promised (nice one, Oracle). I had to do some rooting around to find the relevant information that I posted above.
|
|
|
01-27-2017, 05:11 AM
|
#5
|
LQ Newbie
Registered: Dec 2016
Distribution: Mint & solaris
Posts: 8
Original Poster
Rep:
|
Dear friends, thank you for your replies, However,I did this command : sudo dd if=/home/sol-11_3-live-x86.usb of=/home/solaris11.iso, the process went smooth without errors, but when tried this file image (the output iso file) on virtualbox, ite wasn't bootable,
I will try to add "bs=16k" and I hope it will work.
Again, many thanks for your replies
|
|
|
01-27-2017, 05:17 AM
|
#6
|
LQ Guru
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
|
If you wanted to use it in VirtualBox, rather than set up an USB installer, why did you download the .usb version rather than the .iso version which was right next to it on the Oracle downloads page?
http://www.oracle.com/technetwork/se...-2245079.html?
|
|
|
01-27-2017, 05:23 AM
|
#7
|
LQ Newbie
Registered: Dec 2016
Distribution: Mint & solaris
Posts: 8
Original Poster
Rep:
|
It's a long story dear hydrurga .Bref, I don't have access to inernet, it was only a friend who download it for me.
|
|
|
01-27-2017, 05:39 AM
|
#8
|
LQ Guru
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
|
Quote:
Originally Posted by some3020
It's a long story dear hydrurga .Bref, I don't have access to inernet, it was only a friend who download it for me.
|
Ah, Ok. You should ask your friend to download the iso version.
Alternatively, you could dd that .usb to an actual usb stick and then try booting from it in VirtualBox - that *may* work, but you would probably have to access the internet to find out how to do it.
|
|
|
01-27-2017, 07:04 AM
|
#9
|
LQ Guru
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342
|
Quote:
Originally Posted by some3020
Dear Friends, I appologize if this is not the right place to post my question, well, I've downloaded a linux distribtion with usb extension (to be direct this is exactly the name of the file :sol-11_3-live-x86.usb).
My problem is I don't know how to open or mount this kind of format
(Normally I use .iso)
Could anybody drop some clues here please
thanks in advance
|
one that is not Linux it is Solaris and you might find you cannot do everything you'd what to with it. even though the OS is free everything else isn't (98.99% of it anyways)
and it will take over your entire system/drive/dual booting well better break out the how tos... chainload
Last edited by BW-userx; 01-27-2017 at 07:06 AM.
|
|
|
01-27-2017, 07:38 AM
|
#10
|
LQ Guru
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: One main distro, & some smaller ones casually.
Posts: 5,706
Rep:
|
Try using the image as an installation 'disk' for your virtual environment.
You will need to create a virtual machine 'file' to install it into.
It can be tricky, but does work.
|
|
|
01-27-2017, 08:02 AM
|
#11
|
LQ Guru
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342
|
If you are going to use it in a Virtual Box then just download the other one that is an iso problem solved. That is the one I've used and I had less to no problems with it. the usb one if trickier then the iso one in both cases.
remember it is NOT linux it is Solaris
|
|
|
01-27-2017, 02:02 PM
|
#12
|
LQ Addict
Registered: Dec 2013
Posts: 19,872
|
Quote:
Originally Posted by hydrurga
To be fair to the OP, the Oracle "how to install the .usb file to a usb stick" information that was linked to by the downloads page for the ISO in question didn't actually provide the information it promised (nice one, Oracle). I had to do some rooting around to find the relevant information that I posted above.
|
so you happened to recognize what this is about just from the file name, but all op wrote was "a linux distribution"...
no harm done on either side, but it would have been up to you, some3020, to drop us some clues in the first place, please.
|
|
|
01-27-2017, 02:12 PM
|
#13
|
LQ Guru
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
|
Quote:
Originally Posted by ondoho
so you happened to recognize what this is about just from the file name, but all op wrote was "a linux distribution"...
no harm done on either side, but it would have been up to you, some3020, to drop us some clues in the first place, please.
|
Throw sol-11_3-live-x86.usb into Google and it takes you straight there. ;-)
|
|
|
01-28-2017, 12:18 AM
|
#14
|
Senior Member
Registered: Feb 2003
Distribution: debian
Posts: 4,137
|
The .usb probably contains some partition and bootloader stuff. You might be able to use split to segment off the part you want. Or dd it to an actual drive and grab just the partition part. Or download the preferred thing from the source and ignore that file. Unless you're on dialup or something the later is probably best, or at least most probable to work.
|
|
|
01-28-2017, 02:27 AM
|
#15
|
Senior Member
Registered: Apr 2009
Distribution: All OS except Apple
Posts: 1,591
|
Quote:
Originally Posted by some3020
However,I did this command : sudo dd if=/home/sol-11_3-live-x86.usb of=/home/solaris11.iso
|
Try the dd command again, and this time, send it to the USB drive, not to /home/solxxxx.
I'm surprised hydrurga didn't catch this one. The "of=" part needs to be the path to the USB drive.
EDIT: The dd command you tried is like right clicking on the .usb file and renaming it with a .iso extension, no need to use dd when all you need to do in your example was to rename it.
Last edited by Brains; 01-28-2017 at 02:34 AM.
|
|
|
All times are GMT -5. The time now is 12:39 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|