LinuxQuestions.org
Review your favorite Linux distribution.
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 03-24-2013, 10:30 PM   #1
pcfast
Member
 
Registered: Aug 2012
Posts: 61

Rep: Reputation: Disabled
Question Can't Boot from 2GB USB Drive


I downloaded Unetbootin so I could try out a few distros using my 2GB USB Drive. I tried putting Puppy Linux on it but it was giving me errors when I tried to boot from it. I then put Linux Mint on it but can't get my computers to boot from usb drive either.

I formatted the usb drive for FAT32 which is what it says to do on the Unetbootin site.

I am confused. What I am doing wrong here?
 
Old 03-25-2013, 02:05 AM   #2
yooy
Senior Member
 
Registered: Dec 2009
Posts: 1,387

Rep: Reputation: 174Reputation: 174
FAT32 should do fine, seems like you use bad distros or you run on unsupported hardware, what errors did Puppy gave?
 
Old 03-25-2013, 06:06 AM   #3
RockDoctor
Senior Member
 
Registered: Nov 2003
Location: Minnesota, US
Distribution: Fedora, Ubuntu, Manjaro
Posts: 1,791

Rep: Reputation: 427Reputation: 427Reputation: 427Reputation: 427Reputation: 427
Can your computer boot from a USB drive? Some can't.

It's also possible that the USB drive's master boot record is messed up. You might want to copy mbr.bin from the syslinux package to the USB drive's MBR (using the dd command as root, as shown below, where /dev/sdx is the USB drive) then try reinstalling Puppy. Be careful - you don't want to mess up your system's main drive!
Code:
dd if=mbr.bin of=/dev/sdx
 
Old 03-25-2013, 03:44 PM   #4
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,978

Rep: Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624
In some cases the usb is difficult to get to be made bootable.

HP usb tools was one of the best tools if you can find it to fix non-bootable.

Installing a OS and adding in generic mbr sometimes helps.

Could try other live usb creators. See www.pendrivelinx.com


Consider making it a real install instead. I use virtual machines and some .iso image and only attach the usb to the vm.

Can make it on any computer with cd/dvd but you have to be VERY careful. I suggest you remove any internal hard drive just to be safe.

Also bios is an issue. Many bio's see the usb as a hard drive so you move the hard drive order and not the usb selected first.

There are many distro's that offer a hybrid or even usb image that one can copy to your flash drive.
 
Old 03-25-2013, 04:09 PM   #5
pcfast
Member
 
Registered: Aug 2012
Posts: 61

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by yooy View Post
What errors did Puppy gave?
I don't recall but I just tried booting from my laptop and all it said was "Remove device and press any key to restart" or something like that. So I am pretty sure it is the USB Drive.

Quote:
Originally Posted by RockDoctor
Can your computer boot from a USB drive? Some can't.
My laptop definitely can. This Asus EeePC I am not so sure about though. I would like to install Linux Mint on it since Win7 Starter is kinda slow on it.

Last edited by pcfast; 03-25-2013 at 04:12 PM.
 
Old 03-25-2013, 04:27 PM   #6
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,502

Rep: Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489
Did you get any warning/error messages when you used unetbootin? or did it seem to complete successfully?
It's very helpful to have error or warning messages you get when you fail to boot. Too many possibilities for anyone to do more than guess at possbile solutions.

Quote:
I don't recall but I just tried booting from my laptop and all it said was "Remove device and press any key to restart"
That would be the expected behavior when rebooting from a Live CD (on a CD or flash drive) but not when booting. If you get that when you are trying to boot, something definitely went wrong. You might try running unetbootin again or at least try to boot again and note the errors you get as the more details you can give the more likely someone can help.
 
Old 03-25-2013, 07:33 PM   #7
Nbiser
Member
 
Registered: Oct 2012
Location: Maryland
Distribution: Fedora, Slackware, Debian, Ubuntu, Knoppix, Helix,
Posts: 302
Blog Entries: 7

Rep: Reputation: 44
Something similar to this happened to me a while back. As it all turned out I had a faulty version of unetbootin; a fresh download fixed me all up.
 
Old 03-26-2013, 12:16 PM   #8
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,140

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
Try the live (as opposed to the installer) disk of Salix. That doesn't use unetbootin: the iso contains Linux and Windows programs to make it bootable. If that doesn't work, it may be your computer.
http://people.salixos.org/tsuren/doc...x_Live_USB_Key
 
Old 03-27-2013, 08:28 PM   #9
pcfast
Member
 
Registered: Aug 2012
Posts: 61

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Nbiser View Post
Something similar to this happened to me a while back. As it all turned out I had a faulty version of unetbootin; a fresh download fixed me all up.
I downloaded another version of Unetbootin and installed an ISO image of Linux Mint 13 but still had the same issue.
 
Old 03-27-2013, 09:48 PM   #10
shivaa
Senior Member
 
Registered: Jul 2012
Location: Grenoble, Fr.
Distribution: Sun Solaris, RHEL, Ubuntu, Debian 6.0
Posts: 1,800
Blog Entries: 4

Rep: Reputation: 286Reputation: 286Reputation: 286
@pcfast:
The error message that you're getting is clearly saying that your system can boot from USB, but USB doesn't contain files needed for boot from the USB. You should either try some other distro, or use some other utility to extract the OS image into USB, like Universal USB installer.
 
Old 04-07-2013, 01:43 PM   #11
pcfast
Member
 
Registered: Aug 2012
Posts: 61

Original Poster
Rep: Reputation: Disabled
I tried the YUMI installer but it didn't work either.
 
Old 04-07-2013, 05:16 PM   #12
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
For the EEEPC this applies:
Quote:
Originally Posted by jefro View Post
Also bios is an issue. Many bio's see the usb as a hard drive so you move the hard drive order and not the usb selected first.
You boot from USB by plugging in the USB device then changing the boot order of the hard drives to put it first (I'm typing this on an EEEPC which I have booted from a few USB sticks).
 
Old 04-07-2013, 08:10 PM   #13
pcfast
Member
 
Registered: Aug 2012
Posts: 61

Original Poster
Rep: Reputation: Disabled
I know how to change the boot order in BIOS.
 
Old 04-08-2013, 03:36 AM   #14
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Quote:
Originally Posted by pcfast View Post
I know how to change the boot order in BIOS.
You're lucky then. I spent a while changing the boot order to boot USB first and wondering why my USB sticks were broken.
 
Old 04-12-2013, 06:56 PM   #15
pcfast
Member
 
Registered: Aug 2012
Posts: 61

Original Poster
Rep: Reputation: Disabled
Trying out Linux Mint on my laptop from the USB. Not sure why it is working now but I downloaded the ISO and then put it on using Unetbootin erasing Puppy Linux.

Was not aware of that issue with Asus EeePC's boot order. So I do the boot order setting the HD first?
 
  


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
duel-boot using a usb external hard drive without usb boot option Cabtech Linux - Newbie 4 04-22-2012 05:15 PM
Problem using Transcend JetFLASH' 2GB USB Pen Drive on Fedora Core 5 swiftguy121 Linux - Hardware 1 05-29-2007 03:23 PM
Linux on 2GB (or 4GB) external USB Flash Drive (Stick) [Bootable / Expandable] phi DamnSmallLinux 3 04-17-2007 01:27 AM
GRUB 1.95 on a USB Flash Drive (OCZ Rally 2, 2GB) GamerX Linux - Hardware 1 02-15-2007 05:08 PM
2gb USB drive, now for linux... jollyjoice Linux - General 1 03-14-2006 01:54 PM

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

All times are GMT -5. The time now is 02:56 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