LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
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


Reply
  Search this Thread
Old 09-27-2011, 10:26 AM   #1
glenellynboy
Member
 
Registered: Jan 2010
Location: Chicago, IL
Distribution: Linpus Linux Lite v1.0.3.E
Posts: 215

Rep: Reputation: 0
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?
 
Old 09-27-2011, 11:10 AM   #2
Awatto
Member
 
Registered: Aug 2003
Location: Halifax, NS
Distribution: Debian, Gentoo, Ubuntu, Fedora
Posts: 128

Rep: Reputation: 30
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.
 
Old 09-27-2011, 01:10 PM   #3
glenellynboy
Member
 
Registered: Jan 2010
Location: Chicago, IL
Distribution: Linpus Linux Lite v1.0.3.E
Posts: 215

Original Poster
Rep: Reputation: 0
The md5 checks out ok.
 
Old 09-27-2011, 02:13 PM   #4
sgosnell
Senior Member
 
Registered: Jan 2008
Location: Baja Oklahoma
Distribution: Debian Stable and Unstable
Posts: 1,943

Rep: Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542
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.
 
Old 09-27-2011, 02:21 PM   #5
glenellynboy
Member
 
Registered: Jan 2010
Location: Chicago, IL
Distribution: Linpus Linux Lite v1.0.3.E
Posts: 215

Original Poster
Rep: Reputation: 0
Could you please give some instructions on formatting the drive as FAT?
 
Old 09-27-2011, 02:25 PM   #6
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Code:
mkfs -t vfat -F 32 /dev/sdXY
Where sdXY is the partition you want to format.
 
Old 09-27-2011, 02:39 PM   #7
glenellynboy
Member
 
Registered: Jan 2010
Location: Chicago, IL
Distribution: Linpus Linux Lite v1.0.3.E
Posts: 215

Original Poster
Rep: Reputation: 0
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.
 
Old 09-27-2011, 02:44 PM   #8
sgosnell
Senior Member
 
Registered: Jan 2008
Location: Baja Oklahoma
Distribution: Debian Stable and Unstable
Posts: 1,943

Rep: Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542
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.
Old 09-28-2011, 01:00 AM   #9
bsat
Member
 
Registered: Feb 2009
Posts: 347

Rep: Reputation: 72
I think you need to install p7zip for unetbootin to work properly have you done that ?
 
Old 09-28-2011, 02:00 AM   #10
glenellynboy
Member
 
Registered: Jan 2010
Location: Chicago, IL
Distribution: Linpus Linux Lite v1.0.3.E
Posts: 215

Original Poster
Rep: Reputation: 0
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.
 
Old 09-28-2011, 07:19 AM   #11
snooly
Member
 
Registered: Sep 2011
Posts: 124

Rep: Reputation: Disabled
Quote:
Originally Posted by glenellynboy View Post
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.
 
Old 09-28-2011, 07:33 AM   #12
glenellynboy
Member
 
Registered: Jan 2010
Location: Chicago, IL
Distribution: Linpus Linux Lite v1.0.3.E
Posts: 215

Original Poster
Rep: Reputation: 0
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.
 
Old 09-28-2011, 08:11 AM   #13
glenellynboy
Member
 
Registered: Jan 2010
Location: Chicago, IL
Distribution: Linpus Linux Lite v1.0.3.E
Posts: 215

Original Poster
Rep: Reputation: 0
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.
 
Old 09-28-2011, 08:20 AM   #14
snooly
Member
 
Registered: Sep 2011
Posts: 124

Rep: Reputation: Disabled
Quote:
Originally Posted by glenellynboy View Post
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.
 
Old 09-28-2011, 08:26 AM   #15
snooly
Member
 
Registered: Sep 2011
Posts: 124

Rep: Reputation: Disabled
Quote:
Originally Posted by glenellynboy View Post
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
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Unetbootin Failing to create bootable drive TheDerf Linux - Software 4 09-24-2010 04:29 PM
Creating bootable CDROM from a bootable USB drive seaquesttr Linux - Desktop 2 08-01-2010 11:57 AM
Which Flash drive works best when creating bootable linux images? dv502 Linux - Hardware 5 07-30-2010 03:47 PM
using flash drive/portable hard drive on BOTH Linux and Windows yankeegirl Linux - Hardware 2 10-07-2009 08:22 AM
Removed bad hard drive from computer, now flash drive won't mount. checkmate3001 Linux - Hardware 6 08-15-2008 12:03 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:24 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration