您好,我曾多次将 Corsair Flash Voyager GT 16GB 用作启动驱动器,但最近它拒绝启动任何操作系统,只显示闪烁的连字符。
答案1
您是否尝试使用 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
您可以访问以下网址查看指南这博客文章以获得更好看的格式。