Page 1 of 2 12 LastLast
Results 1 to 10 of 17

Thread: Live USB "Boot Error"

  1. #1
    Join Date
    Nov 2005
    Beans
    12

    Live USB "Boot Error"

    I am trying to install the ubuntu from a Live usb, but when try to boot on that usb key, I get "Boot Error" messages from my thinkpad T500. I've tested the live usb on a Dell Laptop and it works. Does anyone knows how to fix this? any hints?
    Would it be some retarded Bios problem? (Although the current version of the bios dates back in sept08 )

  2. #2
    Join Date
    Mar 2006
    Location
    Williams Lake
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Live USB "Boot Error"

    Is Boot Error all you get, or is there more to the message? Does Grub start up? More information please.

    Jim

  3. #3
    Join Date
    Nov 2005
    Beans
    12

    Re: Live USB "Boot Error"

    Quote Originally Posted by cariboo907 View Post
    Is Boot Error all you get, or is there more to the message? Does Grub start up? More information please.

    Jim
    I get only "Boot Error" as soon as I choose to boot on the USB, nothing more!

    I'm suspecting Bios, but is there a way to boot a USB drive using the windows "boot.ini" in case the problem is a lame Bios?

  4. #4
    Join Date
    Nov 2005
    Beans
    12

    Re: Live USB "Boot Error"

    Is there anyway to boot from a usb key avoiding the Bios? (using grub or windows boot.ini for instance?)

  5. #5
    Join Date
    Mar 2008
    Location
    California, USA
    Beans
    8,111

    Re: Live USB "Boot Error"

    Banzoo, how about opening a terminal (Applications > Accessories > Terminal) and please post the output of the following command while your USB drive is connected:
    Code:
    sudo fdisk -lu
    Does that command show any of the partition(s) on your USB drive marked as bootable (with the asterisk *)? If not, that could be your issue. If that is the case, I can help you set one of the partitions as bootable, and probably your BIOS will boot it fine after that.

  6. #6
    Join Date
    Nov 2005
    Beans
    12

    Re: Live USB "Boot Error"

    Quote Originally Posted by caljohnsmith View Post
    Banzoo, how about opening a terminal (Applications > Accessories > Terminal) and please post the output of the following command while your USB drive is connected:
    Code:
    sudo fdisk -lu
    Does that command show any of the partition(s) on your USB drive marked as bootable (with the asterisk *)? If not, that could be your issue. If that is the case, I can help you set one of the partitions as bootable, and probably your BIOS will boot it fine after that.
    This is the output part of the usb (I can see that it's not that clean!), I made the live usb using UNetbootin, and other methods too. I should note again that it worked on other laptops.

    Code:
    Disk /dev/sdb: 1027 MB, 1027604480 bytes
    32 heads, 62 sectors/track, 1011 cylinders, total 2007040 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Disk identifier: 0xb0bcd68e
    
    This doesn't look like a partition table
    Probably you selected the wrong device.
    
       Device Boot      Start         End      Blocks   Id  System
    /dev/sdb1   ?  3223366781  3470046704   123339962   78  Unknown
    Partition 1 has different physical/logical beginnings (non-Linux?):
         phys=(518, 102, 15) logical=(1624680, 26, 50)
    Partition 1 has different physical/logical endings:
         phys=(743, 0, 62) logical=(1749015, 15, 15)
    Partition 1 does not end on cylinder boundary.
    /dev/sdb2   ?   432871117  1208554935   387841909+  10  OPUS
    Partition 2 has different physical/logical beginnings (non-Linux?):
         phys=(205, 7, 0) logical=(218181, 0, 14)
    Partition 2 has different physical/logical endings:
         phys=(920, 235, 50) logical=(609150, 21, 34)
    Partition 2 does not end on cylinder boundary.
    /dev/sdb3   ?  1869562563  3788792630   959615034   8b  Unknown
    Partition 3 has different physical/logical beginnings (non-Linux?):
         phys=(260, 125, 54) logical=(942319, 26, 56)
    Partition 3 has different physical/logical endings:
         phys=(893, 46, 60) logical=(1909673, 22, 35)
    Partition 3 does not end on cylinder boundary.
    /dev/sdb4   ?   912785408   921108501     4161547    a  OS/2 Boot Manager
    Partition 4 has different physical/logical beginnings (non-Linux?):
         phys=(269, 111, 50) logical=(460073, 9, 19)
    Partition 4 has different physical/logical endings:
         phys=(0, 0, 0) logical=(464268, 12, 46)
    Partition 4 does not end on cylinder boundary.
    
    Partition table entries are not in disk order

  7. #7
    Join Date
    Mar 2008
    Location
    California, USA
    Beans
    8,111

    Re: Live USB "Boot Error"

    Wow, I've never seen fdisk complain so much about the partition table for just one drive. All the block numbers are wrong as far as partition sizes. Do you really have four partitions on that little 1 GB USB drive? What did you use to partition it?

    For one thing, it doesn't look like any of your partitions are marked bootable, but in fact fdisk just reports a question mark. I suppose you could go ahead and try marking one partition bootable and see if it works. Personally though, I would reformat the drive and start over because of the crazy head/cylinder geometry on that drive; the geometry doesn't even seem to be consistent between partitions. How about trying:
    Code:
    sudo fdisk /dev/sdb
    Press "a", "1" for the partition, "w" to write the change, and "q" to quit. Then see if you can boot the USB drive. Let me know how it goes.

  8. #8
    Join Date
    Nov 2005
    Beans
    12

    Re: Live USB "Boot Error"

    Quote Originally Posted by caljohnsmith View Post
    [...]
    How about trying:
    Code:
    sudo fdisk /dev/sdb
    Press "a", "1" for the partition, "w" to write the change, and "q" to quit. Then see if you can boot the USB drive. Let me know how it goes.
    I didn't partition it manually, but apparently the tool I used to create the liveusb have made all that dirty job!
    and wow, fdisk wasn't happy, I got the following:
    Code:
    The partition table has been altered!
    
    Calling ioctl() to re-read partition table.
    
    WARNING: Re-reading the partition table failed with error 2: No such file or directory.
    The kernel still uses the old table.
    The new table will be used at the next reboot.
    Syncing disks.
    But nothing changed after trying it with this.

  9. #9
    Join Date
    Mar 2008
    Location
    California, USA
    Beans
    8,111

    Re: Live USB "Boot Error"

    I'm really surprised that USB stick works in another computer. Are you sure your computer supports booting a USB drive? Which program/tool did you use to create the Live USB? If I were you, I would wipe it clean and start over (make sure to delete the partition table entirely). Have you tried using UNetBootin? Or Intrepid comes with its own USB installer under System > Admin > Create a USB Startup Disk, which you could try.

  10. #10
    Join Date
    Nov 2005
    Beans
    12

    Re: Live USB "Boot Error"

    It's UNetBootin what I was using! And did that several times, so I think it might be some feature missing with Laptop Bios (or most probably a bug). Maybe I should wait an update, and meanwhile, install Ubunutu the old way (with a real CD).

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •