General This forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun! |
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.
|
 |
10-20-2010, 02:27 PM
|
#1
|
Member
Registered: Dec 2008
Posts: 30
Rep:
|
Create bootable iso file
I want to (re-)install Ubuntu in my computer (actually just to reactivate the grub) but I had a bad surprise: my DVD player does not recognize any CD anymore so I have to boot Ubuntu from USB stick. I have downloaded ubuntu 10.10 from their website but it's just a ISO file, and when I try to boot from USB it says no bootable file...so the question is.. how to make that ISO file bootable?  thanks in advance!
|
|
|
10-20-2010, 03:31 PM
|
#2
|
Senior Member
Registered: Dec 2004
Posts: 1,222
|
You can use unetbootin to put ubuntu on the USB stick and make it bootable; if you're on linux, you can search on the repositories of the distro you're using.
(Btw, I think this is more suitable in one of the support forums  )
Regards.
Last edited by Hungry ghost; 10-20-2010 at 03:33 PM.
|
|
|
10-21-2010, 01:25 PM
|
#3
|
Member
Registered: Dec 2008
Posts: 30
Original Poster
Rep:
|
Thanks a lot!!!
now another question: my usb stick has a capacity of almost 4GB, it is currently `empty` because I deleted all files on it, but it still says only 800MB free.... are there any hidden files and how can I get them?
thanks again .
|
|
|
10-21-2010, 02:03 PM
|
#4
|
Senior Member
Registered: Dec 2004
Posts: 1,222
|
Hmm, I'm not sure, maybe there are hidden files there? Try executing ls -la inside the USB stick, or maybe du -ha | sort -n (I'm not on linux right now, so I can't test the last command to see what exactly it does, but I think it should show you which file(s) are there and their size).
Regards.
Last edited by Hungry ghost; 10-21-2010 at 02:10 PM.
|
|
|
10-21-2010, 04:47 PM
|
#5
|
Senior Member
Registered: Sep 2009
Location: Washington U.S.
Distribution: M$ Windows / Debian / Ubuntu / DSL / many others
Posts: 2,339
|
Quote:
Originally Posted by kalimat
Thanks a lot!!!
now another question: my usb stick has a capacity of almost 4GB, it is currently `empty` because I deleted all files on it, but it still says only 800MB free.... are there any hidden files and how can I get them?
thanks again .
|
Sounds like the partitions might have been messed up.
Probably best to just format it.
|
|
|
10-21-2010, 05:56 PM
|
#6
|
Senior Member
Registered: Feb 2010
Location: /usa/ca/orange_county/lake_forest
Distribution: ArchBang, Google Android 2.1 + Motoblur (on Motortola Flipside), Google Chrome OS (on Cr-48)
Posts: 1,791
Rep:
|
Here's what I suggest:
Code:
sudo apt-get install gparted && sudo gparted /dev/disk/by-id/$(ls /dev/disk/by-id | grep usb)
This will open GParted, in which you can then select "Device -> Create Partition Table" (which will erase the drive) and then create a new fat32 partition.
|
|
|
10-21-2010, 06:29 PM
|
#7
|
Senior Member
Registered: Sep 2009
Location: Washington U.S.
Distribution: M$ Windows / Debian / Ubuntu / DSL / many others
Posts: 2,339
|
I think the OP cannot get Linux to boot.
|
|
|
10-23-2010, 12:04 PM
|
#8
|
Member
Registered: Dec 2008
Posts: 30
Original Poster
Rep:
|
thanks a lot! i will try that as soon as I go back to ubuntu!
|
|
|
All times are GMT -5. The time now is 01:57 AM.
|
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
|
|