我尝试将 iso 写入 usb 闪存驱动器

我尝试将 iso 写入 usb 闪存驱动器

当我尝试将 iso 写入 usb 时失败

这是 rufus 的日志文件

Rufus version: 2.18.1213
Windows version: Windows 10 64-bit (Build 16299)
Syslinux versions: 4.07/2013-07-25, 6.03/2014-10-06
Grub versions: 0.4.6a, 2.02
System locale ID: 0x0413
Will use default UI locale 0x0413
SetLGP: Successfully set NoDriveTypeAutorun policy to 0x0000009E
Localization set to 'nl-NL'
Found USB device 'Generic Flash Disk USB Device' (058F:6387) [ID]
1 device found
No volume information for drive 0x82
Disk type: Removable, Disk size: 16GB, Sector size: 512 bytes
Cylinders: 2048, Tracks per cylinder: 255, Sectors per track: 63
Partition type: MBR, NB Partitions: 1
Disk ID: 0x000915DD
Drive has a Syslinux Master Boot Record
Partition 1:
  Type: FAT32 LBA (0x0c)
  Size: 15.7 GB (16847470592 bytes)
  Start Sector: 2048, Boot: Yes
Scanning image...
ISO analysis:
  Image is an ISO9660 image
  Will use '/isolinux/isolinux.cfg' for Syslinux
  Detected Syslinux version: 6.03/20151222 (from '/isolinux/isolinux.bin')
Disk image analysis:
  Image has an unknown Master Boot Record
  Image is a bootable disk image
ISO label: 'Ubuntu 16.04.3 LTS amd64'
  Size: 1.5 GB (Projected)
  Has a >64 chars filename
  Uses: Syslinux/Isolinux v6.03
  Uses: EFI
  Note: This ISO uses symbolic links, which will not be replicated due to file system limitations.
  Because of this, some features from this image may not work...
Using image: ubuntu-16.04.3-desktop-amd64.iso (1.5 GB)
Will reuse 'ldlinux.sys' and 'ldlinux.bss' from './rufus_files/rufus_files/syslinux-6.03/20151222/' for Syslinux installation

Format operation started
Requesting disk access...
Opened \\.\PHYSICALDRIVE2 for exclusive write access
Requesting lock...
Will use 'E:' as volume mountpoint
Requesting lock...
Analyzing existing boot records...
Drive has a Syslinux Master Boot Record
Volume has an unknown Partition Boot Record
Clearing MBR/PBR/GPT structures...
Erasing 128 sectors
Deleting partitions...
Partitioning (MBR)...
Closing existing volume...
Waiting for logical drive to reappear...
Formatting (FAT32)...
Using cluster size: 8192 bytes
Quick format was selected
Creating file system...
Format completed.
Writing master boot record...
Drive has a Zeroed Master Boot Record
Partition is already FAT32 LBA...
Set bootable USB partition as 0x80
Using Syslinux MBR
Found volume GUID \\?\Volume{a780b8b8-f967-11e7-9d1f-806e6f6e6963}\
Installing Syslinux 6.03...
Opened \\?\Volume{a780b8b8-f967-11e7-9d1f-806e6f6e6963} for shared write access
Using existing './rufus_files/syslinux-6.03/20151222/ldlinux.sys' ✓
Using existing './rufus_files/syslinux-6.03/20151222/ldlinux.bss' ✗
Successfully wrote 'ldlinux.sys'
Successfully wrote Syslinux boot record
Successfully remounted \\?\Volume{a780b8b8-f967-11e7-9d1f-806e6f6e6963}\ on E:
Copying ISO files...
Extracting files...
Image is an ISO9660 image
This image will be extracted using Rock Ridge extensions (if present)
Extracting: E:\.disk\base_installable (0 bytes)
  Unable to create file: [0x00000057] De parameter is onjuist.
Unable to create E:\syslinux.cfg - booting from USB will not work

Found USB device 'Generic Flash Disk USB Device' (058F:6387) [ID]
1 device found
No volume information for drive 0x82
Disk type: Removable, Disk size: 16GB, Sector size: 512 bytes
Cylinders: 2048, Tracks per cylinder: 255, Sectors per track: 63
Partition type: MBR, NB Partitions: 1
Disk ID: 0x000E3BAD
Drive has a Syslinux Master Boot Record
Partition 1:
  Type: FAT32 LBA (0x0c)
  Size: 15.7 GB (16847470592 bytes)
  Start Sector: 2048, Boot: Yes
Closed Windows format prompt

答案1

Rufus 开发人员在这里。

很确定这表示 USB 驱动器存在缺陷。您尝试过使用其他闪存驱动器吗?

另外,但这不应该与您的错误直接相关,我很困惑您为什么在上得到的是 而不是。这表明您下载的文件的 SHA-256 与我们服务器的 SHA-256 不匹配(Rufus 2.18 将验证),这意味着您手动修改了该文件,或者您的下载已损坏,或者(但这种情况不太可能发生),甚至更险恶的事情,例如有人故意拦截下载并将其替换为他们自己的内容。ldlinux.bss

总而言之,我看到很多迹象似乎表明硬件或系统不稳定,这可能解释了您的问题。

您可能想要尝试的最后一件事是,在 Rufus 中创建可启动驱动器时,您将要系统会提示您是否要以 ISO 映像模式或 DD 模式写入映像,并会特别提示,如果您发现在 ISO 模式下出现问题,您可能需要尝试以 DD 模式创建 USB 驱动器。您是否尝试过以 DD 模式写入驱动器?

相关内容