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 02-01-2010, 05:54 AM   #1
sumeet inani
Member
 
Registered: Oct 2008
Posts: 908
Blog Entries: 26

Rep: Reputation: 49
Boot error when trying to boot from USB


I am using ubuntu 8.04.
I used unetbootin to create bootable USB disk using iso of ubuntu-8.04
It booted a system of my friend(his CPU is different than mine) but not mine.
Only message that comes is 'Boot error'.A few months ago it booted USB without a hitch.
What do you suggest should be my BIOS configuration ?
Have you encountered this .
My system is 3GHz Core2Duo,2GB DDR2 RAM.
I also think that this is hardware problem not directly to linux.Still somebody who faced something similiar can guide me or whose USB boot is perfect can say what options should be set.

Currently my BIOS setting is
Code:
boot to removable devices:enable
USB boot:enable
boot USB devices first:enable

Last edited by sumeet inani; 02-01-2010 at 06:00 AM.
 
Old 02-01-2010, 11:35 AM   #2
amani
Senior Member
 
Registered: Jul 2006
Location: Kolkata, India
Distribution: Debian 64-bit GNU/Linux, Kubuntu64, Fedora QA, Slackware,
Posts: 2,766

Rep: Reputation: Disabled
some h/w problem apparently. check with some other image

Does your smps provide enough power?

out put of dmesg (relevant parts)
 
Old 02-01-2010, 09:03 PM   #3
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,993

Rep: Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628
Be sure to turn the system off to a full power down. Then maybe use bios to select the boot deviceinstead of using boot screen F key to select. What I mean is some bios's show the usb device as a hard drive instead of a usb device. I have to move up in order the hard drive to allow my flash drive to boot.

When I see that error it means I had a bootable drive but later deleted syslinux or an important file(s).
 
Old 02-01-2010, 10:31 PM   #4
worm5252
Member
 
Registered: Oct 2004
Location: Atlanta
Distribution: CentOS, RHEL, HP-UX, OS X
Posts: 567

Rep: Reputation: 57
Have you tried booting from the USB drive on another machine since you have received the boot error? Have your tried booting another bootable usb drive on the system in question? Have you tried running fsck or e2fsck on the USB drive to fix any issues?
 
Old 02-02-2010, 07:57 AM   #5
sumeet inani
Member
 
Registered: Oct 2008
Posts: 908

Original Poster
Blog Entries: 26

Rep: Reputation: 49
To jefro
I plugged USB first then turned on system & went into BIOS to set hard drive order as
TSVJF(i think my pendrive's model)
WDC..SomethingSomething
because I have just one hard drive of 300GB
but same message 'boot error'
I found syslinux.cfg in USB.More explanation
Code:
$ find /pd -iname '*lin*'
/pd/casper/vmlinuz
/pd/isolinux
/pd/isolinux/isolinux.bin
/pd/isolinux/isolinux.cfg
/pd/isolinux/isolinux.txt
/pd/pool/main/l/linux
/pd/pool/main/l/linux/linux-libc-dev_2.6.24-24.56_i386.deb
/pd/pool/main/l/linux-atm
/pd/pool/main/l/linux-wlan-ng
/pd/pool/main/l/linux-wlan-ng/linux-wlan-ng_0.2.8+svn1839+dfsg-2ubuntu4_i386.deb
/pd/pool/main/p/pptp-linux
/pd/pool/main/p/pptp-linux/pptp-linux_1.7.0-2ubuntu2_i386.deb
/pd/pool/restricted/l/linux-meta
/pd/pool/restricted/l/linux-restricted-modules-2.6.24
/pd/ldlinux.sys
/pd/syslinux.cfg
$
Anything else expected.

to amani
you said related to smps.
i can just say that during bootup the LED of my pendrive glows and system has no UPS just direct connection to AC current.
Do you mean that I boot from hard drive & see output of dmesg.
If I do that let's say plug USB first then power the system.I get 'boot error' then press enter to get grub menu for my hard drive & get into ubuntu.
Then
Code:
$dmesg | grep -i error
[   39.831772] ACPI: Looking for DSDT in initramfs... error, file /DSDT.aml not found.
$
Now what?

to worm5252
Here
Code:
root@lxuser-desktop:~# dosfsck -a /dev/sdb1
dosfsck 2.11, 12 Mar 2005, FAT32, LFN
/dev/sdb1: 232 files, 22818/62493 clusters
root@lxuser-desktop:~#
What do you say?

Since you said to try same USB again on a different computer.I did ( on dual core 2GB RAM,2.5GHz ) & it worked so I can conclude that there is a fault in my CPU.
But
The same USB did not work on another CPU of a friend of same model (i.e. core2duo 2GB RAM , 3GHz ).
What do you say ? Does core2duo stop booting from USB after few months.

Last edited by sumeet inani; 02-05-2010 at 12:51 AM.
 
Old 02-18-2010, 01:30 AM   #6
NeilR
LQ Newbie
 
Registered: Aug 2007
Location: Devon, UK
Distribution: Fedora, Arch
Posts: 21

Rep: Reputation: 1
I had this same problem and it turned out to be down to formatting of USB.

My machine BIOS will not boot from a HDD formatted stick - i.e with a primary partition like /dev/sdc1 on the device.
I had to make sure it was in "superfloppy" format. In Linux you can use the command "mkdosfs -v -I /dev/sdc" (if your USB is on /dev/sdc) to create the right format.
Take care how you create the boot USB - Ubuntu will always format the stick as HDD-type! I used http://www.pendrivelinux.com/create-...sb-in-windows/ to create mine but perhaps you can look around for some other methods that don't involve Windows!

HTH.
 
1 members found this post helpful.
Old 02-22-2010, 12:25 AM   #7
sumeet inani
Member
 
Registered: Oct 2008
Posts: 908

Original Poster
Blog Entries: 26

Rep: Reputation: 49
Software from pendrivelinux for ubuntu 8.04 iso worked well.
In GNU-Linux I did
#mkdosfs -v -I /dev/sdb
This deleted all partition on USB as indicated by unallocated /dev/sdb in gparted GUI but strangely I can mount /dev/sdb manually ( using vfat type ) & copy files to it though gparted still says unallocated .
In windows USB drive work well as FAT32.

I read man page of mkdosfs which says
Code:
-v means verbose execution
-I file system to whole disk or super-floppy format as you said
now using unetbootin as earlier in ubuntu 8.04 I get bootable USB.

Warning
My pendrive became empty after
#mkdosfs -v -I /dev/sdb

Last edited by sumeet inani; 06-21-2010 at 07:04 AM.
 
Old 01-09-2013, 09:32 AM   #8
ryzahlic
LQ Newbie
 
Registered: Jan 2013
Posts: 1

Rep: Reputation: Disabled
same thing happened to me also, I can not install Linux Ubuntu 12.04 LTS in my desktop computer (FX-4100 3.7 GHz, 2 GB RAM) thou I already make bootable Flashdisk with unetbootin, it worked before for my Laptop (Intel Core2Duo 2.4 Ghz, 1 GB RAM)
first I thought it was because Processor difference
 
Old 04-25-2018, 12:03 AM   #9
Shahbaz_Mansuri
LQ Newbie
 
Registered: Feb 2018
Posts: 5

Rep: Reputation: Disabled
Smile

Quote:
Originally Posted by sumeet inani View Post
I am using ubuntu 8.04.
I used unetbootin to create bootable USB disk using iso of ubuntu-8.04
It booted a system of my friend(his CPU is different than mine) but not mine.
Only message that comes is 'Boot error'.A few months ago it booted USB without a hitch.
What do you suggest should be my BIOS configuration ?
Have you encountered this .
My system is 3GHz Core2Duo,2GB DDR2 RAM.
I also think that this is hardware problem not directly to linux.Still somebody who faced something similiar can guide me or whose USB boot is perfect can say what options should be set.

Currently my BIOS setting is
Code:
boot to removable devices:enable
USB boot:enable
boot USB devices first:enable

Dear Sumeet;

First you try Ubuntu 12.04 as per your hardware configuration. Download ISO of Ubuntu 12.04 from http://releases.ubuntu.com/12.04/ ; in this link you Download Desktop or Server ISO. then make Bootable USB Drive. then after install Ubuntu_12.04 in your System. this will be helpful for you. (make sure your UNetbootin USB Bootable is working properly, if does not so use another system to make bootable USB drive. <cause some times O/S files corrupted and packages not works properly>).
 
Old 04-25-2018, 06:49 AM   #10
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,657

Rep: Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970
Quote:
Originally Posted by Shahbaz_Mansuri View Post
Dear Sumeet;

First you try Ubuntu 12.04 as per your hardware configuration. Download ISO of Ubuntu 12.04 from http://releases.ubuntu.com/12.04/ ; in this link you Download Desktop or Server ISO. then make Bootable USB Drive. then after install Ubuntu_12.04 in your System. this will be helpful for you. (make sure your UNetbootin USB Bootable is working properly, if does not so use another system to make bootable USB drive. <cause some times O/S files corrupted and packages not works properly>).
Shahbaz_Mansuri: Please read the LQ Rules and pay attention to the dates on posts. This thread was opened EIGHT YEARS AGO, and was last posted to FIVE years ago. The OP has moved on, and the thread had been CLOSED.
 
  


Reply

Tags
boot, error, usb



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
X61 usb boot error linko47 Slackware 2 12-25-2008 12:17 PM
Boot from USB external drive, from laptop without USB boot support. darirod Linux - Newbie 2 12-19-2006 10:00 AM
USB error messages during boot jspaceman Slackware 1 04-24-2006 05:33 AM
Can not boot external USB HD grub error 18 willigi Linux - Software 0 10-08-2005 01:01 PM
boot from USB HDD, no MOBO usb boot support magiconexxx Linux - Hardware 0 11-03-2004 12:38 AM

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

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