Jump to content

A Working W10 Install - Which file is the Boot image? (No efisys.bin or etfsboot.com)


UTOPR

Recommended Posts

I've been trying to figure this out throughout the day, as seen in the imgburn log.

 

I was finally able to create a Bios bootable .iso file by copying and pasting a etfsboot.com file from previous builds. I am, however, very curious what I was missing here for UEFI if anyone is able to help.

 


Boring, sob story about my research:

Quote

 

I've been googling and reading: microsoft docs, wikipedia, and the imgburn forums about: UEFI, BCD, .sdi files, .efi files, bootmgr. I Found lots of info on making 'efisys.bin' or 'etfsboot.com' bootable or bootmgr/BCD being corrupt on an internal drive.

 

I cannot--for the life of me--figure out how this thumb drive was able to boot without etfsboot.com.  I scoured around for any multiple of 512 that I could find. I used binwalk and 7zip to try and find anything in these files.

 

 

(without etfsboot.com) I used these settings:

  • Emulation: None
  • Boot Image: (bootmgr, bootmgr.efi, boot.sdi, boot.sdi/$boot, etc.)
  • Platform ID: UEFI
  • Developer: Microsoft
  • Load Segment: 07C0
  • Sectors to Load: (The 'boot Image' file size in bytes / 512 and round up) -OR- (I'd see that a tool says that the first file inside of: ./EFI/Boot/bootx64.efi is offset by 1024 bytes so I'd put 2)

I also clicked '1999' in the 'ISO9660 restrictions' as lightning UK suggested in another post and after about half a dozen .iso files later, I changed to the 'UDF' file system only.

Everything else should be default settings. I installed imgburn on this computer for this 1 project to make use of the ramdisk to save on ssd wear lol.

 

 

Thank you for reading.

 

The custom windows 10 install files that I have that are made via Microsoft Deployment toolkit, I believe. (I took out all of the locale directories for readability).

--- Root Directory:

user@comp:/mnt/win/W10_604.Build$ tree -s -L 1
.
├── [        128]  autorun.inf
├── [          0]  Boot
├── [     408074]  bootmgr
├── [    1452856]  bootmgr.efi
├── [          0]  Deploy
└── [          0]  EFI

3 directories, 3 files



--- Boot/ Directory

user@comp:/mnt/win/W10_604.Build$ tree -I '*.exe.mui|*.ttf' Boot/
Boot/
├── BCD
├── bcd.LOG
├── bootfix.bin
├── boot.sdi
├── memtest.exe
└── Resources
    └── bootres.dll


37 directories, 8 files



--- EFI/

user@comp:/mnt/win/W10_604.Build$ tree -I '*mui|*.ttf' EFI/
EFI/
├── Boot
│   ├── bootx64.efi
│   └── en-us
└── Microsoft
    └── Boot
        ├── BCD
        ├── bcd.LOG
        ├── memtest.efi
        └── Resources
            └── bootres.dll

28 directories, 7 files





--- Deploy/Boot/ Directory:

user@comp:/mnt/win/W10_604.Build$ tree -P 'boot*|BCD' -I '*mui' Deploy/Boot/
Deploy/Boot/
├── x64
│   ├── Boot
│   │   ├── BCD
│   │   ├── bootfix.bin
│   │   ├── boot.sdi
│   │   └── Resources
│   │       └── bootres.dll
│   ├── bootmgr
│   ├── bootmgr.efi
│   └── EFI
│       ├── Boot
│       │   ├── bootx64.efi
│       │   └── en-us
│       └── Microsoft
│           └── Boot
│               ├── BCD
│               └── Resources
│                   └── bootres.dll
└── x86
    ├── Boot
    │   ├── BCD
    │   ├── bg-bg
    │   ├── bootfix.bin
    │   ├── boot.sdi
    │   └── Resources
    │       └── bootres.dll
    ├── bootmgr
    ├── bootmgr.efi
    └── EFI
        ├── Boot
        │   └── bootia32.efi
        └── Microsoft
            └── Boot
                ├── BCD
                └── Resources
                    └── bootres.dll

136 directories, 18 files

 

 

 

Log, all from today.

Quote

; //****************************************\\
;   ImgBurn Version 2.5.8.0 - Log
;   Friday, 27 November 2020, 23:46:25
; \\****************************************//
;
;
I 23:41:35 ImgBurn Version 2.5.8.0 started!
I 23:41:35 Microsoft Windows Server 2012, Datacenter x64 Edition (6.2, Build 9200)
I 23:41:35 Total Physical Memory: 53,902,836 KiB  -  Available: 22,039,876 KiB
I 23:41:35 Initialising SPTI...
I 23:41:35 Searching for SCSI / ATAPI devices...
I 23:41:35 -> Drive 1 - Info: NECVMWar VMware SATA CD00 1.00 (D:) (SATA)
I 23:41:35 Found 1 DVD-RAM/R!
I 23:46:25 Close Request Acknowledged
I 23:46:25 Closing Down...
I 23:46:25 Shutting down SPTI...
I 23:46:25 ImgBurn closed!
;
;
; //****************************************\\
;   ImgBurn Version 2.5.8.0 - Log
;   Friday, 27 November 2020, 23:03:59
; \\****************************************//
;
;
I 15:27:19 ImgBurn Version 2.5.8.0 started!
I 15:27:19 Microsoft Windows Server 2012, Datacenter x64 Edition (6.2, Build 9200)
I 15:27:19 Total Physical Memory: 53,902,836 KiB  -  Available: 22,566,044 KiB
I 15:27:19 Initialising SPTI...
I 15:27:19 Searching for SCSI / ATAPI devices...
I 15:27:19 -> Drive 1 - Info: NECVMWar VMware SATA CD00 1.00 (D:) (SATA)
I 15:27:19 Found 1 DVD-RAM/R!
I 15:29:05 Operation Started!
I 15:29:05 Building Image Tree...
I 15:29:07 Calculating Totals...
I 15:29:07 Preparing Image...
I 15:29:13 Contents: 8,185 Files, 1,085 Folders
I 15:29:13 Content Type: Data
I 15:29:13 Data Type: MODE1/2048
I 15:29:13 File System(s): UDF (1.02) (Bootable)
I 15:29:13 Volume Label: W10_604.Build
I 15:29:13 Size: 15,756,008,466 bytes
I 15:29:13 Sectors: 7,697,473
I 15:29:13 Image Size: 15,786,573,824 bytes
I 15:29:13 Image Sectors: 7,708,288
I 15:29:15 Operation Successfully Completed! - Duration: 00:00:09
I 15:29:15 Operation Started!
I 15:29:15 Image Contents: 8,185 Files, 1,085 Folders
I 15:29:15 Image Sectors: 7,708,288 (MODE1/2048)
I 15:29:15 Image Size: 15,786,573,824 bytes
I 15:29:15 Image Volume Identifier: W10_604.Build
I 15:29:15 Image Volume Set Identifier: 517B7BA200759E69
I 15:29:15 Image Application Identifier: IMGBURN V2.5.8.0 - THE ULTIMATE IMAGE BURNER!
I 15:29:15 Image Implementation Identifier: ImgBurn
I 15:29:15 Image File System(s): UDF (1.02) (Bootable)
I 15:29:15 Destination File: G:\test3.iso
I 15:29:15 Destination Free Space: 10,332,270,592 Bytes (10,090,108.00 KiB) (9,853.62 MiB) (9.62 GiB)
I 15:29:15 Destination File System: NTFS
I 15:29:15 File Splitting: Auto
I 15:29:18 Writing Image...
I 15:30:17 Operation Successfully Completed! - Duration: 00:01:02
I 15:30:17 Average Write Rate: 248,654 KiB/s (56.6x) - Maximum Write Rate: 297,973 KiB/s (67.9x)
I 21:14:59 Operation Started!
I 21:14:59 Building Image Tree...
I 21:15:01 Calculating Totals...
I 21:15:01 Preparing Image...
I 21:15:04 Contents: 8,185 Files, 1,085 Folders
I 21:15:04 Content Type: Data
I 21:15:04 Data Type: MODE1/2048
I 21:15:04 File System(s): UDF (1.02) (Bootable)
I 21:15:04 Volume Label: W10_604.Build
I 21:15:04 Size: 15,756,008,466 bytes
I 21:15:04 Sectors: 7,697,473
I 21:15:04 Image Size: 15,786,573,824 bytes
I 21:15:04 Image Sectors: 7,708,288
I 21:15:06 Operation Successfully Completed! - Duration: 00:00:06
I 21:15:06 Operation Started!
I 21:15:06 Image Contents: 8,185 Files, 1,085 Folders
I 21:15:06 Image Sectors: 7,708,288 (MODE1/2048)
I 21:15:06 Image Size: 15,786,573,824 bytes
I 21:15:06 Image Volume Identifier: W10_604.Build
I 21:15:06 Image Volume Set Identifier: 517BA9DC00759E69
I 21:15:06 Image Application Identifier: IMGBURN V2.5.8.0 - THE ULTIMATE IMAGE BURNER!
I 21:15:06 Image Implementation Identifier: ImgBurn
I 21:15:06 Image File System(s): UDF (1.02) (Bootable)
I 21:15:06 Destination File: G:\test3.iso
I 21:15:06 Destination Free Space: 10,334,760,960 Bytes (10,092,540.00 KiB) (9,856.00 MiB) (9.62 GiB)
I 21:15:06 Destination File System: NTFS
I 21:15:06 File Splitting: Auto
I 21:15:08 Writing Image...
I 21:16:08 Operation Successfully Completed! - Duration: 00:01:02
I 21:16:08 Average Write Rate: 248,654 KiB/s (56.6x) - Maximum Write Rate: 281,369 KiB/s (64.1x)
I 21:51:49 Operation Started!
I 21:51:49 Building Image Tree...
W 21:51:49 Skipped Hidden File: H:\W10_604.Build\Boot\$Boot
I 21:51:55 Calculating Totals...
I 21:51:55 Preparing Image...
I 21:51:58 Contents: 8,185 Files, 1,085 Folders
I 21:51:58 Content Type: Data
I 21:51:58 Data Type: MODE1/2048
I 21:51:58 File System(s): UDF (1.02) (Bootable)
I 21:51:58 Volume Label: W10_604.Build
I 21:51:58 Size: 15,756,008,466 bytes
I 21:51:58 Sectors: 7,697,473
I 21:51:58 Image Size: 15,786,573,824 bytes
I 21:51:58 Image Sectors: 7,708,288
I 21:52:02 Operation Successfully Completed! - Duration: 00:00:12
I 21:52:02 Operation Started!
I 21:52:02 Image Contents: 8,185 Files, 1,085 Folders
I 21:52:02 Image Sectors: 7,708,288 (MODE1/2048)
I 21:52:02 Image Size: 15,786,573,824 bytes
I 21:52:02 Image Volume Identifier: W10_604.Build
I 21:52:02 Image Volume Set Identifier: 517BAE7800759E69
I 21:52:02 Image Application Identifier: IMGBURN V2.5.8.0 - THE ULTIMATE IMAGE BURNER!
I 21:52:02 Image Implementation Identifier: ImgBurn
I 21:52:02 Image File System(s): UDF (1.02) (Bootable)
I 21:52:02 Destination File: G:\test3.iso
I 21:52:02 Destination Free Space: 10,334,760,960 Bytes (10,092,540.00 KiB) (9,856.00 MiB) (9.62 GiB)
I 21:52:02 Destination File System: NTFS
I 21:52:02 File Splitting: Auto
I 21:52:04 Writing Image...
I 21:53:04 Operation Successfully Completed! - Duration: 00:01:02
I 21:53:04 Average Write Rate: 248,654 KiB/s (56.6x) - Maximum Write Rate: 302,503 KiB/s (68.9x)
I 22:29:15 Operation Started!
I 22:29:15 Building Image Tree...
W 22:29:15 Skipped Hidden File: H:\W10_604.Build\Boot\$Boot
I 22:29:16 Calculating Totals...
I 22:29:16 Preparing Image...
I 22:29:20 Contents: 8,185 Files, 1,085 Folders
I 22:29:20 Content Type: Data
I 22:29:20 Data Type: MODE1/2048
I 22:29:20 File System(s): UDF (1.02) (Bootable)
I 22:29:20 Volume Label: W10_604.Build
I 22:29:20 Size: 15,756,008,466 bytes
I 22:29:20 Sectors: 7,697,473
I 22:29:20 Image Size: 15,786,573,824 bytes
I 22:29:20 Image Sectors: 7,708,288
I 22:29:21 Operation Successfully Completed! - Duration: 00:00:05
I 22:29:21 Operation Started!
I 22:29:21 Image Contents: 8,185 Files, 1,085 Folders
I 22:29:21 Image Sectors: 7,708,288 (MODE1/2048)
I 22:29:21 Image Size: 15,786,573,824 bytes
I 22:29:21 Image Volume Identifier: W10_604.Build
I 22:29:21 Image Volume Set Identifier: 517BB3A700759E69
I 22:29:21 Image Application Identifier: IMGBURN V2.5.8.0 - THE ULTIMATE IMAGE BURNER!
I 22:29:21 Image Implementation Identifier: ImgBurn
I 22:29:21 Image File System(s): UDF (1.02) (Bootable)
I 22:29:21 Destination File: G:\test3.iso
I 22:29:21 Destination Free Space: 10,334,760,960 Bytes (10,092,540.00 KiB) (9,856.00 MiB) (9.62 GiB)
I 22:29:21 Destination File System: NTFS
I 22:29:21 File Splitting: Auto
I 22:29:22 Writing Image...
I 22:30:20 Operation Successfully Completed! - Duration: 00:00:59
I 22:30:20 Average Write Rate: 261,297 KiB/s (59.5x) - Maximum Write Rate: 308,971 KiB/s (70.4x)
I 23:03:59 Close Request Acknowledged
I 23:03:59 Closing Down...
I 23:03:59 Shutting down SPTI...
I 23:03:59 ImgBurn closed!
;
;
; //****************************************\\
;   ImgBurn Version 2.5.8.0 - Log
;   Friday, 27 November 2020, 15:26:35
; \\****************************************//
;
;
I 10:29:08 ImgBurn Version 2.5.8.0 started!
I 10:29:08 Microsoft Windows Server 2012, Datacenter x64 Edition (6.2, Build 9200)
I 10:29:08 Total Physical Memory: 53,902,836 KiB  -  Available: 23,318,108 KiB
I 10:29:08 Initialising SPTI...
I 10:29:08 Searching for SCSI / ATAPI devices...
I 10:29:08 -> Drive 1 - Info: NECVMWar VMware SATA CD00 1.00 (D:) (SATA)
I 10:29:08 Found 1 DVD-RAM/R!
I 10:31:28 Operation Started!
I 10:31:28 Building Image Tree...
I 10:31:30 Calculating Totals...
I 10:31:30 Preparing Image...
E 10:31:39 Operation Failed! - Duration: 00:00:10
I 10:31:44 Operation Started!
I 10:31:44 Building Image Tree...
I 10:31:46 Calculating Totals...
I 10:31:46 Preparing Image...
I 10:31:51 Contents: 8,185 Files, 1,085 Folders
I 10:31:51 Content Type: Data
I 10:31:51 Data Type: MODE1/2048
I 10:31:51 File System(s): ISO9660 (Bootable), UDF (1.02)
I 10:31:51 Volume Label: W10_604.Build
I 10:31:51 Size: 15,756,008,466 bytes
I 10:31:51 Sectors: 7,697,473
I 10:31:51 Image Size: 15,789,064,192 bytes
I 10:31:51 Image Sectors: 7,709,504
I 10:31:54 Operation Successfully Completed! - Duration: 00:00:10
I 10:31:55 Operation Started!
I 10:31:55 Image Contents: 8,185 Files, 1,085 Folders
I 10:31:55 Image Sectors: 7,709,504 (MODE1/2048)
I 10:31:55 Image Size: 15,789,064,192 bytes
I 10:31:55 Image Volume Identifier: W10_604.Build
I 10:31:55 Image Volume Set Identifier: 517B53F50075A32E
I 10:31:55 Image Application Identifier: IMGBURN V2.5.8.0 - THE ULTIMATE IMAGE BURNER!
I 10:31:55 Image Implementation Identifier: ImgBurn
I 10:31:55 Image File System(s): ISO9660 (Bootable), UDF (1.02)
I 10:31:55 Destination File: G:\test3.iso
I 10:31:55 Destination Free Space: 26,121,334,784 Bytes (25,509,116.00 KiB) (24,911.25 MiB) (24.33 GiB)
I 10:31:55 Destination File System: NTFS
I 10:31:55 File Splitting: Auto
I 10:31:55 Writing Image...
I 10:32:54 Operation Successfully Completed! - Duration: 00:00:59
I 10:32:54 Average Write Rate: 261,339 KiB/s (59.5x) - Maximum Write Rate: 298,351 KiB/s (68.0x)
I 10:34:14 Operation Started!
I 10:34:14 Building Image Tree...
I 10:34:18 Calculating Totals...
I 10:34:18 Preparing Image...
I 10:34:24 Contents: 8,185 Files, 1,085 Folders
I 10:34:24 Content Type: Data
I 10:34:24 Data Type: MODE1/2048
I 10:34:24 File System(s): ISO9660 (Bootable), UDF (1.02)
I 10:34:24 Volume Label: W10_604.Build
I 10:34:24 Size: 15,756,008,466 bytes
I 10:34:24 Sectors: 7,697,473
I 10:34:24 Image Size: 15,789,064,192 bytes
I 10:34:24 Image Sectors: 7,709,504
I 10:34:25 Operation Successfully Completed! - Duration: 00:00:11
I 10:34:25 Operation Started!
I 10:34:25 Image Contents: 8,185 Files, 1,085 Folders
I 10:34:25 Image Sectors: 7,709,504 (MODE1/2048)
I 10:34:25 Image Size: 15,789,064,192 bytes
I 10:34:25 Image Volume Identifier: W10_604.Build
I 10:34:25 Image Volume Set Identifier: 517B54460075A32E
I 10:34:25 Image Application Identifier: IMGBURN V2.5.8.0 - THE ULTIMATE IMAGE BURNER!
I 10:34:25 Image Implementation Identifier: ImgBurn
I 10:34:25 Image File System(s): ISO9660 (Bootable), UDF (1.02)
I 10:34:25 Destination File: G:\test3.iso
I 10:34:25 Destination Free Space: 26,121,334,784 Bytes (25,509,116.00 KiB) (24,911.25 MiB) (24.33 GiB)
I 10:34:25 Destination File System: NTFS
I 10:34:25 File Splitting: Auto
I 10:34:25 Writing Image...
I 10:35:25 Operation Successfully Completed! - Duration: 00:00:59
I 10:35:25 Average Write Rate: 261,339 KiB/s (59.5x) - Maximum Write Rate: 319,680 KiB/s (72.8x)
I 13:54:15 Operation Started!
I 13:54:15 Building Image Tree...
I 13:54:18 Calculating Totals...
I 13:54:18 Preparing Image...
I 13:54:22 Contents: 8,186 Files, 1,085 Folders
I 13:54:22 Content Type: Data
I 13:54:22 Data Type: MODE1/2048
I 13:54:22 File System(s): ISO9660 (Bootable), UDF (1.02)
I 13:54:22 Volume Label: W10_604.Build
I 13:54:22 Size: 15,756,016,658 bytes
I 13:54:22 Sectors: 7,697,477
I 13:54:22 Image Size: 15,789,064,192 bytes
I 13:54:22 Image Sectors: 7,709,504
I 13:54:25 Operation Successfully Completed! - Duration: 00:00:10
I 13:54:25 Operation Started!
I 13:54:25 Image Contents: 8,186 Files, 1,085 Folders
I 13:54:25 Image Sectors: 7,709,504 (MODE1/2048)
I 13:54:25 Image Size: 15,789,064,192 bytes
I 13:54:25 Image Volume Identifier: W10_604.Build
I 13:54:25 Image Volume Set Identifier: 517B6EC60075A333
I 13:54:25 Image Application Identifier: IMGBURN V2.5.8.0 - THE ULTIMATE IMAGE BURNER!
I 13:54:25 Image Implementation Identifier: ImgBurn
I 13:54:25 Image File System(s): ISO9660 (Bootable), UDF (1.02)
I 13:54:25 Destination File: G:\test3.iso
I 13:54:25 Destination Free Space: 10,332,270,592 Bytes (10,090,108.00 KiB) (9,853.62 MiB) (9.62 GiB)
I 13:54:25 Destination File System: NTFS
I 13:54:25 File Splitting: Auto
I 13:54:29 Writing Image...
I 13:55:29 Operation Successfully Completed! - Duration: 00:01:03
I 13:55:29 Average Write Rate: 244,746 KiB/s (55.7x) - Maximum Write Rate: 295,840 KiB/s (67.4x)
I 14:27:21 Operation Started!
I 14:27:21 Building Image Tree...
I 14:27:24 Calculating Totals...
I 14:27:24 Preparing Image...
I 14:27:28 Contents: 8,186 Files, 1,085 Folders
I 14:27:28 Content Type: Data
I 14:27:28 Data Type: MODE1/2048
I 14:27:28 File System(s): ISO9660 (Bootable), UDF (1.02)
I 14:27:28 Volume Label: W10_604.Build
I 14:27:28 Size: 15,756,016,658 bytes
I 14:27:28 Sectors: 7,697,477
I 14:27:28 Image Size: 15,789,064,192 bytes
I 14:27:28 Image Sectors: 7,709,504
I 14:27:31 Operation Successfully Completed! - Duration: 00:00:09
I 14:27:31 Operation Started!
I 14:27:31 Image Contents: 8,186 Files, 1,085 Folders
I 14:27:31 Image Sectors: 7,709,504 (MODE1/2048)
I 14:27:31 Image Size: 15,789,064,192 bytes
I 14:27:31 Image Volume Identifier: W10_604.Build
I 14:27:31 Image Volume Set Identifier: 517B73690075A333
I 14:27:31 Image Application Identifier: IMGBURN V2.5.8.0 - THE ULTIMATE IMAGE BURNER!
I 14:27:31 Image Implementation Identifier: ImgBurn
I 14:27:31 Image File System(s): ISO9660 (Bootable), UDF (1.02)
I 14:27:31 Destination File: G:\test3.iso
I 14:27:31 Destination Free Space: 10,332,270,592 Bytes (10,090,108.00 KiB) (9,853.62 MiB) (9.62 GiB)
I 14:27:31 Destination File System: NTFS
I 14:27:31 File Splitting: Auto
I 14:27:35 Writing Image...
I 14:28:33 Operation Successfully Completed! - Duration: 00:01:02
I 14:28:33 Average Write Rate: 248,693 KiB/s (56.6x) - Maximum Write Rate: 307,297 KiB/s (70.0x)
I 14:39:03 Operation Started!
I 14:39:03 Building Image Tree...
I 14:39:05 Calculating Totals...
I 14:39:05 Preparing Image...
I 14:39:09 Contents: 8,185 Files, 1,085 Folders
I 14:39:09 Content Type: Data
I 14:39:09 Data Type: MODE1/2048
I 14:39:09 File System(s): ISO9660 (Bootable), UDF (1.02)
I 14:39:09 Volume Label: W10_604.Build
I 14:39:09 Size: 15,756,008,466 bytes
I 14:39:09 Sectors: 7,697,473
I 14:39:09 Image Size: 15,789,064,192 bytes
I 14:39:09 Image Sectors: 7,709,504
I 14:39:11 Operation Successfully Completed! - Duration: 00:00:08
I 14:39:11 Operation Started!
I 14:39:11 Image Contents: 8,185 Files, 1,085 Folders
I 14:39:11 Image Sectors: 7,709,504 (MODE1/2048)
I 14:39:11 Image Size: 15,789,064,192 bytes
I 14:39:11 Image Volume Identifier: W10_604.Build
I 14:39:11 Image Volume Set Identifier: 517B74D10075A32E
I 14:39:11 Image Application Identifier: IMGBURN V2.5.8.0 - THE ULTIMATE IMAGE BURNER!
I 14:39:11 Image Implementation Identifier: ImgBurn
I 14:39:11 Image File System(s): ISO9660 (Bootable), UDF (1.02)
I 14:39:11 Destination File: G:\test3.iso
I 14:39:11 Destination Free Space: 10,332,270,592 Bytes (10,090,108.00 KiB) (9,853.62 MiB) (9.62 GiB)
I 14:39:11 Destination File System: NTFS
I 14:39:11 File Splitting: Auto
I 14:39:17 Writing Image...
I 14:40:16 Operation Successfully Completed! - Duration: 00:01:05
I 14:40:16 Average Write Rate: 237,215 KiB/s (54.0x) - Maximum Write Rate: 309,610 KiB/s (70.5x)
I 14:42:36 Operation Started!
I 14:42:36 Building Image Tree...
I 14:42:39 Calculating Totals...
I 14:42:39 Preparing Image...
I 14:42:44 Contents: 8,185 Files, 1,085 Folders
I 14:42:44 Content Type: Data
I 14:42:44 Data Type: MODE1/2048
I 14:42:44 File System(s): ISO9660 (Bootable), UDF (1.02)
I 14:42:44 Volume Label: W10_604.Build
I 14:42:44 Size: 15,756,008,466 bytes
I 14:42:44 Sectors: 7,697,473
I 14:42:44 Image Size: 15,789,064,192 bytes
I 14:42:44 Image Sectors: 7,709,504
I 14:42:45 Operation Successfully Completed! - Duration: 00:00:08
I 14:42:45 Operation Started!
I 14:42:45 Image Contents: 8,185 Files, 1,085 Folders
I 14:42:45 Image Sectors: 7,709,504 (MODE1/2048)
I 14:42:45 Image Size: 15,789,064,192 bytes
I 14:42:45 Image Volume Identifier: W10_604.Build
I 14:42:45 Image Volume Set Identifier: 517B75510075A32E
I 14:42:45 Image Application Identifier: IMGBURN V2.5.8.0 - THE ULTIMATE IMAGE BURNER!
I 14:42:45 Image Implementation Identifier: ImgBurn
I 14:42:45 Image File System(s): ISO9660 (Bootable), UDF (1.02)
I 14:42:45 Destination File: G:\test3.iso
I 14:42:45 Destination Free Space: 10,332,270,592 Bytes (10,090,108.00 KiB) (9,853.62 MiB) (9.62 GiB)
I 14:42:45 Destination File System: NTFS
I 14:42:45 File Splitting: Auto
I 14:42:48 Writing Image...
I 14:43:48 Operation Successfully Completed! - Duration: 00:01:02
I 14:43:48 Average Write Rate: 248,693 KiB/s (56.6x) - Maximum Write Rate: 307,138 KiB/s (70.0x)
I 14:58:52 Operation Started!
I 14:58:52 Building Image Tree...
I 14:58:55 Calculating Totals...
I 14:58:55 Preparing Image...
E 14:59:10 Operation Failed! - Duration: 00:00:17
I 14:59:51 Operation Started!
I 14:59:51 Building Image Tree...
I 14:59:53 Calculating Totals...
I 14:59:53 Preparing Image...
I 15:00:22 Contents: 8,185 Files, 1,085 Folders
I 15:00:22 Content Type: Data
I 15:00:22 Data Type: MODE1/2048
I 15:00:22 File System(s): ISO9660 (Bootable), UDF (1.02)
I 15:00:22 Volume Label: W10_604.Build
I 15:00:22 Size: 15,756,008,466 bytes
I 15:00:22 Sectors: 7,697,473
I 15:00:22 Image Size: 15,789,064,192 bytes
I 15:00:22 Image Sectors: 7,709,504
I 15:00:27 Operation Successfully Completed! - Duration: 00:00:36
I 15:00:27 Operation Started!
I 15:00:27 Image Contents: 8,185 Files, 1,085 Folders
I 15:00:27 Image Sectors: 7,709,504 (MODE1/2048)
I 15:00:27 Image Size: 15,789,064,192 bytes
I 15:00:27 Image Volume Identifier: W10_604.Build
I 15:00:27 Image Volume Set Identifier: 517B77780075A32E
I 15:00:27 Image Application Identifier: IMGBURN V2.5.8.0 - THE ULTIMATE IMAGE BURNER!
I 15:00:27 Image Implementation Identifier: ImgBurn
I 15:00:27 Image File System(s): ISO9660 (Bootable), UDF (1.02)
I 15:00:27 Destination File: G:\test3.iso
I 15:00:27 Destination Free Space: 10,332,270,592 Bytes (10,090,108.00 KiB) (9,853.62 MiB) (9.62 GiB)
I 15:00:27 Destination File System: NTFS
I 15:00:27 File Splitting: Auto
I 15:00:30 Writing Image...
I 15:01:30 Operation Successfully Completed! - Duration: 00:01:03
I 15:01:30 Average Write Rate: 244,746 KiB/s (55.7x) - Maximum Write Rate: 307,948 KiB/s (70.1x)
I 15:26:35 Close Request Acknowledged
I 15:26:35 Closing Down...
I 15:26:35 Shutting down SPTI...
I 15:26:35 ImgBurn closed!
;
;
; //****************************************\\
;   ImgBurn Version 2.5.8.0 - Log
;   Friday, 27 November 2020, 10:28:51
; \\****************************************//
;
;
I 10:04:51 ImgBurn Version 2.5.8.0 started!
I 10:04:51 Microsoft Windows Server 2012, Datacenter x64 Edition (6.2, Build 9200)
I 10:04:51 Total Physical Memory: 53,902,836 KiB  -  Available: 32,767,848 KiB
I 10:04:51 Initialising SPTI...
I 10:04:51 Searching for SCSI / ATAPI devices...
I 10:04:51 -> Drive 1 - Info: NECVMWar VMware SATA CD00 1.00 (D:) (SATA)
I 10:04:51 Found 1 DVD-RAM/R!
I 10:17:03 Operation Started!
I 10:17:03 Building Image Tree...
I 10:17:06 Calculating Totals...
I 10:17:06 Preparing Image...
I 10:17:11 Contents: 8,185 Files, 1,085 Folders
I 10:17:11 Content Type: Data
I 10:17:11 Data Type: MODE1/2048
I 10:17:11 File System(s): ISO9660 (Bootable), UDF (1.02)
I 10:17:11 Volume Label: W10_604.Build
I 10:17:11 Size: 15,756,008,466 bytes
I 10:17:11 Sectors: 7,697,473
I 10:17:11 Image Size: 15,789,064,192 bytes
I 10:17:11 Image Sectors: 7,709,504
I 10:17:12 Operation Successfully Completed! - Duration: 00:00:09
I 10:17:12 Operation Started!
I 10:17:12 Image Contents: 8,185 Files, 1,085 Folders
I 10:17:12 Image Sectors: 7,709,504 (MODE1/2048)
I 10:17:12 Image Size: 15,789,064,192 bytes
I 10:17:12 Image Volume Identifier: W10_604.Build
I 10:17:12 Image Volume Set Identifier: 517B521D0075A32E
I 10:17:12 Image Application Identifier: IMGBURN V2.5.8.0 - THE ULTIMATE IMAGE BURNER!
I 10:17:12 Image Implementation Identifier: ImgBurn
I 10:17:12 Image File System(s): ISO9660 (Bootable), UDF (1.02)
I 10:17:12 Destination File: G:\test1.iso
I 10:17:12 Destination Free Space: 26,121,334,784 Bytes (25,509,116.00 KiB) (24,911.25 MiB) (24.33 GiB)
I 10:17:12 Destination File System: NTFS
I 10:17:12 File Splitting: Auto
I 10:17:12 Writing Image...
I 10:18:17 Operation Successfully Completed! - Duration: 00:01:04
I 10:18:17 Average Write Rate: 240,922 KiB/s (54.9x) - Maximum Write Rate: 297,633 KiB/s (67.8x)
I 10:26:11 Operation Started!
I 10:26:11 Building Image Tree...
I 10:26:14 Calculating Totals...
I 10:26:14 Preparing Image...
I 10:26:30 Contents: 8,185 Files, 1,085 Folders
I 10:26:30 Content Type: Data
I 10:26:30 Data Type: MODE1/2048
I 10:26:30 File System(s): ISO9660 (Bootable), UDF (1.02)
I 10:26:30 Volume Label: W10_604.Build
I 10:26:30 Size: 15,756,008,466 bytes
I 10:26:30 Sectors: 7,697,473
I 10:26:30 Image Size: 15,789,064,192 bytes
I 10:26:30 Image Sectors: 7,709,504
I 10:26:32 Operation Successfully Completed! - Duration: 00:00:20
W 10:26:50 Device Arrival Detected!
W 10:26:50 The device list will be refreshed at the next available opportunity.
W 10:27:53 User accepted disk space warning and is attempting to build the image anyway!
I 10:27:53 Operation Started!
I 10:27:53 Image Contents: 8,185 Files, 1,085 Folders
I 10:27:53 Image Sectors: 7,709,504 (MODE1/2048)
I 10:27:53 Image Size: 15,789,064,192 bytes
I 10:27:53 Image Volume Identifier: W10_604.Build
I 10:27:53 Image Volume Set Identifier: 517B53450075A32E
I 10:27:53 Image Application Identifier: IMGBURN V2.5.8.0 - THE ULTIMATE IMAGE BURNER!
I 10:27:53 Image Implementation Identifier: ImgBurn
I 10:27:53 Image File System(s): ISO9660 (Bootable), UDF (1.02)
I 10:27:53 Destination File: G:\test2.iso
I 10:27:53 Destination Free Space: 26,121,334,784 Bytes (25,509,116.00 KiB) (24,911.25 MiB) (24.33 GiB)
I 10:27:53 Destination File System: NTFS
I 10:27:53 File Splitting: Auto
I 10:27:53 Writing Image...
I 10:28:51 Operation Successfully Completed! - Duration: 00:00:58
I 10:28:51 Average Write Rate: 265,844 KiB/s (60.6x) - Maximum Write Rate: 340,448 KiB/s (77.5x)
I 10:28:51 Close Request Acknowledged
I 10:28:51 Closing Down...
I 10:28:51 Shutting down SPTI...
I 10:28:51 ImgBurn closed!
;
;
; //****************************************\\
;   ImgBurn Version 2.5.8.0 - Log
;   Friday, 27 November 2020, 10:04:49
; \\****************************************//
;
;
I 10:04:12 ImgBurn Version 2.5.8.0 started!
I 10:04:12 Microsoft Windows Server 2012, Datacenter x64 Edition (6.2, Build 9200)
I 10:04:12 Total Physical Memory: 53,902,836 KiB  -  Available: 32,789,844 KiB
I 10:04:12 Initialising SPTI...
I 10:04:12 Searching for SCSI / ATAPI devices...
I 10:04:12 -> Drive 1 - Info: NECVMWar VMware SATA CD00 1.00 (D:) (SATA)
I 10:04:12 Found 1 DVD-RAM/R!
I 10:04:48 Close Request Acknowledged
I 10:04:48 Closing Down...
I 10:04:49 Shutting down SPTI...
I 10:04:49 ImgBurn closed!
;
;
; //****************************************\\
;   ImgBurn Version 2.5.8.0 - Log
;   Friday, 27 November 2020, 10:04:09
; \\****************************************//
;
;
I 10:02:13 ImgBurn Version 2.5.8.0 started!
I 10:02:13 Microsoft Windows Server 2012, Datacenter x64 Edition (6.2, Build 9200)
I 10:02:13 Total Physical Memory: 53,902,836 KiB  -  Available: 33,056,832 KiB
I 10:02:13 Initialising SPTI...
I 10:02:13 Searching for SCSI / ATAPI devices...
I 10:02:14 -> Drive 1 - Info: NECVMWar VMware SATA CD00 1.00 (D:) (SATA)
I 10:02:14 Found 1 DVD-RAM/R!
I 10:04:09 Close Request Acknowledged
I 10:04:09 Closing Down...
I 10:04:09 Shutting down SPTI...
I 10:04:09 ImgBurn closed!

 

 

Edited by UTOPR
Link to comment
Share on other sites

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.