闪存驱动器拒绝启动


2

嗨我多次使用我的Corsair Flash Voyager GT 16GB作为启动驱动器,最近它拒绝启动任何操作系统,它只是显示这个闪烁的连字符。


1
我从来没有设法正确启动我的Corsair Flash Voyager GT 16GB所以+1有趣的问题!
AndrejaKo

它与您的BIOS有关。检查它可以使用哪种类型的USB可启动设备。
lukemook

Answers:


0

您是否尝试使用diskpart以使其可引导?

它应该看起来像这样:

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

你可以查看指南 这个 博客文章更好看的格式。


实际上,我正在尝试启动Mac OS X Snow Leopard磁盘,我已将ISO恢复到闪存驱动器,但即使我尝试启动Windows 7安装它也拒绝启动
GamerOfFreedom

@GamerOfFreedom:无论操作系统如何,程序都应该有效。 USB驱动器本身不是问题。如果是PC,我建议恢复BIOS默认值。
Josip Medved
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.