2

Hi I have used my Corsair Flash Voyager GT 16GB as a boot drive many times, bur recently it has refused to want to boot any OS, It just displays this blinking hyphen.

2
  • 1
    I never managed to properly boot off my Corsair Flash Voyager GT 16GB so +1 for interesting question!
    – AndrejaKo
    Commented Aug 23, 2010 at 12:21
  • It's something with your BIOS. Check to see what kind of usb bootable devices it can work with.
    – lukemook
    Commented Apr 18, 2012 at 3:44

1 Answer 1

0

Did you try to use diskpart in order to make it bootable?

It should look something like this:

DISKPART> SELECT DISK 1
Disk 1 is now the selected disk.

DISKPART> CLEAN
DiskPart succeeded in cleaning the disk.

DISKPART> CREATE PARTITION PRIMARY
DiskPart succeeded in creating the specified partition.

DISKPART> SELECT PARTITION 1
Partition 1 is now the selected partition.

DISKPART> FORMAT FS=FAT32 QUICK
100 percent completed
DiskPart successfully formatted the volume.

DISKPART> ACTIVE
DiskPart marked the current partition as active.

DISKPART> EXIT

You can check guide at this blog post for better looking formating.

2
  • Well actually I am trying to boot a Mac OS X Snow Leopard disk and I have restored the ISO to the flash drive but it refuses to boot even when I try to boot a Windows 7 installation Commented Aug 24, 2010 at 17:32
  • @GamerOfFreedom: Procedure should work regardless of operating system on it. USB drive itself is not a problem then. If it was a PC, I would recommend restoring BIOS defaults. Commented Aug 25, 2010 at 8:47

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .