pbatard / rufus

The Reliable USB Formatting Utility
https://rufus.ie
GNU General Public License v3.0
28.43k stars 2.54k forks source link

ISO Image Extraction Failure #661

Closed Windexia closed 8 years ago

Windexia commented 8 years ago

When I try to extract the windows 7 iso file I get this error saying Iso Image extraction Failure. The log looks like this .

Disk ID: 0x00F6C7B8
Drive has a Rufus Master Boot Record
Partition 1:
  Type: NTFS (0x07)
  Size: 7.3 GB (7802126336 bytes)
  Start Sector: 2048, Boot: Yes, Recognized: Yes
Scanning image...
ISO analysis:
  Image is an UDF image
Disk image analysis:
  Image does not have an x86 Master Boot Record
ISO label: 'GRMCULXFRER_EN_DVD'
  Size: 2147486227 bytes
  Has a >64 chars filename: No
  Has Symlinks: No
  Has a >4GB file: No
  Uses Bootmgr: Yes
  Uses EFI: Yes (win7_x64)
  Uses Grub 2: No
  Uses Grub4DOS: No
  Uses isolinux: No
  Uses KolibriOS: No
  Uses ReactOS: No
  Uses WinPE: No
  Uses Install.wim: Yes (version 0.13.1)
Using image: Win_7_64Bit.iso

Format operation started
Requesting disk access...
Opened drive \\.\PHYSICALDRIVE1 for write access
Will use 'F:' as volume mountpoint
I/O boundary checks disabled
Analyzing existing boot records...
Drive has a Rufus Master Boot Record
Volume has an unknown Partition Boot Record
Deleting partitions...
Clearing MBR/PBR/GPT structures...
Erasing 128 sectors
Partitioning (MBR)...
Closing existing volume...
Waiting for logical drive to reappear...
Formatting (NTFS)...
Using cluster size: 4096 bytes
Quick format was selected
Creating file system...
Format completed.
Writing master boot record...
Drive has a Zeroed Master Boot Record
Set bootable USB partition as 0x80
Using Rufus MBR
Found volume GUID \\?\Volume{a51ac202-9379-11e5-824e-806e6f6e6963}\
Opened drive \\?\Volume{a51ac202-9379-11e5-824e-806e6f6e6963} for write access
Writing partition boot record...
Using Standard NTFS partition boot record
Confirmed new volume has an NTFS boot sector
Successfully remounted Volume{a51ac202-9379-11e5-824e-806e6f6e6963}\ on F:\
Copying ISO files...
Extracting files...
Image is an UDF image
Extracting: F:\autorun.inf (122 bytes)
Extracting: F:\boot\bcd (256 KB)
Extracting: F:\boot\boot.sdi (3 MB)
Extracting: F:\boot\bootfix.bin (1 KB)
Extracting: F:\boot\bootsect.exe (110 KB)
Extracting: F:\boot\en-us\bootsect.exe.mui (15.5 KB)
  Error reading UDF file /boot/en-us/bootsect.exe.mui

Found USB 2.0 device 'Kingston DataTraveler 2.0 USB Device' (0930:6545)
1 device found
Disk type: Removable, Sector Size: 512 bytes
Cylinders: 948, TracksPerCylinder: 255, SectorsPerTrack: 63
Partition type: MBR, NB Partitions: 1
Disk ID: 0x00FA54B7
Drive has a Rufus Master Boot Record
Partition 1:
  Type: NTFS (0x07)
  Size: 7.3 GB (7802126336 bytes)
  Start Sector: 2048, Boot: Yes, Recognized: Yes
Checking for Rufus updates...
Checking release channel...
No new release version found.
pbatard commented 8 years ago

Your ISO is corrupted or incomplete:

  1. 2 GB (2147486227 bytes) is too small for any official Microsoft ISO
  2. After selecting the ISO in Rufus, you should click the # sign at the bottom of Rufus and then google the SHA1 that will appear in a new Window. For GRMCULXFRER_EN_DVD it should probably be 326327CC2FF9F05379F5058C41BE6BC5E004BAA7 (and the ISO should be about 3.1 GB). If you don't get any match for the SHA-1 in google, then either your image is corrupted or you created a custom ISO, which is not supported in Rufus (because I can't guarantee that your ISO was created properly).
lock[bot] commented 5 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue if you think you have a related problem or query.