Closed Thread
Results 1 to 8 of 8

Thread: Make USB Stick Bootable

  1. #1
    Lop's Avatar
    Lop
    Lop is offline Speaks fluent binary
    Join Date
    May 2006
    Posts
    1,178
    Rep Power
    30

    Make USB Stick Bootable

    Anyone know how to make a normal USB Stick bootable?

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Aug 2006
    Posts
    11,209
    Blog Entries
    6
    Rep Power
    101
    Does your BIOS allow this option? To make a USB bootable all you need is a bootable application, for example any bootable CD ISO can be copied to a USB drive and the USB drive will be automatically bootable.. as far as I know.

  4. #3
    neo1erk's Avatar
    neo1erk is offline Newbie
    Join Date
    Dec 2007
    Posts
    11
    Rep Power
    0
    well to make anything bootable, you need offset 512 set to something. so if you copy and paste, byte 512 won't get set right i would think. However if u got some program that can write to ur usb drive directly and make it bootable, it should work.

  5. #4
    GMailGuy is offline Learning Programmer
    Join Date
    Oct 2007
    Posts
    60
    Rep Power
    0
    I think that if you have a bootable CD and copy/paste the content of the cd into the USB stick would make it bootable, wouldn't it?

    neo1erk, what is the idea with the 512 offset? can you please explain it in detail

    Thanks

  6. #5
    v0id is offline Retired
    Join Date
    Apr 2007
    Posts
    2,937
    Blog Entries
    3
    Rep Power
    42
    I think neo1erk has heard something about bootloader, though the information he gives is kinda wrong. A bootloader's size must be 512 bytes - it's not its offset.

  7. #6
    Join Date
    Aug 2006
    Posts
    11,209
    Blog Entries
    6
    Rep Power
    101
    Why is that? 512 bytes to me seems quite small :s

    What info should a bootloader contain (as it is that small?)

  8. #7
    v0id is offline Retired
    Join Date
    Apr 2007
    Posts
    2,937
    Blog Entries
    3
    Rep Power
    42
    512 bytes is quite a lot for its purpose. A bootloader needs to have a size of 512 bytes, and end with the signature 0xAA55, to fit into the boot sectore on the disk drive.
    A bootloader is the little "program" which loads an operating system. All operating systems have a bootloader, or they wouldn't be able to be booted.

  9. #8
    Join Date
    Aug 2006
    Posts
    11,209
    Blog Entries
    6
    Rep Power
    101
    Yeah I know that. The only thing I can't understand is.. 512 bytes seems quite small to boot an OS to me :s

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Making my source code bootable
    By AdvMutant in forum C and C++
    Replies: 8
    Last Post: 10-16-2010, 10:27 AM
  2. Required Code in C # for making a bootable application
    By tomarrishi in forum C# Programming
    Replies: 1
    Last Post: 04-30-2010, 02:10 AM
  3. linux on USB memory stick
    By gamepad in forum Linux Installation & Configuration
    Replies: 5
    Last Post: 12-08-2009, 02:06 PM
  4. Largest USB Stick?
    By TeH in forum Computer Hardware
    Replies: 45
    Last Post: 07-27-2009, 02:44 AM
  5. Boot from a USB stick
    By TcM in forum Computer Software/OS
    Replies: 10
    Last Post: 01-22-2007, 08:35 AM

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