LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Bodhi (https://www.linuxquestions.org/questions/bodhi-92/)
-   -   Someone please help. How do I run unetbootin in bodhi now that it is loaded? (https://www.linuxquestions.org/questions/bodhi-92/someone-please-help-how-do-i-run-unetbootin-in-bodhi-now-that-it-is-loaded-4175632959/)

Jeff91 06-30-2018 11:16 PM

Quote:

Originally Posted by juanfrancisco (Post 5874072)
Once again, I was excited. I tried.

juanfrancisco@juanfrancisco-HP-Stream-Laptop-14-ax0XX:~$ dd if=/homejuanfrancisco/Downloads/Fatdog64-500.iso of=/dev/sda bs=4M
dd: failed to open '/homejuanfrancisco/Downloads/Fatdog64-500.iso': No such file or directory

:-(

If you invested as much time into reading the output you are pasting here along with complaints about things not working, you'd probably deduce the issue yourself. Read the output of what you posted:

dd: failed to open '/homejuanfrancisco/Downloads/Fatdog64-500.iso': No such file or directory

Note the bold portions.

The error is telling you it can't find the file - probably because you are missing the / after your /home in the file path.

Sorry on the Unetbootin command not working. Turns out that software isn't well maintained any longer so it isn't in the Ubuntu 18.04 repos.

ondoho 07-01-2018 04:33 AM

Quote:

Originally Posted by juanfrancisco (Post 5874005)
I have not much patience for frickin computers. They take up enough time from real life with fun things.

oh but they can be so much fun, in so many ways!
i should get out more i guess... can i install linux on my dog? that would help.

Quote:

Respectfully,
John Guerin
LTjg USN ret.
respectfully,
ondoho
Alternative Civilian Servant ret.

juanfrancisco 07-01-2018 08:25 AM

Quote:

Originally Posted by Jeff91 (Post 5874105)
If you invested as much time into reading the output you are pasting here along with complaints about things not working, you'd probably deduce the issue yourself. Read the output of what you posted:

dd: failed to open '/homejuanfrancisco/Downloads/Fatdog64-500.iso': No such file or directory

Note the bold portions.

The error is telling you it can't find the file - probably because you are missing the / after your /home in the file path.

Sorry on the Unetbootin command not working. Turns out that software isn't well maintained any longer so it isn't in the Ubuntu 18.04 repos.

Ok. You got me on a small mistake. I guess it is indeed all my fault. Maybe, you can enlighten me about the next thing I don't understand.

juanfrancisco@juanfrancisco-HP-Stream-Laptop-14-ax0XX:~$ dd if=/home/juanfrancisco/Downloads/Fatdog64-500.iso of=/dev/sda bs=4M
dd: failed to open '/dev/sda': Permission denied

yancek 07-01-2018 08:41 AM

Quote:

juanfrancisco@juanfrancisco-HP-Stream-Laptop-14-ax0XX:~$ dd if=/home/juanfrancisco/Downloads/Fatdog64-500.iso of=/dev/sda bs=4M
Doing anything, particularly involving a write, outside your user /home directory needs root (sudo on Bodhi) permissions. You need root (sudo) permissions so put sudo at the beginning of the command as below.:

Quote:

sudo dd if=/home/juanfrancisco/Downloads/Fatdog64-500.iso of=/dev/sda bs=4M

juanfrancisco 07-01-2018 03:14 PM

Quote:

Originally Posted by yancek (Post 5874225)
Doing anything, particularly involving a write, outside your user /home directory needs root (sudo on Bodhi) permissions. You need root (sudo) permissions so put sudo at the beginning of the command as below.:

Dude. I was really excited that time. It seemed to work, but I don't know what it did. I tried to boot from the USB and now there is no option for that.

46+1 records in
46+1 records out
196261888 bytes (196MB, 187MiB) copied, 52.3263 s, 3.8 MB/s

R/
JF

juanfrancisco 07-01-2018 03:41 PM

I appreciate the help from everyone thus far.

I feel compelled to go use a computer to load something onto a flash drive. I would say that Bodhi is not good, but honestly there is too much wrong to feel that way fairly. I think my install was corrupted and now I am stuck. It doesn't want to do anything thus far.

The version is Bodhi 5.0.0alpha
There is no executable button on the unetbootin executable file
The quick launcher does nothing more than show what is on here
The Big Launch buttons on the bodhilinux site don't work
The browsers, Midori and Firefox, crash all the time
These, along with whatever I mentioned before. It is hot and I am tired.

I apologize for those of you who devote your lives to this stuff. I appreciate and respect that. I am just frustrated because I don't wish to learn a new trade just to operate this computer. I feel like it may be necessary because I chose to escape the hold of the Windows virus. Ugh.

juanfrancisco 07-01-2018 04:20 PM

2 Attachment(s)
A couple screenshots.

When I click the Install button on the bodhi site

When I try to open the unetbootin executable file. After that I click continue and it just does nothing. I tried not touching the computer for 10 minutes to give it a chance in case it was slow. Nothing.

R/
JF

yancek 07-01-2018 05:42 PM

The output you posted from the dd command is what one would expect to see when it is successful. If you no longer see an option to boot from usb in the BIOS either under usb or under HDD by the name of the usb, that's a totally separate problem. On my computer when I boot from a usb, it is listed under HDD by name, Lexar, Sandisk, Toshiba...

Quote:

The version is Bodhi 5.0.0alpha
A beta release of an operating system is a test release which people download to test and give feedback to the developers for problems they encounter. An Alpha release is a pre-beta and is generally only used by experienced users to test it and is not really expected to work. Pre test release. If you want to continue with Bodhi, you need a stable release in the 4.0 series, probably 4.5.

If your unetbootin has been made executable, when you click on it and see the image you posted above, you would click on the Execute tab. I wouldn't bother trying to do anything with the Bodhi you have as it is a pre-test version for experienced users. Download something stable/tested.

Jeff91 07-01-2018 08:00 PM

In fact one of the things that is explicitly not working on that alpha and beta release is the app center. It is one of the last things we test fully for because it is only there for novice users who shouldn't be using testing releases.

In fact - I probably wouldn't recommend setting up Bodhi in general for anyone new to Linux. We don't hold your hand at all and most expect you to know what your doing with general Linux things.

Would highly recommend you give Linux Mint or stock Ubuntu a try. You'll have a much better "I'm new to Linux" experience with either of these distributions.

juanfrancisco 07-01-2018 08:29 PM

Thanks, gentlemen. Those are the most helpful insights yet. I didn't do enough research before picking an OS.

Any recommendations on how I go about getting the correct one on the computer?

Should I make a live USB on another computer?

Jeff91 07-01-2018 09:19 PM

Probably the easiest method yes. I don't know a good GUI off hand on the latest Bodhi because I always use the dd command myself.

yancek 07-02-2018 05:49 AM

You haven't indicated what you have on the computer with Bodhi. Is Bodhi the only operating system on it? If so and you are using the Alpha release you will probably have a difficult time creating a bootable usb. Could try creating a DVD if you have a DVD drive on the computer. If you have another computer you can use, it might be easier. What operating system is on the other computer? If you have windows, you should be able to use software for windows to create a bootable usb. There is a windows version of unetbootin you could try. Other software that could be used is Rufus or Etcher. Just do an online search for either and you should find some tutorials.

juanfrancisco 07-02-2018 06:17 AM

Quote:

Originally Posted by yancek (Post 5874472)
You haven't indicated what you have on the computer with Bodhi. Is Bodhi the only operating system on it? If so and you are using the Alpha release you will probably have a difficult time creating a bootable usb. Could try creating a DVD if you have a DVD drive on the computer. If you have another computer you can use, it might be easier. What operating system is on the other computer? If you have windows, you should be able to use software for windows to create a bootable usb. There is a windows version of unetbootin you could try. Other software that could be used is Rufus or Etcher. Just do an online search for either and you should find some tutorials.

Indeed. Thank you, sir. I plan to go to the library this morning and use their Windows computer to put something on this USB. I am using a small computer that was gifted to me.

Before I left Honduras, I gave my sweet Toshiba laptop to my nieces. My mom wanted me to write again, so last Christmas she got me this little hp Stream netbook. It's a nice little computer, but it has a very small SSD and no CD drive. It came installed with frickin Windows, though. It was already too big for the space. Then, it wanted to update and needed more space than available. I had nothing on here, so nothing to delete.

I used UUI to install Bodhi. As soon as it seemed to work at all, I deleted Windows because it was making the computer so slow. I saw Alpha and ASSumed that Alpha is superior to Beta, and installed it. Oops. I was in a hurry and therefore became quickly frustrated, especially because I underestimated the learning curve.

So, it is the library or my sister's computer. UUI was pretty easy before. I guess I can use it again. Oh yeah, this SSD is like 28G?, so I am thinking one of the small guys. That is why I wanted Bodhi in the first place.

yancek 07-02-2018 08:53 AM

Some other possibilities that are small are AntiX which is based also on Debian. Another even smaller system is Slitaz, 80MB download but it will probably be more difficult to learn. Doesn't obviously have a lot of software insalled by default.

I would take a close look at the UUI page. All I see on it is an .exe file so that won't work on any Linux as it is a windows only software.

juanfrancisco 07-04-2018 05:22 PM

Can I get a bit more assistance?

I borrowed my sister's computer and used uui to put AntiX on a flash drive. Now, there is no option to boot from USB. It was there before, when I put Bodhi on there.

How can I get the boot from USB option back?

R/
JF


All times are GMT -5. The time now is 02:30 PM.