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.
|
|
|
09-27-2011, 11:26 AM
|
#1
|
Member
Registered: Jan 2010
Location: Chicago, IL
Distribution: Linpus Linux Lite v1.0.3.E
Posts: 215
Rep:
|
UNetBootin isn't creating bootable flash drive from file on hard drive.
I want to change my operating system from linpus to Mint 11 lxde.
I have downloaded linux mint. It's about 700 MB.
I opened unetbootin in root, the device name showed, I clicked on the image bullet, entered:
/home/user/Downloads/linuxmint-11-lxde-cd-32bit.iso
into the ISO window
clicked ok.
It started to copy the file, then after a couple of seconds it stopped and asked if I wanted to reboot or quit.
I then checked the stick and it was virtually empty still. There were five small files in it:
ldlinux.sys
menu.c32
syslinux.cfg
ubnfile1.txt
ubnpathl.txt
Before I knew the stick was virtually empty I tried to reboot with it and it said "missing operating system" and booted with linpus as usual.
Is it possible unetbootin-linux-555 is not the version of unetbootin I need? They say unetbootin is not distribution-specific, though.
Can anyone suggest what I might try next?
|
|
|
09-27-2011, 12:10 PM
|
#2
|
Member
Registered: Aug 2003
Location: Halifax, NS
Distribution: Debian, Gentoo, Ubuntu, Fedora
Posts: 128
Rep:
|
It should take a lot longer than a few seconds. Are you sure the ISO is not damaged? Do an md5 on it and ensure it is not corrupt.
|
|
|
09-27-2011, 02:10 PM
|
#3
|
Member
Registered: Jan 2010
Location: Chicago, IL
Distribution: Linpus Linux Lite v1.0.3.E
Posts: 215
Original Poster
Rep:
|
The md5 checks out ok.
|
|
|
09-27-2011, 03:13 PM
|
#4
|
Senior Member
Registered: Jan 2008
Location: Baja Oklahoma
Distribution: Debian Stable and Unstable
Posts: 1,943
|
Unetbootin on Linux can be problematic. Try running it again and see if it works. The USB drive should be formatted as FAT, not a Linux filesystem.
|
|
|
09-27-2011, 03:21 PM
|
#5
|
Member
Registered: Jan 2010
Location: Chicago, IL
Distribution: Linpus Linux Lite v1.0.3.E
Posts: 215
Original Poster
Rep:
|
Could you please give some instructions on formatting the drive as FAT?
|
|
|
09-27-2011, 03:25 PM
|
#6
|
Moderator
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
|
Code:
mkfs -t vfat -F 32 /dev/sdXY
Where sdXY is the partition you want to format.
|
|
|
09-27-2011, 03:39 PM
|
#7
|
Member
Registered: Jan 2010
Location: Chicago, IL
Distribution: Linpus Linux Lite v1.0.3.E
Posts: 215
Original Poster
Rep:
|
OK, now what should I put in the ISO window within unetbootin? The mint file is called linuxmint-11-lxde-cd-32bit.iso and it is located in the Downloads directory.
|
|
|
09-27-2011, 03:44 PM
|
#8
|
Senior Member
Registered: Jan 2008
Location: Baja Oklahoma
Distribution: Debian Stable and Unstable
Posts: 1,943
|
Yes, you can put that, or click on the button on the right and navigate to the .iso file, to make sure you get the right file.
|
|
1 members found this post helpful.
|
09-28-2011, 02:00 AM
|
#9
|
Member
Registered: Feb 2009
Posts: 347
Rep:
|
I think you need to install p7zip for unetbootin to work properly have you done that ?
|
|
|
09-28-2011, 03:00 AM
|
#10
|
Member
Registered: Jan 2010
Location: Chicago, IL
Distribution: Linpus Linux Lite v1.0.3.E
Posts: 215
Original Poster
Rep:
|
Quote:
I think you need to install p7zip for unetbootin to work properly have you done that ?
|
No, I haven't done that. What's the code?
By the way, The last time I tried this it ran for a real long time and put everything onto my hard drive somewhere, so I need to delete what I copyied now and I don't know how to do that.
|
|
|
09-28-2011, 08:19 AM
|
#11
|
Member
Registered: Sep 2011
Posts: 124
Rep:
|
Quote:
Originally Posted by glenellynboy
By the way, The last time I tried this it ran for a real long time and put everything onto my hard drive somewhere, so I need to delete what I copyied now and I don't know how to do that.
|
You can search for big directories like this:
du -s * | sort -n
Start in your home directory, see which directories have a lot of space used up. Then you can cd to that directory, and run the command again, and keep following the biggest directories until you find it.
If you were running as root, you may need to do this whole procedure from the root directory (/) and go from there.
|
|
|
09-28-2011, 08:33 AM
|
#12
|
Member
Registered: Jan 2010
Location: Chicago, IL
Distribution: Linpus Linux Lite v1.0.3.E
Posts: 215
Original Poster
Rep:
|
Here is the bulk of the run:
0 libssl3.so
4 Music
8 mozilla.pdf
12 Desktop
3916 DataCardGKU
9940 firefox-3.6.tar.bz2
27740 Documents
48348 Pictures
565080 Videos
879324 Downloads
[user@localhost ~]$
Everything here is accounted for. Maybe I do need to run the sort in root. How would I do that? Put sudo in front of the code you gave me? Or is it something with the slash you indicated? I'm showing my ignorance here, sorry.
|
|
|
09-28-2011, 09:11 AM
|
#13
|
Member
Registered: Jan 2010
Location: Chicago, IL
Distribution: Linpus Linux Lite v1.0.3.E
Posts: 215
Original Poster
Rep:
|
Quote:
Quote:
I think you need to install p7zip for unetbootin to work properly have you done that ?
No, I haven't done that. What's the code?
|
Can you give me that code?
Thanks.
|
|
|
09-28-2011, 09:20 AM
|
#14
|
Member
Registered: Sep 2011
Posts: 124
Rep:
|
Quote:
Originally Posted by glenellynboy
Everything here is accounted for. Maybe I do need to run the sort in root. How would I do that? Put sudo in front of the code you gave me? Or is it something with the slash you indicated? I'm showing my ignorance here, sorry.
|
A lot of stuff on your computer is readable by you, so you don't really need to be root to do this. If there is a directory where you don't have read or execute permissions, and all the big files you lost are down there, then you would need to be root.
So you could use sudo or su to become root, depending on which way you like to get root:
sudo su -
or
su -
Then change to the root directory, and start checking to see which directories look "too big". Of course this is tricky, because there are lots of directories that are big and should be big. But you will find it eventually if you keep trying:
cd /
du -s * | sort -n
You're better off not being root if you don't need to be, but there's no way for me to know if you will need to be root to find those files, sorry. You will see some errors if you aren't root, because you can't read some files or directories. But that might not matter. So try it as a normal user first, if it doesn't work, become root, and try again.
|
|
|
09-28-2011, 09:26 AM
|
#15
|
Member
Registered: Sep 2011
Posts: 124
Rep:
|
Quote:
Originally Posted by glenellynboy
Can you give me that code?
Thanks.
|
I haven't used linpus. A little bit of searching indicates that it uses "yum" to install software. So this might work:
sudo su -
yum update
yum install p7zip
You need to enter your password to get sudo to let you become root. Hopefully sudo is set up to let you do that.
Here's some more stuff about yum: http://www.fedoraforum.org/forum/showthread.php?t=25880
|
|
|
All times are GMT -5. The time now is 02:01 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
|
|