Skip to main content

troubleshooting a usb boot drive, something I could have done with having 5 hours ago

Possible points of failure when using a USB boot drive, in order of likelihood:
  1. At boot, you're tapping the wrong key to enter BIOS: try
    F2, Del, F9, right-shift, F12, F1, Escape
    , or
    Ctrl+Alt+Escape
    before proceeding down this list.
  2. Your monitor input is attached to the graphics card, not motherboard. BIOS has no drivers for that.
  3. Either Fast Boot or Secure Boot are enabled. Kill them.
  4. Your wireless keyboard requires an extra driver, not supported. Dig out that horrible beige one.
  5. Boot drive is in wrong format (GPT is wrong when using legacy BIOS, MBR is wrong when using UEFI)
  6. You're using a USB 3.0 device in a BIOS that can't understand it.
  7. Actually it's fine, it's just that your BIOS lists your USB boot drive as a "hard drive", not a "removable device".
  8. Your boot drive file system is wrong; it is NTFS when you need FAT32 for UEFI. Or vice versa.
  9. Boot drive was burned badly, somehow. Use Rufus instead.
  10. The OS ISO was ripped badly, somehow. Use a fresh drive.
  11. You have two identical hard drives, they have the same name in the boot priority screen, so the UEFI is booting you into the completely blank one and fails to respond to any further input and feels very clever in itself. Physically detach one of them until your dual boot is finished.
  12. Your motherboard is fried, or the BIOS corrupted. Cry.


Guess which problem was mine?

Comments