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.
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.
Hydrurga didn't catch this one because OP originally gave no indication that he/she wanted to boot off the downloaded .usb in a VirtualBox VM rather than write it to a USB stick (which is where the .usb file is intended to be dd'd). Hence the note in post #2 "it may be something like sdb" and the comment in post #4 "how to install the .usb file to a usb stick". I was as surprised as others when it transpired that the OP wanted to actually boot off the .usb file as an .iso rather than write the file to a USB stick.
Hydrurga is therefore most sorry that he didn't anticipate this as a possibility and change the original Oracle-quoted dd command to "of=/dev/sdb" (although sdb isn't necessarily the USB drive which is why I recommended sudo fdisk -l to determine its actual device name). Although, in the end, it didn't matter, as it transpired that this wasn't what OP actually wanted to do, hence my post #6.
So...
What you are saying....
The OP could just burn it to a small partition or virtual drive "file" with dd, then mount that in VB and that would probably solve the issue?
So...
What you are saying....
The OP could just burn it to a small partition or virtual drive "file" with dd, then mount that in VB and that would probably solve the issue?
Given the circumstances, I think the OP should take the path of least resistance and ask their friend to download the .iso version for them and use that in VirtualBox.
However, if I were in the same situation, I personally would at least try dd'ing the .usb file to a physical usb stick and launch a VirtualBox VM from it. I've never tried this before but there are instructions on the web on how to do it.
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.
However, if I were in the same situation, I personally would at least try dd'ing the .usb file to a physical usb stick and launch a VirtualBox VM from it. I've never tried this before but there are instructions on the web on how to do it.
Thank you soooo much dear friends. the command dd perfectly worked when i have changed the destination to physical USB stick. (And I had to run some extra commands to make vm run directly from physical USB stick (for the information, this is the command "sudo VBoxManage convertfromraw /dev/sdb ./usb.vmdk --format vmdk")
Finally I got it work because of you guys
Many thanks for all of you.
Thank you soooo much dear friends. the command dd perfectly worked when i have changed the destination to physical USB stick. (And I had to run some extra commands to make vm run directly from physical USB stick (for the information, this is the command "sudo VBoxManage convertfromraw /dev/sdb ./usb.vmdk --format vmdk")
Finally I got it work because of you guys
Many thanks for all of you.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.