Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

BootCamp on SDD on system with Fusion Drive

Hi.


First, for those of you with iMacs or Mac minis with fusion drive, does your system always list:

SSD drive as disk0???

HDD drive as disk1???


My iMac originally listed them like that but after splitting the Fusion Drive, now SSD is listed randomly as disk1 or disk2 and HDD is always disk0.


I’d like to know if this random or not.



Now onto the reason behind that question: BootCamp


I have a late2015 Max with a 2TB fusion drive (120gb+2tb)


I want to install Windows on a partition of the SSD, something BootCamp Assistant doesn’t allow to because it can only create a new partition on the HDD, but Apple CoreStorage supports.


I have found that what seems to work to get Windows on the SSD is:

- Enter Internet Recovery

- Split the Fusion Drive

- Create on the SSD (for me disk1 or 2) two partitions: Macintosh HD (50GB) and BOOTCAMP (70GB)

- Create on the HDD (for me disk0) two partitions: Macintosh HD (990GB) and SHARED (1.1TB exFAT. Will be used for Windows Files permitting macOS r/w)

- Recreate the Fusion Drive with the two Macintosh HD partitions, to take advance of the magic of Fusion when in macOS

- Install macOS on the Macintosh HD Fusion Drive Volume.

- Create bootable USB with Windows 10 and BootCamp Drivers and install it on the BOOTCAMP partition of the SSD.


Everything works except the last step, where Windows installation gives me an error after selecting the BOOTCAMP partition (Disc 1 Partition 4), clicking on Format, and then on Next. A yellow warning appears saying ”we couldn’t create a new partition or locate an existing one”.


Seems that the error is because Windows likes to install on Drive 0 but not on Drive 1.


I don’t know how to make my system recognize the SSD as disk0 again.


Any clues?


Thank you

IMAC (RETINA 5K, 27-INCH, LATE 2015), macOS High Sierra (10.13.1)

Posted on Nov 22, 2017 9:54 AM

Reply
Question marked as Best reply

Posted on Nov 28, 2017 12:15 PM

So this is step by step how I managed to install Windows 10 (1709) on the SSD part of a 2TB Fusion Drive in my iMac 5K 27-inch (late 2015).

I don’t know if this will work to all types of stock Fusion Drive setups on Apple products. This is what I wanted:

  • iMac 5K 27-inch (late 2015) with 2TB Fusion Drive (120GB SSD + 2TB HDD)
  • macOS 10.13.1 High Sierra installed on a Fusion Drive of 800GB consisting of 45GB of the SSD and 755GB of the HDD.
  • Windows 10 (1709) installed on 75GB of the SSD
  • 1,2TB on a separate exFAT partiton for sharing files between OSs.


Things to take into account (you can skip this. It’s only an explanation of why things are done in a specific order):

- YOU NEED TO ERASE ALL YOUR SYSTEM. PLEASE BACKUP.

- BEFORE DOING ANYTHING, DOWNLOAD WINDOWS COMPATIBILITY DRIVERS FROM BOOTCAMP ASSISTANT ON MACOS, AND SAVE THEM TO A USB DRIVE.

- macOS only permits to install Windows making a BOOTCAMP partition on the HDD.

- Windows doesn’t like macOS’s EFI partition structure

- Windows always tries to install on disk0 despite of you telling Windows to install on disk1.

- macOS doesn’t like the way Windows creates the EFI partition and refuses to install after Windows.

- Windows creates an EFI partition of 100MB but macOS needs 200MB minimum.

- Installing first macOS, separating a slice of the SDD from the Fusion Drive and trying to install Windows on it, doesn’t work because Windows doesn’t like macOS EFI partition.

- Spliting the Fusion Drive, erasing all disks, installing Windows normally, then reducing Window’s partition to make room for macOS and trying to install macOS doesn’t work because of the small Windows EFI partition.

- Of all the different tries I made, the only way I could manage to install Windows, was installing Windows first, without any operating system installed on my iMac.


Well, these are the STEPS that worked for me:

A. Split the Fusion Drive:

1.- Boot into Internet Recovery: Hold Command+Option+R till a spinning globe appears.

2.- Launch Utilities -> Terminal and type:

diskutil cs list

3.- Look for the Logical Volume Groupe ID (LVGID) at the top and Logical Volume ID (LVID) at the bottom part and type:

diskutil cs deleteVolume LVID

diskutil cs delete LVGID

Now you have your Fusion Drive splitted


B.- Boot into the Windows USB Installer.

1.- When the Windows Install Setup appears, press Shift+F10

2.- Type:

diskpart

list disk(check what drive is disk0 and what drive is disk 1. (For me: disk0 HDD, disk1 SSD)

select disk 0

clean (this deletes all the drive)

select disk 1

clean

3.- Now we are going to manually create the EFI partition that will solve all of our problems. Type:

select disk 1 (the SSD)

convert gpt

create partition efi size=200

format quick fs=FAT32 label=”EFI”

create partition msr size=128

exit

exit

4.- Now proceed with Windows Setup, selecting custom install and on the partition selection window:

- delete (if any) all of the disk0 (HDD) partitions

- delete (if any) all of the disk1 (SDD) partitions except EFI and MSR so you will have:

- 2TB unallocated space on disk0 (HDD)

- EFI partition on the SSD

- MSR partition on the SSD

- 112GB of unallocated space on disk1 (SDD)

- select the 112GB of unallocated space and click next. Windows should install.

C.- Upon booting into Windows:

1.- Install Bootcamp Compatibility Drivers and reboot. You’ll see that C: drives has been magically renamed to BOOTCAMP.

2.- Delete the MSR partition. macOS doesn’t like it. Open a CMD as administrator and type:

diskpart

list disk (look for the SSD disk number. For me it was disk1)

select disk 1

list partition (look for a 128MB MSR partition. For me it was partition2)

select partition 2

delete override

3.- Shrink the BOOTCAMP partition. Using Windows Disk Management, reduce the BOOTCAMP volume to 44000MB.

4.- Create a new exFAT formatted volume (name doesn’t matter, it’s only a placeholder) on the newly freed space but leaving 128MB out of it. So substract 128 to the number that Windows suggests you. macOS needs those 128MB of unallocated space there.

D.- Installing macOS 10.13.1

1.- Boot into Internet Recovery.

2.- Using Disk Utility format the exFAT volume we’ve created before as HFS+ named Macintosh HD.

3.- Using Disk Utility format the HDD with a single Macintosh HD HFS+ partition.

4.- Recreate the Fusion Drive. Open terminal and type:

diskutil list (look what disk is disk0 and what disk is disk1. For me SSD was disk1 and HDD was disk0. Look also for the identifier of the SDD Macintosh HD partition which for me was disk1s4 I think)

diskutil cs create disk1s4 disk0 (first SSD partition, second whole HDD. It will do its stuff and report a large number Logical Volume Group ID -LVGID-)

diskutil cs createVolume LVGID jhfs+ Macintosh\ HD 100%

5.- Done. Fusion Drive created. Install macOS on Macintosh HD.


E.- Post macOS install:

1.- With Disk Utility, create a new exFAT partition on the Fusion Drive, size 1.2TB called WinMac that will be used to share files between OSs. The partition will be created out of the Fusion Drive and on the HDD.


An that’s all. That’s how I managed to get Windows installed on a portion of my SDD and keep the Fusion Drive for macOS, while also having a separate partition for file sharing.


All works correctly, but I have only experienced one ‘issue’:

- Bootcamp Control Panel on Windows shows three startup drives: MacOS X, disk1 Windows, and Microsoft Basic Data Windows

- macOS Startup Disk Preferences shows two: Macintosh HD - MacOS X, and BOOTCAMP-Windows.

- If you select MacOS X whether on Windows Bootcamp Control Panel or macOS Startup Disk Preferences, computer will always boot into macOS.

- In you select disk1 Windows on Bootcamp Control Panel on Windows, system will always boot into macOS.

- If you select Microsoft Basic Data Windows on Bootcamp control panel on Windows, system will always boot into Windows.

- If you select Windows on Startup disk on macOS, system will always boot into Windows, BUT Windows won’t recognize the HDD (and so the WinMac partitition) and show an error on a SATA/EHCI.

- Booting Windows using Alt-Option at startup always shows the HDD.

So to avoid the driver error and the HDD not being recognized I have to:

- If I have macOS set as default os: boot into Windows by pressing Alt-Option at startup. Selecting Windows on macOS and rebooting, means HDD won’t be recognized.

- If I want to set Windows as default os: I do it from Windows, selecting the ‘Microsoft Basic Data – Windows’ disk on Bootcamp Control Panel on Windows. After that, Windows will always boot recognizing the HDD.

44 replies
Question marked as Best reply

Nov 28, 2017 12:15 PM in response to Loner T

So this is step by step how I managed to install Windows 10 (1709) on the SSD part of a 2TB Fusion Drive in my iMac 5K 27-inch (late 2015).

I don’t know if this will work to all types of stock Fusion Drive setups on Apple products. This is what I wanted:

  • iMac 5K 27-inch (late 2015) with 2TB Fusion Drive (120GB SSD + 2TB HDD)
  • macOS 10.13.1 High Sierra installed on a Fusion Drive of 800GB consisting of 45GB of the SSD and 755GB of the HDD.
  • Windows 10 (1709) installed on 75GB of the SSD
  • 1,2TB on a separate exFAT partiton for sharing files between OSs.


Things to take into account (you can skip this. It’s only an explanation of why things are done in a specific order):

- YOU NEED TO ERASE ALL YOUR SYSTEM. PLEASE BACKUP.

- BEFORE DOING ANYTHING, DOWNLOAD WINDOWS COMPATIBILITY DRIVERS FROM BOOTCAMP ASSISTANT ON MACOS, AND SAVE THEM TO A USB DRIVE.

- macOS only permits to install Windows making a BOOTCAMP partition on the HDD.

- Windows doesn’t like macOS’s EFI partition structure

- Windows always tries to install on disk0 despite of you telling Windows to install on disk1.

- macOS doesn’t like the way Windows creates the EFI partition and refuses to install after Windows.

- Windows creates an EFI partition of 100MB but macOS needs 200MB minimum.

- Installing first macOS, separating a slice of the SDD from the Fusion Drive and trying to install Windows on it, doesn’t work because Windows doesn’t like macOS EFI partition.

- Spliting the Fusion Drive, erasing all disks, installing Windows normally, then reducing Window’s partition to make room for macOS and trying to install macOS doesn’t work because of the small Windows EFI partition.

- Of all the different tries I made, the only way I could manage to install Windows, was installing Windows first, without any operating system installed on my iMac.


Well, these are the STEPS that worked for me:

A. Split the Fusion Drive:

1.- Boot into Internet Recovery: Hold Command+Option+R till a spinning globe appears.

2.- Launch Utilities -> Terminal and type:

diskutil cs list

3.- Look for the Logical Volume Groupe ID (LVGID) at the top and Logical Volume ID (LVID) at the bottom part and type:

diskutil cs deleteVolume LVID

diskutil cs delete LVGID

Now you have your Fusion Drive splitted


B.- Boot into the Windows USB Installer.

1.- When the Windows Install Setup appears, press Shift+F10

2.- Type:

diskpart

list disk(check what drive is disk0 and what drive is disk 1. (For me: disk0 HDD, disk1 SSD)

select disk 0

clean (this deletes all the drive)

select disk 1

clean

3.- Now we are going to manually create the EFI partition that will solve all of our problems. Type:

select disk 1 (the SSD)

convert gpt

create partition efi size=200

format quick fs=FAT32 label=”EFI”

create partition msr size=128

exit

exit

4.- Now proceed with Windows Setup, selecting custom install and on the partition selection window:

- delete (if any) all of the disk0 (HDD) partitions

- delete (if any) all of the disk1 (SDD) partitions except EFI and MSR so you will have:

- 2TB unallocated space on disk0 (HDD)

- EFI partition on the SSD

- MSR partition on the SSD

- 112GB of unallocated space on disk1 (SDD)

- select the 112GB of unallocated space and click next. Windows should install.

C.- Upon booting into Windows:

1.- Install Bootcamp Compatibility Drivers and reboot. You’ll see that C: drives has been magically renamed to BOOTCAMP.

2.- Delete the MSR partition. macOS doesn’t like it. Open a CMD as administrator and type:

diskpart

list disk (look for the SSD disk number. For me it was disk1)

select disk 1

list partition (look for a 128MB MSR partition. For me it was partition2)

select partition 2

delete override

3.- Shrink the BOOTCAMP partition. Using Windows Disk Management, reduce the BOOTCAMP volume to 44000MB.

4.- Create a new exFAT formatted volume (name doesn’t matter, it’s only a placeholder) on the newly freed space but leaving 128MB out of it. So substract 128 to the number that Windows suggests you. macOS needs those 128MB of unallocated space there.

D.- Installing macOS 10.13.1

1.- Boot into Internet Recovery.

2.- Using Disk Utility format the exFAT volume we’ve created before as HFS+ named Macintosh HD.

3.- Using Disk Utility format the HDD with a single Macintosh HD HFS+ partition.

4.- Recreate the Fusion Drive. Open terminal and type:

diskutil list (look what disk is disk0 and what disk is disk1. For me SSD was disk1 and HDD was disk0. Look also for the identifier of the SDD Macintosh HD partition which for me was disk1s4 I think)

diskutil cs create disk1s4 disk0 (first SSD partition, second whole HDD. It will do its stuff and report a large number Logical Volume Group ID -LVGID-)

diskutil cs createVolume LVGID jhfs+ Macintosh\ HD 100%

5.- Done. Fusion Drive created. Install macOS on Macintosh HD.


E.- Post macOS install:

1.- With Disk Utility, create a new exFAT partition on the Fusion Drive, size 1.2TB called WinMac that will be used to share files between OSs. The partition will be created out of the Fusion Drive and on the HDD.


An that’s all. That’s how I managed to get Windows installed on a portion of my SDD and keep the Fusion Drive for macOS, while also having a separate partition for file sharing.


All works correctly, but I have only experienced one ‘issue’:

- Bootcamp Control Panel on Windows shows three startup drives: MacOS X, disk1 Windows, and Microsoft Basic Data Windows

- macOS Startup Disk Preferences shows two: Macintosh HD - MacOS X, and BOOTCAMP-Windows.

- If you select MacOS X whether on Windows Bootcamp Control Panel or macOS Startup Disk Preferences, computer will always boot into macOS.

- In you select disk1 Windows on Bootcamp Control Panel on Windows, system will always boot into macOS.

- If you select Microsoft Basic Data Windows on Bootcamp control panel on Windows, system will always boot into Windows.

- If you select Windows on Startup disk on macOS, system will always boot into Windows, BUT Windows won’t recognize the HDD (and so the WinMac partitition) and show an error on a SATA/EHCI.

- Booting Windows using Alt-Option at startup always shows the HDD.

So to avoid the driver error and the HDD not being recognized I have to:

- If I have macOS set as default os: boot into Windows by pressing Alt-Option at startup. Selecting Windows on macOS and rebooting, means HDD won’t be recognized.

- If I want to set Windows as default os: I do it from Windows, selecting the ‘Microsoft Basic Data – Windows’ disk on Bootcamp Control Panel on Windows. After that, Windows will always boot recognizing the HDD.

Nov 23, 2017 10:52 AM in response to emulajavi

As expected, Windows installed 'the oficial way' with BootCamp Assistant on a 1250GB partition created by BCA went flawlessly.


When Windows setup appeared I managed to look with Shift+F10 and diskpart to what the BCA magic can be.


First, it seems that BCA temporarily 'hiddes' the SSD to Windows Installer, so Windows Installer only sees

- ONE HDD, the one of 1863GB (2TB),

- 3 Volumes:

0 C OSX Reserved FAT32 7628MB,

1 D BOOTCAMP NTFS 1164GB (so BCA ITSELF FORMATS IT TO NTFS wow!)

2 EFI FAT32 200MB hidden

- 5 Partitions:

1: i think OSX EFI

2: i think Macintosh HD HDD part of the Fusion Drive

3: i think Recovery HD

4: OSXReserved

5: Bootcamp


Here you have the Info that Windows gives....

User uploaded file

Nov 23, 2017 3:51 PM in response to Loner T

Hi. what do yo mean? What can we try?



I’ve seen on the forum this post.

Windows 10 Boot Camp install won't let me install on BOOTCAMP partition on Mac Pro with SSD drive


it seems that my problem is very similar, to the one the user with the yellow avatar (Plysovej_Kaktus) experienced, although he was attempting to install Windows manually on the HDD whether I’m attempting to install Windows manually on the SSD.

Nov 23, 2017 10:44 PM in response to emulajavi

emulajavi wrote:


Hi. what do yo mean? What can we try?

Go back to your SSD with 70GB for Windows and look at the Diskpart output the way you see it for the official layout. Do you get D: to point to the SSD 70Gb partition?


emulajavi wrote:



I’ve seen on the forum this post.

Windows 10 Boot Camp install won't let me install on BOOTCAMP partition on Mac Pro with SSD drive


it seems that my problem is very similar, to the one the user with the yellow avatar (Plysovej_Kaktus) experienced, although he was attempting to install Windows manually on the HDD whether I’m attempting to install Windows manually on the SSD.

There are were other issues with NVRAM settings that caused problems in that specific case. I assume you are running a SMC/NVRAM reset before the next attempt at re-installation.

Nov 24, 2017 4:23 PM in response to Loner T

Tried, but no luck! What I did:


0.- Stock macOS 10.13.1 installation with stock FusionDrive configuration (2.1TB)


1.- create the 70GB BOOTCAMP PARTITION ON THE SSD


2.- Shut down Mac. Reset NVRAM


3.- Shut down Mac. Reset SMC


4.- Boot Windows Installer USB


5.- State of the partitions when Windows Setup starts: BOOTCAMP is C and WININSTALL USB is D

User uploaded file


6.- Partition selection Window:

User uploaded file

User uploaded file


7.- I select Disk 1 Partiton 4 and clic 'next'. State of the partitions after that: C is formatted to NTFS.

User uploaded file


8.- Pop-up appears after clicking 'next' of step 7. Says that Windows wants to create some additional partitions for full functionality (system, recovery, etc)

User uploaded file


9.- I click on next, next page appears with the setup % and after some seconds an error appears saying....Windows could not complete the installation. To install Windows on this computer, restart the installation. (or something very similar like Windows couldn't prepare to boot...)



10.- Installer goes back to the beginning. State of the partitions after what Windows setup partitioned: All partitions have been made on disk 0, the HDD, for no reason.

User uploaded file


11.- Partition select window. New partitions are shown:

User uploaded file

User uploaded file


12.- If I select Disk 1 Partition 4 and clic 'next', yellow warning appears again.

User uploaded file



I also have some windows setup logs


2017-11-24 22:08:07, Info IBS InstallWindows:Successfully loaded resource language [es-es]

2017-11-24 22:08:07, Info [0x0601c1] IBS InstallWindows:Install Path = X:\Sources

2017-11-24 22:08:07, Info [0x0601c2] IBS InstallWindows:Setup Phase = 2

2017-11-24 22:08:07, Info [0x0606cc] IBS LogBootDeviceInfo:The firmware boot device ARC path is [multi(0)disk(0)rdisk(3)partition(1)] and NT path is [\Device\Harddisk2\Partition1].

2017-11-24 22:08:07, Info [0x0606cc] IBS LogBootDeviceInfo:The system boot device ARC path is [ramdisk(0)] and NT path is [\Device\Ramdisk{d9b257fc-684e-4dcb-ab79-03cfa2f6b750}].

2017-11-24 22:08:07, Info [0x0601e9] IBS CheckWinPEVersion:Compatible WinPE Version 10.0.16299 sp 0.0

2017-11-24 22:08:07, Info [0x0601c9] IBS InstallWindows:Starting a new install from WinPE

2017-11-24 22:08:07, Info IBS InstallWindows: Setup working directory = X:\windows\panther

2017-11-24 22:08:07, Info [0x0601ce] IBS Setup has started phase 2 at 2017-11-24 22:08:07

2017-11-24 22:08:07, Info [0x0601cf] IBS Install source is X:\Sources

2017-11-24 22:08:07, Info [0x0601d0] IBS Build version is 10.0.16299.15 (WinBuild.160101.0800)

2017-11-24 22:08:07, Info [0x06403f] IBSLIB CreateSetupBlackboard:Creating a new persistent blackboard. Path is [X:\windows\panther\SetupInfo] Setup phase is [2]

2017-11-24 22:08:07, Info [0x090008] PANTHR CBlackboard::Open: X:\windows\panther\SetupInfo succeeded.

2017-11-24 22:08:07, Info [0x064043] IBSLIB CreateSetupBlackboard:Successfully created/opened Setup black board path is [X:\windows\panther\SetupInfo]

2017-11-24 22:08:07, Info IBS InstallWindows:No UI language from a previous boot was found on the blackboard. Using selected language [es-es].

2017-11-24 22:08:07, Info IBS InstallWindows:Setup architecture is [x64]

2017-11-24 22:08:07, Info [0x0601d5] IBS InstallWindows:Starting with Empty Queue. Setup Phase = 2

2017-11-24 22:08:07, Info PANTHR InitializedCriticalSection for pExecQueue->csLock;

2017-11-24 22:08:07, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:08:07, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:08:07, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module ScenarioDetect in winsetup.dll

2017-11-24 22:08:07, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:08:07, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module Engine in winsetup.dll

2017-11-24 22:08:07, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:08:07, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module Internal in winsetup.dll

2017-11-24 22:08:07, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:08:07, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module ErrorHandler in winsetup.dll

2017-11-24 22:08:07, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:08:07, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module Diagnostic in diagnostic.dll

2017-11-24 22:08:07, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:08:07, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module Unattend in winsetup.dll

2017-11-24 22:08:07, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:08:07, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module ParseCommandLine in winsetup.dll

2017-11-24 22:08:07, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:08:07, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module Ems in winsetup.dll

2017-11-24 22:08:07, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:08:07, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module PrepareInstallDrive in winsetup.dll

2017-11-24 22:08:07, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:08:07, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module TempDrive in winsetup.dll

2017-11-24 22:08:07, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:08:07, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module CopySetupFiles in winsetup.dll

2017-11-24 22:08:07, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:08:07, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module BootPrep in winsetup.dll

2017-11-24 22:08:07, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:08:07, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module BootEntries in winsetup.dll

2017-11-24 22:08:07, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:08:07, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module CopyPrivates in winsetup.dll

2017-11-24 22:08:07, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:08:07, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module ProductKey in winsetup.dll

2017-11-24 22:08:07, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:08:07, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module ComputerName in winsetup.dll

2017-11-24 22:08:07, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:08:07, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module License in winsetup.dll

2017-11-24 22:08:07, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:08:07, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module DiskInformation in winsetup.dll

2017-11-24 22:08:07, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:08:07, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module FixBBPaths in winsetup.dll

2017-11-24 22:08:07, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:08:07, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module DiskConfig in winsetup.dll

2017-11-24 22:08:07, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:08:07, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module CreatePageFile in winsetup.dll

2017-11-24 22:08:07, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:08:07, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module Imaging in winsetup.dll

2017-11-24 22:08:07, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:08:07, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module CopyImages in winsetup.dll

2017-11-24 22:08:07, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:08:07, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module DeployImages in winsetup.dll

2017-11-24 22:08:07, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:08:07, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module DiskSpace in winsetup.dll

2017-11-24 22:08:07, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:08:07, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module Completion in winsetup.dll

2017-11-24 22:08:07, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:08:07, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module MountDev in winsetup.dll

2017-11-24 22:08:07, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:08:07, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module Cmi in cmisetup.dll

2017-11-24 22:08:07, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:08:07, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module SystemRestore in winsetup.dll

2017-11-24 22:08:07, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:08:07, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module FirstBootCleanup in winsetup.dll

2017-11-24 22:08:07, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:08:07, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module RestartModule in winsetup.dll

2017-11-24 22:08:07, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:08:07, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module ExternalDrivers in winsetup.dll

2017-11-24 22:08:07, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:08:07, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module CBS in winsetup.dll

2017-11-24 22:08:07, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:08:07, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module SkuAssembly in cmisetup.dll

2017-11-24 22:08:07, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:08:07, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module LanguagePack in winsetup.dll

2017-11-24 22:08:07, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:08:07, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module ConfigSet in winsetup.dll

2017-11-24 22:08:07, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:08:07, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module UnattendImgInstall in winsetup.dll

2017-11-24 22:08:07, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:08:07, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module CFGOfflineImage in winsetup.dll

2017-11-24 22:08:07, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:08:07, Info PnPIBS: Initializing the PnP IBS Module ...



2017-11-24 22:08:07, Info PnPIBS: Successfully initialized the PnP IBS Module.



2017-11-24 22:08:07, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module PnP IBS module in pnpibs.dll

2017-11-24 22:08:07, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:08:07, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module Compliance in winsetup.dll

2017-11-24 22:08:07, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:08:07, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module Rollback in winsetup.dll

2017-11-24 22:08:07, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:08:07, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module Locale in winsetup.dll

2017-11-24 22:08:07, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:08:07, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module Source media module in winsetup.dll

2017-11-24 22:08:07, Info [0x060359] IBS Callback_ScenarioDetect:Setup is starting from [2] phase

2017-11-24 22:08:07, Info IBS Callback_BootEnvironmentDetect:FirmwareType 2.

2017-11-24 22:08:07, Info IBS Callback_BootEnvironmentDetect: Detected boot environment: EFI

2017-11-24 22:08:07, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:08:07, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module WinPEUI in win32ui.dll

2017-11-24 22:08:07, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:08:07, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module WinPEProgress in spprgrss.dll

2017-11-24 22:08:07, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:08:07, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module WinPEUpgLoader in upgloader.dll

2017-11-24 22:08:07, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:08:07, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module WdsClient in wdsclient.dll

2017-11-24 22:08:07, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:08:07, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module WpeUntndBtstrp in winsetup.dll

2017-11-24 22:08:07, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:08:07, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module Cryptography in cryptosetup.dll

2017-11-24 22:08:07, Info [0x060004] IBS Callback_UpdateDrivePathsOnBB:No need to update the blackboard paths.

2017-11-24 22:08:07, Info IBS Callback_Engine_StartupScenarioIsWinPE:Setup is running from RAM drive. Path is [X:\Sources]

2017-11-24 22:08:07, Info IBS LoadHWCompatData:Successfully opened HW compat file [X:\Sources\hwcompat.txt]

2017-11-24 22:08:07, Info IBS LoadHWCompatData:Successfully opened HW compat file [X:\Sources\hwexclude.txt]

2017-11-24 22:08:07, Info IBS Callback_Compliance_LoadDeviceCompatDB:Count of Device IDs is [28387], count of exclusions is [1]

2017-11-24 22:08:07, Info IBS EnumOnlineDriverStoreForInjectedDriverPackages:Enumerating online driver store for injected driver packages.

2017-11-24 22:08:07, Info IBS EnumOnlineDriverStoreForInjectedDriverPackages:Enumerated online driver store. Return code is [0x0]

2017-11-24 22:08:07, Info [0x070035] DIAG CallBack_DiagnosticDataGeneration: Called with notification for Initialization

2017-11-24 22:08:07, Info [0x07003b] DIAG CallBack_DiagnosticDataGeneration: Starting Timer as we are starting new phase

2017-11-24 22:08:07, Info [0x06019f] IBS CallBack_ParseCommandLine:Publishing command line option [/HideWelcome]

2017-11-24 22:08:07, Info [0x06019f] IBS CallBack_ParseCommandLine:Publishing command line option [/uilanguage:es-es]

2017-11-24 22:08:07, Info [0x060550] IBS CallBack_LangugePack_ProcessCmdLine:Setup UI language provided is [es-es]

2017-11-24 22:08:07, Info [0x06019f] IBS CallBack_ParseCommandLine:Publishing command line option [/targetlanguage:es-es]

2017-11-24 22:08:07, Info [0x06054f] IBS CallBack_LangugePack_ProcessCmdLine:Target language provided is [es-es]

2017-11-24 22:08:07, Info [0x06019f] IBS CallBack_ParseCommandLine:Publishing command line option [/Targetinputlocale:0c0a:0000040a]

2017-11-24 22:08:07, Info [0x06056c] IBS Callback_Locale_ProcessCmdLine:Successfully saved the command line option [Targetinputlocale] value [0c0a:0000040a]

2017-11-24 22:08:07, Info [0x06019f] IBS CallBack_ParseCommandLine:Publishing command line option [/Targetuserlocale:es-ES]

2017-11-24 22:08:07, Info [0x06056b] IBS Callback_Locale_ProcessCmdLine:Successfully saved the command line option [Targetuserlocale] value [es-ES]

2017-11-24 22:08:07, Info [0x06019f] IBS CallBack_ParseCommandLine:Publishing command line option [/HideOOBELangPage:TRUE]

2017-11-24 22:08:07, Info IBS Callback_Engine_ValidateSystemRequirements:Current OS version [10.0.16299] Service pack version [0.0]

2017-11-24 22:08:07, Info IBS Callback_Engine_ValidateSystemRequirements:System has enough memory: [8092 MB] >= [376 MB]

2017-11-24 22:08:07, Info IBS Callback_Engine_ValidateProcessorRequirements: Processor met minimum system requirements.

2017-11-24 22:08:07, Info Callback_GatherDiskInfo: Entry: flags = [0x0]; major = [Initialization] / minor = [0x30005]

2017-11-24 22:08:07, Info RefreshDiskInfo: Using VDS

2017-11-24 22:08:07, Info [0x0606cc] IBS InitVDSService:Creating VDS loader...

2017-11-24 22:08:07, Info [0x0606cc] IBS InitVDSService:Loading VDS service...

2017-11-24 22:08:11, Info [0x0606cc] IBS InitVDSService:Successfully launched service.

2017-11-24 22:08:11, Info [0x0606cc] IBS GatherDiskInfo_ThreadFunc:Querying disk information...

2017-11-24 22:08:12, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:08:12, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:08:12, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:08:12, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:08:12, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 0 offset 0xc805000>; GLE = 0x3ED.

2017-11-24 22:08:12, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:08:12, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:08:12, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 0 offset 0x1d173949000>; GLE = 0x3ED.

2017-11-24 22:08:12, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:08:12, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:08:12, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:08:12, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:08:12, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 1 offset 0xc805000>; GLE = 0x3ED.

2017-11-24 22:08:12, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:08:12, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:08:12, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 1 offset 0xafbe76000>; GLE = 0x3ED.

2017-11-24 22:08:12, Info [0x0606cc] IBS GatherVolumeDriveLetters: Querying drive letters...

2017-11-24 22:08:12, Info [0x0606cc] IBS GatherVolumeDriveLetters: Done querying drive letters.

2017-11-24 22:08:12, Info [0x0606cc] IBS GatherDiskInfo_ThreadFunc:Finished gathering disk information.

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo:===== Disk number [0] =====

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Friendly name: [APPLE HDD ST2000DM001]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Arc path: [multi(0)disk(0)rdisk(0)]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Disk ID guid [{6FDEF36F-62AB-40B2-ACF1-B7EF6B3BD85B}]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Size (bytes) [2000398934016 / 0x1d1c1116000]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Sector size (bytes) [512]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Disk bus type: [Serial ATA]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: SMART health status = OK

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Partition style: GPT

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: 6 region(s), 3 partition(s), 3 toplevel partition(s)

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [0 / 0x0]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Size (bytes) [17408 / 0x4400]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [17408 / 0x4400]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Size (bytes) [3072 / 0xc00]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [1] -------

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [20480 / 0x5000]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Size (bytes) [209715200 / 0xc800000]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Simple index: [1]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{C12A7328-F81F-11D2-BA4B-00A0C93EC93B}] (recognized)

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: EFI system partition

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume1]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: File system type: [FAT32]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Volume label: [EFI]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [206454784]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [2] -------

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [209735680 / 0xc805000]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Size (bytes) [1998889172992 / 0x1d167144000]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Simple index: [2]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{53746F72-6167-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume2]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [3] -------

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [1999098908672 / 0x1d173949000]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Size (bytes) [650002432 / 0x26be4000]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Simple index: [3]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{426F6F74-0000-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume3]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [1999748911104 / 0x1d19a52d000]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Size (bytes) [650006016 / 0x26be4e00]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo:===== Disk number [1] =====

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Friendly name: [APPLE SSD SM0128G]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Arc path: [multi(0)disk(0)rdisk(1)]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Disk ID guid [{E0855D6F-7020-44C0-83C2-21F1CDFE154A}]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Size (bytes) [121332826112 / 0x1c40000000]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Sector size (bytes) [512]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Disk bus type: [Serial ATA]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: SMART health status = OK

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Partition style: GPT

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: 8 region(s), 4 partition(s), 4 toplevel partition(s)

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [0 / 0x0]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Size (bytes) [17408 / 0x4400]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [17408 / 0x4400]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Size (bytes) [3072 / 0xc00]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [1] -------

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [20480 / 0x5000]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Size (bytes) [209715200 / 0xc800000]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Simple index: [1]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{C12A7328-F81F-11D2-BA4B-00A0C93EC93B}] (recognized)

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: EFI system partition

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume4]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: File system type: [FAT32]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Volume label: [EFI]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [190739968]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [2] -------

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [209735680 / 0xc805000]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Size (bytes) [46966181888 / 0xaef671000]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Simple index: [2]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{53746F72-6167-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume5]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [3] -------

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [47175917568 / 0xafbe76000]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Size (bytes) [134217728 / 0x8000000]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Simple index: [3]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{426F6F74-0000-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume6]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [47310135296 / 0xb03e76000]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Size (bytes) [565248 / 0x8a000]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [4] -------

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [47310700544 / 0xb03f00000]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Size (bytes) [74021076992 / 0x113c000000]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Simple index: [4]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{EBD0A0A2-B9E5-4433-87C0-68B6B72699C7}] (recognized)

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: DOS drive letter [C:]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume7]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: File system type: [FAT32]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Volume label: [BOOTCAMP]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Volume flags = [0x98460]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [74000334848]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [121331777536 / 0x1c3ff00000]

2017-11-24 22:08:12, Info [0x0606cc] IBS DiskInfo: Size (bytes) [1031680 / 0xfbe00]

2017-11-24 22:08:12, Info PublishDiskInfoOnBlackboard: Serializing disk info...

2017-11-24 22:08:12, Info GatherCapabilityParams: Can't tell if user is attempting cross-architecture install (image selection may not be done)

2017-11-24 22:08:12, Info [0x0606cc] IBS GetSystemDiskNTPath: Unable to get required buffer size for system disk from BCD APIs; status = 0xc0000451

2017-11-24 22:08:12, Info IBS IsDiskSupported:Checking if disk [0] has the necessary driver support.

2017-11-24 22:08:12, Info IBS IsDeviceSupported:Device description is [Unidad de disco]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE____HDD_ST2000DM001AQ03]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE____HDD_ST2000DM001]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE___]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: H/w ID [SCSI\APPLE____HDD_ST2000DM001A]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: H/w ID [APPLE____HDD_ST2000DM001A]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: H/w ID [GenDisk]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: Compat ID [SCSI\Disk]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: Compat ID [SCSI\RAW]

2017-11-24 22:08:12, Info IBS IsDeviceIDPresent:Found device ID [GenDisk] in hwcompat list

2017-11-24 22:08:12, Info IBS IsDeviceSupported:Device [Unidad de disco] is supported

2017-11-24 22:08:12, Info IBS IsDeviceSupported:Device description is [Controladora SATA AHCI est�ndar]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&SUBSYS_72708086&REV_31]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&SUBSYS_72708086]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&CC_010601]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&CC_0106]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A102&REV_31]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A102]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_010601]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_0106]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_010601]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0106]

2017-11-24 22:08:12, Info IBS IsDeviceIDPresent:Found device ID [PCI\CC_010601] in hwcompat list

2017-11-24 22:08:12, Info IBS IsDeviceSupported:Device [Controladora SATA AHCI est�ndar] is supported

2017-11-24 22:08:12, Info IBS IsDeviceSupported:Device description is [Complejo ra�z PCI Express]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: H/w ID [ACPI\VEN_PNP&DEV_0A08]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: H/w ID [ACPI\PNP0A08]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: H/w ID [*PNP0A08]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: Compat ID [*PNP0A03]

2017-11-24 22:08:12, Info IBS IsDeviceIDPresent:Found device ID [*PNP0A08] in hwcompat list

2017-11-24 22:08:12, Info IBS IsDeviceSupported:Device [Complejo ra�z PCI Express] is supported

2017-11-24 22:08:12, Info IBS IsDeviceSupported:Device description is [Sistema Microsoft compatible con ACPI]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: H/w ID [ACPI_HAL\PNP0C08]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: H/w ID [*PNP0C08]

2017-11-24 22:08:12, Info IBS IsDeviceIDPresent:Found device ID [*PNP0C08] in hwcompat list

2017-11-24 22:08:12, Info IBS IsDeviceSupported:Device [Sistema Microsoft compatible con ACPI] is supported

2017-11-24 22:08:12, Info IBS IsDeviceSupported:Device description is [Equipo basado en x64 ACPI]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: H/w ID [acpiapic]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: Compat ID [DETECTEDInternal\ACPI_HAL]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: Compat ID [DETECTED\ACPI_HAL]

2017-11-24 22:08:12, Info IBS IsDeviceIDPresent:Found device ID [acpiapic] in hwcompat list

2017-11-24 22:08:12, Info IBS IsDeviceSupported:Device [Equipo basado en x64 ACPI] is supported

2017-11-24 22:08:12, Info IBS DetermineDeviceSupport:Disk 0 has the necessary driver support

2017-11-24 22:08:12, Info IBS IsDiskSupported:Checking if disk [1] has the necessary driver support.

2017-11-24 22:08:12, Info IBS IsDeviceSupported:Device description is [Unidad de disco]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE________SSD_SM0128GBXW5]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE________SSD_SM0128G]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE___]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: H/w ID [SCSI\APPLE________SSD_SM0128GB]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: H/w ID [APPLE________SSD_SM0128GB]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: H/w ID [GenDisk]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: Compat ID [SCSI\Disk]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: Compat ID [SCSI\RAW]

2017-11-24 22:08:12, Info IBS IsDeviceIDPresent:Found device ID [GenDisk] in hwcompat list

2017-11-24 22:08:12, Info IBS IsDeviceSupported:Device [Unidad de disco] is supported

2017-11-24 22:08:12, Info IBS IsDeviceSupported:Device description is [Controladora SATA AHCI est�ndar]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&SUBSYS_A801144D&REV_01]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&SUBSYS_A801144D]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&CC_010601]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&CC_0106]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&DEV_A801&REV_01]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&DEV_A801]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&CC_010601]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&CC_0106]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_010601&DT_0]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_010601]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0106&DT_0]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0106]

2017-11-24 22:08:12, Info IBS IsDeviceIDPresent:Found device ID [PCI\CC_010601] in hwcompat list

2017-11-24 22:08:12, Info IBS IsDeviceSupported:Device [Controladora SATA AHCI est�ndar] is supported

2017-11-24 22:08:12, Info IBS IsDeviceSupported:Device description is [Puerto ra�z PCI Express]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&SUBSYS_72708086&REV_F1]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&SUBSYS_72708086]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&CC_060400]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&CC_0604]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A167&REV_F1]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A167]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_060400]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_0604]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_060400&DT_4]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_060400]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0604&DT_4]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0604]

2017-11-24 22:08:12, Info IBS IsDeviceIDPresent:Found device ID [PCI\CC_0604&DT_4] in hwcompat list

2017-11-24 22:08:12, Info IBS IsDeviceSupported:Device [Puerto ra�z PCI Express] is supported

2017-11-24 22:08:12, Info IBS IsDeviceSupported:Device description is [Complejo ra�z PCI Express]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: H/w ID [ACPI\VEN_PNP&DEV_0A08]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: H/w ID [ACPI\PNP0A08]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: H/w ID [*PNP0A08]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: Compat ID [*PNP0A03]

2017-11-24 22:08:12, Info IBS IsDeviceIDPresent:Found device ID [*PNP0A08] in hwcompat list

2017-11-24 22:08:12, Info IBS IsDeviceSupported:Device [Complejo ra�z PCI Express] is supported

2017-11-24 22:08:12, Info IBS IsDeviceSupported:Device description is [Sistema Microsoft compatible con ACPI]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: H/w ID [ACPI_HAL\PNP0C08]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: H/w ID [*PNP0C08]

2017-11-24 22:08:12, Info IBS IsDeviceIDPresent:Found device ID [*PNP0C08] in hwcompat list

2017-11-24 22:08:12, Info IBS IsDeviceSupported:Device [Sistema Microsoft compatible con ACPI] is supported

2017-11-24 22:08:12, Info IBS IsDeviceSupported:Device description is [Equipo basado en x64 ACPI]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: H/w ID [acpiapic]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: Compat ID [DETECTEDInternal\ACPI_HAL]

2017-11-24 22:08:12, Info IBS DumpDeviceIDs: Compat ID [DETECTED\ACPI_HAL]

2017-11-24 22:08:12, Info IBS IsDeviceIDPresent:Found device ID [acpiapic] in hwcompat list

2017-11-24 22:08:12, Info IBS IsDeviceSupported:Device [Equipo basado en x64 ACPI] is supported

2017-11-24 22:08:12, Info IBS DetermineDeviceSupport:Disk 1 has the necessary driver support

2017-11-24 22:08:12, Info PublishDiskInfoOnBlackboard: Successfully serialized disk info.

2017-11-24 22:08:12, Info Callback_GatherDiskInfo: Exit

2017-11-24 22:08:12, Info [0x070035] DIAG CallBack_DiagnosticDataGeneration: Called with notification for Initialization

2017-11-24 22:08:12, Info [0x07003a] DIAG CallBack_DiagnosticDataGeneration: Obtaining Install information

2017-11-24 22:08:12, Info [0x070030] DIAG Install Data logging to BB

2017-11-24 22:08:12, Info [0x07003f] DIAG CallBack_DiagnosticDataGeneration: Obtaining New OS information

2017-11-24 22:08:12, Info [0x07005f] DIAG Failed to get the EditionId from the blackboard.[gle=0x00000490]

2017-11-24 22:08:12, Info [0x070066] DIAG Failed to get the target language from the blackboard.[gle=0x00000490]

2017-11-24 22:08:12, Info [0x07002e] DIAG Logging New OS to BB

2017-11-24 22:08:12, Info IBS Unattend: Setup is running in WinPE; will wait for removable storage devices to initialize before unattend search

2017-11-24 22:08:12, Info IBS Unattend: Removable storage devices initialized; waited 0ms (status 0x00000000)

2017-11-24 22:08:12, Info [setup.exe] UnattendSearchExplicitPath: Found unattend file at [D:\autounattend.xml]; examining for applicability.

2017-11-24 22:08:12, Info [setup.exe] UnattendSearchExplicitPath: [D:\autounattend.xml] does not meet criteria to be used for this unattend pass.

2017-11-24 22:08:12, Info [setup.exe] UnattendSearchExplicitPath: Found unattend file at [D:\autounattend.xml]; examining for applicability.

2017-11-24 22:08:12, Info [setup.exe] UnattendSearchExplicitPath: [D:\autounattend.xml] does not meet criteria to be used for this unattend pass.

2017-11-24 22:08:12, Info IBS Callback_Unattend_InitEngine:Didn't find unattend file for this phase of Setup.

2017-11-24 22:08:12, Info IBS CallBack_LanguagePack_ReadLangIni:About to read languages from lang.ini file.

2017-11-24 22:08:12, Info IBS CallBack_LanguagePack_ReadLangIni:Langpack root directory is [X:\Langpacks].

2017-11-24 22:08:12, Info IBS CallBack_LanguagePack_ReadLangIni:Language [es-es] was determined to be on media number [0].

2017-11-24 22:08:12, Info IBS CallBack_LanguagePack_ReadLangIni:Added language [es-es] to language list.

2017-11-24 22:08:12, Info IBS CallBack_LanguagePack_ReadLangIni:Storing language [es-es] as lang.ini default language.

2017-11-24 22:08:12, Info IBS CallBack_LanguagePack_ReadLangIni:Language [es-es] has already been installed in the image.

2017-11-24 22:08:12, Info IBS CallBack_LanguagePack_ReadLangIni:[es-es] is the only language in the lang.ini. Storing it as the target language.

2017-11-24 22:08:12, Info MIG Callback_CompliancePrerequisites: event MigLoader:0x170006 occured

2017-11-24 22:08:12, Info [0x060538] IBS Callback_License_LoadLicenseText: Could not find edition ID information on blackboard

2017-11-24 22:08:12, Info [0x060537] IBS Callback_License_LoadLicenseText: Could not find channel ID information on blackboard; assuming default channel.

2017-11-24 22:08:12, Info IBS CallBack_LanguagePack_ReadLangIni:Successfully gathered language list from lang.ini.

2017-11-24 22:08:12, Info IBS Callback_SetWinPEAndOSImageInfoOnBB: Cannot set image info as source path is not yet set.

2017-11-24 22:08:12, Info PnPIBS: Entering PnP callback to install drivers on WinPE ...



2017-11-24 22:08:12, Info PnPIBS: Checking for pre-configured driver paths ...



2017-11-24 22:08:12, Info PnPIBS: Checking for pre-configured driver directory C:\$WinPEDriver$.



2017-11-24 22:08:12, Info PnPIBS: Checking for pre-configured driver directory D:\$WinPEDriver$.



2017-11-24 22:08:12, Info PnPIBS: Found pre-configured driver directory D:\$WinPEDriver$.



2017-11-24 22:08:12, Info PnPIBS: Checking for pre-configured driver directory X:\$WinPEDriver$.



2017-11-24 22:08:12, Info PnPIBS: Finished checking for pre-configured driver paths.



2017-11-24 22:08:12, Info PnPIBS: Building the list of drivers in the path D:\$WinPEDriver$ ...



2017-11-24 22:08:12, Info PnPIBS: Found the directory AppleBluetoothBroadcom64.



2017-11-24 22:08:12, Info PnPIBS: Building the list of drivers in the path D:\$WinPEDriver$\AppleBluetoothBroadcom64 ...



2017-11-24 22:08:12, Info PnPIBS: Found the file AppleBTBC.cat



2017-11-24 22:08:12, Info PnPIBS: Skipping the file AppleBTBC.cat because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file AppleBTBC.inf



2017-11-24 22:08:12, Info PnPIBS: Added driver D:\$WinPEDriver$\AppleBluetoothBroadcom64\AppleBTBC.inf to the list of drivers.



2017-11-24 22:08:12, Info PnPIBS: Found the file AppleBTBC.sys



2017-11-24 22:08:12, Info PnPIBS: Skipping the file AppleBTBC.sys because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file ArabicLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file ArabicLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file BrazilianPortugueseLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file BrazilianPortugueseLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file CzechLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file CzechLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file DanishLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file DanishLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file DPInst.exe



2017-11-24 22:08:12, Info PnPIBS: Skipping the file DPInst.exe because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file DPInst.xml



2017-11-24 22:08:12, Info PnPIBS: Skipping the file DPInst.xml because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file DutchLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file DutchLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file EnglishLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file EnglishLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file FinnishLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file FinnishLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file FrenchLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file FrenchLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file GermanLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file GermanLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file HungarianLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file HungarianLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file ItalianLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file ItalianLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file JapaneseLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file JapaneseLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file KoreanLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file KoreanLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file NorwegianLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file NorwegianLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file PolishLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file PolishLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file PortugueseLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file PortugueseLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file RussianLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file RussianLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file SimplifiedChineseLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file SimplifiedChineseLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file SpanishLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file SpanishLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file SwedishLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file SwedishLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file TraditionalChineseLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file TraditionalChineseLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file TurkishLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file TurkishLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file WdfCoinstaller01011.dll



2017-11-24 22:08:12, Info PnPIBS: Skipping the file WdfCoinstaller01011.dll because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Finished building list of drivers in the path D:\$WinPEDriver$\AppleBluetoothBroadcom64.



2017-11-24 22:08:12, Info PnPIBS: Found the directory AppleSSD64.



2017-11-24 22:08:12, Info PnPIBS: Building the list of drivers in the path D:\$WinPEDriver$\AppleSSD64 ...



2017-11-24 22:08:12, Info PnPIBS: Found the file AppleSSD.cat



2017-11-24 22:08:12, Info PnPIBS: Skipping the file AppleSSD.cat because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file AppleSSD.inf



2017-11-24 22:08:12, Info PnPIBS: Added driver D:\$WinPEDriver$\AppleSSD64\AppleSSD.inf to the list of drivers.



2017-11-24 22:08:12, Info PnPIBS: Found the file AppleSSD.sys



2017-11-24 22:08:12, Info PnPIBS: Skipping the file AppleSSD.sys because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file ArabicLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file ArabicLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file BrazilianPortugueseLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file BrazilianPortugueseLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file CzechLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file CzechLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file DanishLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file DanishLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file DPInst.exe



2017-11-24 22:08:12, Info PnPIBS: Skipping the file DPInst.exe because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file DPInst.xml



2017-11-24 22:08:12, Info PnPIBS: Skipping the file DPInst.xml because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file DutchLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file DutchLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file EnglishLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file EnglishLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file FinnishLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file FinnishLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file FrenchLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file FrenchLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file GermanLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file GermanLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file HungarianLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file HungarianLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file ItalianLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file ItalianLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file JapaneseLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file JapaneseLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file KoreanLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file KoreanLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file NorwegianLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file NorwegianLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file PolishLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file PolishLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file PortugueseLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file PortugueseLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file RussianLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file RussianLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file SimplifiedChineseLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file SimplifiedChineseLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file SpanishLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file SpanishLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file SwedishLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file SwedishLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file TraditionalChineseLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file TraditionalChineseLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file TurkishLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file TurkishLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Finished building list of drivers in the path D:\$WinPEDriver$\AppleSSD64.



2017-11-24 22:08:12, Info PnPIBS: Found the directory SerialIO.



2017-11-24 22:08:12, Info PnPIBS: Building the list of drivers in the path D:\$WinPEDriver$\SerialIO ...



2017-11-24 22:08:12, Info PnPIBS: Found the directory Win8.



2017-11-24 22:08:12, Info PnPIBS: Building the list of drivers in the path D:\$WinPEDriver$\SerialIO\Win8 ...



2017-11-24 22:08:12, Info PnPIBS: Found the file ArabicLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file ArabicLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file BrazilianPortugueseLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file BrazilianPortugueseLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file CzechLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file CzechLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file DanishLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file DanishLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file DPInst.exe



2017-11-24 22:08:12, Info PnPIBS: Skipping the file DPInst.exe because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file DPInst.xml



2017-11-24 22:08:12, Info PnPIBS: Skipping the file DPInst.xml because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file DutchLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file DutchLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file EnglishLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file EnglishLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file FinnishLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file FinnishLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file FrenchLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file FrenchLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file GermanLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file GermanLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file HungarianLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file HungarianLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file ialpss_gpio.cat



2017-11-24 22:08:12, Info PnPIBS: Skipping the file ialpss_gpio.cat because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file iaLPSS_GPIO.inf



2017-11-24 22:08:12, Info PnPIBS: Added driver D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_GPIO.inf to the list of drivers.



2017-11-24 22:08:12, Info PnPIBS: Found the file iaLPSS_GPIO.sys



2017-11-24 22:08:12, Info PnPIBS: Skipping the file iaLPSS_GPIO.sys because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file ialpss_i2c.cat



2017-11-24 22:08:12, Info PnPIBS: Skipping the file ialpss_i2c.cat because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file iaLPSS_I2C.inf



2017-11-24 22:08:12, Info PnPIBS: Added driver D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_I2C.inf to the list of drivers.



2017-11-24 22:08:12, Info PnPIBS: Found the file iaLPSS_I2C.sys



2017-11-24 22:08:12, Info PnPIBS: Skipping the file iaLPSS_I2C.sys because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file ialpss_spi.cat



2017-11-24 22:08:12, Info PnPIBS: Skipping the file ialpss_spi.cat because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file iaLPSS_SPI.inf



2017-11-24 22:08:12, Info PnPIBS: Added driver D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_SPI.inf to the list of drivers.



2017-11-24 22:08:12, Info PnPIBS: Found the file iaLPSS_SPI.sys



2017-11-24 22:08:12, Info PnPIBS: Skipping the file iaLPSS_SPI.sys because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file ialpss_uart.cat



2017-11-24 22:08:12, Info PnPIBS: Skipping the file ialpss_uart.cat because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file iaLPSS_UART.inf



2017-11-24 22:08:12, Info PnPIBS: Added driver D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_UART.inf to the list of drivers.



2017-11-24 22:08:12, Info PnPIBS: Found the file iaLPSS_UART.sys



2017-11-24 22:08:12, Info PnPIBS: Skipping the file iaLPSS_UART.sys because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file ItalianLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file ItalianLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file JapaneseLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file JapaneseLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file KoreanLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file KoreanLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file NorwegianLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file NorwegianLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file PolishLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file PolishLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file PortugueseLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file PortugueseLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file RussianLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file RussianLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file SimplifiedChineseLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file SimplifiedChineseLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file SpanishLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file SpanishLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file SwedishLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file SwedishLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file TraditionalChineseLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file TraditionalChineseLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file TurkishLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file TurkishLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Finished building list of drivers in the path D:\$WinPEDriver$\SerialIO\Win8.



2017-11-24 22:08:12, Info PnPIBS: Finished building list of drivers in the path D:\$WinPEDriver$\SerialIO.



2017-11-24 22:08:12, Info PnPIBS: Finished building list of drivers in the path D:\$WinPEDriver$.



2017-11-24 22:08:12, Info PnPIBS: The class GUID for INF D:\$WinPEDriver$\AppleBluetoothBroadcom64\AppleBTBC.inf is e0cbf06c-cd8b-4647-bb8a-263b43f0f974



2017-11-24 22:08:12, Info PnPIBS: The class GUID e0cbf06c-cd8b-4647-bb8a-263b43f0f974 is not boot-critical.



2017-11-24 22:08:12, Info PnPIBS: The driver D:\$WinPEDriver$\AppleBluetoothBroadcom64\AppleBTBC.inf is not boot-critical and hence it will not be installed.



2017-11-24 22:08:12, Info PnPIBS: The class GUID for INF D:\$WinPEDriver$\AppleSSD64\AppleSSD.inf is 4d36e97b-e325-11ce-bfc1-08002be10318



2017-11-24 22:08:12, Info PnPIBS: The class GUID 4d36e97b-e325-11ce-bfc1-08002be10318 is boot-critical.



2017-11-24 22:08:12, Info PnPIBS: The driver D:\$WinPEDriver$\AppleSSD64\AppleSSD.inf is boot-critical.



2017-11-24 22:08:12, Info PnPIBS: Importing driver D:\$WinPEDriver$\AppleSSD64\AppleSSD.inf ...



2017-11-24 22:08:12, Info PnPIBS: The class GUID for INF D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_GPIO.inf is 4d36e97d-e325-11ce-bfc1-08002be10318



2017-11-24 22:08:12, Info PnPIBS: The class GUID 4d36e97d-e325-11ce-bfc1-08002be10318 is boot-critical.



2017-11-24 22:08:12, Info PnPIBS: The driver D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_GPIO.inf is boot-critical.



2017-11-24 22:08:12, Info PnPIBS: Importing driver D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_GPIO.inf ...



2017-11-24 22:08:12, Info PnPIBS: The class GUID for INF D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_I2C.inf is 4d36e97d-e325-11ce-bfc1-08002be10318



2017-11-24 22:08:12, Info PnPIBS: The class GUID 4d36e97d-e325-11ce-bfc1-08002be10318 is boot-critical.



2017-11-24 22:08:12, Info PnPIBS: The driver D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_I2C.inf is boot-critical.



2017-11-24 22:08:12, Info PnPIBS: Importing driver D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_I2C.inf ...



2017-11-24 22:08:12, Info PnPIBS: The class GUID for INF D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_SPI.inf is 4d36e97d-e325-11ce-bfc1-08002be10318



2017-11-24 22:08:12, Info PnPIBS: The class GUID 4d36e97d-e325-11ce-bfc1-08002be10318 is boot-critical.



2017-11-24 22:08:12, Info PnPIBS: The driver D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_SPI.inf is boot-critical.



2017-11-24 22:08:12, Info PnPIBS: Importing driver D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_SPI.inf ...



2017-11-24 22:08:12, Info PnPIBS: The class GUID for INF D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_UART.inf is 4d36e97d-e325-11ce-bfc1-08002be10318



2017-11-24 22:08:12, Info PnPIBS: The class GUID 4d36e97d-e325-11ce-bfc1-08002be10318 is boot-critical.



2017-11-24 22:08:12, Info PnPIBS: The driver D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_UART.inf is boot-critical.



2017-11-24 22:08:12, Info PnPIBS: Importing driver D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_UART.inf ...



2017-11-24 22:08:12, Info PnPIBS: Installing driver X:\windows\INF\oem0.inf ...



2017-11-24 22:08:12, Info PnPIBS: Installing driver X:\windows\INF\oem1.inf ...



2017-11-24 22:08:12, Info PnPIBS: Installing driver X:\windows\INF\oem2.inf ...



2017-11-24 22:08:12, Info PnPIBS: Installing driver X:\windows\INF\oem3.inf ...



2017-11-24 22:08:12, Info PnPIBS: Installing driver X:\windows\INF\oem4.inf ...



2017-11-24 22:08:12, Info PnPIBS: Exiting PnP callback to install drivers on WinPE ...



2017-11-24 22:08:12, Info PnPIBS: Entering PnP callback to add drivers to the offline image ...



2017-11-24 22:08:12, Info PnPIBS: Checking for pre-configured driver paths ...



2017-11-24 22:08:12, Info PnPIBS: Checking for pre-configured driver directory C:\$WinPEDriver$.



2017-11-24 22:08:12, Info PnPIBS: Checking for pre-configured driver directory D:\$WinPEDriver$.



2017-11-24 22:08:12, Info PnPIBS: Found pre-configured driver directory D:\$WinPEDriver$.



2017-11-24 22:08:12, Info PnPIBS: Checking for pre-configured driver directory X:\$WinPEDriver$.



2017-11-24 22:08:12, Info PnPIBS: Finished checking for pre-configured driver paths.



2017-11-24 22:08:12, Info PnPIBS: Building the list of drivers in the path D:\$WinPEDriver$ ...



2017-11-24 22:08:12, Info PnPIBS: Found the directory AppleBluetoothBroadcom64.



2017-11-24 22:08:12, Info PnPIBS: Building the list of drivers in the path D:\$WinPEDriver$\AppleBluetoothBroadcom64 ...



2017-11-24 22:08:12, Info PnPIBS: Found the file AppleBTBC.cat



2017-11-24 22:08:12, Info PnPIBS: Skipping the file AppleBTBC.cat because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file AppleBTBC.inf



2017-11-24 22:08:12, Info PnPIBS: Added driver D:\$WinPEDriver$\AppleBluetoothBroadcom64\AppleBTBC.inf to the list of drivers.



2017-11-24 22:08:12, Info PnPIBS: Found the file AppleBTBC.sys



2017-11-24 22:08:12, Info PnPIBS: Skipping the file AppleBTBC.sys because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file ArabicLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file ArabicLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file BrazilianPortugueseLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file BrazilianPortugueseLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file CzechLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file CzechLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file DanishLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file DanishLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file DPInst.exe



2017-11-24 22:08:12, Info PnPIBS: Skipping the file DPInst.exe because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file DPInst.xml



2017-11-24 22:08:12, Info PnPIBS: Skipping the file DPInst.xml because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file DutchLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file DutchLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file EnglishLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file EnglishLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file FinnishLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file FinnishLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file FrenchLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file FrenchLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file GermanLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file GermanLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file HungarianLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file HungarianLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file ItalianLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file ItalianLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file JapaneseLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file JapaneseLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file KoreanLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file KoreanLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file NorwegianLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file NorwegianLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file PolishLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file PolishLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file PortugueseLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file PortugueseLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file RussianLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file RussianLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file SimplifiedChineseLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file SimplifiedChineseLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file SpanishLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file SpanishLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file SwedishLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file SwedishLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file TraditionalChineseLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file TraditionalChineseLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file TurkishLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file TurkishLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file WdfCoinstaller01011.dll



2017-11-24 22:08:12, Info PnPIBS: Skipping the file WdfCoinstaller01011.dll because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Finished building list of drivers in the path D:\$WinPEDriver$\AppleBluetoothBroadcom64.



2017-11-24 22:08:12, Info PnPIBS: Found the directory AppleSSD64.



2017-11-24 22:08:12, Info PnPIBS: Building the list of drivers in the path D:\$WinPEDriver$\AppleSSD64 ...



2017-11-24 22:08:12, Info PnPIBS: Found the file AppleSSD.cat



2017-11-24 22:08:12, Info PnPIBS: Skipping the file AppleSSD.cat because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file AppleSSD.inf



2017-11-24 22:08:12, Info PnPIBS: Added driver D:\$WinPEDriver$\AppleSSD64\AppleSSD.inf to the list of drivers.



2017-11-24 22:08:12, Info PnPIBS: Found the file AppleSSD.sys



2017-11-24 22:08:12, Info PnPIBS: Skipping the file AppleSSD.sys because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file ArabicLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file ArabicLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file BrazilianPortugueseLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file BrazilianPortugueseLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file CzechLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file CzechLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file DanishLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file DanishLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file DPInst.exe



2017-11-24 22:08:12, Info PnPIBS: Skipping the file DPInst.exe because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file DPInst.xml



2017-11-24 22:08:12, Info PnPIBS: Skipping the file DPInst.xml because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file DutchLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file DutchLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file EnglishLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file EnglishLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file FinnishLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file FinnishLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file FrenchLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file FrenchLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file GermanLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file GermanLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file HungarianLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file HungarianLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file ItalianLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file ItalianLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file JapaneseLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file JapaneseLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file KoreanLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file KoreanLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file NorwegianLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file NorwegianLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file PolishLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file PolishLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file PortugueseLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file PortugueseLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file RussianLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file RussianLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file SimplifiedChineseLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file SimplifiedChineseLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file SpanishLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file SpanishLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file SwedishLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file SwedishLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file TraditionalChineseLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file TraditionalChineseLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file TurkishLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file TurkishLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Finished building list of drivers in the path D:\$WinPEDriver$\AppleSSD64.



2017-11-24 22:08:12, Info PnPIBS: Found the directory SerialIO.



2017-11-24 22:08:12, Info PnPIBS: Building the list of drivers in the path D:\$WinPEDriver$\SerialIO ...



2017-11-24 22:08:12, Info PnPIBS: Found the directory Win8.



2017-11-24 22:08:12, Info PnPIBS: Building the list of drivers in the path D:\$WinPEDriver$\SerialIO\Win8 ...



2017-11-24 22:08:12, Info PnPIBS: Found the file ArabicLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file ArabicLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file BrazilianPortugueseLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file BrazilianPortugueseLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file CzechLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file CzechLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file DanishLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file DanishLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file DPInst.exe



2017-11-24 22:08:12, Info PnPIBS: Skipping the file DPInst.exe because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file DPInst.xml



2017-11-24 22:08:12, Info PnPIBS: Skipping the file DPInst.xml because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file DutchLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file DutchLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file EnglishLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file EnglishLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file FinnishLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file FinnishLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file FrenchLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file FrenchLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file GermanLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file GermanLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file HungarianLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file HungarianLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file ialpss_gpio.cat



2017-11-24 22:08:12, Info PnPIBS: Skipping the file ialpss_gpio.cat because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file iaLPSS_GPIO.inf



2017-11-24 22:08:12, Info PnPIBS: Added driver D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_GPIO.inf to the list of drivers.



2017-11-24 22:08:12, Info PnPIBS: Found the file iaLPSS_GPIO.sys



2017-11-24 22:08:12, Info PnPIBS: Skipping the file iaLPSS_GPIO.sys because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file ialpss_i2c.cat



2017-11-24 22:08:12, Info PnPIBS: Skipping the file ialpss_i2c.cat because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file iaLPSS_I2C.inf



2017-11-24 22:08:12, Info PnPIBS: Added driver D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_I2C.inf to the list of drivers.



2017-11-24 22:08:12, Info PnPIBS: Found the file iaLPSS_I2C.sys



2017-11-24 22:08:12, Info PnPIBS: Skipping the file iaLPSS_I2C.sys because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file ialpss_spi.cat



2017-11-24 22:08:12, Info PnPIBS: Skipping the file ialpss_spi.cat because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file iaLPSS_SPI.inf



2017-11-24 22:08:12, Info PnPIBS: Added driver D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_SPI.inf to the list of drivers.



2017-11-24 22:08:12, Info PnPIBS: Found the file iaLPSS_SPI.sys



2017-11-24 22:08:12, Info PnPIBS: Skipping the file iaLPSS_SPI.sys because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file ialpss_uart.cat



2017-11-24 22:08:12, Info PnPIBS: Skipping the file ialpss_uart.cat because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file iaLPSS_UART.inf



2017-11-24 22:08:12, Info PnPIBS: Added driver D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_UART.inf to the list of drivers.



2017-11-24 22:08:12, Info PnPIBS: Found the file iaLPSS_UART.sys



2017-11-24 22:08:12, Info PnPIBS: Skipping the file iaLPSS_UART.sys because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file ItalianLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file ItalianLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file JapaneseLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file JapaneseLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file KoreanLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file KoreanLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file NorwegianLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file NorwegianLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file PolishLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file PolishLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file PortugueseLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file PortugueseLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file RussianLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file RussianLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file SimplifiedChineseLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file SimplifiedChineseLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file SpanishLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file SpanishLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file SwedishLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file SwedishLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file TraditionalChineseLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file TraditionalChineseLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Found the file TurkishLicense.txt



2017-11-24 22:08:12, Info PnPIBS: Skipping the file TurkishLicense.txt because it is not an INF file.



2017-11-24 22:08:12, Info PnPIBS: Finished building list of drivers in the path D:\$WinPEDriver$\SerialIO\Win8.



2017-11-24 22:08:12, Info PnPIBS: Finished building list of drivers in the path D:\$WinPEDriver$\SerialIO.



2017-11-24 22:08:12, Info PnPIBS: Finished building list of drivers in the path D:\$WinPEDriver$.



2017-11-24 22:08:12, Info PnPIBS: Driver D:\$WinPEDriver$\AppleBluetoothBroadcom64\AppleBTBC.inf is being queued up for addition to the offline image.



2017-11-24 22:08:12, Info IBS Callback_Compliance_GatherDeviceIDs:Driver package is [D:\$WinPEDriver$\AppleBluetoothBroadcom64\AppleBTBC.inf]

2017-11-24 22:08:12, Info IBS GatherDeviceIDsInDriverPackage:Driver package path is [D:\$WinPEDriver$\AppleBluetoothBroadcom64\AppleBTBC.inf]

2017-11-24 22:08:12, Info GetModelSectionNameEx:Using section name [Apple.NTamd64]

2017-11-24 22:08:12, Info IBS AddDeviceIDsToInjectedDriverNodeHelper:Model section name is [Apple.NTamd64]

2017-11-24 22:08:12, Info IBS GatherDeviceIDsInDriverPackage:Successfully gathered device ID's from [D:\$WinPEDriver$\AppleBluetoothBroadcom64\AppleBTBC.inf]

2017-11-24 22:08:12, Info PnPIBS: Successfully gathered device ID's from [D:\$WinPEDriver$\AppleBluetoothBroadcom64\AppleBTBC.inf]



2017-11-24 22:08:12, Info PnPIBS: Driver D:\$WinPEDriver$\AppleSSD64\AppleSSD.inf is being queued up for addition to the offline image.



2017-11-24 22:08:12, Info IBS Callback_Compliance_GatherDeviceIDs:Driver package is [D:\$WinPEDriver$\AppleSSD64\AppleSSD.inf]

2017-11-24 22:08:12, Info IBS GatherDeviceIDsInDriverPackage:Driver package path is [D:\$WinPEDriver$\AppleSSD64\AppleSSD.inf]

2017-11-24 22:08:12, Info GetModelSectionNameEx:Using section name [APPLE.NTamd64]

2017-11-24 22:08:12, Info IBS AddDeviceIDsToInjectedDriverNodeHelper:Model section name is [APPLE.NTamd64]

2017-11-24 22:08:12, Info IBS GatherDeviceIDsInDriverPackage:Successfully gathered device ID's from [D:\$WinPEDriver$\AppleSSD64\AppleSSD.inf]

2017-11-24 22:08:12, Info PnPIBS: Successfully gathered device ID's from [D:\$WinPEDriver$\AppleSSD64\AppleSSD.inf]



2017-11-24 22:08:12, Info PnPIBS: Driver D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_GPIO.inf is being queued up for addition to the offline image.



2017-11-24 22:08:12, Info IBS Callback_Compliance_GatherDeviceIDs:Driver package is [D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_GPIO.inf]

2017-11-24 22:08:12, Info IBS GatherDeviceIDsInDriverPackage:Driver package path is [D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_GPIO.inf]

2017-11-24 22:08:12, Info GetModelSectionNameEx:Using section name [Intel.NTamd64.6.2]

2017-11-24 22:08:12, Info IBS AddDeviceIDsToInjectedDriverNodeHelper:Model section name is [Intel.NTamd64.6.2]

2017-11-24 22:08:12, Info IBS GatherDeviceIDsInDriverPackage:Successfully gathered device ID's from [D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_GPIO.inf]

2017-11-24 22:08:12, Info PnPIBS: Successfully gathered device ID's from [D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_GPIO.inf]



2017-11-24 22:08:12, Info PnPIBS: Driver D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_I2C.inf is being queued up for addition to the offline image.



2017-11-24 22:08:12, Info IBS Callback_Compliance_GatherDeviceIDs:Driver package is [D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_I2C.inf]

2017-11-24 22:08:12, Info IBS GatherDeviceIDsInDriverPackage:Driver package path is [D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_I2C.inf]

2017-11-24 22:08:12, Info GetModelSectionNameEx:Using section name [Intel.NTamd64.6.2]

2017-11-24 22:08:12, Info IBS AddDeviceIDsToInjectedDriverNodeHelper:Model section name is [Intel.NTamd64.6.2]

2017-11-24 22:08:12, Info IBS GatherDeviceIDsInDriverPackage:Successfully gathered device ID's from [D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_I2C.inf]

2017-11-24 22:08:12, Info PnPIBS: Successfully gathered device ID's from [D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_I2C.inf]



2017-11-24 22:08:12, Info PnPIBS: Driver D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_SPI.inf is being queued up for addition to the offline image.



2017-11-24 22:08:12, Info IBS Callback_Compliance_GatherDeviceIDs:Driver package is [D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_SPI.inf]

2017-11-24 22:08:12, Info IBS GatherDeviceIDsInDriverPackage:Driver package path is [D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_SPI.inf]

2017-11-24 22:08:12, Info GetModelSectionNameEx:Using section name [Intel.NTamd64.6.2]

2017-11-24 22:08:12, Info IBS AddDeviceIDsToInjectedDriverNodeHelper:Model section name is [Intel.NTamd64.6.2]

2017-11-24 22:08:12, Info IBS GatherDeviceIDsInDriverPackage:Successfully gathered device ID's from [D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_SPI.inf]

2017-11-24 22:08:12, Info PnPIBS: Successfully gathered device ID's from [D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_SPI.inf]



2017-11-24 22:08:12, Info PnPIBS: Driver D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_UART.inf is being queued up for addition to the offline image.



2017-11-24 22:08:12, Info IBS Callback_Compliance_GatherDeviceIDs:Driver package is [D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_UART.inf]

2017-11-24 22:08:12, Info IBS GatherDeviceIDsInDriverPackage:Driver package path is [D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_UART.inf]

2017-11-24 22:08:12, Info GetModelSectionNameEx:Using section name [Intel.NTamd64.6.2]

2017-11-24 22:08:12, Info IBS AddDeviceIDsToInjectedDriverNodeHelper:Model section name is [Intel.NTamd64.6.2]

2017-11-24 22:08:12, Info IBS GatherDeviceIDsInDriverPackage:Successfully gathered device ID's from [D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_UART.inf]

2017-11-24 22:08:12, Info PnPIBS: Successfully gathered device ID's from [D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_UART.inf]



2017-11-24 22:08:12, Info Callback_GatherDiskInfo: Entry: flags = [0x1]; major = [DriveInformation] / minor = [0x90001]

2017-11-24 22:08:12, Info RefreshDiskInfo: Using VDS

2017-11-24 22:08:12, Info RefreshDiskInfo: Found flag DISKINFO_REENUMERATE_DISKS

2017-11-24 22:08:12, Info [0x0606cc] IBS GatherDiskInfo_ThreadFunc:Reenumerating disk devices...

2017-11-24 22:08:12, Info [0x0606cc] IBS GatherDiskInfo_ThreadFunc:Successfully reenumerated disks...

2017-11-24 22:08:17, Info [0x0606cc] IBS GatherDiskInfo_ThreadFunc:Successfully waited for pending device installs.

2017-11-24 22:08:17, Info [0x0606cc] IBS GatherDiskInfo_ThreadFunc:Querying disk information...

2017-11-24 22:08:18, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:08:18, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:08:18, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:08:18, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:08:18, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 0 offset 0xc805000>; GLE = 0x3ED.

2017-11-24 22:08:18, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:08:18, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:08:18, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 0 offset 0x1d173949000>; GLE = 0x3ED.

2017-11-24 22:08:18, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:08:18, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:08:18, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:08:18, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:08:18, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 1 offset 0xc805000>; GLE = 0x3ED.

2017-11-24 22:08:18, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:08:18, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:08:18, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 1 offset 0xafbe76000>; GLE = 0x3ED.

2017-11-24 22:08:18, Info [0x0606cc] IBS GatherVolumeDriveLetters: Querying drive letters...

2017-11-24 22:08:18, Info [0x0606cc] IBS GatherVolumeDriveLetters: Done querying drive letters.

2017-11-24 22:08:18, Info [0x0606cc] IBS GatherDiskInfo_ThreadFunc:Finished gathering disk information.

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo:===== Disk number [0] =====

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Friendly name: [APPLE HDD ST2000DM001]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Arc path: [multi(0)disk(0)rdisk(0)]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Disk ID guid [{6FDEF36F-62AB-40B2-ACF1-B7EF6B3BD85B}]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Size (bytes) [2000398934016 / 0x1d1c1116000]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Sector size (bytes) [512]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Disk bus type: [Serial ATA]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: SMART health status = OK

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Partition style: GPT

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: 6 region(s), 3 partition(s), 3 toplevel partition(s)

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [0 / 0x0]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Size (bytes) [17408 / 0x4400]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [17408 / 0x4400]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Size (bytes) [3072 / 0xc00]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [1] -------

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [20480 / 0x5000]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Size (bytes) [209715200 / 0xc800000]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Simple index: [1]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{C12A7328-F81F-11D2-BA4B-00A0C93EC93B}] (recognized)

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: EFI system partition

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume1]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: File system type: [FAT32]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Volume label: [EFI]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [206454784]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [2] -------

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [209735680 / 0xc805000]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Size (bytes) [1998889172992 / 0x1d167144000]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Simple index: [2]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{53746F72-6167-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume2]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [3] -------

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [1999098908672 / 0x1d173949000]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Size (bytes) [650002432 / 0x26be4000]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Simple index: [3]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{426F6F74-0000-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume3]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [1999748911104 / 0x1d19a52d000]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Size (bytes) [650006016 / 0x26be4e00]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo:===== Disk number [1] =====

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Friendly name: [APPLE SSD SM0128G]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Arc path: [multi(0)disk(0)rdisk(1)]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Disk ID guid [{E0855D6F-7020-44C0-83C2-21F1CDFE154A}]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Size (bytes) [121332826112 / 0x1c40000000]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Sector size (bytes) [512]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Disk bus type: [Serial ATA]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: SMART health status = OK

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Partition style: GPT

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: 8 region(s), 4 partition(s), 4 toplevel partition(s)

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [0 / 0x0]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Size (bytes) [17408 / 0x4400]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [17408 / 0x4400]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Size (bytes) [3072 / 0xc00]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [1] -------

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [20480 / 0x5000]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Size (bytes) [209715200 / 0xc800000]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Simple index: [1]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{C12A7328-F81F-11D2-BA4B-00A0C93EC93B}] (recognized)

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: EFI system partition

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume4]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: File system type: [FAT32]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Volume label: [EFI]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [190739968]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [2] -------

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [209735680 / 0xc805000]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Size (bytes) [46966181888 / 0xaef671000]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Simple index: [2]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{53746F72-6167-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume5]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [3] -------

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [47175917568 / 0xafbe76000]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Size (bytes) [134217728 / 0x8000000]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Simple index: [3]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{426F6F74-0000-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume6]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [47310135296 / 0xb03e76000]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Size (bytes) [565248 / 0x8a000]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [4] -------

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [47310700544 / 0xb03f00000]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Size (bytes) [74021076992 / 0x113c000000]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Simple index: [4]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{EBD0A0A2-B9E5-4433-87C0-68B6B72699C7}] (recognized)

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: DOS drive letter [C:]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume7]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: File system type: [FAT32]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Volume label: [BOOTCAMP]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Volume flags = [0x98460]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [74000334848]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [121331777536 / 0x1c3ff00000]

2017-11-24 22:08:18, Info [0x0606cc] IBS DiskInfo: Size (bytes) [1031680 / 0xfbe00]

2017-11-24 22:08:18, Info PublishDiskInfoOnBlackboard: Serializing disk info...

2017-11-24 22:08:18, Info GatherCapabilityParams: Can't tell if user is attempting cross-architecture install (image selection may not be done)

2017-11-24 22:08:18, Info [0x0606cc] IBS GetSystemDiskNTPath: Unable to get required buffer size for system disk from BCD APIs; status = 0xc0000451

2017-11-24 22:08:18, Info IBS IsDiskSupported:Checking if disk [0] has the necessary driver support.

2017-11-24 22:08:18, Info IBS IsDeviceSupported:Device description is [Unidad de disco]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE____HDD_ST2000DM001AQ03]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE____HDD_ST2000DM001]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE___]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: H/w ID [SCSI\APPLE____HDD_ST2000DM001A]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: H/w ID [APPLE____HDD_ST2000DM001A]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: H/w ID [GenDisk]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: Compat ID [SCSI\Disk]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: Compat ID [SCSI\RAW]

2017-11-24 22:08:18, Info IBS IsDeviceIDPresent:Found device ID [GenDisk] in hwcompat list

2017-11-24 22:08:18, Info IBS IsDeviceSupported:Device [Unidad de disco] is supported

2017-11-24 22:08:18, Info IBS IsDeviceSupported:Device description is [Controladora SATA AHCI est�ndar]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&SUBSYS_72708086&REV_31]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&SUBSYS_72708086]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&CC_010601]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&CC_0106]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A102&REV_31]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A102]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_010601]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_0106]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_010601]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0106]

2017-11-24 22:08:18, Info IBS IsDeviceIDPresent:Found device ID [PCI\CC_010601] in hwcompat list

2017-11-24 22:08:18, Info IBS IsDeviceSupported:Device [Controladora SATA AHCI est�ndar] is supported

2017-11-24 22:08:18, Info IBS IsDeviceSupported:Device description is [Complejo ra�z PCI Express]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: H/w ID [ACPI\VEN_PNP&DEV_0A08]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: H/w ID [ACPI\PNP0A08]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: H/w ID [*PNP0A08]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: Compat ID [*PNP0A03]

2017-11-24 22:08:18, Info IBS IsDeviceIDPresent:Found device ID [*PNP0A08] in hwcompat list

2017-11-24 22:08:18, Info IBS IsDeviceSupported:Device [Complejo ra�z PCI Express] is supported

2017-11-24 22:08:18, Info IBS IsDeviceSupported:Device description is [Sistema Microsoft compatible con ACPI]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: H/w ID [ACPI_HAL\PNP0C08]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: H/w ID [*PNP0C08]

2017-11-24 22:08:18, Info IBS IsDeviceIDPresent:Found device ID [*PNP0C08] in hwcompat list

2017-11-24 22:08:18, Info IBS IsDeviceSupported:Device [Sistema Microsoft compatible con ACPI] is supported

2017-11-24 22:08:18, Info IBS IsDeviceSupported:Device description is [Equipo basado en x64 ACPI]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: H/w ID [acpiapic]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: Compat ID [DETECTEDInternal\ACPI_HAL]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: Compat ID [DETECTED\ACPI_HAL]

2017-11-24 22:08:18, Info IBS IsDeviceIDPresent:Found device ID [acpiapic] in hwcompat list

2017-11-24 22:08:18, Info IBS IsDeviceSupported:Device [Equipo basado en x64 ACPI] is supported

2017-11-24 22:08:18, Info IBS DetermineDeviceSupport:Disk 0 has the necessary driver support

2017-11-24 22:08:18, Info IBS IsDiskSupported:Checking if disk [1] has the necessary driver support.

2017-11-24 22:08:18, Info IBS IsDeviceSupported:Device description is [Unidad de disco]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE________SSD_SM0128GBXW5]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE________SSD_SM0128G]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE___]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: H/w ID [SCSI\APPLE________SSD_SM0128GB]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: H/w ID [APPLE________SSD_SM0128GB]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: H/w ID [GenDisk]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: Compat ID [SCSI\Disk]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: Compat ID [SCSI\RAW]

2017-11-24 22:08:18, Info IBS IsDeviceIDPresent:Found device ID [GenDisk] in hwcompat list

2017-11-24 22:08:18, Info IBS IsDeviceSupported:Device [Unidad de disco] is supported

2017-11-24 22:08:18, Info IBS IsDeviceSupported:Device description is [Controladora SATA AHCI est�ndar]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&SUBSYS_A801144D&REV_01]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&SUBSYS_A801144D]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&CC_010601]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&CC_0106]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&DEV_A801&REV_01]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&DEV_A801]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&CC_010601]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&CC_0106]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_010601&DT_0]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_010601]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0106&DT_0]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0106]

2017-11-24 22:08:18, Info IBS IsDeviceIDPresent:Found device ID [PCI\CC_010601] in hwcompat list

2017-11-24 22:08:18, Info IBS IsDeviceSupported:Device [Controladora SATA AHCI est�ndar] is supported

2017-11-24 22:08:18, Info IBS IsDeviceSupported:Device description is [Puerto ra�z PCI Express]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&SUBSYS_72708086&REV_F1]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&SUBSYS_72708086]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&CC_060400]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&CC_0604]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A167&REV_F1]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A167]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_060400]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_0604]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_060400&DT_4]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_060400]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0604&DT_4]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0604]

2017-11-24 22:08:18, Info IBS IsDeviceIDPresent:Found device ID [PCI\CC_0604&DT_4] in hwcompat list

2017-11-24 22:08:18, Info IBS IsDeviceSupported:Device [Puerto ra�z PCI Express] is supported

2017-11-24 22:08:18, Info IBS IsDeviceSupported:Device description is [Complejo ra�z PCI Express]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: H/w ID [ACPI\VEN_PNP&DEV_0A08]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: H/w ID [ACPI\PNP0A08]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: H/w ID [*PNP0A08]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: Compat ID [*PNP0A03]

2017-11-24 22:08:18, Info IBS IsDeviceIDPresent:Found device ID [*PNP0A08] in hwcompat list

2017-11-24 22:08:18, Info IBS IsDeviceSupported:Device [Complejo ra�z PCI Express] is supported

2017-11-24 22:08:18, Info IBS IsDeviceSupported:Device description is [Sistema Microsoft compatible con ACPI]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: H/w ID [ACPI_HAL\PNP0C08]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: H/w ID [*PNP0C08]

2017-11-24 22:08:18, Info IBS IsDeviceIDPresent:Found device ID [*PNP0C08] in hwcompat list

2017-11-24 22:08:18, Info IBS IsDeviceSupported:Device [Sistema Microsoft compatible con ACPI] is supported

2017-11-24 22:08:18, Info IBS IsDeviceSupported:Device description is [Equipo basado en x64 ACPI]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: H/w ID [acpiapic]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: Compat ID [DETECTEDInternal\ACPI_HAL]

2017-11-24 22:08:18, Info IBS DumpDeviceIDs: Compat ID [DETECTED\ACPI_HAL]

2017-11-24 22:08:18, Info IBS IsDeviceIDPresent:Found device ID [acpiapic] in hwcompat list

2017-11-24 22:08:18, Info IBS IsDeviceSupported:Device [Equipo basado en x64 ACPI] is supported

2017-11-24 22:08:18, Info IBS DetermineDeviceSupport:Disk 1 has the necessary driver support

2017-11-24 22:08:18, Info PublishDiskInfoOnBlackboard: Successfully serialized disk info.

2017-11-24 22:08:18, Info Callback_GatherDiskInfo: Exit

2017-11-24 22:08:18, Info PnPIBS: Exiting PnP callback to add drivers to the offline image ...



2017-11-24 22:08:18, Info IBS Callback_WinPE_SetSourceMediaInfo_Unattend:Trying to determine source path.

2017-11-24 22:08:18, Info IBS Callback_WinPE_SetSourceMediaInfo_Unattend:Media boot.

2017-11-24 22:08:18, Info IBS FindSetupMedia:Checking source type 1.

2017-11-24 22:08:18, Info IBS FindSetupMedia:Checking source type 2.

2017-11-24 22:08:18, Info [0x0605af] IBS Callback_WinPE_SetSourceMediaInfo:Sources folder path is [D:\Sources]

2017-11-24 22:08:18, Info [0x0606cc] IBS LogMediaDriveInfo: Media drive is of type Removable (2)

2017-11-24 22:08:18, Info [0x0606cc] IBS LogMediaDriveInfo: Media drive [D:] is known as disk [2]

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: ----- Device instance ID: [USBSTOR\DISK&VEN_VERBATIM&PROD_STORE_N_GO&REV_5.00\0793037B03F4&0] -----

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: Physical device name = [\Device\00000024]

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: Description = [Unidad de disco]

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: Friendly name = [Verbatim STORE N GO USB Device]

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: Service = [disk]

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: Driver description = [Disk drive]

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: Driver version = [10.0.16299.15]

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: Hardware IDs =

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: USBSTOR\DiskVerbatimSTORE_N_GO______5.00

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: USBSTOR\DiskVerbatimSTORE_N_GO______

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: USBSTOR\DiskVerbatim

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: USBSTOR\VerbatimSTORE_N_GO______5

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: VerbatimSTORE_N_GO______5

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: USBSTOR\GenDisk

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: GenDisk

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: Compatible IDs =

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: USBSTOR\Disk

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: USBSTOR\RAW

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: GenDisk

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: ----- Device instance ID: [USB\VID_13FE&PID_3123\0793037B03F4] -----

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: Physical device name = [\Device\USBPDO-1]

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: Description = [Dispositivo de almacenamiento USB]

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: Service = [USBSTOR]

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: Driver description = [USB Mass Storage Device]

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: Driver version = [10.0.16299.15]

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: Hardware IDs =

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: USB\VID_13FE&PID_3123&REV_0110

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: USB\VID_13FE&PID_3123

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: Compatible IDs =

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: USB\Class_08&SubClass_06&Prot_50

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: USB\Class_08&SubClass_06

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: USB\Class_08

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: ----- Device instance ID: [USB\ROOT_HUB30\4&31789DFB&0&0] -----

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: Physical device name = [\Device\USBPDO-0]

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: Description = [Concentrador ra�z USB (USB 3.0)]

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: Service = [USBHUB3]

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: Driver description = [USB Root Hub (USB 3.0)]

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: Driver version = [10.0.16299.15]

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: Hardware IDs =

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: USB\ROOT_HUB30&VID8086&PIDA12F&REV0031

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: USB\ROOT_HUB30&VID8086&PIDA12F

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: USB\ROOT_HUB30

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: Compatible IDs =

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: ----- Device instance ID: [PCI\VEN_8086&DEV_A12F&SUBSYS_72708086&REV_31\3&11583659&0&A0] -----

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: Physical device name = [\Device\NTPNP_PCI0002]

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: Description = [Controladora de host USB gen�rico compatible con xHCI]

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: Friendly name = [Controlador de host eXtensible Intel(R) USB 3.0 - 1.0 (Microsoft)]

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: Service = [USBXHCI]

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: Driver description = [USB xHCI Compliant Host Controller]

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: Driver version = [10.0.16299.15]

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: Hardware IDs =

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: PCI\VEN_8086&DEV_A12F&SUBSYS_72708086&REV_31

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: PCI\VEN_8086&DEV_A12F&SUBSYS_72708086

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: PCI\VEN_8086&DEV_A12F&CC_0C0330

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: PCI\VEN_8086&DEV_A12F&CC_0C03

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: Compatible IDs =

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: PCI\VEN_8086&DEV_A12F&REV_31

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: PCI\VEN_8086&DEV_A12F

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: PCI\VEN_8086&CC_0C0330

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: PCI\VEN_8086&CC_0C03

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: PCI\VEN_8086

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: PCI\CC_0C0330

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: PCI\CC_0C03

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: ----- Device instance ID: [ACPI\PNP0A08\0] -----

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: Physical device name = [\Device\00000007]

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: Description = [Complejo ra�z PCI Express]

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: Service = [pci]

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: Driver description = [PCI Express Root Complex]

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: Driver version = [10.0.16299.15]

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: Hardware IDs =

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: ACPI\VEN_PNP&DEV_0A08

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: ACPI\PNP0A08

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: *PNP0A08

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: Compatible IDs =

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: *PNP0A03

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: ----- Device instance ID: [ACPI_HAL\PNP0C08\0] -----

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: Physical device name = [\Device\00000006]

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: Description = [Sistema Microsoft compatible con ACPI]

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: Service = [ACPI]

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: Driver description = [Microsoft ACPI-Compliant System]

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: Driver version = [10.0.16299.15]

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: Hardware IDs =

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: ACPI_HAL\PNP0C08

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: *PNP0C08

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: ----- Device instance ID: [ROOT\ACPI_HAL\0000] -----

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: Physical device name = [\Device\00000005]

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: Description = [Equipo basado en x64 ACPI]

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: Service = [\Driver\ACPI_HAL]

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: Driver description = [ACPI x64-based PC]

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: Driver version = [10.0.16299.15]

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: Hardware IDs =

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: acpiapic

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: Compatible IDs =

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: DETECTEDInternal\ACPI_HAL

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: DETECTED\ACPI_HAL

2017-11-24 22:08:18, Info [0x0606cc] IBS LogDeviceInfo: ----- Device instance ID: [HTREE\ROOT\0] -----

2017-11-24 22:08:18, Info Callback_SetWinPEAndOSImageInfoOnBB: Not running from downlevel; skipping check for WinPE image

2017-11-24 22:08:18, Info SetOSImageInfoOnBB: Entry

2017-11-24 22:08:18, Info SetOSImageInfoOnBB: Windows image file location is [D:\Sources\install.wim]

2017-11-24 22:08:18, Info IBS CollectInformationForImage: Size of 'D:\Sources\install.wim' is 4123731583

2017-11-24 22:08:18, Info IBS CollectInformationForImage: Source image file 'D:\Sources\install.wim' has 9 sub-image(s)

2017-11-24 22:08:18, Info CDepImageInfoSetCache::UpdateCachedInfoSet: Caching image info for [D:\Sources\install.wim]

2017-11-24 22:08:18, Info IBS CollectInformationForImage: Saved reference to image set container 'D:\Sources\install.wim'

2017-11-24 22:08:18, Info SetOSImageInfoOnBB: Successfully collected information for Windows image file

2017-11-24 22:08:18, Info Callback_SetWinPEAndOSImageInfoOnBB: Successfully collected WinPE and Windows image XML info.

2017-11-24 22:08:18, Info [0x0605b0] IBS Callback_WinPE_SetSourceMediaInfo:Install source path is [D:\Sources]

2017-11-24 22:08:18, Info [0x0605b3] IBS Callback_WinPE_SetSourceMediaInfo_Unattend:Show flag for early F6 UI page is being to set to [Hide]

2017-11-24 22:08:18, Info [0x064047] IBSLIB MarkUnattendSettingAsProcessed: Marking unattend setting [ProductKey\ProductKey] as processed.

2017-11-24 22:08:18, Info [0x06011c] IBS Callback_Productkey_Validate_Unattend:Non-unattended mode. Will display UI.

2017-11-24 22:08:18, Info [0x06011d] IBS Callback_Productkey_Validate_Unattend:Setting ShowUI flag to [1]

2017-11-24 22:08:18, Info [0x064047] IBSLIB MarkUnattendSettingAsProcessed: Marking unattend setting [SetupUI\SkipEula] as processed.

2017-11-24 22:08:18, Info [0x064047] IBSLIB MarkUnattendSettingAsProcessed: Marking unattend setting [LangPacks] as processed.

2017-11-24 22:08:18, Info [0x060594] IBS DetermineSetupLanguage:Validating setup language [es-es]

2017-11-24 22:08:18, Info [0x060595] IBS DetermineSetupLanguage:Setting setup language to be [es-es]

2017-11-24 22:08:18, Info [0x06058c] IBS CallBack_LanguagePacks_Unattend:Setup language is [es-es]

2017-11-24 22:08:18, Info IBS CallBack_LanguagePacks_Unattend: Successfully updated setup's resources to use the unattend selected language [es-es].

2017-11-24 22:08:18, Info [0x06059a] IBS DetermineTargetLanguage:Validating target language [es-es]

2017-11-24 22:08:18, Info [0x06059b] IBS DetermineTargetLanguage:Target language [es-es] is a valid language

2017-11-24 22:08:18, Info [0x06058d] IBS CallBack_LanguagePacks_Unattend:Target language is [es-es]

2017-11-24 22:08:18, Info MIG Callback_CompliancePrerequisites: event MigLoader:0x170006 occured

2017-11-24 22:08:18, Info PnPIBS: Entering PnP callback to validate unattend.xml settings for component Microsoft-Windows-PnPCustomizationsWinPE ...



2017-11-24 22:08:18, Info PnPIBS: Unattend settings need not be processed. Nothing more to be done here!



2017-11-24 22:08:18, Info [0x064047] IBSLIB MarkUnattendSettingAsProcessed: Marking unattend setting [SetupComplianceCheck] as processed.

2017-11-24 22:08:18, Info IBS Callback_Compliance_Unattend:Not in unattended mode.

2017-11-24 22:08:18, Info IBS Callback_Compliance_Unattend: Running in WinPE. Compliance checks do not execute, we do not need to read the DisplayReport value from the unattend file.

2017-11-24 22:08:18, Info IBS Callback_Compliance_Unattend:Setting ShowUI flag to [0]

2017-11-24 22:08:18, Info [0x0605fb] IBS Callback_Locale_ProcessUnattendSettings: Layered Driver from downlevel system [1]

2017-11-24 22:08:18, Info [0x060572] IBS Callback_Locale_SetSetupKeyboardLayout:Setup keyboard layout is [0c0a:0000040a]

2017-11-24 22:08:18, Info [0x060581] IBS SetSetupKeyboardLayout:Successfully set the key board layout to [0c0a:0000040a]

2017-11-24 22:08:18, Info [0x060575] IBS Callback_Locale_SetSetupKeyboardLayout:Successfully set the Setup keyboard layout to [0c0a:0000040a]

2017-11-24 22:08:18, Info [0x0a018c] UI Setup UI language is set to en-US.

2017-11-24 22:08:18, Warning UI CLanguages::v_InitLanguage - Failed to load en-US resources with error 2. Will load fallback binaries

2017-11-24 22:08:18, Info [0x0a0031] UI Initializing Page

2017-11-24 22:08:18, Info [0x0a0032] UI Initializing Page

2017-11-24 22:08:18, Info UI Initializing Page

2017-11-24 22:08:19, Info UI AppWindow has layout style 0

2017-11-24 22:08:19, Info UI NavWindow has layout style 0

2017-11-24 22:08:19, Info [0x0a017d] UI User has specified the language thru command line. Language neutral selection UI won't be shown

2017-11-24 22:08:19, Info [0x0a017d] UI User has specified the language thru command line. Language selection UI won't be shown

2017-11-24 22:08:19, Info UI search directory is [D:\Sources].

2017-11-24 22:08:19, Info UI pid_GetProductKeyFromSources:Product key found in pid.txt/ei.cfg is malformed

2017-11-24 22:08:19, Info UI Digital marker product key not detected. hr = 0xc004f057

2017-11-24 22:08:19, Info [0x0a0035] UI Allowing Page '' to be shown

2017-11-24 22:08:19, Info [0x0a011c] UI WizardDialogPost::SetActive

2017-11-24 22:15:01, Info [0x060122] IBS Callback_Productkey_Validate: Entry

2017-11-24 22:15:01, Info [0x06012c] IBS Callback_Productkey_Validate: No product key provided on the blackboard. Running keyless setup.

2017-11-24 22:15:01, Info IBS Callback_Productkey_Validate: Using EulaType (a.k.a. ChannelType) for keyless setup. Eula type is [NoKeyChannel].

2017-11-24 22:15:01, Info IBS SelectImageFromEICfg: Searching for EI.cfg file at [D:\Sources\ei.cfg]

2017-11-24 22:15:01, Info IBS SelectImageFromEICfg: There was no EI.cfg found at the expected location.

2017-11-24 22:15:01, Info IBS ConstructOSImageConstraints: Setup is in keyless mode.

2017-11-24 22:15:01, Info IBS ConstructOSImageConstraints: Setup is not using ei.cfg.

2017-11-24 22:15:01, Info IBS ConstructOSImageConstraints: Not using editionid for metadata constraint.

2017-11-24 22:15:01, Info CDepImageInfoSetCache::GetCachedInfoSet: Found cached image info for [D:\Sources\install.wim]

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Start

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Index = 1

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Name = Windows 10 S

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Description = Windows 10 S

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Total bytes = 15874163007

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Edition ID = Cloud

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Index = 2

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Name = Windows 10 S N

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Description = Windows 10 S N

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Total bytes = 14800750851

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Edition ID = CloudN

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Index = 3

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Name = Windows 10 Home

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Description = Windows 10 Home

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Total bytes = 15686534753

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Edition ID = Core

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Index = 4

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Name = Windows 10 Home N

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Description = Windows 10 Home N

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Total bytes = 14612822175

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Edition ID = CoreN

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Index = 5

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Name = Windows 10 Home Single Language

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Description = Windows 10 Home Single Language

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Total bytes = 15687774067

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Edition ID = CoreSingleLanguage

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Index = 6

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Name = Windows 10 Education

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Description = Windows 10 Education

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Total bytes = 15871702056

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Edition ID = Education

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Index = 7

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Name = Windows 10 Education N

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Description = Windows 10 Education N

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Total bytes = 14798016326

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Edition ID = EducationN

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Index = 8

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Name = Windows 10 Pro

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Description = Windows 10 Pro

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Total bytes = 15872387939

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Edition ID = Professional

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Index = 9

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Name = Windows 10 Pro N

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Description = Windows 10 Pro N

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Total bytes = 14799035192

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Edition ID = ProfessionalN

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:15:01, Info ImageXmlInfo::LogImages: End

2017-11-24 22:15:01, Info IBS DumpXmlInfoConstraints: Begin to dump XML info constraints for image selection

2017-11-24 22:15:01, Info IBS DumpXmlInfoConstraints: End of dump.

2017-11-24 22:15:01, Info [0x0603ee] IBS CallBack_SelectImageOrShowUi: Multiple matching OS images found

2017-11-24 22:15:01, Info [0x0603ee] IBS CallBack_SelectImageOrShowUi: Will display the image selection UI

2017-11-24 22:15:01, Info IBS Callback_Productkey_Validate: Found a matching image and gathered its info.

2017-11-24 22:15:01, Info DIAG CallBack_EditionID: Called with notification for ProductKey

2017-11-24 22:15:01, Info [0x07005f] DIAG Failed to get the EditionId from the blackboard.[gle=0x00000490]

2017-11-24 22:15:01, Info [0x070040] DIAG CallBack_EditionID: Obtaining Machine information

2017-11-24 22:15:02, Warning [0x070026] DIAG Win32_Processor : Unable to retrieve Stepping, vtType = 8. Error code = 0x0

2017-11-24 22:15:02, Info [0x07005e] DIAG HARDWARE CONFIG=Ram in KB: Total phys=8286144 avail phys=7373112 Procs=4 Arch=9 Family=205 Width=64 Speed=3301 MHz

2017-11-24 22:15:02, Info [0x07002d] DIAG Logging MachineHardWare to BB

2017-11-24 22:15:02, Info IBS Callback_Productkey_Validate: Storing return code 0x0 on the blackboard.

2017-11-24 22:15:02, Info [0x060130] IBS Callback_Productkey_Validate: Exit

2017-11-24 22:15:02, Info [0x0a0134] UI Accepting Next. Exiting Page Clave de producto.

2017-11-24 22:15:02, Info IBS ConstructOSImageConstraints: Setup is in keyless mode.

2017-11-24 22:15:02, Info IBS ConstructOSImageConstraints: Setup is not using ei.cfg.

2017-11-24 22:15:02, Info IBS ConstructOSImageConstraints: Not using editionid for metadata constraint.

2017-11-24 22:15:02, Info CDepImageInfoSetCache::GetCachedInfoSet: Found cached image info for [D:\Sources\install.wim]

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Start

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Index = 1

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Name = Windows 10 S

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Description = Windows 10 S

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Total bytes = 15874163007

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Edition ID = Cloud

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Index = 2

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Name = Windows 10 S N

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Description = Windows 10 S N

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Total bytes = 14800750851

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Edition ID = CloudN

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Index = 3

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Name = Windows 10 Home

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Description = Windows 10 Home

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Total bytes = 15686534753

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Edition ID = Core

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Index = 4

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Name = Windows 10 Home N

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Description = Windows 10 Home N

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Total bytes = 14612822175

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Edition ID = CoreN

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Index = 5

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Name = Windows 10 Home Single Language

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Description = Windows 10 Home Single Language

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Total bytes = 15687774067

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Edition ID = CoreSingleLanguage

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Index = 6

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Name = Windows 10 Education

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Description = Windows 10 Education

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Total bytes = 15871702056

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Edition ID = Education

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Index = 7

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Name = Windows 10 Education N

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Description = Windows 10 Education N

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Total bytes = 14798016326

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Edition ID = EducationN

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Index = 8

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Name = Windows 10 Pro

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Description = Windows 10 Pro

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Total bytes = 15872387939

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Edition ID = Professional

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Index = 9

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Name = Windows 10 Pro N

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Description = Windows 10 Pro N

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Total bytes = 14799035192

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Edition ID = ProfessionalN

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:15:02, Info ImageXmlInfo::LogImages: End

2017-11-24 22:15:02, Info IBS DumpXmlInfoConstraints: Begin to dump XML info constraints for image selection

2017-11-24 22:15:02, Info IBS DumpXmlInfoConstraints: End of dump.

2017-11-24 22:15:02, Info CDepImageInfoSetCache::GetCachedInfoSet: Found cached image info for [D:\Sources\install.wim]

2017-11-24 22:15:02, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=Cloud, Flags=Cloud : Returning Cloud, hr=0x0

2017-11-24 22:15:02, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:15:02, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [Cloud] for key [0].

2017-11-24 22:15:02, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:15:02, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=CloudN, Flags=CloudN : Returning CloudN, hr=0x0

2017-11-24 22:15:02, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:15:02, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [CloudN] for key [0].

2017-11-24 22:15:02, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:15:02, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=Core, Flags=Core : Returning Core, hr=0x0

2017-11-24 22:15:02, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:15:02, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [Core] for key [0].

2017-11-24 22:15:02, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:15:02, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=CoreN, Flags=CoreN : Returning CoreN, hr=0x0

2017-11-24 22:15:02, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:15:02, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [CoreN] for key [0].

2017-11-24 22:15:02, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:15:02, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=CoreSingleLanguage, Flags=CoreSingleLanguage : Returning CoreSingleLanguage, hr=0x0

2017-11-24 22:15:02, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:15:02, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [CoreSingleLanguage] for key [0].

2017-11-24 22:15:02, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:15:02, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=Education, Flags=Education : Returning Education, hr=0x0

2017-11-24 22:15:02, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:15:02, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [Education] for key [0].

2017-11-24 22:15:02, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:15:02, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=EducationN, Flags=EducationN : Returning EducationN, hr=0x0

2017-11-24 22:15:02, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:15:02, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [EducationN] for key [0].

2017-11-24 22:15:02, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:15:02, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=Professional, Flags=Professional : Returning Professional, hr=0x0

2017-11-24 22:15:02, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:15:02, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [Professional] for key [0].

2017-11-24 22:15:02, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:15:02, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=ProfessionalN, Flags=ProfessionalN : Returning ProfessionalN, hr=0x0

2017-11-24 22:15:02, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:15:02, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [ProfessionalN] for key [0].

2017-11-24 22:15:02, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:15:02, Info [0x0a0035] UI Allowing Page '' to be shown

2017-11-24 22:15:02, Info UI Entering Page Selecci�n de imagen.

2017-11-24 22:15:02, Info UI search directory is [D:\Sources].

2017-11-24 22:15:02, Info UI pid_GetProductKeyFromSources:Product key found in pid.txt/ei.cfg is malformed

2017-11-24 22:15:02, Info UI Digital marker product key not detected. hr = 0xc004f057

2017-11-24 22:15:02, Info [0x0a0035] UI Allowing Page 'Clave de producto' to be shown

2017-11-24 22:15:02, Info [0x0a0052] UI No language pack available for image Windows 10 S

2017-11-24 22:15:02, Info [0x0a0052] UI No language pack available for image Windows 10 S N

2017-11-24 22:15:02, Info [0x0a0052] UI No language pack available for image Windows 10 Home

2017-11-24 22:15:02, Info [0x0a0052] UI No language pack available for image Windows 10 Home N

2017-11-24 22:15:02, Info [0x0a0052] UI No language pack available for image Windows 10 Home Single Language

2017-11-24 22:15:02, Info [0x0a0052] UI No language pack available for image Windows 10 Education

2017-11-24 22:15:02, Info [0x0a0052] UI No language pack available for image Windows 10 Education N

2017-11-24 22:15:02, Info [0x0a0052] UI No language pack available for image Windows 10 Pro

2017-11-24 22:15:02, Info [0x0a0052] UI No language pack available for image Windows 10 Pro N

2017-11-24 22:15:02, Info [0x0a011c] UI WizardDialogPost::SetActive

2017-11-24 22:15:05, Info UI search directory is [D:\Sources].

2017-11-24 22:15:05, Info UI pid_GetProductKeyFromSources:Product key found in pid.txt/ei.cfg is malformed

2017-11-24 22:15:05, Info UI Digital marker product key not detected. hr = 0xc004f057

2017-11-24 22:15:05, Info [0x0a0035] UI Allowing Page 'Clave de producto' to be shown

2017-11-24 22:15:05, Info UI Wrote out user selected edition of [Professional].

2017-11-24 22:15:05, Info [0x0603e8] IBS CallBack_ImageWasSelectedInUi: User selected edition is [Professional]

2017-11-24 22:15:05, Info DIAG CallBack_EditionID: Called with notification for ProductKey

2017-11-24 22:15:05, Info [0x070040] DIAG CallBack_EditionID: Obtaining Machine information

2017-11-24 22:15:05, Warning [0x07008d] DIAG Win32_Processor : CoInitializeEx returned RPC_E_CHANGED_MODE. Continue. Error code = 0x80010106

2017-11-24 22:15:06, Warning [0x070026] DIAG Win32_Processor : Unable to retrieve Stepping, vtType = 8. Error code = 0x0

2017-11-24 22:15:06, Info IBS Callback_License_LoadLicenseText: Parameters used to identify EULA : Language - [es-es] Channel - [NoKeyChannel] Edition - [Professional]

2017-11-24 22:15:06, Info IBS Callback_License_LoadLicenseText: Image Information: WIM - [D:\Sources\install.wim] ImageIndex - [8] WorkingDirectory - [X:\windows\panther]

2017-11-24 22:15:06, Info IBS Callback_License_LoadLicenseText: Calling SkuGetImageEulaAsString to extract the EULA content

2017-11-24 22:15:10, Info [0x0603d6] IBS Callback_SetSelectedImageInfoOnBB: Entry

2017-11-24 22:15:10, Info Callback_SetSelectedImageInfoOnBB: Not running from downlevel; skipping check for WinPE image

2017-11-24 22:15:10, Info [0x060076] IBS Callback_SetSelectedImageInfoOnBB:Successfully read and cached the WinPE image's metadata.

2017-11-24 22:15:10, Info CDepImageInfoSetCache::GetCachedInfoSet: Found cached image info for [D:\Sources\install.wim]

2017-11-24 22:15:10, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=Professional, Flags=Professional : Returning Professional, hr=0x0

2017-11-24 22:15:10, Info IBS SetSelectedWindowsImageInfoOnBB:EditionID is [Professional].

2017-11-24 22:15:10, Info [0x060088] IBS CheckAdditionalMediaRequirements:Image part count is [1]

2017-11-24 22:15:10, Info [0x060078] IBS Callback_SetSelectedImageInfoOnBB:Successfully read and cached the Windows image's metadata.

2017-11-24 22:15:10, Info Callback_RefreshDiskCapabilities: Refreshing disk capabilities...

2017-11-24 22:15:10, Info PublishDiskInfoOnBlackboard: Serializing disk info...

2017-11-24 22:15:10, Info [0x0606cc] IBS GetSystemDiskNTPath: Unable to get required buffer size for system disk from BCD APIs; status = 0xc0000451

2017-11-24 22:15:10, Info IBS IsDiskSupported:Checking if disk [0] has the necessary driver support.

2017-11-24 22:15:10, Info IBS IsDeviceSupported:Device description is [Unidad de disco]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE____HDD_ST2000DM001AQ03]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE____HDD_ST2000DM001]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE___]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: H/w ID [SCSI\APPLE____HDD_ST2000DM001A]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: H/w ID [APPLE____HDD_ST2000DM001A]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: H/w ID [GenDisk]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: Compat ID [SCSI\Disk]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: Compat ID [SCSI\RAW]

2017-11-24 22:15:10, Info IBS IsDeviceIDPresent:Found device ID [GenDisk] in hwcompat list

2017-11-24 22:15:10, Info IBS IsDeviceSupported:Device [Unidad de disco] is supported

2017-11-24 22:15:10, Info IBS IsDeviceSupported:Device description is [Controladora SATA AHCI est�ndar]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&SUBSYS_72708086&REV_31]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&SUBSYS_72708086]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&CC_010601]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&CC_0106]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A102&REV_31]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A102]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_010601]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_0106]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_010601]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0106]

2017-11-24 22:15:10, Info IBS IsDeviceIDPresent:Found device ID [PCI\CC_010601] in hwcompat list

2017-11-24 22:15:10, Info IBS IsDeviceSupported:Device [Controladora SATA AHCI est�ndar] is supported

2017-11-24 22:15:10, Info IBS IsDeviceSupported:Device description is [Complejo ra�z PCI Express]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: H/w ID [ACPI\VEN_PNP&DEV_0A08]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: H/w ID [ACPI\PNP0A08]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: H/w ID [*PNP0A08]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: Compat ID [*PNP0A03]

2017-11-24 22:15:10, Info IBS IsDeviceIDPresent:Found device ID [*PNP0A08] in hwcompat list

2017-11-24 22:15:10, Info IBS IsDeviceSupported:Device [Complejo ra�z PCI Express] is supported

2017-11-24 22:15:10, Info IBS IsDeviceSupported:Device description is [Sistema Microsoft compatible con ACPI]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: H/w ID [ACPI_HAL\PNP0C08]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: H/w ID [*PNP0C08]

2017-11-24 22:15:10, Info IBS IsDeviceIDPresent:Found device ID [*PNP0C08] in hwcompat list

2017-11-24 22:15:10, Info IBS IsDeviceSupported:Device [Sistema Microsoft compatible con ACPI] is supported

2017-11-24 22:15:10, Info IBS IsDeviceSupported:Device description is [Equipo basado en x64 ACPI]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: H/w ID [acpiapic]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: Compat ID [DETECTEDInternal\ACPI_HAL]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: Compat ID [DETECTED\ACPI_HAL]

2017-11-24 22:15:10, Info IBS IsDeviceIDPresent:Found device ID [acpiapic] in hwcompat list

2017-11-24 22:15:10, Info IBS IsDeviceSupported:Device [Equipo basado en x64 ACPI] is supported

2017-11-24 22:15:10, Info IBS DetermineDeviceSupport:Disk 0 has the necessary driver support

2017-11-24 22:15:10, Info IBS IsDiskSupported:Checking if disk [1] has the necessary driver support.

2017-11-24 22:15:10, Info IBS IsDeviceSupported:Device description is [Unidad de disco]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE________SSD_SM0128GBXW5]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE________SSD_SM0128G]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE___]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: H/w ID [SCSI\APPLE________SSD_SM0128GB]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: H/w ID [APPLE________SSD_SM0128GB]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: H/w ID [GenDisk]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: Compat ID [SCSI\Disk]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: Compat ID [SCSI\RAW]

2017-11-24 22:15:10, Info IBS IsDeviceIDPresent:Found device ID [GenDisk] in hwcompat list

2017-11-24 22:15:10, Info IBS IsDeviceSupported:Device [Unidad de disco] is supported

2017-11-24 22:15:10, Info IBS IsDeviceSupported:Device description is [Controladora SATA AHCI est�ndar]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&SUBSYS_A801144D&REV_01]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&SUBSYS_A801144D]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&CC_010601]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&CC_0106]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&DEV_A801&REV_01]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&DEV_A801]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&CC_010601]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&CC_0106]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_010601&DT_0]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_010601]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0106&DT_0]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0106]

2017-11-24 22:15:10, Info IBS IsDeviceIDPresent:Found device ID [PCI\CC_010601] in hwcompat list

2017-11-24 22:15:10, Info IBS IsDeviceSupported:Device [Controladora SATA AHCI est�ndar] is supported

2017-11-24 22:15:10, Info IBS IsDeviceSupported:Device description is [Puerto ra�z PCI Express]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&SUBSYS_72708086&REV_F1]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&SUBSYS_72708086]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&CC_060400]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&CC_0604]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A167&REV_F1]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A167]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_060400]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_0604]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_060400&DT_4]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_060400]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0604&DT_4]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0604]

2017-11-24 22:15:10, Info IBS IsDeviceIDPresent:Found device ID [PCI\CC_0604&DT_4] in hwcompat list

2017-11-24 22:15:10, Info IBS IsDeviceSupported:Device [Puerto ra�z PCI Express] is supported

2017-11-24 22:15:10, Info IBS IsDeviceSupported:Device description is [Complejo ra�z PCI Express]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: H/w ID [ACPI\VEN_PNP&DEV_0A08]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: H/w ID [ACPI\PNP0A08]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: H/w ID [*PNP0A08]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: Compat ID [*PNP0A03]

2017-11-24 22:15:10, Info IBS IsDeviceIDPresent:Found device ID [*PNP0A08] in hwcompat list

2017-11-24 22:15:10, Info IBS IsDeviceSupported:Device [Complejo ra�z PCI Express] is supported

2017-11-24 22:15:10, Info IBS IsDeviceSupported:Device description is [Sistema Microsoft compatible con ACPI]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: H/w ID [ACPI_HAL\PNP0C08]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: H/w ID [*PNP0C08]

2017-11-24 22:15:10, Info IBS IsDeviceIDPresent:Found device ID [*PNP0C08] in hwcompat list

2017-11-24 22:15:10, Info IBS IsDeviceSupported:Device [Sistema Microsoft compatible con ACPI] is supported

2017-11-24 22:15:10, Info IBS IsDeviceSupported:Device description is [Equipo basado en x64 ACPI]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: H/w ID [acpiapic]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: Compat ID [DETECTEDInternal\ACPI_HAL]

2017-11-24 22:15:10, Info IBS DumpDeviceIDs: Compat ID [DETECTED\ACPI_HAL]

2017-11-24 22:15:10, Info IBS IsDeviceIDPresent:Found device ID [acpiapic] in hwcompat list

2017-11-24 22:15:10, Info IBS IsDeviceSupported:Device [Equipo basado en x64 ACPI] is supported

2017-11-24 22:15:10, Info IBS DetermineDeviceSupport:Disk 1 has the necessary driver support

2017-11-24 22:15:10, Info PublishDiskInfoOnBlackboard: Successfully serialized disk info.

2017-11-24 22:15:10, Info Callback_RefreshDiskCapabilities: Successfully refreshed capabilities.

2017-11-24 22:15:10, Info DIAG CallBack_EditionID: Called with notification for TransferImage

2017-11-24 22:15:10, Info DIAG GetVolumePath - D:\Sources\install.wim-- D:\-- WININSTALL,-- -2132612655

2017-11-24 22:15:10, Info [0x07003e] DIAG CallBack_EditionID: Build is staged

2017-11-24 22:15:10, Info [0x0601a7] IBS Callback_CalculateDiskSpaceRequirements:Trying to calculate disk space requirements.

2017-11-24 22:15:10, Info [0x0601ba] IBS DiskSpaceReqs: Windows image size (from metadata) = [8376922096] bytes

2017-11-24 22:15:10, Info [0x0601bb] IBS DiskSpaceReqs: Windows image size (after padding) = [10019920673] bytes

2017-11-24 22:15:10, Info [0x0601a9] IBS Callback_CalculateDiskSpaceRequirements:Successfully calculated the disk space requirements for Windows

2017-11-24 22:15:10, Info IBS DiskSpaceReqs: Windows image contents: [10019920673] bytes

2017-11-24 22:15:10, Info IBS DiskSpaceReqs: ~BT volume (estimate): [0] bytes

2017-11-24 22:15:10, Info IBS DiskSpaceReqs: Install volume (estimate): [10019920673] bytes

2017-11-24 22:15:10, Info IBS DiskSpaceReqs: ~LS volume (estimate w/o padding): [0] bytes

2017-11-24 22:15:10, Info IBS Callback_CalculateDiskSpaceRequirements:Successfully summarized and updated the disk space requirement in the blackboard

2017-11-24 22:15:10, Info MIG Callback_CompliancePrerequisites: event MigLoader:0x170005 occured

2017-11-24 22:15:10, Info [0x080036] MIG Callback_Compliance: entering

2017-11-24 22:15:10, Info [0x080030] MIG Callback_Compliance: Upgrade ShowUi=0

2017-11-24 22:15:10, Info MIG Callback_Compliance: compatibility report was skipped.

2017-11-24 22:15:10, Warning UI [APPCOMPAT UI] Got CallbackAppCompatProgress without compat progress page active

2017-11-24 22:15:10, Info [0x080043] MIG Callback_Compliance: Not a compliant system

2017-11-24 22:15:10, Info [0x08003e] MIG Not a compliant system, upgrade is disabled

2017-11-24 22:15:10, Info [0x090056] PANTHR User selected clean install option

2017-11-24 22:15:10, Info [0x08003f] MIG Callback_Compliance: leaving

2017-11-24 22:15:10, Info IBS CheckStagingMemoryRequirements:This is a staged image; skipping check

2017-11-24 22:15:10, Info IBS Callback_SetSelectedImageInfoOnBB: Sufficient memory for SKU assembly: available [0 MB] >= required [0 MB]

2017-11-24 22:15:10, Info [0x0603d7] IBS Callback_SetSelectedImageInfoOnBB: Exit

2017-11-24 22:15:10, Info [0x0603e8] IBS CallBack_ImageWasSelectedInUi: User selected image index 8

2017-11-24 22:15:10, Info [0x0a0134] UI Accepting Next. Exiting Page Selecci�n de imagen.

2017-11-24 22:15:10, Info [0x0a0035] UI Allowing Page '' to be shown

2017-11-24 22:15:10, Info UI Entering Page CLUF.

2017-11-24 22:15:10, Info IBS ConstructOSImageConstraints: Setup is in keyless mode.

2017-11-24 22:15:10, Info IBS ConstructOSImageConstraints: Setup is not using ei.cfg.

2017-11-24 22:15:10, Info IBS ConstructOSImageConstraints: Not using editionid for metadata constraint.

2017-11-24 22:15:10, Info CDepImageInfoSetCache::GetCachedInfoSet: Found cached image info for [D:\Sources\install.wim]

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Start

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Index = 1

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Name = Windows 10 S

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Description = Windows 10 S

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Total bytes = 15874163007

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Edition ID = Cloud

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Index = 2

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Name = Windows 10 S N

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Description = Windows 10 S N

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Total bytes = 14800750851

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Edition ID = CloudN

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Index = 3

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Name = Windows 10 Home

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Description = Windows 10 Home

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Total bytes = 15686534753

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Edition ID = Core

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Index = 4

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Name = Windows 10 Home N

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Description = Windows 10 Home N

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Total bytes = 14612822175

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Edition ID = CoreN

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Index = 5

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Name = Windows 10 Home Single Language

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Description = Windows 10 Home Single Language

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Total bytes = 15687774067

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Edition ID = CoreSingleLanguage

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Index = 6

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Name = Windows 10 Education

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Description = Windows 10 Education

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Total bytes = 15871702056

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Edition ID = Education

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Index = 7

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Name = Windows 10 Education N

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Description = Windows 10 Education N

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Total bytes = 14798016326

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Edition ID = EducationN

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Index = 8

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Name = Windows 10 Pro

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Description = Windows 10 Pro

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Total bytes = 15872387939

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Edition ID = Professional

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Index = 9

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Name = Windows 10 Pro N

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Description = Windows 10 Pro N

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Total bytes = 14799035192

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Edition ID = ProfessionalN

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: End

2017-11-24 22:15:10, Info IBS DumpXmlInfoConstraints: Begin to dump XML info constraints for image selection

2017-11-24 22:15:10, Info IBS DumpXmlInfoConstraints: End of dump.

2017-11-24 22:15:10, Info CDepImageInfoSetCache::GetCachedInfoSet: Found cached image info for [D:\Sources\install.wim]

2017-11-24 22:15:10, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=Cloud, Flags=Cloud : Returning Cloud, hr=0x0

2017-11-24 22:15:10, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:15:10, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [Cloud] for key [0].

2017-11-24 22:15:10, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:15:10, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=CloudN, Flags=CloudN : Returning CloudN, hr=0x0

2017-11-24 22:15:10, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:15:10, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [CloudN] for key [0].

2017-11-24 22:15:10, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:15:10, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=Core, Flags=Core : Returning Core, hr=0x0

2017-11-24 22:15:10, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:15:10, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [Core] for key [0].

2017-11-24 22:15:10, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:15:10, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=CoreN, Flags=CoreN : Returning CoreN, hr=0x0

2017-11-24 22:15:10, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:15:10, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [CoreN] for key [0].

2017-11-24 22:15:10, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:15:10, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=CoreSingleLanguage, Flags=CoreSingleLanguage : Returning CoreSingleLanguage, hr=0x0

2017-11-24 22:15:10, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:15:10, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [CoreSingleLanguage] for key [0].

2017-11-24 22:15:10, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:15:10, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=Education, Flags=Education : Returning Education, hr=0x0

2017-11-24 22:15:10, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:15:10, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [Education] for key [0].

2017-11-24 22:15:10, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:15:10, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=EducationN, Flags=EducationN : Returning EducationN, hr=0x0

2017-11-24 22:15:10, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:15:10, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [EducationN] for key [0].

2017-11-24 22:15:10, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:15:10, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=Professional, Flags=Professional : Returning Professional, hr=0x0

2017-11-24 22:15:10, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:15:10, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [Professional] for key [0].

2017-11-24 22:15:10, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:15:10, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=ProfessionalN, Flags=ProfessionalN : Returning ProfessionalN, hr=0x0

2017-11-24 22:15:10, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:15:10, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [ProfessionalN] for key [0].

2017-11-24 22:15:10, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:15:10, Info [0x0a0035] UI Allowing Page 'Selecci�n de imagen' to be shown

2017-11-24 22:15:10, Info IBS ConstructOSImageConstraints: Setup is in keyless mode.

2017-11-24 22:15:10, Info IBS ConstructOSImageConstraints: Setup is not using ei.cfg.

2017-11-24 22:15:10, Info IBS ConstructOSImageConstraints: Not using editionid for metadata constraint.

2017-11-24 22:15:10, Info CDepImageInfoSetCache::GetCachedInfoSet: Found cached image info for [D:\Sources\install.wim]

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Start

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Index = 1

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Name = Windows 10 S

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Description = Windows 10 S

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Total bytes = 15874163007

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Edition ID = Cloud

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Index = 2

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Name = Windows 10 S N

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Description = Windows 10 S N

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Total bytes = 14800750851

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Edition ID = CloudN

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Index = 3

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Name = Windows 10 Home

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Description = Windows 10 Home

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Total bytes = 15686534753

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Edition ID = Core

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Index = 4

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Name = Windows 10 Home N

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Description = Windows 10 Home N

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Total bytes = 14612822175

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Edition ID = CoreN

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Index = 5

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Name = Windows 10 Home Single Language

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Description = Windows 10 Home Single Language

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Total bytes = 15687774067

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Edition ID = CoreSingleLanguage

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Index = 6

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Name = Windows 10 Education

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Description = Windows 10 Education

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Total bytes = 15871702056

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Edition ID = Education

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Index = 7

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Name = Windows 10 Education N

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Description = Windows 10 Education N

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Total bytes = 14798016326

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Edition ID = EducationN

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Index = 8

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Name = Windows 10 Pro

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Description = Windows 10 Pro

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Total bytes = 15872387939

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Edition ID = Professional

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Index = 9

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Name = Windows 10 Pro N

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Description = Windows 10 Pro N

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Total bytes = 14799035192

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Edition ID = ProfessionalN

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:15:10, Info ImageXmlInfo::LogImages: End

2017-11-24 22:15:10, Info IBS DumpXmlInfoConstraints: Begin to dump XML info constraints for image selection

2017-11-24 22:15:10, Info IBS DumpXmlInfoConstraints: End of dump.

2017-11-24 22:15:10, Info CDepImageInfoSetCache::GetCachedInfoSet: Found cached image info for [D:\Sources\install.wim]

2017-11-24 22:15:10, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=Cloud, Flags=Cloud : Returning Cloud, hr=0x0

2017-11-24 22:15:10, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:15:10, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [Cloud] for key [0].

2017-11-24 22:15:10, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:15:10, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=CloudN, Flags=CloudN : Returning CloudN, hr=0x0

2017-11-24 22:15:10, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:15:10, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [CloudN] for key [0].

2017-11-24 22:15:10, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:15:10, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=Core, Flags=Core : Returning Core, hr=0x0

2017-11-24 22:15:10, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:15:10, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [Core] for key [0].

2017-11-24 22:15:10, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:15:10, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=CoreN, Flags=CoreN : Returning CoreN, hr=0x0

2017-11-24 22:15:10, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:15:10, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [CoreN] for key [0].

2017-11-24 22:15:10, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:15:10, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=CoreSingleLanguage, Flags=CoreSingleLanguage : Returning CoreSingleLanguage, hr=0x0

2017-11-24 22:15:10, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:15:10, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [CoreSingleLanguage] for key [0].

2017-11-24 22:15:10, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:15:10, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=Education, Flags=Education : Returning Education, hr=0x0

2017-11-24 22:15:10, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:15:10, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [Education] for key [0].

2017-11-24 22:15:10, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:15:10, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=EducationN, Flags=EducationN : Returning EducationN, hr=0x0

2017-11-24 22:15:10, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:15:10, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [EducationN] for key [0].

2017-11-24 22:15:10, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:15:10, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=Professional, Flags=Professional : Returning Professional, hr=0x0

2017-11-24 22:15:10, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:15:10, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [Professional] for key [0].

2017-11-24 22:15:10, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:15:10, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=ProfessionalN, Flags=ProfessionalN : Returning ProfessionalN, hr=0x0

2017-11-24 22:15:10, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:15:10, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [ProfessionalN] for key [0].

2017-11-24 22:15:10, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:15:10, Info [0x0a0035] UI Allowing Page 'Selecci�n de imagen' to be shown

2017-11-24 22:15:10, Info [0x0a011c] UI WizardDialogPost::SetActive

2017-11-24 22:15:11, Info IBS ConstructOSImageConstraints: Setup is in keyless mode.

2017-11-24 22:15:11, Info IBS ConstructOSImageConstraints: Setup is not using ei.cfg.

2017-11-24 22:15:11, Info IBS ConstructOSImageConstraints: Not using editionid for metadata constraint.

2017-11-24 22:15:11, Info CDepImageInfoSetCache::GetCachedInfoSet: Found cached image info for [D:\Sources\install.wim]

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Start

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Index = 1

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Name = Windows 10 S

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Description = Windows 10 S

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Total bytes = 15874163007

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Edition ID = Cloud

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Index = 2

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Name = Windows 10 S N

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Description = Windows 10 S N

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Total bytes = 14800750851

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Edition ID = CloudN

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Index = 3

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Name = Windows 10 Home

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Description = Windows 10 Home

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Total bytes = 15686534753

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Edition ID = Core

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Index = 4

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Name = Windows 10 Home N

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Description = Windows 10 Home N

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Total bytes = 14612822175

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Edition ID = CoreN

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Index = 5

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Name = Windows 10 Home Single Language

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Description = Windows 10 Home Single Language

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Total bytes = 15687774067

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Edition ID = CoreSingleLanguage

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Index = 6

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Name = Windows 10 Education

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Description = Windows 10 Education

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Total bytes = 15871702056

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Edition ID = Education

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Index = 7

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Name = Windows 10 Education N

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Description = Windows 10 Education N

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Total bytes = 14798016326

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Edition ID = EducationN

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Index = 8

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Name = Windows 10 Pro

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Description = Windows 10 Pro

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Total bytes = 15872387939

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Edition ID = Professional

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Index = 9

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Name = Windows 10 Pro N

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Description = Windows 10 Pro N

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Total bytes = 14799035192

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Edition ID = ProfessionalN

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:15:11, Info ImageXmlInfo::LogImages: End

2017-11-24 22:15:11, Info IBS DumpXmlInfoConstraints: Begin to dump XML info constraints for image selection

2017-11-24 22:15:11, Info IBS DumpXmlInfoConstraints: End of dump.

2017-11-24 22:15:11, Info CDepImageInfoSetCache::GetCachedInfoSet: Found cached image info for [D:\Sources\install.wim]

2017-11-24 22:15:11, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=Cloud, Flags=Cloud : Returning Cloud, hr=0x0

2017-11-24 22:15:11, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:15:11, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [Cloud] for key [0].

2017-11-24 22:15:11, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:15:11, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=CloudN, Flags=CloudN : Returning CloudN, hr=0x0

2017-11-24 22:15:11, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:15:11, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [CloudN] for key [0].

2017-11-24 22:15:11, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:15:11, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=Core, Flags=Core : Returning Core, hr=0x0

2017-11-24 22:15:11, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:15:11, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [Core] for key [0].

2017-11-24 22:15:11, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:15:11, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=CoreN, Flags=CoreN : Returning CoreN, hr=0x0

2017-11-24 22:15:11, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:15:11, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [CoreN] for key [0].

2017-11-24 22:15:11, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:15:11, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=CoreSingleLanguage, Flags=CoreSingleLanguage : Returning CoreSingleLanguage, hr=0x0

2017-11-24 22:15:11, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:15:11, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [CoreSingleLanguage] for key [0].

2017-11-24 22:15:11, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:15:11, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=Education, Flags=Education : Returning Education, hr=0x0

2017-11-24 22:15:11, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:15:11, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [Education] for key [0].

2017-11-24 22:15:11, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:15:11, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=EducationN, Flags=EducationN : Returning EducationN, hr=0x0

2017-11-24 22:15:11, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:15:11, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [EducationN] for key [0].

2017-11-24 22:15:11, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:15:11, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=Professional, Flags=Professional : Returning Professional, hr=0x0

2017-11-24 22:15:11, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:15:11, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [Professional] for key [0].

2017-11-24 22:15:11, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:15:11, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=ProfessionalN, Flags=ProfessionalN : Returning ProfessionalN, hr=0x0

2017-11-24 22:15:11, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:15:11, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [ProfessionalN] for key [0].

2017-11-24 22:15:11, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:15:11, Info [0x0a0035] UI Allowing Page 'Selecci�n de imagen' to be shown

2017-11-24 22:15:14, Info [0x0a0134] UI Accepting Next. Exiting Page CLUF.

2017-11-24 22:15:14, Info [0x0a0035] UI Allowing Page '' to be shown

2017-11-24 22:15:14, Info UI Entering Page Tipo de instalaci�n.

2017-11-24 22:15:14, Info [0x0a0035] UI Allowing Page 'CLUF' to be shown

2017-11-24 22:15:14, Info [0x0a011c] UI WizardDialogPost::SetActive

2017-11-24 22:15:15, Info [0x090056] PANTHR User selected clean install option

2017-11-24 22:15:15, Info [0x0a0134] UI Accepting Next. Exiting Page Tipo de instalaci�n.

2017-11-24 22:15:15, Info [0x0a0035] UI Allowing Page '' to be shown

2017-11-24 22:15:16, Info [0x0a0035] UI Allowing Page 'Tipo de instalaci�n' to be shown

2017-11-24 22:15:16, Info [0x0a0035] UI Allowing Page 'CLUF' to be shown

2017-11-24 22:15:16, Info [0x0a0035] UI Allowing Page 'Tipo de instalaci�n' to be shown

2017-11-24 22:15:16, Info [0x0a0035] UI Allowing Page 'CLUF' to be shown

2017-11-24 22:15:16, Info UI Entering Page Selecci�n de unidad.

2017-11-24 22:15:16, Info [0x0a0035] UI Allowing Page 'Tipo de instalaci�n' to be shown

2017-11-24 22:15:16, Info [0x0a0035] UI Allowing Page 'Tipo de instalaci�n' to be shown

2017-11-24 22:15:16, Info Callback_GatherDiskInfo: Entry: flags = [0x0]; major = [DriveInformation] / minor = [0x90001]

2017-11-24 22:15:16, Info RefreshDiskInfo: Using VDS

2017-11-24 22:15:16, Info [0x0606cc] IBS GatherDiskInfo_ThreadFunc:Querying disk information...

2017-11-24 22:15:16, Info [0x0a011c] UI WizardDialogPost::SetActive

2017-11-24 22:15:16, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:15:16, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:15:16, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:15:16, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:15:16, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 0 offset 0xc805000>; GLE = 0x3ED.

2017-11-24 22:15:16, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:15:16, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:15:16, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 0 offset 0x1d173949000>; GLE = 0x3ED.

2017-11-24 22:15:16, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:15:16, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:15:16, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:15:16, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:15:16, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 1 offset 0xc805000>; GLE = 0x3ED.

2017-11-24 22:15:16, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:15:16, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:15:16, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 1 offset 0xafbe76000>; GLE = 0x3ED.

2017-11-24 22:15:16, Info [0x0606cc] IBS GatherVolumeDriveLetters: Querying drive letters...

2017-11-24 22:15:16, Info [0x0606cc] IBS GatherVolumeDriveLetters: Done querying drive letters.

2017-11-24 22:15:16, Info [0x0606cc] IBS GatherDiskInfo_ThreadFunc:Finished gathering disk information.

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo:===== Disk number [0] =====

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Friendly name: [APPLE HDD ST2000DM001]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Arc path: [multi(0)disk(0)rdisk(0)]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Disk ID guid [{6FDEF36F-62AB-40B2-ACF1-B7EF6B3BD85B}]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Size (bytes) [2000398934016 / 0x1d1c1116000]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Sector size (bytes) [512]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Disk bus type: [Serial ATA]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: SMART health status = OK

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Partition style: GPT

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: 6 region(s), 3 partition(s), 3 toplevel partition(s)

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [0 / 0x0]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Size (bytes) [17408 / 0x4400]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [17408 / 0x4400]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Size (bytes) [3072 / 0xc00]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [1] -------

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [20480 / 0x5000]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Size (bytes) [209715200 / 0xc800000]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Simple index: [1]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{C12A7328-F81F-11D2-BA4B-00A0C93EC93B}] (recognized)

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: EFI system partition

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume1]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: File system type: [FAT32]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Volume label: [EFI]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [206454784]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [2] -------

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [209735680 / 0xc805000]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Size (bytes) [1998889172992 / 0x1d167144000]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Simple index: [2]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{53746F72-6167-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume2]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [3] -------

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [1999098908672 / 0x1d173949000]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Size (bytes) [650002432 / 0x26be4000]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Simple index: [3]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{426F6F74-0000-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume3]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [1999748911104 / 0x1d19a52d000]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Size (bytes) [650006016 / 0x26be4e00]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo:===== Disk number [1] =====

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Friendly name: [APPLE SSD SM0128G]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Arc path: [multi(0)disk(0)rdisk(1)]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Disk ID guid [{E0855D6F-7020-44C0-83C2-21F1CDFE154A}]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Size (bytes) [121332826112 / 0x1c40000000]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Sector size (bytes) [512]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Disk bus type: [Serial ATA]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: SMART health status = OK

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Partition style: GPT

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: 8 region(s), 4 partition(s), 4 toplevel partition(s)

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [0 / 0x0]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Size (bytes) [17408 / 0x4400]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [17408 / 0x4400]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Size (bytes) [3072 / 0xc00]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [1] -------

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [20480 / 0x5000]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Size (bytes) [209715200 / 0xc800000]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Simple index: [1]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{C12A7328-F81F-11D2-BA4B-00A0C93EC93B}] (recognized)

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: EFI system partition

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume4]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: File system type: [FAT32]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Volume label: [EFI]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [190739968]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [2] -------

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [209735680 / 0xc805000]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Size (bytes) [46966181888 / 0xaef671000]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Simple index: [2]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{53746F72-6167-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume5]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [3] -------

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [47175917568 / 0xafbe76000]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Size (bytes) [134217728 / 0x8000000]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Simple index: [3]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{426F6F74-0000-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume6]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [47310135296 / 0xb03e76000]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Size (bytes) [565248 / 0x8a000]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [4] -------

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [47310700544 / 0xb03f00000]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Size (bytes) [74021076992 / 0x113c000000]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Simple index: [4]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{EBD0A0A2-B9E5-4433-87C0-68B6B72699C7}] (recognized)

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: DOS drive letter [C:]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume7]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: File system type: [FAT32]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Volume label: [BOOTCAMP]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Volume flags = [0x98460]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [74000334848]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [121331777536 / 0x1c3ff00000]

2017-11-24 22:15:16, Info [0x0606cc] IBS DiskInfo: Size (bytes) [1031680 / 0xfbe00]

2017-11-24 22:15:16, Info PublishDiskInfoOnBlackboard: Serializing disk info...

2017-11-24 22:15:16, Info [0x0606cc] IBS GetSystemDiskNTPath: Unable to get required buffer size for system disk from BCD APIs; status = 0xc0000451

2017-11-24 22:15:16, Info IBS IsDiskSupported:Checking if disk [0] has the necessary driver support.

2017-11-24 22:15:16, Info IBS IsDeviceSupported:Device description is [Unidad de disco]

2017-11-24 22:15:16, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE____HDD_ST2000DM001AQ03]

2017-11-24 22:15:16, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE____HDD_ST2000DM001]

2017-11-24 22:15:16, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE___]

2017-11-24 22:15:16, Info IBS DumpDeviceIDs: H/w ID [SCSI\APPLE____HDD_ST2000DM001A]

2017-11-24 22:15:16, Info IBS DumpDeviceIDs: H/w ID [APPLE____HDD_ST2000DM001A]

2017-11-24 22:15:16, Info IBS DumpDeviceIDs: H/w ID [GenDisk]

2017-11-24 22:15:16, Info IBS DumpDeviceIDs: Compat ID [SCSI\Disk]

2017-11-24 22:15:16, Info IBS DumpDeviceIDs: Compat ID [SCSI\RAW]

2017-11-24 22:15:16, Info IBS IsDeviceIDPresent:Found device ID [GenDisk] in hwcompat list

2017-11-24 22:15:16, Info IBS IsDeviceSupported:Device [Unidad de disco] is supported

2017-11-24 22:15:16, Info IBS IsDeviceSupported:Device description is [Controladora SATA AHCI est�ndar]

2017-11-24 22:15:16, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&SUBSYS_72708086&REV_31]

2017-11-24 22:15:16, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&SUBSYS_72708086]

2017-11-24 22:15:16, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&CC_010601]

2017-11-24 22:15:16, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&CC_0106]

2017-11-24 22:15:16, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A102&REV_31]

2017-11-24 22:15:16, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A102]

2017-11-24 22:15:16, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_010601]

2017-11-24 22:15:16, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_0106]

2017-11-24 22:15:16, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086]

2017-11-24 22:15:16, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_010601]

2017-11-24 22:15:16, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0106]

2017-11-24 22:15:16, Info IBS IsDeviceIDPresent:Found device ID [PCI\CC_010601] in hwcompat list

2017-11-24 22:15:16, Info IBS IsDeviceSupported:Device [Controladora SATA AHCI est�ndar] is supported

2017-11-24 22:15:16, Info IBS IsDeviceSupported:Device description is [Complejo ra�z PCI Express]

2017-11-24 22:15:16, Info IBS DumpDeviceIDs: H/w ID [ACPI\VEN_PNP&DEV_0A08]

2017-11-24 22:15:16, Info IBS DumpDeviceIDs: H/w ID [ACPI\PNP0A08]

2017-11-24 22:15:16, Info IBS DumpDeviceIDs: H/w ID [*PNP0A08]

2017-11-24 22:15:16, Info IBS DumpDeviceIDs: Compat ID [*PNP0A03]

2017-11-24 22:15:16, Info IBS IsDeviceIDPresent:Found device ID [*PNP0A08] in hwcompat list

2017-11-24 22:15:16, Info IBS IsDeviceSupported:Device [Complejo ra�z PCI Express] is supported

2017-11-24 22:15:16, Info IBS IsDeviceSupported:Device description is [Sistema Microsoft compatible con ACPI]

2017-11-24 22:15:16, Info IBS DumpDeviceIDs: H/w ID [ACPI_HAL\PNP0C08]

2017-11-24 22:15:16, Info IBS DumpDeviceIDs: H/w ID [*PNP0C08]

2017-11-24 22:15:16, Info IBS IsDeviceIDPresent:Found device ID [*PNP0C08] in hwcompat list

2017-11-24 22:15:16, Info IBS IsDeviceSupported:Device [Sistema Microsoft compatible con ACPI] is supported

2017-11-24 22:15:16, Info IBS IsDeviceSupported:Device description is [Equipo basado en x64 ACPI]

2017-11-24 22:15:16, Info IBS DumpDeviceIDs: H/w ID [acpiapic]

2017-11-24 22:15:16, Info IBS DumpDeviceIDs: Compat ID [DETECTEDInternal\ACPI_HAL]

2017-11-24 22:15:16, Info IBS DumpDeviceIDs: Compat ID [DETECTED\ACPI_HAL]

2017-11-24 22:15:16, Info IBS IsDeviceIDPresent:Found device ID [acpiapic] in hwcompat list

2017-11-24 22:15:16, Info IBS IsDeviceSupported:Device [Equipo basado en x64 ACPI] is supported

2017-11-24 22:15:16, Info IBS DetermineDeviceSupport:Disk 0 has the necessary driver support

2017-11-24 22:15:17, Info IBS IsDiskSupported:Checking if disk [1] has the necessary driver support.

2017-11-24 22:15:17, Info IBS IsDeviceSupported:Device description is [Unidad de disco]

2017-11-24 22:15:17, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE________SSD_SM0128GBXW5]

2017-11-24 22:15:17, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE________SSD_SM0128G]

2017-11-24 22:15:17, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE___]

2017-11-24 22:15:17, Info IBS DumpDeviceIDs: H/w ID [SCSI\APPLE________SSD_SM0128GB]

2017-11-24 22:15:17, Info IBS DumpDeviceIDs: H/w ID [APPLE________SSD_SM0128GB]

2017-11-24 22:15:17, Info IBS DumpDeviceIDs: H/w ID [GenDisk]

2017-11-24 22:15:17, Info IBS DumpDeviceIDs: Compat ID [SCSI\Disk]

2017-11-24 22:15:17, Info IBS DumpDeviceIDs: Compat ID [SCSI\RAW]

2017-11-24 22:15:17, Info IBS IsDeviceIDPresent:Found device ID [GenDisk] in hwcompat list

2017-11-24 22:15:17, Info IBS IsDeviceSupported:Device [Unidad de disco] is supported

2017-11-24 22:15:17, Info IBS IsDeviceSupported:Device description is [Controladora SATA AHCI est�ndar]

2017-11-24 22:15:17, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&SUBSYS_A801144D&REV_01]

2017-11-24 22:15:17, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&SUBSYS_A801144D]

2017-11-24 22:15:17, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&CC_010601]

2017-11-24 22:15:17, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&CC_0106]

2017-11-24 22:15:17, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&DEV_A801&REV_01]

2017-11-24 22:15:17, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&DEV_A801]

2017-11-24 22:15:17, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&CC_010601]

2017-11-24 22:15:17, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&CC_0106]

2017-11-24 22:15:17, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D]

2017-11-24 22:15:17, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_010601&DT_0]

2017-11-24 22:15:17, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_010601]

2017-11-24 22:15:17, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0106&DT_0]

2017-11-24 22:15:17, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0106]

2017-11-24 22:15:17, Info IBS IsDeviceIDPresent:Found device ID [PCI\CC_010601] in hwcompat list

2017-11-24 22:15:17, Info IBS IsDeviceSupported:Device [Controladora SATA AHCI est�ndar] is supported

2017-11-24 22:15:17, Info IBS IsDeviceSupported:Device description is [Puerto ra�z PCI Express]

2017-11-24 22:15:17, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&SUBSYS_72708086&REV_F1]

2017-11-24 22:15:17, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&SUBSYS_72708086]

2017-11-24 22:15:17, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&CC_060400]

2017-11-24 22:15:17, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&CC_0604]

2017-11-24 22:15:17, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A167&REV_F1]

2017-11-24 22:15:17, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A167]

2017-11-24 22:15:17, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_060400]

2017-11-24 22:15:17, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_0604]

2017-11-24 22:15:17, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086]

2017-11-24 22:15:17, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_060400&DT_4]

2017-11-24 22:15:17, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_060400]

2017-11-24 22:15:17, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0604&DT_4]

2017-11-24 22:15:17, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0604]

2017-11-24 22:15:17, Info IBS IsDeviceIDPresent:Found device ID [PCI\CC_0604&DT_4] in hwcompat list

2017-11-24 22:15:17, Info IBS IsDeviceSupported:Device [Puerto ra�z PCI Express] is supported

2017-11-24 22:15:17, Info IBS IsDeviceSupported:Device description is [Complejo ra�z PCI Express]

2017-11-24 22:15:17, Info IBS DumpDeviceIDs: H/w ID [ACPI\VEN_PNP&DEV_0A08]

2017-11-24 22:15:17, Info IBS DumpDeviceIDs: H/w ID [ACPI\PNP0A08]

2017-11-24 22:15:17, Info IBS DumpDeviceIDs: H/w ID [*PNP0A08]

2017-11-24 22:15:17, Info IBS DumpDeviceIDs: Compat ID [*PNP0A03]

2017-11-24 22:15:17, Info IBS IsDeviceIDPresent:Found device ID [*PNP0A08] in hwcompat list

2017-11-24 22:15:17, Info IBS IsDeviceSupported:Device [Complejo ra�z PCI Express] is supported

2017-11-24 22:15:17, Info IBS IsDeviceSupported:Device description is [Sistema Microsoft compatible con ACPI]

2017-11-24 22:15:17, Info IBS DumpDeviceIDs: H/w ID [ACPI_HAL\PNP0C08]

2017-11-24 22:15:17, Info IBS DumpDeviceIDs: H/w ID [*PNP0C08]

2017-11-24 22:15:17, Info IBS IsDeviceIDPresent:Found device ID [*PNP0C08] in hwcompat list

2017-11-24 22:15:17, Info IBS IsDeviceSupported:Device [Sistema Microsoft compatible con ACPI] is supported

2017-11-24 22:15:17, Info IBS IsDeviceSupported:Device description is [Equipo basado en x64 ACPI]

2017-11-24 22:15:17, Info IBS DumpDeviceIDs: H/w ID [acpiapic]

2017-11-24 22:15:17, Info IBS DumpDeviceIDs: Compat ID [DETECTEDInternal\ACPI_HAL]

2017-11-24 22:15:17, Info IBS DumpDeviceIDs: Compat ID [DETECTED\ACPI_HAL]

2017-11-24 22:15:17, Info IBS IsDeviceIDPresent:Found device ID [acpiapic] in hwcompat list

2017-11-24 22:15:17, Info IBS IsDeviceSupported:Device [Equipo basado en x64 ACPI] is supported

2017-11-24 22:15:17, Info IBS DetermineDeviceSupport:Disk 1 has the necessary driver support

2017-11-24 22:15:17, Info PublishDiskInfoOnBlackboard: Successfully serialized disk info.

2017-11-24 22:15:17, Info Callback_GatherDiskInfo: Exit

2017-11-24 22:15:17, Info IBS Callback_ValidateInstallDrive:====== Does disk [0] offset [0x1d19a52d000] meet installation reqs? ======

2017-11-24 22:15:17, Info [0x0601ba] IBS DiskSpaceReqs: Windows image size (from metadata) = [8376922096] bytes

2017-11-24 22:15:17, Info [0x0601bb] IBS DiskSpaceReqs: Windows image size (after padding) = [10019920673] bytes

2017-11-24 22:15:17, Info IBS DiskSpaceReqs: Windows image contents: [10019920673] bytes

2017-11-24 22:15:17, Info IBS DiskSpaceReqs: ~BT volume (estimate): [0] bytes

2017-11-24 22:15:17, Info IBS DiskSpaceReqs: Install volume (estimate): [10019920673] bytes

2017-11-24 22:15:17, Info IBS DiskSpaceReqs: ~LS volume (estimate w/o padding): [0] bytes

2017-11-24 22:15:17, Info IBS CalculatingRecommendedSpaceForWindows: RequiredSize [10019920673] bytes

2017-11-24 22:15:17, Info IBS CalculatingRecommendedSpaceForWindows: Recommending [27304581921] bytes

2017-11-24 22:15:17, Info IBS Callback_ValidateInstallDrive:Install volume -- required free space = [10019920673] bytes

2017-11-24 22:15:17, Info IBS Callback_ValidateInstallDrive:Install volume -- recommended free space = [27304581921] bytes

2017-11-24 22:15:17, Info IBS Callback_ValidateInstallDrive:Summary - CCP check passed; able to calculate space reqs; able to find install location; location type meets installation reqs; size of location IS too small; location free space is NOT enough; location free space does NOT meet the recommendation

2017-11-24 22:15:17, Info IBS Callback_ValidateInstallDrive:------------------------------------------------- ----------

2017-11-24 22:15:17, Info IBS Callback_ValidateInstallDrive:====== Does disk [0] offset [0x5000] meet installation reqs? ======

2017-11-24 22:15:17, Info [0x0601ba] IBS DiskSpaceReqs: Windows image size (from metadata) = [8376922096] bytes

2017-11-24 22:15:17, Info [0x0601bb] IBS DiskSpaceReqs: Windows image size (after padding) = [10019920673] bytes

2017-11-24 22:15:17, Info IBS DiskSpaceReqs: Windows image contents: [10019920673] bytes

2017-11-24 22:15:17, Info IBS DiskSpaceReqs: ~BT volume (estimate): [0] bytes

2017-11-24 22:15:17, Info IBS DiskSpaceReqs: Install volume (estimate): [10019920673] bytes

2017-11-24 22:15:17, Info IBS DiskSpaceReqs: ~LS volume (estimate w/o padding): [0] bytes

2017-11-24 22:15:17, Info IBS CalculatingRecommendedSpaceForWindows: RequiredSize [10019920673] bytes

2017-11-24 22:15:17, Info IBS CalculatingRecommendedSpaceForWindows: Recommending [27304581921] bytes

2017-11-24 22:15:17, Info IBS Callback_ValidateInstallDrive:Install volume -- required free space = [10019920673] bytes

2017-11-24 22:15:17, Info IBS Callback_ValidateInstallDrive:Install volume -- recommended free space = [27304581921] bytes

2017-11-24 22:15:17, Info IBSLIB DiskRegionSupportsCapability:Region on disk [0] (offset = [0x5000]) is BLOCKED against capability [CanInstall] for the following reasons...

2017-11-24 22:15:17, Info IBSLIB LogReasons: [BLOCKING reason for {disk 0 offset 0x5000}: CanInstall] Windows se debe instalar en una partici�n con formato NTFS.

2017-11-24 22:15:17, Info IBSLIB LogReasons: [BLOCKING reason for {disk 0 offset 0x5000}: CanInstall] La partici�n es una partici�n del sistema EFI (ESP).

2017-11-24 22:15:17, Info IBS Callback_ValidateInstallDrive:Summary - CCP check passed; able to calculate space reqs; able to find install location; location type does NOT meet installation reqs; size of location IS too small; location free space is NOT enough; location free space does NOT meet the recommendation

2017-11-24 22:15:17, Info IBS Callback_ValidateInstallDrive:------------------------------------------------- ----------

2017-11-24 22:15:17, Info [0x0a0035] UI Allowing Page 'Tipo de instalaci�n' to be shown

2017-11-24 22:15:17, Info [0x0a0035] UI Allowing Page 'Tipo de instalaci�n' to be shown

2017-11-24 22:15:17, Info IBS Callback_ValidateInstallDrive:====== Does disk [0] offset [0x5000] meet installation reqs? ======

2017-11-24 22:15:17, Info [0x0601ba] IBS DiskSpaceReqs: Windows image size (from metadata) = [8376922096] bytes

2017-11-24 22:15:17, Info [0x0601bb] IBS DiskSpaceReqs: Windows image size (after padding) = [10019920673] bytes

2017-11-24 22:15:17, Info IBS DiskSpaceReqs: Windows image contents: [10019920673] bytes

2017-11-24 22:15:17, Info IBS DiskSpaceReqs: ~BT volume (estimate): [0] bytes

2017-11-24 22:15:17, Info IBS DiskSpaceReqs: Install volume (estimate): [10019920673] bytes

2017-11-24 22:15:17, Info IBS DiskSpaceReqs: ~LS volume (estimate w/o padding): [0] bytes

2017-11-24 22:15:17, Info IBS CalculatingRecommendedSpaceForWindows: RequiredSize [10019920673] bytes

2017-11-24 22:15:17, Info IBS CalculatingRecommendedSpaceForWindows: Recommending [27304581921] bytes

2017-11-24 22:15:17, Info IBS Callback_ValidateInstallDrive:Install volume -- required free space = [10019920673] bytes

2017-11-24 22:15:17, Info IBS Callback_ValidateInstallDrive:Install volume -- recommended free space = [27304581921] bytes

2017-11-24 22:15:17, Info IBSLIB DiskRegionSupportsCapability:Region on disk [0] (offset = [0x5000]) is BLOCKED against capability [CanInstall] for the following reasons...

2017-11-24 22:15:17, Info IBSLIB LogReasons: [BLOCKING reason for {disk 0 offset 0x5000}: CanInstall] Windows se debe instalar en una partici�n con formato NTFS.

2017-11-24 22:15:17, Info IBSLIB LogReasons: [BLOCKING reason for {disk 0 offset 0x5000}: CanInstall] La partici�n es una partici�n del sistema EFI (ESP).

2017-11-24 22:15:17, Info IBS Callback_ValidateInstallDrive:Summary - CCP check passed; able to calculate space reqs; able to find install location; location type does NOT meet installation reqs; size of location IS too small; location free space is NOT enough; location free space does NOT meet the recommendation

2017-11-24 22:15:17, Info IBS Callback_ValidateInstallDrive:------------------------------------------------- ----------

2017-11-24 22:15:17, Info [0x0a0035] UI Allowing Page 'Tipo de instalaci�n' to be shown

2017-11-24 22:15:17, Info [0x0a0035] UI Allowing Page 'Tipo de instalaci�n' to be shown

2017-11-24 22:15:17, Info IBS Callback_ValidateInstallDrive:====== Does disk [0] offset [0x5000] meet installation reqs? ======

2017-11-24 22:15:17, Info [0x0601ba] IBS DiskSpaceReqs: Windows image size (from metadata) = [8376922096] bytes

2017-11-24 22:15:17, Info [0x0601bb] IBS DiskSpaceReqs: Windows image size (after padding) = [10019920673] bytes

2017-11-24 22:15:17, Info IBS DiskSpaceReqs: Windows image contents: [10019920673] bytes

2017-11-24 22:15:17, Info IBS DiskSpaceReqs: ~BT volume (estimate): [0] bytes

2017-11-24 22:15:17, Info IBS DiskSpaceReqs: Install volume (estimate): [10019920673] bytes

2017-11-24 22:15:17, Info IBS DiskSpaceReqs: ~LS volume (estimate w/o padding): [0] bytes

2017-11-24 22:15:17, Info IBS CalculatingRecommendedSpaceForWindows: RequiredSize [10019920673] bytes

2017-11-24 22:15:17, Info IBS CalculatingRecommendedSpaceForWindows: Recommending [27304581921] bytes

2017-11-24 22:15:17, Info IBS Callback_ValidateInstallDrive:Install volume -- required free space = [10019920673] bytes

2017-11-24 22:15:17, Info IBS Callback_ValidateInstallDrive:Install volume -- recommended free space = [27304581921] bytes

2017-11-24 22:15:17, Info IBSLIB DiskRegionSupportsCapability:Region on disk [0] (offset = [0x5000]) is BLOCKED against capability [CanInstall] for the following reasons...

2017-11-24 22:15:17, Info IBSLIB LogReasons: [BLOCKING reason for {disk 0 offset 0x5000}: CanInstall] Windows se debe instalar en una partici�n con formato NTFS.

2017-11-24 22:15:17, Info IBSLIB LogReasons: [BLOCKING reason for {disk 0 offset 0x5000}: CanInstall] La partici�n es una partici�n del sistema EFI (ESP).

2017-11-24 22:15:17, Info IBS Callback_ValidateInstallDrive:Summary - CCP check passed; able to calculate space reqs; able to find install location; location type does NOT meet installation reqs; size of location IS too small; location free space is NOT enough; location free space does NOT meet the recommendation

2017-11-24 22:15:17, Info IBS Callback_ValidateInstallDrive:------------------------------------------------- ----------

2017-11-24 22:15:17, Info [0x0a0035] UI Allowing Page 'Tipo de instalaci�n' to be shown

2017-11-24 22:15:17, Info [0x0a0035] UI Allowing Page 'Tipo de instalaci�n' to be shown

2017-11-24 22:15:45, Info IBS Callback_ValidateInstallDrive:====== Does disk [1] offset [0xb03f00000] meet installation reqs? ======

2017-11-24 22:15:45, Info [0x0601ba] IBS DiskSpaceReqs: Windows image size (from metadata) = [8376922096] bytes

2017-11-24 22:15:45, Info [0x0601bb] IBS DiskSpaceReqs: Windows image size (after padding) = [10019920673] bytes

2017-11-24 22:15:45, Info IBS DiskSpaceReqs: Windows image contents: [10019920673] bytes

2017-11-24 22:15:45, Info IBS DiskSpaceReqs: ~BT volume (estimate): [0] bytes

2017-11-24 22:15:45, Info IBS DiskSpaceReqs: Install volume (estimate): [10019920673] bytes

2017-11-24 22:15:45, Info IBS DiskSpaceReqs: ~LS volume (estimate w/o padding): [0] bytes

2017-11-24 22:15:45, Info IBS CalculatingRecommendedSpaceForWindows: RequiredSize [10019920673] bytes

2017-11-24 22:15:45, Info IBS CalculatingRecommendedSpaceForWindows: Recommending [27304581921] bytes

2017-11-24 22:15:45, Info IBS Callback_ValidateInstallDrive:Install volume -- required free space = [10019920673] bytes

2017-11-24 22:15:45, Info IBS Callback_ValidateInstallDrive:Install volume -- recommended free space = [27304581921] bytes

2017-11-24 22:15:45, Info IBSLIB DiskRegionSupportsCapability:Region on disk [1] (offset = [0xb03f00000]) is BLOCKED against capability [CanInstall] for the following reasons...

2017-11-24 22:15:45, Info IBSLIB LogReasons: [BLOCKING reason for {disk 1 offset 0xb03f00000}: CanInstall] Windows se debe instalar en una partici�n con formato NTFS.

2017-11-24 22:15:45, Info IBS Callback_ValidateInstallDrive:Summary - CCP check passed; able to calculate space reqs; able to find install location; location type does NOT meet installation reqs; size of location is not too small; location free space is enough; location free space meets the recommendation

2017-11-24 22:15:45, Info IBS Callback_ValidateInstallDrive:------------------------------------------------- ----------

2017-11-24 22:15:45, Info [0x0a0035] UI Allowing Page 'Tipo de instalaci�n' to be shown

2017-11-24 22:15:45, Info [0x0a0035] UI Allowing Page 'Tipo de instalaci�n' to be shown

2017-11-24 22:16:06, Info [0x0a0035] UI Allowing Page 'Tipo de instalaci�n' to be shown

2017-11-24 22:16:06, Info [0x0606cc] IBS ApplyDiskOperationUsingService: Formatting partition on disk [1] at offset [0xb03f00000]; DC FS type = 0x3.

2017-11-24 22:16:06, Info [0x0606cc] IBS GetDisk: Querying VDS providers...

2017-11-24 22:16:06, Info [0x0606cc] IBS GetDisk: Finished querying VDS providers.

2017-11-24 22:16:06, Info [0x0606cc] IBS GetDisk: Querying VDS providers...

2017-11-24 22:16:06, Info [0x0606cc] IBS GetDisk: Finished querying VDS providers.

2017-11-24 22:16:06, Info [0x0606cc] IBS GetDisk: Querying VDS providers...

2017-11-24 22:16:06, Info [0x0606cc] IBS GetDisk: Finished querying VDS providers.

2017-11-24 22:16:06, Info [0x0606cc] IBS GetDisk: Querying VDS providers...

2017-11-24 22:16:06, Info [0x0606cc] IBS GetDisk: Finished querying VDS providers.

2017-11-24 22:16:06, Info RefreshDiskInfo: Using VDS

2017-11-24 22:16:06, Info [0x0606cc] IBS GatherDiskInfo_ThreadFunc:Querying disk information...

2017-11-24 22:16:06, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:16:06, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:16:06, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:16:06, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:16:06, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 0 offset 0xc805000>; GLE = 0x3ED.

2017-11-24 22:16:06, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:16:06, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:16:06, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 0 offset 0x1d173949000>; GLE = 0x3ED.

2017-11-24 22:16:06, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:16:06, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:16:06, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:16:06, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:16:06, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 1 offset 0xc805000>; GLE = 0x3ED.

2017-11-24 22:16:06, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:16:06, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:16:06, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 1 offset 0xafbe76000>; GLE = 0x3ED.

2017-11-24 22:16:06, Info [0x0606cc] IBS GatherVolumeDriveLetters: Querying drive letters...

2017-11-24 22:16:06, Info [0x0606cc] IBS GatherVolumeDriveLetters: Done querying drive letters.

2017-11-24 22:16:06, Info [0x0606cc] IBS GatherDiskInfo_ThreadFunc:Finished gathering disk information.

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo:===== Disk number [0] =====

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Friendly name: [APPLE HDD ST2000DM001]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Arc path: [multi(0)disk(0)rdisk(0)]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Disk ID guid [{6FDEF36F-62AB-40B2-ACF1-B7EF6B3BD85B}]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Size (bytes) [2000398934016 / 0x1d1c1116000]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Sector size (bytes) [512]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Disk bus type: [Serial ATA]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: SMART health status = OK

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Partition style: GPT

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: 6 region(s), 3 partition(s), 3 toplevel partition(s)

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [0 / 0x0]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Size (bytes) [17408 / 0x4400]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [17408 / 0x4400]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Size (bytes) [3072 / 0xc00]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [1] -------

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [20480 / 0x5000]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Size (bytes) [209715200 / 0xc800000]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Simple index: [1]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{C12A7328-F81F-11D2-BA4B-00A0C93EC93B}] (recognized)

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: EFI system partition

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume1]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: File system type: [FAT32]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Volume label: [EFI]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [206454784]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [2] -------

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [209735680 / 0xc805000]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Size (bytes) [1998889172992 / 0x1d167144000]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Simple index: [2]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{53746F72-6167-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume2]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [3] -------

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [1999098908672 / 0x1d173949000]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Size (bytes) [650002432 / 0x26be4000]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Simple index: [3]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{426F6F74-0000-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume3]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [1999748911104 / 0x1d19a52d000]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Size (bytes) [650006016 / 0x26be4e00]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo:===== Disk number [1] =====

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Friendly name: [APPLE SSD SM0128G]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Arc path: [multi(0)disk(0)rdisk(1)]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Disk ID guid [{E0855D6F-7020-44C0-83C2-21F1CDFE154A}]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Size (bytes) [121332826112 / 0x1c40000000]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Sector size (bytes) [512]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Disk bus type: [Serial ATA]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: SMART health status = OK

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Partition style: GPT

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: 8 region(s), 4 partition(s), 4 toplevel partition(s)

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [0 / 0x0]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Size (bytes) [17408 / 0x4400]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [17408 / 0x4400]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Size (bytes) [3072 / 0xc00]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [1] -------

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [20480 / 0x5000]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Size (bytes) [209715200 / 0xc800000]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Simple index: [1]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{C12A7328-F81F-11D2-BA4B-00A0C93EC93B}] (recognized)

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: EFI system partition

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume4]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: File system type: [FAT32]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Volume label: [EFI]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [190739968]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [2] -------

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [209735680 / 0xc805000]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Size (bytes) [46966181888 / 0xaef671000]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Simple index: [2]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{53746F72-6167-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume5]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [3] -------

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [47175917568 / 0xafbe76000]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Size (bytes) [134217728 / 0x8000000]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Simple index: [3]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{426F6F74-0000-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume6]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [47310135296 / 0xb03e76000]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Size (bytes) [565248 / 0x8a000]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [4] -------

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [47310700544 / 0xb03f00000]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Size (bytes) [74021076992 / 0x113c000000]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Simple index: [4]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{EBD0A0A2-B9E5-4433-87C0-68B6B72699C7}] (recognized)

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: DOS drive letter [C:]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume7]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: File system type: [NTFS]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: File system version: [3:1]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Volume flags = [0x98460]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [73915232256]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [121331777536 / 0x1c3ff00000]

2017-11-24 22:16:06, Info [0x0606cc] IBS DiskInfo: Size (bytes) [1031680 / 0xfbe00]

2017-11-24 22:16:06, Info PublishDiskInfoOnBlackboard: Serializing disk info...

2017-11-24 22:16:07, Info [0x0606cc] IBS GetSystemDiskNTPath: Unable to get required buffer size for system disk from BCD APIs; status = 0xc0000451

2017-11-24 22:16:07, Info IBS IsDiskSupported:Checking if disk [0] has the necessary driver support.

2017-11-24 22:16:07, Info IBS IsDeviceSupported:Device description is [Unidad de disco]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE____HDD_ST2000DM001AQ03]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE____HDD_ST2000DM001]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE___]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: H/w ID [SCSI\APPLE____HDD_ST2000DM001A]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: H/w ID [APPLE____HDD_ST2000DM001A]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: H/w ID [GenDisk]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: Compat ID [SCSI\Disk]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: Compat ID [SCSI\RAW]

2017-11-24 22:16:07, Info IBS IsDeviceIDPresent:Found device ID [GenDisk] in hwcompat list

2017-11-24 22:16:07, Info IBS IsDeviceSupported:Device [Unidad de disco] is supported

2017-11-24 22:16:07, Info IBS IsDeviceSupported:Device description is [Controladora SATA AHCI est�ndar]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&SUBSYS_72708086&REV_31]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&SUBSYS_72708086]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&CC_010601]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&CC_0106]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A102&REV_31]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A102]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_010601]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_0106]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_010601]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0106]

2017-11-24 22:16:07, Info IBS IsDeviceIDPresent:Found device ID [PCI\CC_010601] in hwcompat list

2017-11-24 22:16:07, Info IBS IsDeviceSupported:Device [Controladora SATA AHCI est�ndar] is supported

2017-11-24 22:16:07, Info IBS IsDeviceSupported:Device description is [Complejo ra�z PCI Express]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: H/w ID [ACPI\VEN_PNP&DEV_0A08]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: H/w ID [ACPI\PNP0A08]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: H/w ID [*PNP0A08]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: Compat ID [*PNP0A03]

2017-11-24 22:16:07, Info IBS IsDeviceIDPresent:Found device ID [*PNP0A08] in hwcompat list

2017-11-24 22:16:07, Info IBS IsDeviceSupported:Device [Complejo ra�z PCI Express] is supported

2017-11-24 22:16:07, Info IBS IsDeviceSupported:Device description is [Sistema Microsoft compatible con ACPI]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: H/w ID [ACPI_HAL\PNP0C08]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: H/w ID [*PNP0C08]

2017-11-24 22:16:07, Info IBS IsDeviceIDPresent:Found device ID [*PNP0C08] in hwcompat list

2017-11-24 22:16:07, Info IBS IsDeviceSupported:Device [Sistema Microsoft compatible con ACPI] is supported

2017-11-24 22:16:07, Info IBS IsDeviceSupported:Device description is [Equipo basado en x64 ACPI]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: H/w ID [acpiapic]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: Compat ID [DETECTEDInternal\ACPI_HAL]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: Compat ID [DETECTED\ACPI_HAL]

2017-11-24 22:16:07, Info IBS IsDeviceIDPresent:Found device ID [acpiapic] in hwcompat list

2017-11-24 22:16:07, Info IBS IsDeviceSupported:Device [Equipo basado en x64 ACPI] is supported

2017-11-24 22:16:07, Info IBS DetermineDeviceSupport:Disk 0 has the necessary driver support

2017-11-24 22:16:07, Info IBS IsDiskSupported:Checking if disk [1] has the necessary driver support.

2017-11-24 22:16:07, Info IBS IsDeviceSupported:Device description is [Unidad de disco]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE________SSD_SM0128GBXW5]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE________SSD_SM0128G]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE___]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: H/w ID [SCSI\APPLE________SSD_SM0128GB]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: H/w ID [APPLE________SSD_SM0128GB]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: H/w ID [GenDisk]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: Compat ID [SCSI\Disk]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: Compat ID [SCSI\RAW]

2017-11-24 22:16:07, Info IBS IsDeviceIDPresent:Found device ID [GenDisk] in hwcompat list

2017-11-24 22:16:07, Info IBS IsDeviceSupported:Device [Unidad de disco] is supported

2017-11-24 22:16:07, Info IBS IsDeviceSupported:Device description is [Controladora SATA AHCI est�ndar]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&SUBSYS_A801144D&REV_01]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&SUBSYS_A801144D]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&CC_010601]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&CC_0106]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&DEV_A801&REV_01]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&DEV_A801]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&CC_010601]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&CC_0106]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_010601&DT_0]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_010601]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0106&DT_0]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0106]

2017-11-24 22:16:07, Info IBS IsDeviceIDPresent:Found device ID [PCI\CC_010601] in hwcompat list

2017-11-24 22:16:07, Info IBS IsDeviceSupported:Device [Controladora SATA AHCI est�ndar] is supported

2017-11-24 22:16:07, Info IBS IsDeviceSupported:Device description is [Puerto ra�z PCI Express]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&SUBSYS_72708086&REV_F1]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&SUBSYS_72708086]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&CC_060400]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&CC_0604]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A167&REV_F1]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A167]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_060400]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_0604]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_060400&DT_4]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_060400]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0604&DT_4]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0604]

2017-11-24 22:16:07, Info IBS IsDeviceIDPresent:Found device ID [PCI\CC_0604&DT_4] in hwcompat list

2017-11-24 22:16:07, Info IBS IsDeviceSupported:Device [Puerto ra�z PCI Express] is supported

2017-11-24 22:16:07, Info IBS IsDeviceSupported:Device description is [Complejo ra�z PCI Express]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: H/w ID [ACPI\VEN_PNP&DEV_0A08]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: H/w ID [ACPI\PNP0A08]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: H/w ID [*PNP0A08]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: Compat ID [*PNP0A03]

2017-11-24 22:16:07, Info IBS IsDeviceIDPresent:Found device ID [*PNP0A08] in hwcompat list

2017-11-24 22:16:07, Info IBS IsDeviceSupported:Device [Complejo ra�z PCI Express] is supported

2017-11-24 22:16:07, Info IBS IsDeviceSupported:Device description is [Sistema Microsoft compatible con ACPI]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: H/w ID [ACPI_HAL\PNP0C08]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: H/w ID [*PNP0C08]

2017-11-24 22:16:07, Info IBS IsDeviceIDPresent:Found device ID [*PNP0C08] in hwcompat list

2017-11-24 22:16:07, Info IBS IsDeviceSupported:Device [Sistema Microsoft compatible con ACPI] is supported

2017-11-24 22:16:07, Info IBS IsDeviceSupported:Device description is [Equipo basado en x64 ACPI]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: H/w ID [acpiapic]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: Compat ID [DETECTEDInternal\ACPI_HAL]

2017-11-24 22:16:07, Info IBS DumpDeviceIDs: Compat ID [DETECTED\ACPI_HAL]

2017-11-24 22:16:07, Info IBS IsDeviceIDPresent:Found device ID [acpiapic] in hwcompat list

2017-11-24 22:16:07, Info IBS IsDeviceSupported:Device [Equipo basado en x64 ACPI] is supported

2017-11-24 22:16:07, Info IBS DetermineDeviceSupport:Disk 1 has the necessary driver support

2017-11-24 22:16:07, Info PublishDiskInfoOnBlackboard: Successfully serialized disk info.

2017-11-24 22:16:07, Info IBS CallBack_DiskConfiguration_PerformOperation:Formatted via Setup; this volume [disk 0x1, offset 0xb03f00000] can be trusted

2017-11-24 22:16:07, Info IBS Callback_ValidateInstallDrive:====== Does disk [1] offset [0xb03f00000] meet installation reqs? ======

2017-11-24 22:16:07, Info [0x0601ba] IBS DiskSpaceReqs: Windows image size (from metadata) = [8376922096] bytes

2017-11-24 22:16:07, Info [0x0601bb] IBS DiskSpaceReqs: Windows image size (after padding) = [10019920673] bytes

2017-11-24 22:16:07, Info IBS DiskSpaceReqs: Windows image contents: [10019920673] bytes

2017-11-24 22:16:07, Info IBS DiskSpaceReqs: ~BT volume (estimate): [0] bytes

2017-11-24 22:16:07, Info IBS DiskSpaceReqs: Install volume (estimate): [10019920673] bytes

2017-11-24 22:16:07, Info IBS DiskSpaceReqs: ~LS volume (estimate w/o padding): [0] bytes

2017-11-24 22:16:07, Info IBS CalculatingRecommendedSpaceForWindows: RequiredSize [10019920673] bytes

2017-11-24 22:16:07, Info IBS CalculatingRecommendedSpaceForWindows: Recommending [27304581921] bytes

2017-11-24 22:16:07, Info IBS Callback_ValidateInstallDrive:Install volume -- required free space = [10019920673] bytes

2017-11-24 22:16:07, Info IBS Callback_ValidateInstallDrive:Install volume -- recommended free space = [27304581921] bytes

2017-11-24 22:16:07, Info IBS Callback_ValidateInstallDrive:Summary - CCP check passed; able to calculate space reqs; able to find install location; location type meets installation reqs; size of location is not too small; location free space is enough; location free space meets the recommendation

2017-11-24 22:16:07, Info IBS Callback_ValidateInstallDrive:------------------------------------------------- ----------

2017-11-24 22:16:07, Info [0x0a0035] UI Allowing Page 'Tipo de instalaci�n' to be shown

2017-11-24 22:16:07, Info [0x0a0035] UI Allowing Page 'Tipo de instalaci�n' to be shown

2017-11-24 22:16:07, Info IBS Callback_ValidateInstallDrive:====== Does disk [1] offset [0xb03f00000] meet installation reqs? ======

2017-11-24 22:16:07, Info [0x0601ba] IBS DiskSpaceReqs: Windows image size (from metadata) = [8376922096] bytes

2017-11-24 22:16:07, Info [0x0601bb] IBS DiskSpaceReqs: Windows image size (after padding) = [10019920673] bytes

2017-11-24 22:16:07, Info IBS DiskSpaceReqs: Windows image contents: [10019920673] bytes

2017-11-24 22:16:07, Info IBS DiskSpaceReqs: ~BT volume (estimate): [0] bytes

2017-11-24 22:16:07, Info IBS DiskSpaceReqs: Install volume (estimate): [10019920673] bytes

2017-11-24 22:16:07, Info IBS DiskSpaceReqs: ~LS volume (estimate w/o padding): [0] bytes

2017-11-24 22:16:07, Info IBS CalculatingRecommendedSpaceForWindows: RequiredSize [10019920673] bytes

2017-11-24 22:16:07, Info IBS CalculatingRecommendedSpaceForWindows: Recommending [27304581921] bytes

2017-11-24 22:16:07, Info IBS Callback_ValidateInstallDrive:Install volume -- required free space = [10019920673] bytes

2017-11-24 22:16:07, Info IBS Callback_ValidateInstallDrive:Install volume -- recommended free space = [27304581921] bytes

2017-11-24 22:16:07, Info IBS Callback_ValidateInstallDrive:Summary - CCP check passed; able to calculate space reqs; able to find install location; location type meets installation reqs; size of location is not too small; location free space is enough; location free space meets the recommendation

2017-11-24 22:16:07, Info IBS Callback_ValidateInstallDrive:------------------------------------------------- ----------

2017-11-24 22:16:07, Info [0x0a0035] UI Allowing Page 'Tipo de instalaci�n' to be shown

2017-11-24 22:16:07, Info [0x0a0035] UI Allowing Page 'Tipo de instalaci�n' to be shown

2017-11-24 22:16:07, Info IBS Callback_ValidateInstallDrive:====== Does disk [1] offset [0xb03f00000] meet installation reqs? ======

2017-11-24 22:16:07, Info [0x0601ba] IBS DiskSpaceReqs: Windows image size (from metadata) = [8376922096] bytes

2017-11-24 22:16:07, Info [0x0601bb] IBS DiskSpaceReqs: Windows image size (after padding) = [10019920673] bytes

2017-11-24 22:16:07, Info IBS DiskSpaceReqs: Windows image contents: [10019920673] bytes

2017-11-24 22:16:07, Info IBS DiskSpaceReqs: ~BT volume (estimate): [0] bytes

2017-11-24 22:16:07, Info IBS DiskSpaceReqs: Install volume (estimate): [10019920673] bytes

2017-11-24 22:16:07, Info IBS DiskSpaceReqs: ~LS volume (estimate w/o padding): [0] bytes

2017-11-24 22:16:07, Info IBS CalculatingRecommendedSpaceForWindows: RequiredSize [10019920673] bytes

2017-11-24 22:16:07, Info IBS CalculatingRecommendedSpaceForWindows: Recommending [27304581921] bytes

2017-11-24 22:16:07, Info IBS Callback_ValidateInstallDrive:Install volume -- required free space = [10019920673] bytes

2017-11-24 22:16:07, Info IBS Callback_ValidateInstallDrive:Install volume -- recommended free space = [27304581921] bytes

2017-11-24 22:16:07, Info IBS Callback_ValidateInstallDrive:Summary - CCP check passed; able to calculate space reqs; able to find install location; location type meets installation reqs; size of location is not too small; location free space is enough; location free space meets the recommendation

2017-11-24 22:16:07, Info IBS Callback_ValidateInstallDrive:------------------------------------------------- ----------

2017-11-24 22:16:07, Info [0x0a0035] UI Allowing Page 'Tipo de instalaci�n' to be shown

2017-11-24 22:16:07, Info [0x0a0035] UI Allowing Page 'Tipo de instalaci�n' to be shown

2017-11-24 22:17:55, Info IBS Callback_ValidateInstallDrive:====== Does disk [1] offset [0xb03f00000] meet installation reqs? ======

2017-11-24 22:17:55, Info [0x0601ba] IBS DiskSpaceReqs: Windows image size (from metadata) = [8376922096] bytes

2017-11-24 22:17:55, Info [0x0601bb] IBS DiskSpaceReqs: Windows image size (after padding) = [10019920673] bytes

2017-11-24 22:17:55, Info IBS DiskSpaceReqs: Windows image contents: [10019920673] bytes

2017-11-24 22:17:55, Info IBS DiskSpaceReqs: ~BT volume (estimate): [0] bytes

2017-11-24 22:17:55, Info IBS DiskSpaceReqs: Install volume (estimate): [10019920673] bytes

2017-11-24 22:17:55, Info IBS DiskSpaceReqs: ~LS volume (estimate w/o padding): [0] bytes

2017-11-24 22:17:55, Info IBS CalculatingRecommendedSpaceForWindows: RequiredSize [10019920673] bytes

2017-11-24 22:17:55, Info IBS CalculatingRecommendedSpaceForWindows: Recommending [27304581921] bytes

2017-11-24 22:17:55, Info IBS Callback_ValidateInstallDrive:Install volume -- required free space = [10019920673] bytes

2017-11-24 22:17:55, Info IBS Callback_ValidateInstallDrive:Install volume -- recommended free space = [27304581921] bytes

2017-11-24 22:17:55, Info IBS Callback_ValidateInstallDrive:Summary - CCP check passed; able to calculate space reqs; able to find install location; location type meets installation reqs; size of location is not too small; location free space is enough; location free space meets the recommendation

2017-11-24 22:17:55, Info IBS Callback_ValidateInstallDrive:------------------------------------------------- ----------

2017-11-24 22:17:55, Info [0x0a0035] UI Allowing Page 'Tipo de instalaci�n' to be shown

2017-11-24 22:17:55, Info [0x0a0035] UI Allowing Page 'Tipo de instalaci�n' to be shown

2017-11-24 22:17:59, Info [0x0a0035] UI Allowing Page 'Tipo de instalaci�n' to be shown

2017-11-24 22:17:59, Info [0x0a0047] UI DiskPart = 0x10004

2017-11-24 22:17:59, Info IBS Callback_ValidateInstallDrive:====== Does disk [1] offset [0xb03f00000] meet installation reqs? ======

2017-11-24 22:17:59, Info [0x0601ba] IBS DiskSpaceReqs: Windows image size (from metadata) = [8376922096] bytes

2017-11-24 22:17:59, Info [0x0601bb] IBS DiskSpaceReqs: Windows image size (after padding) = [10019920673] bytes

2017-11-24 22:17:59, Info IBS DiskSpaceReqs: Windows image contents: [10019920673] bytes

2017-11-24 22:17:59, Info IBS DiskSpaceReqs: ~BT volume (estimate): [0] bytes

2017-11-24 22:17:59, Info IBS DiskSpaceReqs: Install volume (estimate): [10019920673] bytes

2017-11-24 22:17:59, Info IBS DiskSpaceReqs: ~LS volume (estimate w/o padding): [0] bytes

2017-11-24 22:17:59, Info IBS CalculatingRecommendedSpaceForWindows: RequiredSize [10019920673] bytes

2017-11-24 22:17:59, Info IBS CalculatingRecommendedSpaceForWindows: Recommending [27304581921] bytes

2017-11-24 22:17:59, Info IBS Callback_ValidateInstallDrive:Install volume -- required free space = [10019920673] bytes

2017-11-24 22:17:59, Info IBS Callback_ValidateInstallDrive:Install volume -- recommended free space = [27304581921] bytes

2017-11-24 22:17:59, Info IBS Callback_ValidateInstallDrive:Summary - CCP check passed; able to calculate space reqs; able to find install location; location type meets installation reqs; size of location is not too small; location free space is enough; location free space meets the recommendation

2017-11-24 22:17:59, Info IBS Callback_ValidateInstallDrive:------------------------------------------------- ----------

2017-11-24 22:17:59, Info [0x0606cc] IBS GetSystemDiskNTPath: Unable to get required buffer size for system disk from BCD APIs; status = 0xc0000451

2017-11-24 22:17:59, Info IBS GetMachineInfo:Couldn't find any system volumes on this EFI-based computer

2017-11-24 22:17:59, Info IBSLIB CanBeSystemVolume: Volume at disk [0] offset [0x0] doesn't meet criteria for system volumes...

2017-11-24 22:17:59, Info IBSLIB DiskRegionSupportsCapability:Region on disk [0] (offset = [0x0]) is BLOCKED against capability [CanBeSystemVolume] for the following reasons...

2017-11-24 22:17:59, Info IBSLIB LogReasons: [BLOCKING reason for {disk 0 offset 0x0}: CanBeSystemVolume] La partici�n es demasiado peque�a.

2017-11-24 22:17:59, Info IBSLIB CanBeSystemVolume: Volume at disk [0] offset [0x4400] doesn't meet criteria for system volumes...

2017-11-24 22:17:59, Info IBSLIB DiskRegionSupportsCapability:Region on disk [0] (offset = [0x4400]) is BLOCKED against capability [CanBeSystemVolume] for the following reasons...

2017-11-24 22:17:59, Info IBSLIB LogReasons: [BLOCKING reason for {disk 0 offset 0x4400}: CanBeSystemVolume] La partici�n es demasiado peque�a.

2017-11-24 22:17:59, Info IBSLIB CanBeSystemVolume gave us a boot disk, disk number = [0]; partition offset = [0x1d19a52d000]

2017-11-24 22:17:59, Info IBSLIB Remedy was applied for said disk rule

2017-11-24 22:17:59, Info [0x06021a] IBS CallBack_ValidateAndPrepareInstallSystem:Could not find a system volume. RemedyPlugin returned possible options

2017-11-24 22:17:59, Info IBS CallBack_ValidateAndPrepareInstallSystem:Was able to pick a suitable candidate for new system volume

2017-11-24 22:18:24, Info IBS Callback_ValidateInstallDrive:====== Does disk [1] offset [0xb03f00000] meet installation reqs? ======

2017-11-24 22:18:24, Info [0x0601ba] IBS DiskSpaceReqs: Windows image size (from metadata) = [8376922096] bytes

2017-11-24 22:18:24, Info [0x0601bb] IBS DiskSpaceReqs: Windows image size (after padding) = [10019920673] bytes

2017-11-24 22:18:24, Info IBS DiskSpaceReqs: Windows image contents: [10019920673] bytes

2017-11-24 22:18:24, Info IBS DiskSpaceReqs: ~BT volume (estimate): [0] bytes

2017-11-24 22:18:24, Info IBS DiskSpaceReqs: Install volume (estimate): [10019920673] bytes

2017-11-24 22:18:24, Info IBS DiskSpaceReqs: ~LS volume (estimate w/o padding): [0] bytes

2017-11-24 22:18:24, Info IBS CalculatingRecommendedSpaceForWindows: RequiredSize [10019920673] bytes

2017-11-24 22:18:24, Info IBS CalculatingRecommendedSpaceForWindows: Recommending [27304581921] bytes

2017-11-24 22:18:24, Info IBS Callback_ValidateInstallDrive:Install volume -- required free space = [10019920673] bytes

2017-11-24 22:18:24, Info IBS Callback_ValidateInstallDrive:Install volume -- recommended free space = [27304581921] bytes

2017-11-24 22:18:24, Info IBS Callback_ValidateInstallDrive:Summary - CCP check passed; able to calculate space reqs; able to find install location; location type meets installation reqs; size of location is not too small; location free space is enough; location free space meets the recommendation

2017-11-24 22:18:24, Info IBS Callback_ValidateInstallDrive:------------------------------------------------- ----------

2017-11-24 22:18:24, Info [0x0a0035] UI Allowing Page 'Tipo de instalaci�n' to be shown

2017-11-24 22:18:24, Info [0x0a0035] UI Allowing Page 'Tipo de instalaci�n' to be shown

2017-11-24 22:18:24, Info IBS CallBack_ValidateAndPrepareInstallSystem:User gave us go-ahead to autocreate system volume; proceeding...

2017-11-24 22:18:24, Info [0x0606cc] IBS ApplyDiskOperationUsingService: Creating partition at disk [0] offset [0x1d19a52d000] of DC type [0x4]; ResolveTypeAtRuntime = False, ExtendToFill = False, Size = 0x1f300000.

2017-11-24 22:18:24, Info [0x0606cc] IBS GetDisk: Querying VDS providers...

2017-11-24 22:18:24, Info [0x0606cc] IBS GetDisk: Finished querying VDS providers.

2017-11-24 22:18:24, Info [0x0606cc] IBS GetDisk: Querying VDS providers...

2017-11-24 22:18:24, Info [0x0606cc] IBS GetDisk: Finished querying VDS providers.

2017-11-24 22:18:24, Info [0x0606cc] IBS FindFreeExtent: Trying to find extent matching these criteria (byte offset of 0 implies no offset preference): [WithinContainer = False] [Size >= 0x1f300000 bytes] [Byte offset = 0x1d19a52d000]

2017-11-24 22:18:24, Info [0x0606cc] IBS FindFreeExtent: Found suitable extent: [WithinContainer = False], [Byte size of found extent = 0x26be4e00], [Byte offset of found extent = 0x1d19a52d000], [Return size of found extent = 0x1f300000], [Return offset of found extent = 0x1d19a52d000].

2017-11-24 22:18:24, Info [0x0606cc] IBS CreatePartition: Requesting creation of partition with { offset = [0x1d19a52d000], size [0x1f300000] }

2017-11-24 22:18:24, Info [0x0606cc] IBS CreatePartition: Successfully created partition on disk 0 at {offset = [1999749775360], size = [523239424]}

2017-11-24 22:18:24, Info RefreshDiskInfo: Using VDS

2017-11-24 22:18:24, Info [0x0606cc] IBS GatherDiskInfo_ThreadFunc:Querying disk information...

2017-11-24 22:18:24, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:18:24, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:18:24, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:18:24, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:18:24, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 0 offset 0xc805000>; GLE = 0x3ED.

2017-11-24 22:18:24, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:18:24, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:18:24, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 0 offset 0x1d173949000>; GLE = 0x3ED.

2017-11-24 22:18:24, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:18:24, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:18:24, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:18:24, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:18:24, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 1 offset 0xc805000>; GLE = 0x3ED.

2017-11-24 22:18:24, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:18:24, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:18:24, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 1 offset 0xafbe76000>; GLE = 0x3ED.

2017-11-24 22:18:24, Info [0x0606cc] IBS GatherVolumeDriveLetters: Querying drive letters...

2017-11-24 22:18:24, Info [0x0606cc] IBS GatherVolumeDriveLetters: Done querying drive letters.

2017-11-24 22:18:24, Info [0x0606cc] IBS GatherDiskInfo_ThreadFunc:Finished gathering disk information.

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo:===== Disk number [0] =====

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Friendly name: [APPLE HDD ST2000DM001]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Arc path: [multi(0)disk(0)rdisk(0)]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Disk ID guid [{6FDEF36F-62AB-40B2-ACF1-B7EF6B3BD85B}]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Size (bytes) [2000398934016 / 0x1d1c1116000]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Sector size (bytes) [512]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Disk bus type: [Serial ATA]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: SMART health status = OK

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Partition style: GPT

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: 8 region(s), 4 partition(s), 4 toplevel partition(s)

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [0 / 0x0]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Size (bytes) [17408 / 0x4400]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [17408 / 0x4400]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Size (bytes) [3072 / 0xc00]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [1] -------

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [20480 / 0x5000]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Size (bytes) [209715200 / 0xc800000]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Simple index: [1]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{C12A7328-F81F-11D2-BA4B-00A0C93EC93B}] (recognized)

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: EFI system partition

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume1]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: File system type: [FAT32]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Volume label: [EFI]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [206454784]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [2] -------

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [209735680 / 0xc805000]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Size (bytes) [1998889172992 / 0x1d167144000]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Simple index: [2]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{53746F72-6167-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume2]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [3] -------

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [1999098908672 / 0x1d173949000]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Size (bytes) [650002432 / 0x26be4000]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Simple index: [3]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{426F6F74-0000-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume3]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [1999748911104 / 0x1d19a52d000]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Size (bytes) [864256 / 0xd3000]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [4] -------

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [1999749775360 / 0x1d19a600000]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Size (bytes) [523239424 / 0x1f300000]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Simple index: [4]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{EBD0A0A2-B9E5-4433-87C0-68B6B72699C7}] (recognized)

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume9]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: File system type: [RAW]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Volume flags = [0xa0460]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [523239424]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [2000273014784 / 0x1d1b9900000]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Size (bytes) [125902336 / 0x7811e00]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo:===== Disk number [1] =====

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Friendly name: [APPLE SSD SM0128G]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Arc path: [multi(0)disk(0)rdisk(1)]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Disk ID guid [{E0855D6F-7020-44C0-83C2-21F1CDFE154A}]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Size (bytes) [121332826112 / 0x1c40000000]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Sector size (bytes) [512]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Disk bus type: [Serial ATA]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: SMART health status = OK

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Partition style: GPT

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: 8 region(s), 4 partition(s), 4 toplevel partition(s)

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [0 / 0x0]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Size (bytes) [17408 / 0x4400]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [17408 / 0x4400]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Size (bytes) [3072 / 0xc00]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [1] -------

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [20480 / 0x5000]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Size (bytes) [209715200 / 0xc800000]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Simple index: [1]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{C12A7328-F81F-11D2-BA4B-00A0C93EC93B}] (recognized)

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: EFI system partition

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume4]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: File system type: [FAT32]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Volume label: [EFI]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [190739968]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [2] -------

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [209735680 / 0xc805000]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Size (bytes) [46966181888 / 0xaef671000]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Simple index: [2]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{53746F72-6167-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume5]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [3] -------

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [47175917568 / 0xafbe76000]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Size (bytes) [134217728 / 0x8000000]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Simple index: [3]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{426F6F74-0000-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume6]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [47310135296 / 0xb03e76000]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Size (bytes) [565248 / 0x8a000]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [4] -------

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [47310700544 / 0xb03f00000]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Size (bytes) [74021076992 / 0x113c000000]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Simple index: [4]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{EBD0A0A2-B9E5-4433-87C0-68B6B72699C7}] (recognized)

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: DOS drive letter [C:]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume7]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: File system type: [NTFS]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: File system version: [3:1]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Volume flags = [0x98460]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [73915232256]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [121331777536 / 0x1c3ff00000]

2017-11-24 22:18:24, Info [0x0606cc] IBS DiskInfo: Size (bytes) [1031680 / 0xfbe00]

2017-11-24 22:18:24, Info PublishDiskInfoOnBlackboard: Serializing disk info...

2017-11-24 22:18:25, Info [0x0606cc] IBS GetSystemDiskNTPath: Unable to get required buffer size for system disk from BCD APIs; status = 0xc0000451

2017-11-24 22:18:25, Info IBS IsDiskSupported:Checking if disk [0] has the necessary driver support.

2017-11-24 22:18:25, Info IBS IsDeviceSupported:Device description is [Unidad de disco]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE____HDD_ST2000DM001AQ03]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE____HDD_ST2000DM001]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE___]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: H/w ID [SCSI\APPLE____HDD_ST2000DM001A]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: H/w ID [APPLE____HDD_ST2000DM001A]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: H/w ID [GenDisk]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: Compat ID [SCSI\Disk]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: Compat ID [SCSI\RAW]

2017-11-24 22:18:25, Info IBS IsDeviceIDPresent:Found device ID [GenDisk] in hwcompat list

2017-11-24 22:18:25, Info IBS IsDeviceSupported:Device [Unidad de disco] is supported

2017-11-24 22:18:25, Info IBS IsDeviceSupported:Device description is [Controladora SATA AHCI est�ndar]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&SUBSYS_72708086&REV_31]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&SUBSYS_72708086]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&CC_010601]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&CC_0106]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A102&REV_31]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A102]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_010601]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_0106]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_010601]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0106]

2017-11-24 22:18:25, Info IBS IsDeviceIDPresent:Found device ID [PCI\CC_010601] in hwcompat list

2017-11-24 22:18:25, Info IBS IsDeviceSupported:Device [Controladora SATA AHCI est�ndar] is supported

2017-11-24 22:18:25, Info IBS IsDeviceSupported:Device description is [Complejo ra�z PCI Express]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: H/w ID [ACPI\VEN_PNP&DEV_0A08]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: H/w ID [ACPI\PNP0A08]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: H/w ID [*PNP0A08]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: Compat ID [*PNP0A03]

2017-11-24 22:18:25, Info IBS IsDeviceIDPresent:Found device ID [*PNP0A08] in hwcompat list

2017-11-24 22:18:25, Info IBS IsDeviceSupported:Device [Complejo ra�z PCI Express] is supported

2017-11-24 22:18:25, Info IBS IsDeviceSupported:Device description is [Sistema Microsoft compatible con ACPI]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: H/w ID [ACPI_HAL\PNP0C08]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: H/w ID [*PNP0C08]

2017-11-24 22:18:25, Info IBS IsDeviceIDPresent:Found device ID [*PNP0C08] in hwcompat list

2017-11-24 22:18:25, Info IBS IsDeviceSupported:Device [Sistema Microsoft compatible con ACPI] is supported

2017-11-24 22:18:25, Info IBS IsDeviceSupported:Device description is [Equipo basado en x64 ACPI]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: H/w ID [acpiapic]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: Compat ID [DETECTEDInternal\ACPI_HAL]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: Compat ID [DETECTED\ACPI_HAL]

2017-11-24 22:18:25, Info IBS IsDeviceIDPresent:Found device ID [acpiapic] in hwcompat list

2017-11-24 22:18:25, Info IBS IsDeviceSupported:Device [Equipo basado en x64 ACPI] is supported

2017-11-24 22:18:25, Info IBS DetermineDeviceSupport:Disk 0 has the necessary driver support

2017-11-24 22:18:25, Info IBS IsDiskSupported:Checking if disk [1] has the necessary driver support.

2017-11-24 22:18:25, Info IBS IsDeviceSupported:Device description is [Unidad de disco]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE________SSD_SM0128GBXW5]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE________SSD_SM0128G]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE___]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: H/w ID [SCSI\APPLE________SSD_SM0128GB]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: H/w ID [APPLE________SSD_SM0128GB]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: H/w ID [GenDisk]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: Compat ID [SCSI\Disk]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: Compat ID [SCSI\RAW]

2017-11-24 22:18:25, Info IBS IsDeviceIDPresent:Found device ID [GenDisk] in hwcompat list

2017-11-24 22:18:25, Info IBS IsDeviceSupported:Device [Unidad de disco] is supported

2017-11-24 22:18:25, Info IBS IsDeviceSupported:Device description is [Controladora SATA AHCI est�ndar]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&SUBSYS_A801144D&REV_01]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&SUBSYS_A801144D]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&CC_010601]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&CC_0106]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&DEV_A801&REV_01]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&DEV_A801]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&CC_010601]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&CC_0106]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_010601&DT_0]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_010601]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0106&DT_0]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0106]

2017-11-24 22:18:25, Info IBS IsDeviceIDPresent:Found device ID [PCI\CC_010601] in hwcompat list

2017-11-24 22:18:25, Info IBS IsDeviceSupported:Device [Controladora SATA AHCI est�ndar] is supported

2017-11-24 22:18:25, Info IBS IsDeviceSupported:Device description is [Puerto ra�z PCI Express]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&SUBSYS_72708086&REV_F1]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&SUBSYS_72708086]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&CC_060400]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&CC_0604]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A167&REV_F1]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A167]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_060400]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_0604]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_060400&DT_4]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_060400]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0604&DT_4]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0604]

2017-11-24 22:18:25, Info IBS IsDeviceIDPresent:Found device ID [PCI\CC_0604&DT_4] in hwcompat list

2017-11-24 22:18:25, Info IBS IsDeviceSupported:Device [Puerto ra�z PCI Express] is supported

2017-11-24 22:18:25, Info IBS IsDeviceSupported:Device description is [Complejo ra�z PCI Express]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: H/w ID [ACPI\VEN_PNP&DEV_0A08]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: H/w ID [ACPI\PNP0A08]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: H/w ID [*PNP0A08]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: Compat ID [*PNP0A03]

2017-11-24 22:18:25, Info IBS IsDeviceIDPresent:Found device ID [*PNP0A08] in hwcompat list

2017-11-24 22:18:25, Info IBS IsDeviceSupported:Device [Complejo ra�z PCI Express] is supported

2017-11-24 22:18:25, Info IBS IsDeviceSupported:Device description is [Sistema Microsoft compatible con ACPI]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: H/w ID [ACPI_HAL\PNP0C08]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: H/w ID [*PNP0C08]

2017-11-24 22:18:25, Info IBS IsDeviceIDPresent:Found device ID [*PNP0C08] in hwcompat list

2017-11-24 22:18:25, Info IBS IsDeviceSupported:Device [Sistema Microsoft compatible con ACPI] is supported

2017-11-24 22:18:25, Info IBS IsDeviceSupported:Device description is [Equipo basado en x64 ACPI]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: H/w ID [acpiapic]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: Compat ID [DETECTEDInternal\ACPI_HAL]

2017-11-24 22:18:25, Info IBS DumpDeviceIDs: Compat ID [DETECTED\ACPI_HAL]

2017-11-24 22:18:25, Info IBS IsDeviceIDPresent:Found device ID [acpiapic] in hwcompat list

2017-11-24 22:18:25, Info IBS IsDeviceSupported:Device [Equipo basado en x64 ACPI] is supported

2017-11-24 22:18:25, Info IBS DetermineDeviceSupport:Disk 1 has the necessary driver support

2017-11-24 22:18:25, Info PublishDiskInfoOnBlackboard: Successfully serialized disk info.

2017-11-24 22:18:25, Info IBS CreateSystemVolume:Successfully created new partition for use as system volume; new offset = 0x1d19a600000

2017-11-24 22:18:25, Info [0x0606cc] IBS ApplyDiskOperationUsingService: Formatting partition on disk [0] at offset [0x1d19a600000]; DC FS type = 0x3.

2017-11-24 22:18:25, Info [0x0606cc] IBS GetDisk: Querying VDS providers...

2017-11-24 22:18:25, Info [0x0606cc] IBS GetDisk: Finished querying VDS providers.

2017-11-24 22:18:25, Info [0x0606cc] IBS GetDisk: Querying VDS providers...

2017-11-24 22:18:25, Info [0x0606cc] IBS GetDisk: Finished querying VDS providers.

2017-11-24 22:18:25, Info [0x0606cc] IBS GetDisk: Querying VDS providers...

2017-11-24 22:18:25, Info [0x0606cc] IBS GetDisk: Finished querying VDS providers.

2017-11-24 22:18:25, Info [0x0606cc] IBS GetDisk: Querying VDS providers...

2017-11-24 22:18:25, Info [0x0606cc] IBS GetDisk: Finished querying VDS providers.

2017-11-24 22:18:25, Info [0x0606cc] IBS GetDisk: Querying VDS providers...

2017-11-24 22:18:25, Info [0x0606cc] IBS GetDisk: Finished querying VDS providers.

2017-11-24 22:18:26, Info RefreshDiskInfo: Using VDS

2017-11-24 22:18:26, Info [0x0606cc] IBS GatherDiskInfo_ThreadFunc:Querying disk information...

2017-11-24 22:18:26, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:18:26, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:18:26, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:18:26, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:18:26, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 0 offset 0xc805000>; GLE = 0x3ED.

2017-11-24 22:18:26, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:18:26, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:18:26, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 0 offset 0x1d173949000>; GLE = 0x3ED.

2017-11-24 22:18:26, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:18:26, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:18:26, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:18:26, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:18:26, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 1 offset 0xc805000>; GLE = 0x3ED.

2017-11-24 22:18:26, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:18:26, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:18:27, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 1 offset 0xafbe76000>; GLE = 0x3ED.

2017-11-24 22:18:27, Info [0x0606cc] IBS GatherVolumeDriveLetters: Querying drive letters...

2017-11-24 22:18:27, Info [0x0606cc] IBS GatherVolumeDriveLetters: Done querying drive letters.

2017-11-24 22:18:27, Info [0x0606cc] IBS GatherDiskInfo_ThreadFunc:Finished gathering disk information.

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo:===== Disk number [0] =====

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Friendly name: [APPLE HDD ST2000DM001]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Arc path: [multi(0)disk(0)rdisk(0)]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Disk ID guid [{6FDEF36F-62AB-40B2-ACF1-B7EF6B3BD85B}]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Size (bytes) [2000398934016 / 0x1d1c1116000]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Sector size (bytes) [512]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Disk bus type: [Serial ATA]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: SMART health status = OK

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Partition style: GPT

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: 8 region(s), 4 partition(s), 4 toplevel partition(s)

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [0 / 0x0]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Size (bytes) [17408 / 0x4400]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [17408 / 0x4400]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Size (bytes) [3072 / 0xc00]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [1] -------

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [20480 / 0x5000]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Size (bytes) [209715200 / 0xc800000]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Simple index: [1]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{C12A7328-F81F-11D2-BA4B-00A0C93EC93B}] (recognized)

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: EFI system partition

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume1]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: File system type: [FAT32]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Volume label: [EFI]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [206454784]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [2] -------

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [209735680 / 0xc805000]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Size (bytes) [1998889172992 / 0x1d167144000]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Simple index: [2]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{53746F72-6167-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume2]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [3] -------

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [1999098908672 / 0x1d173949000]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Size (bytes) [650002432 / 0x26be4000]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Simple index: [3]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{426F6F74-0000-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume3]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [1999748911104 / 0x1d19a52d000]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Size (bytes) [864256 / 0xd3000]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [4] -------

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [1999749775360 / 0x1d19a600000]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Size (bytes) [523239424 / 0x1f300000]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Simple index: [4]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{EBD0A0A2-B9E5-4433-87C0-68B6B72699C7}] (recognized)

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: DOS drive letter [E:]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume9]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: File system type: [NTFS]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: File system version: [3:1]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Volume flags = [0x80460]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [506277888]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [2000273014784 / 0x1d1b9900000]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Size (bytes) [125902336 / 0x7811e00]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo:===== Disk number [1] =====

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Friendly name: [APPLE SSD SM0128G]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Arc path: [multi(0)disk(0)rdisk(1)]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Disk ID guid [{E0855D6F-7020-44C0-83C2-21F1CDFE154A}]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Size (bytes) [121332826112 / 0x1c40000000]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Sector size (bytes) [512]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Disk bus type: [Serial ATA]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: SMART health status = OK

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Partition style: GPT

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: 8 region(s), 4 partition(s), 4 toplevel partition(s)

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [0 / 0x0]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Size (bytes) [17408 / 0x4400]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [17408 / 0x4400]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Size (bytes) [3072 / 0xc00]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [1] -------

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [20480 / 0x5000]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Size (bytes) [209715200 / 0xc800000]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Simple index: [1]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{C12A7328-F81F-11D2-BA4B-00A0C93EC93B}] (recognized)

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: EFI system partition

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume4]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: File system type: [FAT32]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Volume label: [EFI]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [190739968]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [2] -------

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [209735680 / 0xc805000]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Size (bytes) [46966181888 / 0xaef671000]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Simple index: [2]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{53746F72-6167-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume5]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [3] -------

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [47175917568 / 0xafbe76000]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Size (bytes) [134217728 / 0x8000000]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Simple index: [3]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{426F6F74-0000-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume6]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [47310135296 / 0xb03e76000]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Size (bytes) [565248 / 0x8a000]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [4] -------

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [47310700544 / 0xb03f00000]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Size (bytes) [74021076992 / 0x113c000000]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Simple index: [4]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{EBD0A0A2-B9E5-4433-87C0-68B6B72699C7}] (recognized)

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: DOS drive letter [C:]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume7]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: File system type: [NTFS]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: File system version: [3:1]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Volume flags = [0x98460]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [73915232256]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [121331777536 / 0x1c3ff00000]

2017-11-24 22:18:27, Info [0x0606cc] IBS DiskInfo: Size (bytes) [1031680 / 0xfbe00]

2017-11-24 22:18:27, Info PublishDiskInfoOnBlackboard: Serializing disk info...

2017-11-24 22:18:27, Info [0x0606cc] IBS GetSystemDiskNTPath: Unable to get required buffer size for system disk from BCD APIs; status = 0xc0000451

2017-11-24 22:18:27, Info IBS IsDiskSupported:Checking if disk [0] has the necessary driver support.

2017-11-24 22:18:27, Info IBS IsDeviceSupported:Device description is [Unidad de disco]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE____HDD_ST2000DM001AQ03]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE____HDD_ST2000DM001]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE___]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: H/w ID [SCSI\APPLE____HDD_ST2000DM001A]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: H/w ID [APPLE____HDD_ST2000DM001A]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: H/w ID [GenDisk]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: Compat ID [SCSI\Disk]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: Compat ID [SCSI\RAW]

2017-11-24 22:18:27, Info IBS IsDeviceIDPresent:Found device ID [GenDisk] in hwcompat list

2017-11-24 22:18:27, Info IBS IsDeviceSupported:Device [Unidad de disco] is supported

2017-11-24 22:18:27, Info IBS IsDeviceSupported:Device description is [Controladora SATA AHCI est�ndar]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&SUBSYS_72708086&REV_31]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&SUBSYS_72708086]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&CC_010601]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&CC_0106]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A102&REV_31]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A102]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_010601]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_0106]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_010601]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0106]

2017-11-24 22:18:27, Info IBS IsDeviceIDPresent:Found device ID [PCI\CC_010601] in hwcompat list

2017-11-24 22:18:27, Info IBS IsDeviceSupported:Device [Controladora SATA AHCI est�ndar] is supported

2017-11-24 22:18:27, Info IBS IsDeviceSupported:Device description is [Complejo ra�z PCI Express]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: H/w ID [ACPI\VEN_PNP&DEV_0A08]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: H/w ID [ACPI\PNP0A08]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: H/w ID [*PNP0A08]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: Compat ID [*PNP0A03]

2017-11-24 22:18:27, Info IBS IsDeviceIDPresent:Found device ID [*PNP0A08] in hwcompat list

2017-11-24 22:18:27, Info IBS IsDeviceSupported:Device [Complejo ra�z PCI Express] is supported

2017-11-24 22:18:27, Info IBS IsDeviceSupported:Device description is [Sistema Microsoft compatible con ACPI]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: H/w ID [ACPI_HAL\PNP0C08]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: H/w ID [*PNP0C08]

2017-11-24 22:18:27, Info IBS IsDeviceIDPresent:Found device ID [*PNP0C08] in hwcompat list

2017-11-24 22:18:27, Info IBS IsDeviceSupported:Device [Sistema Microsoft compatible con ACPI] is supported

2017-11-24 22:18:27, Info IBS IsDeviceSupported:Device description is [Equipo basado en x64 ACPI]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: H/w ID [acpiapic]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: Compat ID [DETECTEDInternal\ACPI_HAL]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: Compat ID [DETECTED\ACPI_HAL]

2017-11-24 22:18:27, Info IBS IsDeviceIDPresent:Found device ID [acpiapic] in hwcompat list

2017-11-24 22:18:27, Info IBS IsDeviceSupported:Device [Equipo basado en x64 ACPI] is supported

2017-11-24 22:18:27, Info IBS DetermineDeviceSupport:Disk 0 has the necessary driver support

2017-11-24 22:18:27, Info IBS IsDiskSupported:Checking if disk [1] has the necessary driver support.

2017-11-24 22:18:27, Info IBS IsDeviceSupported:Device description is [Unidad de disco]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE________SSD_SM0128GBXW5]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE________SSD_SM0128G]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE___]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: H/w ID [SCSI\APPLE________SSD_SM0128GB]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: H/w ID [APPLE________SSD_SM0128GB]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: H/w ID [GenDisk]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: Compat ID [SCSI\Disk]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: Compat ID [SCSI\RAW]

2017-11-24 22:18:27, Info IBS IsDeviceIDPresent:Found device ID [GenDisk] in hwcompat list

2017-11-24 22:18:27, Info IBS IsDeviceSupported:Device [Unidad de disco] is supported

2017-11-24 22:18:27, Info IBS IsDeviceSupported:Device description is [Controladora SATA AHCI est�ndar]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&SUBSYS_A801144D&REV_01]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&SUBSYS_A801144D]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&CC_010601]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&CC_0106]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&DEV_A801&REV_01]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&DEV_A801]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&CC_010601]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&CC_0106]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_010601&DT_0]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_010601]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0106&DT_0]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0106]

2017-11-24 22:18:27, Info IBS IsDeviceIDPresent:Found device ID [PCI\CC_010601] in hwcompat list

2017-11-24 22:18:27, Info IBS IsDeviceSupported:Device [Controladora SATA AHCI est�ndar] is supported

2017-11-24 22:18:27, Info IBS IsDeviceSupported:Device description is [Puerto ra�z PCI Express]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&SUBSYS_72708086&REV_F1]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&SUBSYS_72708086]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&CC_060400]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&CC_0604]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A167&REV_F1]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A167]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_060400]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_0604]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_060400&DT_4]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_060400]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0604&DT_4]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0604]

2017-11-24 22:18:27, Info IBS IsDeviceIDPresent:Found device ID [PCI\CC_0604&DT_4] in hwcompat list

2017-11-24 22:18:27, Info IBS IsDeviceSupported:Device [Puerto ra�z PCI Express] is supported

2017-11-24 22:18:27, Info IBS IsDeviceSupported:Device description is [Complejo ra�z PCI Express]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: H/w ID [ACPI\VEN_PNP&DEV_0A08]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: H/w ID [ACPI\PNP0A08]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: H/w ID [*PNP0A08]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: Compat ID [*PNP0A03]

2017-11-24 22:18:27, Info IBS IsDeviceIDPresent:Found device ID [*PNP0A08] in hwcompat list

2017-11-24 22:18:27, Info IBS IsDeviceSupported:Device [Complejo ra�z PCI Express] is supported

2017-11-24 22:18:27, Info IBS IsDeviceSupported:Device description is [Sistema Microsoft compatible con ACPI]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: H/w ID [ACPI_HAL\PNP0C08]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: H/w ID [*PNP0C08]

2017-11-24 22:18:27, Info IBS IsDeviceIDPresent:Found device ID [*PNP0C08] in hwcompat list

2017-11-24 22:18:27, Info IBS IsDeviceSupported:Device [Sistema Microsoft compatible con ACPI] is supported

2017-11-24 22:18:27, Info IBS IsDeviceSupported:Device description is [Equipo basado en x64 ACPI]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: H/w ID [acpiapic]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: Compat ID [DETECTEDInternal\ACPI_HAL]

2017-11-24 22:18:27, Info IBS DumpDeviceIDs: Compat ID [DETECTED\ACPI_HAL]

2017-11-24 22:18:27, Info IBS IsDeviceIDPresent:Found device ID [acpiapic] in hwcompat list

2017-11-24 22:18:27, Info IBS IsDeviceSupported:Device [Equipo basado en x64 ACPI] is supported

2017-11-24 22:18:27, Info IBS DetermineDeviceSupport:Disk 1 has the necessary driver support

2017-11-24 22:18:27, Info PublishDiskInfoOnBlackboard: Successfully serialized disk info.

2017-11-24 22:18:27, Info IBS CreateSystemVolume:Successfully tagged partition as system volume;

2017-11-24 22:18:27, Info [0x0606cc] IBS ApplyDiskOperationUsingService: Setting volume label of [Recuperaci�n] for partition on disk [0] at offset [0x1d19a600000]

2017-11-24 22:18:27, Info [0x0606cc] IBS GetDisk: Querying VDS providers...

2017-11-24 22:18:27, Info [0x0606cc] IBS GetDisk: Finished querying VDS providers.

2017-11-24 22:18:27, Info [0x0606cc] IBS GetDisk: Querying VDS providers...

2017-11-24 22:18:27, Info [0x0606cc] IBS GetDisk: Finished querying VDS providers.

2017-11-24 22:18:27, Info RefreshDiskInfo: Using VDS

2017-11-24 22:18:27, Info [0x0606cc] IBS GatherDiskInfo_ThreadFunc:Querying disk information...

2017-11-24 22:18:27, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:18:27, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:18:27, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:18:27, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:18:27, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 0 offset 0xc805000>; GLE = 0x3ED.

2017-11-24 22:18:27, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:18:27, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:18:28, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 0 offset 0x1d173949000>; GLE = 0x3ED.

2017-11-24 22:18:28, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:18:28, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:18:28, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:18:28, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:18:28, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 1 offset 0xc805000>; GLE = 0x3ED.

2017-11-24 22:18:28, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:18:28, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:18:28, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 1 offset 0xafbe76000>; GLE = 0x3ED.

2017-11-24 22:18:28, Info [0x0606cc] IBS GatherVolumeDriveLetters: Querying drive letters...

2017-11-24 22:18:28, Info [0x0606cc] IBS GatherVolumeDriveLetters: Done querying drive letters.

2017-11-24 22:18:28, Info [0x0606cc] IBS GatherDiskInfo_ThreadFunc:Finished gathering disk information.

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo:===== Disk number [0] =====

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Friendly name: [APPLE HDD ST2000DM001]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Arc path: [multi(0)disk(0)rdisk(0)]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Disk ID guid [{6FDEF36F-62AB-40B2-ACF1-B7EF6B3BD85B}]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Size (bytes) [2000398934016 / 0x1d1c1116000]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Sector size (bytes) [512]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Disk bus type: [Serial ATA]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: SMART health status = OK

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Partition style: GPT

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: 8 region(s), 4 partition(s), 4 toplevel partition(s)

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [0 / 0x0]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Size (bytes) [17408 / 0x4400]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [17408 / 0x4400]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Size (bytes) [3072 / 0xc00]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [1] -------

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [20480 / 0x5000]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Size (bytes) [209715200 / 0xc800000]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Simple index: [1]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{C12A7328-F81F-11D2-BA4B-00A0C93EC93B}] (recognized)

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: EFI system partition

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume1]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: File system type: [FAT32]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Volume label: [EFI]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [206454784]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [2] -------

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [209735680 / 0xc805000]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Size (bytes) [1998889172992 / 0x1d167144000]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Simple index: [2]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{53746F72-6167-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume2]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [3] -------

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [1999098908672 / 0x1d173949000]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Size (bytes) [650002432 / 0x26be4000]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Simple index: [3]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{426F6F74-0000-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume3]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [1999748911104 / 0x1d19a52d000]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Size (bytes) [864256 / 0xd3000]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [4] -------

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [1999749775360 / 0x1d19a600000]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Size (bytes) [523239424 / 0x1f300000]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Simple index: [4]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{EBD0A0A2-B9E5-4433-87C0-68B6B72699C7}] (recognized)

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: DOS drive letter [E:]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume9]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: File system type: [NTFS]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: File system version: [3:1]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Volume label: [Recuperaci�n]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Volume flags = [0x80460]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [506277888]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [2000273014784 / 0x1d1b9900000]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Size (bytes) [125902336 / 0x7811e00]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo:===== Disk number [1] =====

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Friendly name: [APPLE SSD SM0128G]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Arc path: [multi(0)disk(0)rdisk(1)]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Disk ID guid [{E0855D6F-7020-44C0-83C2-21F1CDFE154A}]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Size (bytes) [121332826112 / 0x1c40000000]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Sector size (bytes) [512]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Disk bus type: [Serial ATA]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: SMART health status = OK

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Partition style: GPT

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: 8 region(s), 4 partition(s), 4 toplevel partition(s)

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [0 / 0x0]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Size (bytes) [17408 / 0x4400]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [17408 / 0x4400]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Size (bytes) [3072 / 0xc00]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [1] -------

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [20480 / 0x5000]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Size (bytes) [209715200 / 0xc800000]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Simple index: [1]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{C12A7328-F81F-11D2-BA4B-00A0C93EC93B}] (recognized)

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: EFI system partition

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume4]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: File system type: [FAT32]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Volume label: [EFI]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [190739968]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [2] -------

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [209735680 / 0xc805000]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Size (bytes) [46966181888 / 0xaef671000]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Simple index: [2]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{53746F72-6167-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume5]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [3] -------

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [47175917568 / 0xafbe76000]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Size (bytes) [134217728 / 0x8000000]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Simple index: [3]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{426F6F74-0000-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume6]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [47310135296 / 0xb03e76000]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Size (bytes) [565248 / 0x8a000]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [4] -------

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [47310700544 / 0xb03f00000]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Size (bytes) [74021076992 / 0x113c000000]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Simple index: [4]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{EBD0A0A2-B9E5-4433-87C0-68B6B72699C7}] (recognized)

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: DOS drive letter [C:]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume7]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: File system type: [NTFS]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: File system version: [3:1]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Volume flags = [0x98460]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [73915232256]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [121331777536 / 0x1c3ff00000]

2017-11-24 22:18:28, Info [0x0606cc] IBS DiskInfo: Size (bytes) [1031680 / 0xfbe00]

2017-11-24 22:18:28, Info PublishDiskInfoOnBlackboard: Serializing disk info...

2017-11-24 22:18:28, Info [0x0606cc] IBS GetSystemDiskNTPath: Unable to get required buffer size for system disk from BCD APIs; status = 0xc0000451

2017-11-24 22:18:28, Info IBS IsDiskSupported:Checking if disk [0] has the necessary driver support.

2017-11-24 22:18:28, Info IBS IsDeviceSupported:Device description is [Unidad de disco]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE____HDD_ST2000DM001AQ03]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE____HDD_ST2000DM001]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE___]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: H/w ID [SCSI\APPLE____HDD_ST2000DM001A]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: H/w ID [APPLE____HDD_ST2000DM001A]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: H/w ID [GenDisk]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: Compat ID [SCSI\Disk]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: Compat ID [SCSI\RAW]

2017-11-24 22:18:28, Info IBS IsDeviceIDPresent:Found device ID [GenDisk] in hwcompat list

2017-11-24 22:18:28, Info IBS IsDeviceSupported:Device [Unidad de disco] is supported

2017-11-24 22:18:28, Info IBS IsDeviceSupported:Device description is [Controladora SATA AHCI est�ndar]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&SUBSYS_72708086&REV_31]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&SUBSYS_72708086]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&CC_010601]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&CC_0106]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A102&REV_31]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A102]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_010601]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_0106]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_010601]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0106]

2017-11-24 22:18:28, Info IBS IsDeviceIDPresent:Found device ID [PCI\CC_010601] in hwcompat list

2017-11-24 22:18:28, Info IBS IsDeviceSupported:Device [Controladora SATA AHCI est�ndar] is supported

2017-11-24 22:18:28, Info IBS IsDeviceSupported:Device description is [Complejo ra�z PCI Express]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: H/w ID [ACPI\VEN_PNP&DEV_0A08]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: H/w ID [ACPI\PNP0A08]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: H/w ID [*PNP0A08]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: Compat ID [*PNP0A03]

2017-11-24 22:18:28, Info IBS IsDeviceIDPresent:Found device ID [*PNP0A08] in hwcompat list

2017-11-24 22:18:28, Info IBS IsDeviceSupported:Device [Complejo ra�z PCI Express] is supported

2017-11-24 22:18:28, Info IBS IsDeviceSupported:Device description is [Sistema Microsoft compatible con ACPI]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: H/w ID [ACPI_HAL\PNP0C08]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: H/w ID [*PNP0C08]

2017-11-24 22:18:28, Info IBS IsDeviceIDPresent:Found device ID [*PNP0C08] in hwcompat list

2017-11-24 22:18:28, Info IBS IsDeviceSupported:Device [Sistema Microsoft compatible con ACPI] is supported

2017-11-24 22:18:28, Info IBS IsDeviceSupported:Device description is [Equipo basado en x64 ACPI]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: H/w ID [acpiapic]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: Compat ID [DETECTEDInternal\ACPI_HAL]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: Compat ID [DETECTED\ACPI_HAL]

2017-11-24 22:18:28, Info IBS IsDeviceIDPresent:Found device ID [acpiapic] in hwcompat list

2017-11-24 22:18:28, Info IBS IsDeviceSupported:Device [Equipo basado en x64 ACPI] is supported

2017-11-24 22:18:28, Info IBS DetermineDeviceSupport:Disk 0 has the necessary driver support

2017-11-24 22:18:28, Info IBS IsDiskSupported:Checking if disk [1] has the necessary driver support.

2017-11-24 22:18:28, Info IBS IsDeviceSupported:Device description is [Unidad de disco]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE________SSD_SM0128GBXW5]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE________SSD_SM0128G]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE___]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: H/w ID [SCSI\APPLE________SSD_SM0128GB]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: H/w ID [APPLE________SSD_SM0128GB]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: H/w ID [GenDisk]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: Compat ID [SCSI\Disk]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: Compat ID [SCSI\RAW]

2017-11-24 22:18:28, Info IBS IsDeviceIDPresent:Found device ID [GenDisk] in hwcompat list

2017-11-24 22:18:28, Info IBS IsDeviceSupported:Device [Unidad de disco] is supported

2017-11-24 22:18:28, Info IBS IsDeviceSupported:Device description is [Controladora SATA AHCI est�ndar]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&SUBSYS_A801144D&REV_01]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&SUBSYS_A801144D]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&CC_010601]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&CC_0106]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&DEV_A801&REV_01]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&DEV_A801]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&CC_010601]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&CC_0106]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_010601&DT_0]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_010601]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0106&DT_0]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0106]

2017-11-24 22:18:28, Info IBS IsDeviceIDPresent:Found device ID [PCI\CC_010601] in hwcompat list

2017-11-24 22:18:28, Info IBS IsDeviceSupported:Device [Controladora SATA AHCI est�ndar] is supported

2017-11-24 22:18:28, Info IBS IsDeviceSupported:Device description is [Puerto ra�z PCI Express]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&SUBSYS_72708086&REV_F1]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&SUBSYS_72708086]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&CC_060400]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&CC_0604]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A167&REV_F1]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A167]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_060400]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_0604]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_060400&DT_4]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_060400]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0604&DT_4]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0604]

2017-11-24 22:18:28, Info IBS IsDeviceIDPresent:Found device ID [PCI\CC_0604&DT_4] in hwcompat list

2017-11-24 22:18:28, Info IBS IsDeviceSupported:Device [Puerto ra�z PCI Express] is supported

2017-11-24 22:18:28, Info IBS IsDeviceSupported:Device description is [Complejo ra�z PCI Express]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: H/w ID [ACPI\VEN_PNP&DEV_0A08]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: H/w ID [ACPI\PNP0A08]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: H/w ID [*PNP0A08]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: Compat ID [*PNP0A03]

2017-11-24 22:18:28, Info IBS IsDeviceIDPresent:Found device ID [*PNP0A08] in hwcompat list

2017-11-24 22:18:28, Info IBS IsDeviceSupported:Device [Complejo ra�z PCI Express] is supported

2017-11-24 22:18:28, Info IBS IsDeviceSupported:Device description is [Sistema Microsoft compatible con ACPI]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: H/w ID [ACPI_HAL\PNP0C08]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: H/w ID [*PNP0C08]

2017-11-24 22:18:28, Info IBS IsDeviceIDPresent:Found device ID [*PNP0C08] in hwcompat list

2017-11-24 22:18:28, Info IBS IsDeviceSupported:Device [Sistema Microsoft compatible con ACPI] is supported

2017-11-24 22:18:28, Info IBS IsDeviceSupported:Device description is [Equipo basado en x64 ACPI]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: H/w ID [acpiapic]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: Compat ID [DETECTEDInternal\ACPI_HAL]

2017-11-24 22:18:28, Info IBS DumpDeviceIDs: Compat ID [DETECTED\ACPI_HAL]

2017-11-24 22:18:28, Info IBS IsDeviceIDPresent:Found device ID [acpiapic] in hwcompat list

2017-11-24 22:18:28, Info IBS IsDeviceSupported:Device [Equipo basado en x64 ACPI] is supported

2017-11-24 22:18:28, Info IBS DetermineDeviceSupport:Disk 1 has the necessary driver support

2017-11-24 22:18:28, Info PublishDiskInfoOnBlackboard: Successfully serialized disk info.

2017-11-24 22:18:28, Info IBS CreateSystemVolume:Successfully tagged partition as system volume;

2017-11-24 22:18:28, Info [0x0606cc] IBS ApplyDiskOperationUsingService: Setting partition type id on disk [0] at offset [0x1d19a600000]. Force flag is [0]

2017-11-24 22:18:28, Info [0x0606cc] IBS GetDisk: Querying VDS providers...

2017-11-24 22:18:28, Info [0x0606cc] IBS GetDisk: Finished querying VDS providers.

2017-11-24 22:18:28, Info [0x0606cc] IBS SetPartitionType: The request to set type id and partition specified are both GPT format.

2017-11-24 22:18:29, Info [0x0606cc] IBS SetPartitionType: This is a recovery partition; setting specific attributes.

2017-11-24 22:18:29, Info RefreshDiskInfo: Using VDS

2017-11-24 22:18:29, Info [0x0606cc] IBS GatherDiskInfo_ThreadFunc:Querying disk information...

2017-11-24 22:18:29, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:18:29, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:18:29, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:18:29, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:18:29, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 0 offset 0xc805000>; GLE = 0x3ED.

2017-11-24 22:18:29, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:18:29, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:18:29, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 0 offset 0x1d173949000>; GLE = 0x3ED.

2017-11-24 22:18:29, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:18:29, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:18:29, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:18:29, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:18:29, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:18:29, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:18:29, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 1 offset 0xc805000>; GLE = 0x3ED.

2017-11-24 22:18:29, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:18:29, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:18:29, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 1 offset 0xafbe76000>; GLE = 0x3ED.

2017-11-24 22:18:29, Info [0x0606cc] IBS GatherVolumeDriveLetters: Querying drive letters...

2017-11-24 22:18:29, Info [0x0606cc] IBS GatherVolumeDriveLetters: Done querying drive letters.

2017-11-24 22:18:29, Info [0x0606cc] IBS GatherDiskInfo_ThreadFunc:Finished gathering disk information.

2017-11-24 22:18:29, Info [0x0606cc] IBS DiskInfo:===== Disk number [0] =====

2017-11-24 22:18:29, Info [0x0606cc] IBS DiskInfo: Friendly name: [APPLE HDD ST2000DM001]

2017-11-24 22:18:29, Info [0x0606cc] IBS DiskInfo: Arc path: [multi(0)disk(0)rdisk(0)]

2017-11-24 22:18:29, Info [0x0606cc] IBS DiskInfo: Disk ID guid [{6FDEF36F-62AB-40B2-ACF1-B7EF6B3BD85B}]

2017-11-24 22:18:29, Info [0x0606cc] IBS DiskInfo: Size (bytes) [2000398934016 / 0x1d1c1116000]

2017-11-24 22:18:29, Info [0x0606cc] IBS DiskInfo: Sector size (bytes) [512]

2017-11-24 22:18:29, Info [0x0606cc] IBS DiskInfo: Disk bus type: [Serial ATA]

2017-11-24 22:18:29, Info [0x0606cc] IBS DiskInfo: SMART health status = OK

2017-11-24 22:18:29, Info [0x0606cc] IBS DiskInfo: Partition style: GPT

2017-11-24 22:18:29, Info [0x0606cc] IBS DiskInfo: 8 region(s), 4 partition(s), 4 toplevel partition(s)

2017-11-24 22:18:29, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:29, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [0 / 0x0]

2017-11-24 22:18:29, Info [0x0606cc] IBS DiskInfo: Size (bytes) [17408 / 0x4400]

2017-11-24 22:18:29, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:29, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [17408 / 0x4400]

2017-11-24 22:18:29, Info [0x0606cc] IBS DiskInfo: Size (bytes) [3072 / 0xc00]

2017-11-24 22:18:29, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [1] -------

2017-11-24 22:18:29, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [20480 / 0x5000]

2017-11-24 22:18:29, Info [0x0606cc] IBS DiskInfo: Size (bytes) [209715200 / 0xc800000]

2017-11-24 22:18:29, Info [0x0606cc] IBS DiskInfo: Simple index: [1]

2017-11-24 22:18:29, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{C12A7328-F81F-11D2-BA4B-00A0C93EC93B}] (recognized)

2017-11-24 22:18:29, Info [0x0606cc] IBS DiskInfo: EFI system partition

2017-11-24 22:18:29, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume1]

2017-11-24 22:18:29, Info [0x0606cc] IBS DiskInfo: File system type: [FAT32]

2017-11-24 22:18:29, Info [0x0606cc] IBS DiskInfo: Volume label: [EFI]

2017-11-24 22:18:29, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [206454784]

2017-11-24 22:18:29, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [2] -------

2017-11-24 22:18:29, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [209735680 / 0xc805000]

2017-11-24 22:18:29, Info [0x0606cc] IBS DiskInfo: Size (bytes) [1998889172992 / 0x1d167144000]

2017-11-24 22:18:29, Info [0x0606cc] IBS DiskInfo: Simple index: [2]

2017-11-24 22:18:29, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{53746F72-6167-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume2]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [3] -------

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [1999098908672 / 0x1d173949000]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: Size (bytes) [650002432 / 0x26be4000]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: Simple index: [3]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{426F6F74-0000-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume3]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [1999748911104 / 0x1d19a52d000]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: Size (bytes) [864256 / 0xd3000]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [4] -------

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [1999749775360 / 0x1d19a600000]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: Size (bytes) [523239424 / 0x1f300000]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: Simple index: [4]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{DE94BBA4-06D1-4D40-A16A-BFD50179D6AC}] (recognized)

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: Recovery partition

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: DOS drive letter [E:]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume9]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: File system type: [NTFS]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: File system version: [3:1]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: Volume label: [Recuperaci�n]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [506277888]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [2000273014784 / 0x1d1b9900000]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: Size (bytes) [125902336 / 0x7811e00]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo:===== Disk number [1] =====

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: Friendly name: [APPLE SSD SM0128G]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: Arc path: [multi(0)disk(0)rdisk(1)]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: Disk ID guid [{E0855D6F-7020-44C0-83C2-21F1CDFE154A}]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: Size (bytes) [121332826112 / 0x1c40000000]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: Sector size (bytes) [512]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: Disk bus type: [Serial ATA]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: SMART health status = OK

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: Partition style: GPT

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: 8 region(s), 4 partition(s), 4 toplevel partition(s)

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [0 / 0x0]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: Size (bytes) [17408 / 0x4400]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [17408 / 0x4400]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: Size (bytes) [3072 / 0xc00]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [1] -------

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [20480 / 0x5000]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: Size (bytes) [209715200 / 0xc800000]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: Simple index: [1]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{C12A7328-F81F-11D2-BA4B-00A0C93EC93B}] (recognized)

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: EFI system partition

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume4]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: File system type: [FAT32]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: Volume label: [EFI]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [190739968]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [2] -------

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [209735680 / 0xc805000]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: Size (bytes) [46966181888 / 0xaef671000]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: Simple index: [2]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{53746F72-6167-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume5]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [3] -------

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [47175917568 / 0xafbe76000]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: Size (bytes) [134217728 / 0x8000000]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: Simple index: [3]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{426F6F74-0000-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume6]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [47310135296 / 0xb03e76000]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: Size (bytes) [565248 / 0x8a000]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [4] -------

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [47310700544 / 0xb03f00000]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: Size (bytes) [74021076992 / 0x113c000000]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: Simple index: [4]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{EBD0A0A2-B9E5-4433-87C0-68B6B72699C7}] (recognized)

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: DOS drive letter [C:]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume7]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: File system type: [NTFS]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: File system version: [3:1]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: Volume flags = [0x98460]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [73915232256]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [121331777536 / 0x1c3ff00000]

2017-11-24 22:18:30, Info [0x0606cc] IBS DiskInfo: Size (bytes) [1031680 / 0xfbe00]

2017-11-24 22:18:30, Info PublishDiskInfoOnBlackboard: Serializing disk info...

2017-11-24 22:18:30, Info [0x0606cc] IBS GetSystemDiskNTPath: Unable to get required buffer size for system disk from BCD APIs; status = 0xc0000451

2017-11-24 22:18:30, Info IBS IsDiskSupported:Checking if disk [0] has the necessary driver support.

2017-11-24 22:18:30, Info IBS IsDeviceSupported:Device description is [Unidad de disco]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE____HDD_ST2000DM001AQ03]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE____HDD_ST2000DM001]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE___]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: H/w ID [SCSI\APPLE____HDD_ST2000DM001A]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: H/w ID [APPLE____HDD_ST2000DM001A]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: H/w ID [GenDisk]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: Compat ID [SCSI\Disk]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: Compat ID [SCSI\RAW]

2017-11-24 22:18:30, Info IBS IsDeviceIDPresent:Found device ID [GenDisk] in hwcompat list

2017-11-24 22:18:30, Info IBS IsDeviceSupported:Device [Unidad de disco] is supported

2017-11-24 22:18:30, Info IBS IsDeviceSupported:Device description is [Controladora SATA AHCI est�ndar]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&SUBSYS_72708086&REV_31]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&SUBSYS_72708086]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&CC_010601]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&CC_0106]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A102&REV_31]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A102]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_010601]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_0106]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_010601]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0106]

2017-11-24 22:18:30, Info IBS IsDeviceIDPresent:Found device ID [PCI\CC_010601] in hwcompat list

2017-11-24 22:18:30, Info IBS IsDeviceSupported:Device [Controladora SATA AHCI est�ndar] is supported

2017-11-24 22:18:30, Info IBS IsDeviceSupported:Device description is [Complejo ra�z PCI Express]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: H/w ID [ACPI\VEN_PNP&DEV_0A08]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: H/w ID [ACPI\PNP0A08]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: H/w ID [*PNP0A08]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: Compat ID [*PNP0A03]

2017-11-24 22:18:30, Info IBS IsDeviceIDPresent:Found device ID [*PNP0A08] in hwcompat list

2017-11-24 22:18:30, Info IBS IsDeviceSupported:Device [Complejo ra�z PCI Express] is supported

2017-11-24 22:18:30, Info IBS IsDeviceSupported:Device description is [Sistema Microsoft compatible con ACPI]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: H/w ID [ACPI_HAL\PNP0C08]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: H/w ID [*PNP0C08]

2017-11-24 22:18:30, Info IBS IsDeviceIDPresent:Found device ID [*PNP0C08] in hwcompat list

2017-11-24 22:18:30, Info IBS IsDeviceSupported:Device [Sistema Microsoft compatible con ACPI] is supported

2017-11-24 22:18:30, Info IBS IsDeviceSupported:Device description is [Equipo basado en x64 ACPI]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: H/w ID [acpiapic]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: Compat ID [DETECTEDInternal\ACPI_HAL]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: Compat ID [DETECTED\ACPI_HAL]

2017-11-24 22:18:30, Info IBS IsDeviceIDPresent:Found device ID [acpiapic] in hwcompat list

2017-11-24 22:18:30, Info IBS IsDeviceSupported:Device [Equipo basado en x64 ACPI] is supported

2017-11-24 22:18:30, Info IBS DetermineDeviceSupport:Disk 0 has the necessary driver support

2017-11-24 22:18:30, Info IBS IsDiskSupported:Checking if disk [1] has the necessary driver support.

2017-11-24 22:18:30, Info IBS IsDeviceSupported:Device description is [Unidad de disco]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE________SSD_SM0128GBXW5]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE________SSD_SM0128G]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE___]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: H/w ID [SCSI\APPLE________SSD_SM0128GB]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: H/w ID [APPLE________SSD_SM0128GB]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: H/w ID [GenDisk]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: Compat ID [SCSI\Disk]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: Compat ID [SCSI\RAW]

2017-11-24 22:18:30, Info IBS IsDeviceIDPresent:Found device ID [GenDisk] in hwcompat list

2017-11-24 22:18:30, Info IBS IsDeviceSupported:Device [Unidad de disco] is supported

2017-11-24 22:18:30, Info IBS IsDeviceSupported:Device description is [Controladora SATA AHCI est�ndar]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&SUBSYS_A801144D&REV_01]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&SUBSYS_A801144D]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&CC_010601]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&CC_0106]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&DEV_A801&REV_01]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&DEV_A801]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&CC_010601]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&CC_0106]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_010601&DT_0]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_010601]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0106&DT_0]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0106]

2017-11-24 22:18:30, Info IBS IsDeviceIDPresent:Found device ID [PCI\CC_010601] in hwcompat list

2017-11-24 22:18:30, Info IBS IsDeviceSupported:Device [Controladora SATA AHCI est�ndar] is supported

2017-11-24 22:18:30, Info IBS IsDeviceSupported:Device description is [Puerto ra�z PCI Express]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&SUBSYS_72708086&REV_F1]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&SUBSYS_72708086]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&CC_060400]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&CC_0604]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A167&REV_F1]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A167]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_060400]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_0604]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_060400&DT_4]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_060400]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0604&DT_4]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0604]

2017-11-24 22:18:30, Info IBS IsDeviceIDPresent:Found device ID [PCI\CC_0604&DT_4] in hwcompat list

2017-11-24 22:18:30, Info IBS IsDeviceSupported:Device [Puerto ra�z PCI Express] is supported

2017-11-24 22:18:30, Info IBS IsDeviceSupported:Device description is [Complejo ra�z PCI Express]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: H/w ID [ACPI\VEN_PNP&DEV_0A08]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: H/w ID [ACPI\PNP0A08]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: H/w ID [*PNP0A08]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: Compat ID [*PNP0A03]

2017-11-24 22:18:30, Info IBS IsDeviceIDPresent:Found device ID [*PNP0A08] in hwcompat list

2017-11-24 22:18:30, Info IBS IsDeviceSupported:Device [Complejo ra�z PCI Express] is supported

2017-11-24 22:18:30, Info IBS IsDeviceSupported:Device description is [Sistema Microsoft compatible con ACPI]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: H/w ID [ACPI_HAL\PNP0C08]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: H/w ID [*PNP0C08]

2017-11-24 22:18:30, Info IBS IsDeviceIDPresent:Found device ID [*PNP0C08] in hwcompat list

2017-11-24 22:18:30, Info IBS IsDeviceSupported:Device [Sistema Microsoft compatible con ACPI] is supported

2017-11-24 22:18:30, Info IBS IsDeviceSupported:Device description is [Equipo basado en x64 ACPI]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: H/w ID [acpiapic]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: Compat ID [DETECTEDInternal\ACPI_HAL]

2017-11-24 22:18:30, Info IBS DumpDeviceIDs: Compat ID [DETECTED\ACPI_HAL]

2017-11-24 22:18:30, Info IBS IsDeviceIDPresent:Found device ID [acpiapic] in hwcompat list

2017-11-24 22:18:30, Info IBS IsDeviceSupported:Device [Equipo basado en x64 ACPI] is supported

2017-11-24 22:18:30, Info IBS DetermineDeviceSupport:Disk 1 has the necessary driver support

2017-11-24 22:18:30, Info PublishDiskInfoOnBlackboard: Successfully serialized disk info.

2017-11-24 22:18:30, Info IBS CreateSystemVolume:Successfully tagged partition as system volume;

2017-11-24 22:18:30, Info [0x0606cc] IBS ApplyDiskOperationUsingService: Creating partition at disk [0] offset [0x1d1b982d000] of DC type [0x6]; ResolveTypeAtRuntime = False, ExtendToFill = False, Size = 0x6400000.

2017-11-24 22:18:30, Info [0x0606cc] IBS GetDisk: Querying VDS providers...

2017-11-24 22:18:30, Info [0x0606cc] IBS GetDisk: Finished querying VDS providers.

2017-11-24 22:18:30, Info [0x0606cc] IBS GetDisk: Querying VDS providers...

2017-11-24 22:18:30, Info [0x0606cc] IBS GetDisk: Finished querying VDS providers.

2017-11-24 22:18:30, Info [0x0606cc] IBS FindFreeExtent: Trying to find extent matching these criteria (byte offset of 0 implies no offset preference): [WithinContainer = False] [Size >= 0x6400000 bytes] [Byte offset = 0x1d1b982d000]

2017-11-24 22:18:30, Info [0x0606cc] IBS FindFreeExtent: Found no free extents matching criteria on specified disk

2017-11-24 22:18:30, Info [0x0606cc] IBS CreatePartition: Requesting creation of partition with { offset = [0x1d1b982d000], size [0x6400000] }

2017-11-24 22:18:31, Info [0x0606cc] IBS CreatePartition: Successfully created partition on disk 0 at {offset = [2000273014784], size = [104857600]}

2017-11-24 22:18:31, Info RefreshDiskInfo: Using VDS

2017-11-24 22:18:31, Info [0x0606cc] IBS GatherDiskInfo_ThreadFunc:Querying disk information...

2017-11-24 22:18:31, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:18:31, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:18:31, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:18:31, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:18:31, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 0 offset 0xc805000>; GLE = 0x3ED.

2017-11-24 22:18:31, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:18:31, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:18:31, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 0 offset 0x1d173949000>; GLE = 0x3ED.

2017-11-24 22:18:31, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:18:31, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:18:31, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:18:31, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:18:31, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:18:31, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:18:31, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:18:31, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:18:31, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 1 offset 0xc805000>; GLE = 0x3ED.

2017-11-24 22:18:31, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:18:31, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:18:31, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 1 offset 0xafbe76000>; GLE = 0x3ED.

2017-11-24 22:18:31, Info [0x0606cc] IBS GatherVolumeDriveLetters: Querying drive letters...

2017-11-24 22:18:31, Info [0x0606cc] IBS GatherVolumeDriveLetters: Done querying drive letters.

2017-11-24 22:18:31, Info [0x0606cc] IBS GatherDiskInfo_ThreadFunc:Finished gathering disk information.

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo:===== Disk number [0] =====

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Friendly name: [APPLE HDD ST2000DM001]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Arc path: [multi(0)disk(0)rdisk(0)]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Disk ID guid [{6FDEF36F-62AB-40B2-ACF1-B7EF6B3BD85B}]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Size (bytes) [2000398934016 / 0x1d1c1116000]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Sector size (bytes) [512]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Disk bus type: [Serial ATA]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: SMART health status = OK

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Partition style: GPT

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: 9 region(s), 5 partition(s), 5 toplevel partition(s)

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [0 / 0x0]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Size (bytes) [17408 / 0x4400]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [17408 / 0x4400]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Size (bytes) [3072 / 0xc00]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [1] -------

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [20480 / 0x5000]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Size (bytes) [209715200 / 0xc800000]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Simple index: [1]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{C12A7328-F81F-11D2-BA4B-00A0C93EC93B}] (recognized)

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: EFI system partition

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume1]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: File system type: [FAT32]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Volume label: [EFI]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [206454784]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [2] -------

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [209735680 / 0xc805000]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Size (bytes) [1998889172992 / 0x1d167144000]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Simple index: [2]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{53746F72-6167-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume2]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [3] -------

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [1999098908672 / 0x1d173949000]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Size (bytes) [650002432 / 0x26be4000]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Simple index: [3]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{426F6F74-0000-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume3]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [1999748911104 / 0x1d19a52d000]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Size (bytes) [864256 / 0xd3000]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [4] -------

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [1999749775360 / 0x1d19a600000]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Size (bytes) [523239424 / 0x1f300000]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Simple index: [4]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{DE94BBA4-06D1-4D40-A16A-BFD50179D6AC}] (recognized)

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Recovery partition

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: DOS drive letter [E:]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume9]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: File system type: [NTFS]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: File system version: [3:1]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Volume label: [Recuperaci�n]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [506277888]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [5] -------

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [2000273014784 / 0x1d1b9900000]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Size (bytes) [104857600 / 0x6400000]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Simple index: [5]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{C12A7328-F81F-11D2-BA4B-00A0C93EC93B}] (recognized)

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: EFI system partition

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume10]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: File system type: [RAW]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [104857600]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [2000377872384 / 0x1d1bfd00000]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Size (bytes) [21044736 / 0x1411e00]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo:===== Disk number [1] =====

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Friendly name: [APPLE SSD SM0128G]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Arc path: [multi(0)disk(0)rdisk(1)]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Disk ID guid [{E0855D6F-7020-44C0-83C2-21F1CDFE154A}]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Size (bytes) [121332826112 / 0x1c40000000]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Sector size (bytes) [512]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Disk bus type: [Serial ATA]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: SMART health status = OK

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Partition style: GPT

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: 8 region(s), 4 partition(s), 4 toplevel partition(s)

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [0 / 0x0]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Size (bytes) [17408 / 0x4400]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [17408 / 0x4400]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Size (bytes) [3072 / 0xc00]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [1] -------

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [20480 / 0x5000]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Size (bytes) [209715200 / 0xc800000]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Simple index: [1]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{C12A7328-F81F-11D2-BA4B-00A0C93EC93B}] (recognized)

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: EFI system partition

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume4]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: File system type: [FAT32]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Volume label: [EFI]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [190739968]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [2] -------

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [209735680 / 0xc805000]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Size (bytes) [46966181888 / 0xaef671000]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Simple index: [2]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{53746F72-6167-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume5]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [3] -------

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [47175917568 / 0xafbe76000]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Size (bytes) [134217728 / 0x8000000]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Simple index: [3]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{426F6F74-0000-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume6]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [47310135296 / 0xb03e76000]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Size (bytes) [565248 / 0x8a000]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [4] -------

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [47310700544 / 0xb03f00000]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Size (bytes) [74021076992 / 0x113c000000]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Simple index: [4]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{EBD0A0A2-B9E5-4433-87C0-68B6B72699C7}] (recognized)

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: DOS drive letter [C:]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume7]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: File system type: [NTFS]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: File system version: [3:1]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Volume flags = [0x98460]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [73915232256]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [121331777536 / 0x1c3ff00000]

2017-11-24 22:18:31, Info [0x0606cc] IBS DiskInfo: Size (bytes) [1031680 / 0xfbe00]

2017-11-24 22:18:31, Info PublishDiskInfoOnBlackboard: Serializing disk info...

2017-11-24 22:18:31, Info [0x0606cc] IBS GetSystemDiskNTPath: Unable to get required buffer size for system disk from BCD APIs; status = 0xc0000451

2017-11-24 22:18:31, Info IBS IsDiskSupported:Checking if disk [0] has the necessary driver support.

2017-11-24 22:18:31, Info IBS IsDeviceSupported:Device description is [Unidad de disco]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE____HDD_ST2000DM001AQ03]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE____HDD_ST2000DM001]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE___]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: H/w ID [SCSI\APPLE____HDD_ST2000DM001A]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: H/w ID [APPLE____HDD_ST2000DM001A]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: H/w ID [GenDisk]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: Compat ID [SCSI\Disk]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: Compat ID [SCSI\RAW]

2017-11-24 22:18:31, Info IBS IsDeviceIDPresent:Found device ID [GenDisk] in hwcompat list

2017-11-24 22:18:31, Info IBS IsDeviceSupported:Device [Unidad de disco] is supported

2017-11-24 22:18:31, Info IBS IsDeviceSupported:Device description is [Controladora SATA AHCI est�ndar]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&SUBSYS_72708086&REV_31]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&SUBSYS_72708086]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&CC_010601]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&CC_0106]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A102&REV_31]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A102]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_010601]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_0106]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_010601]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0106]

2017-11-24 22:18:31, Info IBS IsDeviceIDPresent:Found device ID [PCI\CC_010601] in hwcompat list

2017-11-24 22:18:31, Info IBS IsDeviceSupported:Device [Controladora SATA AHCI est�ndar] is supported

2017-11-24 22:18:31, Info IBS IsDeviceSupported:Device description is [Complejo ra�z PCI Express]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: H/w ID [ACPI\VEN_PNP&DEV_0A08]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: H/w ID [ACPI\PNP0A08]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: H/w ID [*PNP0A08]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: Compat ID [*PNP0A03]

2017-11-24 22:18:31, Info IBS IsDeviceIDPresent:Found device ID [*PNP0A08] in hwcompat list

2017-11-24 22:18:31, Info IBS IsDeviceSupported:Device [Complejo ra�z PCI Express] is supported

2017-11-24 22:18:31, Info IBS IsDeviceSupported:Device description is [Sistema Microsoft compatible con ACPI]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: H/w ID [ACPI_HAL\PNP0C08]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: H/w ID [*PNP0C08]

2017-11-24 22:18:31, Info IBS IsDeviceIDPresent:Found device ID [*PNP0C08] in hwcompat list

2017-11-24 22:18:31, Info IBS IsDeviceSupported:Device [Sistema Microsoft compatible con ACPI] is supported

2017-11-24 22:18:31, Info IBS IsDeviceSupported:Device description is [Equipo basado en x64 ACPI]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: H/w ID [acpiapic]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: Compat ID [DETECTEDInternal\ACPI_HAL]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: Compat ID [DETECTED\ACPI_HAL]

2017-11-24 22:18:31, Info IBS IsDeviceIDPresent:Found device ID [acpiapic] in hwcompat list

2017-11-24 22:18:31, Info IBS IsDeviceSupported:Device [Equipo basado en x64 ACPI] is supported

2017-11-24 22:18:31, Info IBS DetermineDeviceSupport:Disk 0 has the necessary driver support

2017-11-24 22:18:31, Info IBS IsDiskSupported:Checking if disk [1] has the necessary driver support.

2017-11-24 22:18:31, Info IBS IsDeviceSupported:Device description is [Unidad de disco]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE________SSD_SM0128GBXW5]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE________SSD_SM0128G]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE___]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: H/w ID [SCSI\APPLE________SSD_SM0128GB]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: H/w ID [APPLE________SSD_SM0128GB]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: H/w ID [GenDisk]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: Compat ID [SCSI\Disk]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: Compat ID [SCSI\RAW]

2017-11-24 22:18:31, Info IBS IsDeviceIDPresent:Found device ID [GenDisk] in hwcompat list

2017-11-24 22:18:31, Info IBS IsDeviceSupported:Device [Unidad de disco] is supported

2017-11-24 22:18:31, Info IBS IsDeviceSupported:Device description is [Controladora SATA AHCI est�ndar]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&SUBSYS_A801144D&REV_01]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&SUBSYS_A801144D]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&CC_010601]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&CC_0106]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&DEV_A801&REV_01]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&DEV_A801]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&CC_010601]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&CC_0106]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_010601&DT_0]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_010601]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0106&DT_0]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0106]

2017-11-24 22:18:31, Info IBS IsDeviceIDPresent:Found device ID [PCI\CC_010601] in hwcompat list

2017-11-24 22:18:31, Info IBS IsDeviceSupported:Device [Controladora SATA AHCI est�ndar] is supported

2017-11-24 22:18:31, Info IBS IsDeviceSupported:Device description is [Puerto ra�z PCI Express]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&SUBSYS_72708086&REV_F1]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&SUBSYS_72708086]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&CC_060400]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&CC_0604]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A167&REV_F1]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A167]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_060400]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_0604]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_060400&DT_4]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_060400]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0604&DT_4]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0604]

2017-11-24 22:18:31, Info IBS IsDeviceIDPresent:Found device ID [PCI\CC_0604&DT_4] in hwcompat list

2017-11-24 22:18:31, Info IBS IsDeviceSupported:Device [Puerto ra�z PCI Express] is supported

2017-11-24 22:18:31, Info IBS IsDeviceSupported:Device description is [Complejo ra�z PCI Express]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: H/w ID [ACPI\VEN_PNP&DEV_0A08]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: H/w ID [ACPI\PNP0A08]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: H/w ID [*PNP0A08]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: Compat ID [*PNP0A03]

2017-11-24 22:18:31, Info IBS IsDeviceIDPresent:Found device ID [*PNP0A08] in hwcompat list

2017-11-24 22:18:31, Info IBS IsDeviceSupported:Device [Complejo ra�z PCI Express] is supported

2017-11-24 22:18:31, Info IBS IsDeviceSupported:Device description is [Sistema Microsoft compatible con ACPI]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: H/w ID [ACPI_HAL\PNP0C08]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: H/w ID [*PNP0C08]

2017-11-24 22:18:31, Info IBS IsDeviceIDPresent:Found device ID [*PNP0C08] in hwcompat list

2017-11-24 22:18:31, Info IBS IsDeviceSupported:Device [Sistema Microsoft compatible con ACPI] is supported

2017-11-24 22:18:31, Info IBS IsDeviceSupported:Device description is [Equipo basado en x64 ACPI]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: H/w ID [acpiapic]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: Compat ID [DETECTEDInternal\ACPI_HAL]

2017-11-24 22:18:31, Info IBS DumpDeviceIDs: Compat ID [DETECTED\ACPI_HAL]

2017-11-24 22:18:31, Info IBS IsDeviceIDPresent:Found device ID [acpiapic] in hwcompat list

2017-11-24 22:18:31, Info IBS IsDeviceSupported:Device [Equipo basado en x64 ACPI] is supported

2017-11-24 22:18:31, Info IBS DetermineDeviceSupport:Disk 1 has the necessary driver support

2017-11-24 22:18:32, Info PublishDiskInfoOnBlackboard: Successfully serialized disk info.

2017-11-24 22:18:32, Info IBS CreateSystemVolume:Successfully created new partition for use as system volume; new offset = 0x1d1b9900000

2017-11-24 22:18:32, Info [0x0606cc] IBS ApplyDiskOperationUsingService: Formatting partition on disk [0] at offset [0x1d1b9900000]; DC FS type = 0x4.

2017-11-24 22:18:32, Info [0x0606cc] IBS GetDisk: Querying VDS providers...

2017-11-24 22:18:32, Info [0x0606cc] IBS GetDisk: Finished querying VDS providers.

2017-11-24 22:18:32, Info [0x0606cc] IBS GetDisk: Querying VDS providers...

2017-11-24 22:18:32, Info [0x0606cc] IBS GetDisk: Finished querying VDS providers.

2017-11-24 22:18:32, Info [0x0606cc] IBS GetDisk: Querying VDS providers...

2017-11-24 22:18:32, Info [0x0606cc] IBS GetDisk: Finished querying VDS providers.

2017-11-24 22:18:32, Info [0x0606cc] IBS GetDisk: Querying VDS providers...

2017-11-24 22:18:32, Info [0x0606cc] IBS GetDisk: Finished querying VDS providers.

2017-11-24 22:18:32, Info [0x0606cc] IBS GetDisk: Querying VDS providers...

2017-11-24 22:18:32, Info [0x0606cc] IBS GetDisk: Finished querying VDS providers.

2017-11-24 22:18:32, Info RefreshDiskInfo: Using VDS

2017-11-24 22:18:32, Info [0x0606cc] IBS GatherDiskInfo_ThreadFunc:Querying disk information...

2017-11-24 22:18:32, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:18:32, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:18:32, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:18:32, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:18:32, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 0 offset 0xc805000>; GLE = 0x3ED.

2017-11-24 22:18:32, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:18:32, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:18:32, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 0 offset 0x1d173949000>; GLE = 0x3ED.

2017-11-24 22:18:32, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:18:32, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:18:32, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:18:32, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:18:32, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:18:32, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:18:32, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:18:32, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:18:32, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 1 offset 0xc805000>; GLE = 0x3ED.

2017-11-24 22:18:32, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:18:32, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:18:32, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 1 offset 0xafbe76000>; GLE = 0x3ED.

2017-11-24 22:18:32, Info [0x0606cc] IBS GatherVolumeDriveLetters: Querying drive letters...

2017-11-24 22:18:32, Info [0x0606cc] IBS GatherVolumeDriveLetters: Done querying drive letters.

2017-11-24 22:18:32, Info [0x0606cc] IBS GatherDiskInfo_ThreadFunc:Finished gathering disk information.

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo:===== Disk number [0] =====

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Friendly name: [APPLE HDD ST2000DM001]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Arc path: [multi(0)disk(0)rdisk(0)]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Disk ID guid [{6FDEF36F-62AB-40B2-ACF1-B7EF6B3BD85B}]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Size (bytes) [2000398934016 / 0x1d1c1116000]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Sector size (bytes) [512]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Disk bus type: [Serial ATA]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: SMART health status = OK

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Partition style: GPT

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: 9 region(s), 5 partition(s), 5 toplevel partition(s)

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [0 / 0x0]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Size (bytes) [17408 / 0x4400]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [17408 / 0x4400]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Size (bytes) [3072 / 0xc00]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [1] -------

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [20480 / 0x5000]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Size (bytes) [209715200 / 0xc800000]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Simple index: [1]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{C12A7328-F81F-11D2-BA4B-00A0C93EC93B}] (recognized)

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: EFI system partition

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume1]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: File system type: [FAT32]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Volume label: [EFI]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [206454784]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [2] -------

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [209735680 / 0xc805000]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Size (bytes) [1998889172992 / 0x1d167144000]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Simple index: [2]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{53746F72-6167-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume2]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [3] -------

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [1999098908672 / 0x1d173949000]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Size (bytes) [650002432 / 0x26be4000]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Simple index: [3]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{426F6F74-0000-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume3]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [1999748911104 / 0x1d19a52d000]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Size (bytes) [864256 / 0xd3000]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [4] -------

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [1999749775360 / 0x1d19a600000]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Size (bytes) [523239424 / 0x1f300000]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Simple index: [4]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{DE94BBA4-06D1-4D40-A16A-BFD50179D6AC}] (recognized)

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Recovery partition

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: DOS drive letter [E:]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume9]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: File system type: [NTFS]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: File system version: [3:1]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Volume label: [Recuperaci�n]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [506277888]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [5] -------

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [2000273014784 / 0x1d1b9900000]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Size (bytes) [104857600 / 0x6400000]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Simple index: [5]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{C12A7328-F81F-11D2-BA4B-00A0C93EC93B}] (recognized)

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: EFI system partition

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: DOS drive letter [F:]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume10]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: File system type: [FAT32]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [100662272]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [2000377872384 / 0x1d1bfd00000]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Size (bytes) [21044736 / 0x1411e00]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo:===== Disk number [1] =====

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Friendly name: [APPLE SSD SM0128G]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Arc path: [multi(0)disk(0)rdisk(1)]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Disk ID guid [{E0855D6F-7020-44C0-83C2-21F1CDFE154A}]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Size (bytes) [121332826112 / 0x1c40000000]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Sector size (bytes) [512]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Disk bus type: [Serial ATA]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: SMART health status = OK

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Partition style: GPT

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: 8 region(s), 4 partition(s), 4 toplevel partition(s)

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [0 / 0x0]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Size (bytes) [17408 / 0x4400]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [17408 / 0x4400]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Size (bytes) [3072 / 0xc00]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [1] -------

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [20480 / 0x5000]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Size (bytes) [209715200 / 0xc800000]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Simple index: [1]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{C12A7328-F81F-11D2-BA4B-00A0C93EC93B}] (recognized)

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: EFI system partition

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume4]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: File system type: [FAT32]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Volume label: [EFI]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [190739968]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [2] -------

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [209735680 / 0xc805000]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Size (bytes) [46966181888 / 0xaef671000]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Simple index: [2]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{53746F72-6167-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume5]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [3] -------

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [47175917568 / 0xafbe76000]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Size (bytes) [134217728 / 0x8000000]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Simple index: [3]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{426F6F74-0000-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume6]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [47310135296 / 0xb03e76000]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Size (bytes) [565248 / 0x8a000]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [4] -------

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [47310700544 / 0xb03f00000]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Size (bytes) [74021076992 / 0x113c000000]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Simple index: [4]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{EBD0A0A2-B9E5-4433-87C0-68B6B72699C7}] (recognized)

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: DOS drive letter [C:]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume7]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: File system type: [NTFS]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: File system version: [3:1]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Volume flags = [0x98460]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [73915232256]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [121331777536 / 0x1c3ff00000]

2017-11-24 22:18:32, Info [0x0606cc] IBS DiskInfo: Size (bytes) [1031680 / 0xfbe00]

2017-11-24 22:18:32, Info PublishDiskInfoOnBlackboard: Serializing disk info...

2017-11-24 22:18:33, Info [0x0606cc] IBS GetSystemDiskNTPath: Unable to get required buffer size for system disk from BCD APIs; status = 0xc0000451

2017-11-24 22:18:33, Info IBS IsDiskSupported:Checking if disk [0] has the necessary driver support.

2017-11-24 22:18:33, Info IBS IsDeviceSupported:Device description is [Unidad de disco]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE____HDD_ST2000DM001AQ03]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE____HDD_ST2000DM001]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE___]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: H/w ID [SCSI\APPLE____HDD_ST2000DM001A]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: H/w ID [APPLE____HDD_ST2000DM001A]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: H/w ID [GenDisk]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: Compat ID [SCSI\Disk]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: Compat ID [SCSI\RAW]

2017-11-24 22:18:33, Info IBS IsDeviceIDPresent:Found device ID [GenDisk] in hwcompat list

2017-11-24 22:18:33, Info IBS IsDeviceSupported:Device [Unidad de disco] is supported

2017-11-24 22:18:33, Info IBS IsDeviceSupported:Device description is [Controladora SATA AHCI est�ndar]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&SUBSYS_72708086&REV_31]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&SUBSYS_72708086]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&CC_010601]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&CC_0106]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A102&REV_31]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A102]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_010601]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_0106]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_010601]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0106]

2017-11-24 22:18:33, Info IBS IsDeviceIDPresent:Found device ID [PCI\CC_010601] in hwcompat list

2017-11-24 22:18:33, Info IBS IsDeviceSupported:Device [Controladora SATA AHCI est�ndar] is supported

2017-11-24 22:18:33, Info IBS IsDeviceSupported:Device description is [Complejo ra�z PCI Express]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: H/w ID [ACPI\VEN_PNP&DEV_0A08]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: H/w ID [ACPI\PNP0A08]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: H/w ID [*PNP0A08]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: Compat ID [*PNP0A03]

2017-11-24 22:18:33, Info IBS IsDeviceIDPresent:Found device ID [*PNP0A08] in hwcompat list

2017-11-24 22:18:33, Info IBS IsDeviceSupported:Device [Complejo ra�z PCI Express] is supported

2017-11-24 22:18:33, Info IBS IsDeviceSupported:Device description is [Sistema Microsoft compatible con ACPI]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: H/w ID [ACPI_HAL\PNP0C08]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: H/w ID [*PNP0C08]

2017-11-24 22:18:33, Info IBS IsDeviceIDPresent:Found device ID [*PNP0C08] in hwcompat list

2017-11-24 22:18:33, Info IBS IsDeviceSupported:Device [Sistema Microsoft compatible con ACPI] is supported

2017-11-24 22:18:33, Info IBS IsDeviceSupported:Device description is [Equipo basado en x64 ACPI]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: H/w ID [acpiapic]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: Compat ID [DETECTEDInternal\ACPI_HAL]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: Compat ID [DETECTED\ACPI_HAL]

2017-11-24 22:18:33, Info IBS IsDeviceIDPresent:Found device ID [acpiapic] in hwcompat list

2017-11-24 22:18:33, Info IBS IsDeviceSupported:Device [Equipo basado en x64 ACPI] is supported

2017-11-24 22:18:33, Info IBS DetermineDeviceSupport:Disk 0 has the necessary driver support

2017-11-24 22:18:33, Info IBS IsDiskSupported:Checking if disk [1] has the necessary driver support.

2017-11-24 22:18:33, Info IBS IsDeviceSupported:Device description is [Unidad de disco]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE________SSD_SM0128GBXW5]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE________SSD_SM0128G]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE___]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: H/w ID [SCSI\APPLE________SSD_SM0128GB]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: H/w ID [APPLE________SSD_SM0128GB]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: H/w ID [GenDisk]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: Compat ID [SCSI\Disk]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: Compat ID [SCSI\RAW]

2017-11-24 22:18:33, Info IBS IsDeviceIDPresent:Found device ID [GenDisk] in hwcompat list

2017-11-24 22:18:33, Info IBS IsDeviceSupported:Device [Unidad de disco] is supported

2017-11-24 22:18:33, Info IBS IsDeviceSupported:Device description is [Controladora SATA AHCI est�ndar]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&SUBSYS_A801144D&REV_01]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&SUBSYS_A801144D]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&CC_010601]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&CC_0106]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&DEV_A801&REV_01]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&DEV_A801]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&CC_010601]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&CC_0106]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_010601&DT_0]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_010601]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0106&DT_0]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0106]

2017-11-24 22:18:33, Info IBS IsDeviceIDPresent:Found device ID [PCI\CC_010601] in hwcompat list

2017-11-24 22:18:33, Info IBS IsDeviceSupported:Device [Controladora SATA AHCI est�ndar] is supported

2017-11-24 22:18:33, Info IBS IsDeviceSupported:Device description is [Puerto ra�z PCI Express]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&SUBSYS_72708086&REV_F1]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&SUBSYS_72708086]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&CC_060400]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&CC_0604]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A167&REV_F1]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A167]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_060400]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_0604]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_060400&DT_4]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_060400]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0604&DT_4]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0604]

2017-11-24 22:18:33, Info IBS IsDeviceIDPresent:Found device ID [PCI\CC_0604&DT_4] in hwcompat list

2017-11-24 22:18:33, Info IBS IsDeviceSupported:Device [Puerto ra�z PCI Express] is supported

2017-11-24 22:18:33, Info IBS IsDeviceSupported:Device description is [Complejo ra�z PCI Express]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: H/w ID [ACPI\VEN_PNP&DEV_0A08]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: H/w ID [ACPI\PNP0A08]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: H/w ID [*PNP0A08]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: Compat ID [*PNP0A03]

2017-11-24 22:18:33, Info IBS IsDeviceIDPresent:Found device ID [*PNP0A08] in hwcompat list

2017-11-24 22:18:33, Info IBS IsDeviceSupported:Device [Complejo ra�z PCI Express] is supported

2017-11-24 22:18:33, Info IBS IsDeviceSupported:Device description is [Sistema Microsoft compatible con ACPI]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: H/w ID [ACPI_HAL\PNP0C08]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: H/w ID [*PNP0C08]

2017-11-24 22:18:33, Info IBS IsDeviceIDPresent:Found device ID [*PNP0C08] in hwcompat list

2017-11-24 22:18:33, Info IBS IsDeviceSupported:Device [Sistema Microsoft compatible con ACPI] is supported

2017-11-24 22:18:33, Info IBS IsDeviceSupported:Device description is [Equipo basado en x64 ACPI]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: H/w ID [acpiapic]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: Compat ID [DETECTEDInternal\ACPI_HAL]

2017-11-24 22:18:33, Info IBS DumpDeviceIDs: Compat ID [DETECTED\ACPI_HAL]

2017-11-24 22:18:33, Info IBS IsDeviceIDPresent:Found device ID [acpiapic] in hwcompat list

2017-11-24 22:18:33, Info IBS IsDeviceSupported:Device [Equipo basado en x64 ACPI] is supported

2017-11-24 22:18:33, Info IBS DetermineDeviceSupport:Disk 1 has the necessary driver support

2017-11-24 22:18:34, Info PublishDiskInfoOnBlackboard: Successfully serialized disk info.

2017-11-24 22:18:34, Info IBS CreateSystemVolume:Successfully tagged partition as system volume;

2017-11-24 22:18:34, Info [0x0606cc] IBS GetSystemDiskNTPath: Unable to get required buffer size for system disk from BCD APIs; status = 0xc0000451

2017-11-24 22:18:34, Info IBS GetMachineInfo:Couldn't find any system volumes on this EFI-based computer

2017-11-24 22:18:34, Info IBS GetMachineInfo found boot disk/partition information on black board. Boot disk number [0] parition offset = [0x1d19a52d000]

2017-11-24 22:18:34, Info IBSLIB Region did not qualify for MSR Preparation on disk [0] at offset [0.000000]

2017-11-24 22:18:34, Info IBSLIB Region did not qualify for MSR Preparation on disk [0] at offset [0.000000]

2017-11-24 22:18:34, Info IBSLIB Remedy plugin for MSR Preparation coud not create an MSR OP as disk does not support capability disk [0]

2017-11-24 22:18:34, Info IBSLIB Remedy plugin for MSR Preparation coud not create an MSR OP as disk does not support capability disk [0]

2017-11-24 22:18:34, Info IBSLIB Remedy plugin for MSR Preparation coud not create an MSR OP as disk does not support capability disk [0]

2017-11-24 22:18:34, Info IBSLIB Region did not qualify for MSR Preparation on disk [0] at offset [0.000000]

2017-11-24 22:18:34, Info IBSLIB Remedy plugin for MSR Preparation coud not create an MSR OP as disk does not support capability disk [0]

2017-11-24 22:18:34, Info IBSLIB Remedy plugin for MSR Preparation coud not create an MSR OP as disk does not support capability disk [0]

2017-11-24 22:18:34, Info IBSLIB Remedy plugin for MSR Preparation created a DISK OP for MSR creation on disk [0]

2017-11-24 22:18:34, Info IBSLIB Region did not qualify for MSR Preparation on disk [1] at offset [0.000000]

2017-11-24 22:18:34, Info IBSLIB Region did not qualify for MSR Preparation on disk [1] at offset [0.000000]

2017-11-24 22:18:34, Info IBSLIB Remedy plugin for MSR Preparation coud not create an MSR OP as disk does not support capability disk [1]

2017-11-24 22:18:34, Info IBSLIB Remedy plugin for MSR Preparation coud not create an MSR OP as disk does not support capability disk [1]

2017-11-24 22:18:34, Info IBSLIB Remedy plugin for MSR Preparation coud not create an MSR OP as disk does not support capability disk [1]

2017-11-24 22:18:34, Info IBSLIB Region did not qualify for MSR Preparation on disk [1] at offset [0.000000]

2017-11-24 22:18:34, Info IBSLIB Remedy plugin for MSR Preparation coud not create an MSR OP as disk does not support capability disk [1]

2017-11-24 22:18:34, Info IBSLIB Region did not qualify for MSR Preparation on disk [1] at offset [0.000000]

2017-11-24 22:18:34, Info IBSLIB Remedy was applied for said disk rule

2017-11-24 22:18:34, Info [0x0600fc] IBS CollectTempDriveRequirements:Windows size is [10019920673] bytes

2017-11-24 22:18:34, Info [0x060102] IBS CollectTempDriveRequirements:No additional media required.

2017-11-24 22:18:34, Info [0x0600ec] IBS CallBack_PickTempDrive:System volume is {disk 0, offset [0x1d19a52d000]}: currently picked install drive is {disk 1, offset [0xb03f00000]}

2017-11-24 22:18:34, Info [0x0600ef] IBS CallBack_PickTempDrive:Checking if system volume {disk 0, offset [0x1d19a52d000]} OR install drive {disk 1, offset [0xb03f00000]} can be temp drive

2017-11-24 22:18:34, Info [0x060104] IBS ValidateTempDrive:Space available on drive {disk 1, offset [0xb03f00000]} is [73915232256] bytes

2017-11-24 22:18:34, Info [0x060105] IBS ValidateTempDrive:Free space needed is [10019920673] bytes

2017-11-24 22:18:34, Info [0x060106] IBS ValidateTempDrive:Drive {disk 1, offset [0xb03f00000]} meets all requirements for being a temp drive

2017-11-24 22:18:34, Info [0x0600f1] IBS CallBack_PickTempDrive:Install drive {disk 1, offset [0xb03f00000]} has enough space to be temp drive

2017-11-24 22:18:34, Info [0x0a0035] UI Allowing Page 'Tipo de instalaci�n' to be shown

2017-11-24 22:18:34, Info [0x0a0134] UI Accepting Next. Exiting Page Selecci�n de unidad.

2017-11-24 22:18:34, Info [0x0a0035] UI Allowing Page '' to be shown

2017-11-24 22:18:34, Info [0x0a0035] UI Allowing Page '' to be shown

2017-11-24 22:18:34, Info [0x0a0035] UI Allowing Page '' to be shown

2017-11-24 22:18:34, Info [0x0a0035] UI Allowing Page '' to be shown

2017-11-24 22:18:34, Info [0x0a0035] UI Allowing Page '' to be shown

2017-11-24 22:18:34, Info UI Entering Page Progreso.

2017-11-24 22:18:34, Info [0x0a0035] UI Allowing Page 'Selecci�n de unidad' to be shown

2017-11-24 22:18:34, Info [0x0a0035] UI Allowing Page 'Selecci�n de unidad' to be shown

2017-11-24 22:18:34, Info MIG Callback_Estimate, It is not upgrade mode.

2017-11-24 22:18:34, Info [0x0a0030] UI Reading estimate from blackboard: ProgressInfo\CopySetupFiles Estimated secs: 600 Completed steps: 0

2017-11-24 22:18:34, Info [0x0a0030] UI Reading estimate from blackboard: ProgressInfo\CopyWdsFiles Estimated secs: 0 Completed steps: 0

2017-11-24 22:18:34, Info [0x0a0030] UI Reading estimate from blackboard: ProgressInfo\TransferFinalImage Estimated secs: 960 Completed steps: 0

2017-11-24 22:18:34, Info [0x0a0030] UI Reading estimate from blackboard: ProgressInfo\SkuAssembly Estimated secs: 600 Completed steps: 0

2017-11-24 22:18:34, Info [0x0a0030] UI Reading estimate from blackboard: ProgressInfo\LanguagePack Estimated secs: 540 Completed steps: 0

2017-11-24 22:18:34, Info [0x0a0030] UI Reading estimate from blackboard: ProgressInfo\DynamicUpdate Estimated secs: 600 Completed steps: 0

2017-11-24 22:18:34, Info [0x0a0030] UI Reading estimate from blackboard: ProgressInfo\CBSServicing Estimated secs: 300 Completed steps: 0

2017-11-24 22:18:34, Info [0x0a0030] UI Reading estimate from blackboard: ProgressInfo\CMIOnline Estimated secs: 300 Completed steps: 0

2017-11-24 22:18:34, Info [0x0a0030] UI Reading estimate from blackboard: ProgressInfo\SysprepActions Estimated secs: 600 Completed steps: 0

2017-11-24 22:18:34, Info [0x0a0030] UI Reading estimate from blackboard: ProgressInfo\Specialize Estimated secs: 300 Completed steps: 0

2017-11-24 22:18:34, Info [0x0a0030] UI Reading estimate from blackboard: ProgressInfo\CleanupTempDrive Estimated secs: 300 Completed steps: 0

2017-11-24 22:18:34, Info [0x0a0030] UI Reading estimate from blackboard: ProgressInfo\DeleteBTFolder Estimated secs: 300 Completed steps: 0

2017-11-24 22:18:34, Info [0x0a0030] UI Reading estimate from blackboard: ProgressInfo\SendDiagnostics Estimated secs: 300 Completed steps: 0

2017-11-24 22:18:34, Info [0x0a0143] UI User info collection time = 615 sec.

2017-11-24 22:18:34, Info [0x070035] DIAG CallBack_DiagnosticDataGeneration: Called with notification for SetupShowUI

2017-11-24 22:18:34, Info [0x0a005a] UI [UiStats] Writing resource ID counts

2017-11-24 22:18:34, Info [0x0a011c] UI WizardDialogPost::SetActive

2017-11-24 22:18:34, Info IBS CallBack_LanguagePack_SetThreadLanguage: Successfully updated core setup thread language to [es-es].

2017-11-24 22:18:34, Info [0x060352] IBS PerformInstallDiskPreparationOps:Install disk number = 1; install partition offset = 0xb03f00000

2017-11-24 22:18:34, Info IBS PerformInstallDiskPreparationOps:Install destination is unallocated or unformatted; auto-preparing as necessary...

2017-11-24 22:18:34, Info IBS PerformInstallDiskPreparationOps:Making sure install drive is mounted...

2017-11-24 22:18:34, Info [0x0606cc] IBS ApplyDiskOperationUsingService: Assigning drive letter to partition on disk [1] at offset [0xb03f00000].

2017-11-24 22:18:34, Info [0x0606cc] IBS GetDisk: Querying VDS providers...

2017-11-24 22:18:34, Info [0x0606cc] IBS GetDisk: Finished querying VDS providers.

2017-11-24 22:18:34, Info [0x0606cc] IBS GetDisk: Querying VDS providers...

2017-11-24 22:18:34, Info [0x0606cc] IBS GetDisk: Finished querying VDS providers.

2017-11-24 22:18:34, Info RefreshDiskInfo: Using VDS

2017-11-24 22:18:34, Info [0x0606cc] IBS GatherDiskInfo_ThreadFunc:Querying disk information...

2017-11-24 22:18:34, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:18:34, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:18:34, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:18:34, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:18:34, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 0 offset 0xc805000>; GLE = 0x3ED.

2017-11-24 22:18:34, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:18:34, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:18:34, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 0 offset 0x1d173949000>; GLE = 0x3ED.

2017-11-24 22:18:34, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:18:34, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:18:34, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:18:34, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:18:34, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:18:34, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:18:34, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:18:34, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:18:34, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 1 offset 0xc805000>; GLE = 0x3ED.

2017-11-24 22:18:34, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:18:34, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:18:34, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 1 offset 0xafbe76000>; GLE = 0x3ED.

2017-11-24 22:18:34, Info [0x0606cc] IBS GatherVolumeDriveLetters: Querying drive letters...

2017-11-24 22:18:34, Info [0x0606cc] IBS GatherVolumeDriveLetters: Done querying drive letters.

2017-11-24 22:18:34, Info [0x0606cc] IBS GatherDiskInfo_ThreadFunc:Finished gathering disk information.

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo:===== Disk number [0] =====

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Friendly name: [APPLE HDD ST2000DM001]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Arc path: [multi(0)disk(0)rdisk(0)]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Disk ID guid [{6FDEF36F-62AB-40B2-ACF1-B7EF6B3BD85B}]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Size (bytes) [2000398934016 / 0x1d1c1116000]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Sector size (bytes) [512]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Disk bus type: [Serial ATA]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: SMART health status = OK

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Partition style: GPT

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: 9 region(s), 5 partition(s), 5 toplevel partition(s)

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [0 / 0x0]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Size (bytes) [17408 / 0x4400]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [17408 / 0x4400]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Size (bytes) [3072 / 0xc00]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [1] -------

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [20480 / 0x5000]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Size (bytes) [209715200 / 0xc800000]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Simple index: [1]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{C12A7328-F81F-11D2-BA4B-00A0C93EC93B}] (recognized)

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: EFI system partition

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume1]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: File system type: [FAT32]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Volume label: [EFI]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [206454784]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [2] -------

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [209735680 / 0xc805000]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Size (bytes) [1998889172992 / 0x1d167144000]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Simple index: [2]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{53746F72-6167-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume2]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [3] -------

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [1999098908672 / 0x1d173949000]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Size (bytes) [650002432 / 0x26be4000]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Simple index: [3]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{426F6F74-0000-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume3]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [1999748911104 / 0x1d19a52d000]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Size (bytes) [864256 / 0xd3000]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [4] -------

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [1999749775360 / 0x1d19a600000]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Size (bytes) [523239424 / 0x1f300000]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Simple index: [4]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{DE94BBA4-06D1-4D40-A16A-BFD50179D6AC}] (recognized)

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Recovery partition

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: DOS drive letter [E:]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume9]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: File system type: [NTFS]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: File system version: [3:1]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Volume label: [Recuperaci�n]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [506277888]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [5] -------

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [2000273014784 / 0x1d1b9900000]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Size (bytes) [104857600 / 0x6400000]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Simple index: [5]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{C12A7328-F81F-11D2-BA4B-00A0C93EC93B}] (recognized)

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: EFI system partition

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: DOS drive letter [F:]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume10]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: File system type: [FAT32]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [100662272]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [2000377872384 / 0x1d1bfd00000]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Size (bytes) [21044736 / 0x1411e00]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo:===== Disk number [1] =====

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Friendly name: [APPLE SSD SM0128G]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Arc path: [multi(0)disk(0)rdisk(1)]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Disk ID guid [{E0855D6F-7020-44C0-83C2-21F1CDFE154A}]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Size (bytes) [121332826112 / 0x1c40000000]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Sector size (bytes) [512]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Disk bus type: [Serial ATA]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: SMART health status = OK

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Partition style: GPT

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: 8 region(s), 4 partition(s), 4 toplevel partition(s)

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [0 / 0x0]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Size (bytes) [17408 / 0x4400]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [17408 / 0x4400]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Size (bytes) [3072 / 0xc00]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [1] -------

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [20480 / 0x5000]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Size (bytes) [209715200 / 0xc800000]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Simple index: [1]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{C12A7328-F81F-11D2-BA4B-00A0C93EC93B}] (recognized)

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: EFI system partition

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume4]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: File system type: [FAT32]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Volume label: [EFI]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [190739968]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [2] -------

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [209735680 / 0xc805000]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Size (bytes) [46966181888 / 0xaef671000]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Simple index: [2]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{53746F72-6167-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume5]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [3] -------

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [47175917568 / 0xafbe76000]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Size (bytes) [134217728 / 0x8000000]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Simple index: [3]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{426F6F74-0000-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume6]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [47310135296 / 0xb03e76000]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Size (bytes) [565248 / 0x8a000]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [4] -------

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [47310700544 / 0xb03f00000]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Size (bytes) [74021076992 / 0x113c000000]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Simple index: [4]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{EBD0A0A2-B9E5-4433-87C0-68B6B72699C7}] (recognized)

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: DOS drive letter [C:]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume7]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: File system type: [NTFS]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: File system version: [3:1]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Volume flags = [0x98460]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [73915228160]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [121331777536 / 0x1c3ff00000]

2017-11-24 22:18:34, Info [0x0606cc] IBS DiskInfo: Size (bytes) [1031680 / 0xfbe00]

2017-11-24 22:18:34, Info PublishDiskInfoOnBlackboard: Serializing disk info...

2017-11-24 22:18:34, Info [0x0606cc] IBS GetSystemDiskNTPath: Unable to get required buffer size for system disk from BCD APIs; status = 0xc0000451

2017-11-24 22:18:34, Info IBS IsDiskSupported:Checking if disk [0] has the necessary driver support.

2017-11-24 22:18:34, Info IBS IsDeviceSupported:Device description is [Unidad de disco]

2017-11-24 22:18:34, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE____HDD_ST2000DM001AQ03]

2017-11-24 22:18:34, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE____HDD_ST2000DM001]

2017-11-24 22:18:34, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE___]

2017-11-24 22:18:34, Info IBS DumpDeviceIDs: H/w ID [SCSI\APPLE____HDD_ST2000DM001A]

2017-11-24 22:18:34, Info IBS DumpDeviceIDs: H/w ID [APPLE____HDD_ST2000DM001A]

2017-11-24 22:18:34, Info IBS DumpDeviceIDs: H/w ID [GenDisk]

2017-11-24 22:18:34, Info IBS DumpDeviceIDs: Compat ID [SCSI\Disk]

2017-11-24 22:18:34, Info IBS DumpDeviceIDs: Compat ID [SCSI\RAW]

2017-11-24 22:18:34, Info IBS IsDeviceIDPresent:Found device ID [GenDisk] in hwcompat list

2017-11-24 22:18:34, Info IBS IsDeviceSupported:Device [Unidad de disco] is supported

2017-11-24 22:18:34, Info IBS IsDeviceSupported:Device description is [Controladora SATA AHCI est�ndar]

2017-11-24 22:18:34, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&SUBSYS_72708086&REV_31]

2017-11-24 22:18:34, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&SUBSYS_72708086]

2017-11-24 22:18:34, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&CC_010601]

2017-11-24 22:18:34, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&CC_0106]

2017-11-24 22:18:34, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A102&REV_31]

2017-11-24 22:18:34, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A102]

2017-11-24 22:18:34, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_010601]

2017-11-24 22:18:34, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_0106]

2017-11-24 22:18:34, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086]

2017-11-24 22:18:34, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_010601]

2017-11-24 22:18:34, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0106]

2017-11-24 22:18:34, Info IBS IsDeviceIDPresent:Found device ID [PCI\CC_010601] in hwcompat list

2017-11-24 22:18:34, Info IBS IsDeviceSupported:Device [Controladora SATA AHCI est�ndar] is supported

2017-11-24 22:18:34, Info IBS IsDeviceSupported:Device description is [Complejo ra�z PCI Express]

2017-11-24 22:18:34, Info IBS DumpDeviceIDs: H/w ID [ACPI\VEN_PNP&DEV_0A08]

2017-11-24 22:18:34, Info IBS DumpDeviceIDs: H/w ID [ACPI\PNP0A08]

2017-11-24 22:18:34, Info IBS DumpDeviceIDs: H/w ID [*PNP0A08]

2017-11-24 22:18:34, Info IBS DumpDeviceIDs: Compat ID [*PNP0A03]

2017-11-24 22:18:34, Info IBS IsDeviceIDPresent:Found device ID [*PNP0A08] in hwcompat list

2017-11-24 22:18:34, Info IBS IsDeviceSupported:Device [Complejo ra�z PCI Express] is supported

2017-11-24 22:18:34, Info IBS IsDeviceSupported:Device description is [Sistema Microsoft compatible con ACPI]

2017-11-24 22:18:34, Info IBS DumpDeviceIDs: H/w ID [ACPI_HAL\PNP0C08]

2017-11-24 22:18:34, Info IBS DumpDeviceIDs: H/w ID [*PNP0C08]

2017-11-24 22:18:34, Info IBS IsDeviceIDPresent:Found device ID [*PNP0C08] in hwcompat list

2017-11-24 22:18:34, Info IBS IsDeviceSupported:Device [Sistema Microsoft compatible con ACPI] is supported

2017-11-24 22:18:34, Info IBS IsDeviceSupported:Device description is [Equipo basado en x64 ACPI]

2017-11-24 22:18:34, Info IBS DumpDeviceIDs: H/w ID [acpiapic]

2017-11-24 22:18:34, Info IBS DumpDeviceIDs: Compat ID [DETECTEDInternal\ACPI_HAL]

2017-11-24 22:18:34, Info IBS DumpDeviceIDs: Compat ID [DETECTED\ACPI_HAL]

2017-11-24 22:18:34, Info IBS IsDeviceIDPresent:Found device ID [acpiapic] in hwcompat list

2017-11-24 22:18:34, Info IBS IsDeviceSupported:Device [Equipo basado en x64 ACPI] is supported

2017-11-24 22:18:34, Info IBS DetermineDeviceSupport:Disk 0 has the necessary driver support

2017-11-24 22:18:35, Info IBS IsDiskSupported:Checking if disk [1] has the necessary driver support.

2017-11-24 22:18:35, Info IBS IsDeviceSupported:Device description is [Unidad de disco]

2017-11-24 22:18:35, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE________SSD_SM0128GBXW5]

2017-11-24 22:18:35, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE________SSD_SM0128G]

2017-11-24 22:18:35, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE___]

2017-11-24 22:18:35, Info IBS DumpDeviceIDs: H/w ID [SCSI\APPLE________SSD_SM0128GB]

2017-11-24 22:18:35, Info IBS DumpDeviceIDs: H/w ID [APPLE________SSD_SM0128GB]

2017-11-24 22:18:35, Info IBS DumpDeviceIDs: H/w ID [GenDisk]

2017-11-24 22:18:35, Info IBS DumpDeviceIDs: Compat ID [SCSI\Disk]

2017-11-24 22:18:35, Info IBS DumpDeviceIDs: Compat ID [SCSI\RAW]

2017-11-24 22:18:35, Info IBS IsDeviceIDPresent:Found device ID [GenDisk] in hwcompat list

2017-11-24 22:18:35, Info IBS IsDeviceSupported:Device [Unidad de disco] is supported

2017-11-24 22:18:35, Info IBS IsDeviceSupported:Device description is [Controladora SATA AHCI est�ndar]

2017-11-24 22:18:35, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&SUBSYS_A801144D&REV_01]

2017-11-24 22:18:35, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&SUBSYS_A801144D]

2017-11-24 22:18:35, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&CC_010601]

2017-11-24 22:18:35, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&CC_0106]

2017-11-24 22:18:35, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&DEV_A801&REV_01]

2017-11-24 22:18:35, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&DEV_A801]

2017-11-24 22:18:35, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&CC_010601]

2017-11-24 22:18:35, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&CC_0106]

2017-11-24 22:18:35, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D]

2017-11-24 22:18:35, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_010601&DT_0]

2017-11-24 22:18:35, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_010601]

2017-11-24 22:18:35, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0106&DT_0]

2017-11-24 22:18:35, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0106]

2017-11-24 22:18:35, Info IBS IsDeviceIDPresent:Found device ID [PCI\CC_010601] in hwcompat list

2017-11-24 22:18:35, Info IBS IsDeviceSupported:Device [Controladora SATA AHCI est�ndar] is supported

2017-11-24 22:18:35, Info IBS IsDeviceSupported:Device description is [Puerto ra�z PCI Express]

2017-11-24 22:18:35, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&SUBSYS_72708086&REV_F1]

2017-11-24 22:18:35, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&SUBSYS_72708086]

2017-11-24 22:18:35, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&CC_060400]

2017-11-24 22:18:35, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&CC_0604]

2017-11-24 22:18:35, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A167&REV_F1]

2017-11-24 22:18:35, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A167]

2017-11-24 22:18:35, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_060400]

2017-11-24 22:18:35, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_0604]

2017-11-24 22:18:35, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086]

2017-11-24 22:18:35, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_060400&DT_4]

2017-11-24 22:18:35, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_060400]

2017-11-24 22:18:35, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0604&DT_4]

2017-11-24 22:18:35, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0604]

2017-11-24 22:18:35, Info IBS IsDeviceIDPresent:Found device ID [PCI\CC_0604&DT_4] in hwcompat list

2017-11-24 22:18:35, Info IBS IsDeviceSupported:Device [Puerto ra�z PCI Express] is supported

2017-11-24 22:18:35, Info IBS IsDeviceSupported:Device description is [Complejo ra�z PCI Express]

2017-11-24 22:18:35, Info IBS DumpDeviceIDs: H/w ID [ACPI\VEN_PNP&DEV_0A08]

2017-11-24 22:18:35, Info IBS DumpDeviceIDs: H/w ID [ACPI\PNP0A08]

2017-11-24 22:18:35, Info IBS DumpDeviceIDs: H/w ID [*PNP0A08]

2017-11-24 22:18:35, Info IBS DumpDeviceIDs: Compat ID [*PNP0A03]

2017-11-24 22:18:35, Info IBS IsDeviceIDPresent:Found device ID [*PNP0A08] in hwcompat list

2017-11-24 22:18:35, Info IBS IsDeviceSupported:Device [Complejo ra�z PCI Express] is supported

2017-11-24 22:18:35, Info IBS IsDeviceSupported:Device description is [Sistema Microsoft compatible con ACPI]

2017-11-24 22:18:35, Info IBS DumpDeviceIDs: H/w ID [ACPI_HAL\PNP0C08]

2017-11-24 22:18:35, Info IBS DumpDeviceIDs: H/w ID [*PNP0C08]

2017-11-24 22:18:35, Info IBS IsDeviceIDPresent:Found device ID [*PNP0C08] in hwcompat list

2017-11-24 22:18:35, Info IBS IsDeviceSupported:Device [Sistema Microsoft compatible con ACPI] is supported

2017-11-24 22:18:35, Info IBS IsDeviceSupported:Device description is [Equipo basado en x64 ACPI]

2017-11-24 22:18:35, Info IBS DumpDeviceIDs: H/w ID [acpiapic]

2017-11-24 22:18:35, Info IBS DumpDeviceIDs: Compat ID [DETECTEDInternal\ACPI_HAL]

2017-11-24 22:18:35, Info IBS DumpDeviceIDs: Compat ID [DETECTED\ACPI_HAL]

2017-11-24 22:18:35, Info IBS IsDeviceIDPresent:Found device ID [acpiapic] in hwcompat list

2017-11-24 22:18:35, Info IBS IsDeviceSupported:Device [Equipo basado en x64 ACPI] is supported

2017-11-24 22:18:35, Info IBS DetermineDeviceSupport:Disk 1 has the necessary driver support

2017-11-24 22:18:35, Info PublishDiskInfoOnBlackboard: Successfully serialized disk info.

2017-11-24 22:18:35, Info [0x06034e] IBS CallBack_PrepareInstallDrive:Install drive path is C:\

2017-11-24 22:18:35, Info SetupVerifyTrustedVolume: The volume [disk-offset] [0x1-0xb03f00000] was formatted by Setup and can be trusted

2017-11-24 22:18:35, Info IBS CallBack_PrepareInstallDrive:Install drive (disk [1], part offset [0xb03f00000]) is trusted

2017-11-24 22:18:35, Info SetupSetVolume: Marking [C:\] for tracking as [InstallVolume]

2017-11-24 22:18:35, Info [0x06021f] IBS Callback_PrepareSystemVolume: Current Setup phase is 2 (had started from phase 2)

2017-11-24 22:18:35, Info [0x060220] IBS Callback_PrepareSystemVolume: Gathering information required to boot Windows.

2017-11-24 22:18:35, Info IBS GetMachineInfo found boot disk/partition information on black board. Boot disk number [0] parition offset = [0x1d19a52d000]

2017-11-24 22:18:35, Info IBSLIB CanBeSystemVolume: Volume at disk [0] offset [0x0] doesn't meet criteria for system volumes...

2017-11-24 22:18:35, Info IBSLIB DiskRegionSupportsCapability:Region on disk [0] (offset = [0x0]) is BLOCKED against capability [CanBeSystemVolume] for the following reasons...

2017-11-24 22:18:35, Info IBSLIB LogReasons: [BLOCKING reason for {disk 0 offset 0x0}: CanBeSystemVolume] La partici�n es demasiado peque�a.

2017-11-24 22:18:35, Info IBSLIB CanBeSystemVolume: Volume at disk [0] offset [0x4400] doesn't meet criteria for system volumes...

2017-11-24 22:18:35, Info IBSLIB DiskRegionSupportsCapability:Region on disk [0] (offset = [0x4400]) is BLOCKED against capability [CanBeSystemVolume] for the following reasons...

2017-11-24 22:18:35, Info IBSLIB LogReasons: [BLOCKING reason for {disk 0 offset 0x4400}: CanBeSystemVolume] La partici�n es demasiado peque�a.

2017-11-24 22:18:35, Info IBSLIB CanBeSystemVolume: Volume at disk [0] offset [0x1d19a52d000] doesn't meet criteria for system volumes...

2017-11-24 22:18:35, Info IBSLIB DiskRegionSupportsCapability:Region on disk [0] (offset = [0x1d19a52d000]) is BLOCKED against capability [CanBeSystemVolume] for the following reasons...

2017-11-24 22:18:35, Info IBSLIB LogReasons: [BLOCKING reason for {disk 0 offset 0x1d19a52d000}: CanBeSystemVolume] La partici�n es demasiado peque�a.

2017-11-24 22:18:35, Info IBSLIB CanBeSystemVolume: Space at disk [0] offset [0x1d1bfd00000] does not meet criteria -- size is [21044736] bytes (volume not present), [628097024] free bytes are needed

2017-11-24 22:18:35, Info IBSLIB CanBeSystemVolume: Volume at disk [1] offset [0x0] doesn't meet criteria for system volumes...

2017-11-24 22:18:35, Info IBSLIB DiskRegionSupportsCapability:Region on disk [1] (offset = [0x0]) is BLOCKED against capability [CanBeSystemVolume] for the following reasons...

2017-11-24 22:18:35, Info IBSLIB LogReasons: [BLOCKING reason for {disk 1 offset 0x0}: CanBeSystemVolume] La partici�n es demasiado peque�a.

2017-11-24 22:18:35, Info IBSLIB CanBeSystemVolume: Volume at disk [1] offset [0x4400] doesn't meet criteria for system volumes...

2017-11-24 22:18:35, Info IBSLIB DiskRegionSupportsCapability:Region on disk [1] (offset = [0x4400]) is BLOCKED against capability [CanBeSystemVolume] for the following reasons...

2017-11-24 22:18:35, Info IBSLIB LogReasons: [BLOCKING reason for {disk 1 offset 0x4400}: CanBeSystemVolume] La partici�n es demasiado peque�a.

2017-11-24 22:18:35, Info IBSLIB CanBeSystemVolume: Volume at disk [1] offset [0xb03e76000] doesn't meet criteria for system volumes...

2017-11-24 22:18:35, Info IBSLIB DiskRegionSupportsCapability:Region on disk [1] (offset = [0xb03e76000]) is BLOCKED against capability [CanBeSystemVolume] for the following reasons...

2017-11-24 22:18:35, Info IBSLIB LogReasons: [BLOCKING reason for {disk 1 offset 0xb03e76000}: CanBeSystemVolume] La partici�n es demasiado peque�a.

2017-11-24 22:18:35, Info IBSLIB CanBeSystemVolume: Volume at disk [1] offset [0x1c3ff00000] doesn't meet criteria for system volumes...

2017-11-24 22:18:35, Info IBSLIB DiskRegionSupportsCapability:Region on disk [1] (offset = [0x1c3ff00000]) is BLOCKED against capability [CanBeSystemVolume] for the following reasons...

2017-11-24 22:18:35, Info IBSLIB LogReasons: [BLOCKING reason for {disk 1 offset 0x1c3ff00000}: CanBeSystemVolume] La partici�n es demasiado peque�a.

2017-11-24 22:18:35, Info IBSLIB CanBeSystemVolume: Volume at disk [0] offset [0x5000] does not have enough free space -- [206454784] bytes are free, [628097024] free bytes are needed

2017-11-24 22:18:35, Info IBSLIB CanBeSystemVolume: Volume at disk [0] offset [0xc805000] doesn't meet criteria for system volumes...

2017-11-24 22:18:35, Info IBSLIB DiskRegionSupportsCapability:Region on disk [0] (offset = [0xc805000]) is BLOCKED against capability [CanBeSystemVolume] for the following reasons...

2017-11-24 22:18:35, Info IBSLIB LogReasons: [BLOCKING reason for {disk 0 offset 0xc805000}: CanBeSystemVolume] La partici�n seleccionada contiene un sistema de archivos desconocido.

2017-11-24 22:18:35, Info IBSLIB LogReasons: [BLOCKING reason for {disk 0 offset 0xc805000}: CanBeSystemVolume] No se reconoce el tipo de la partici�n.

2017-11-24 22:18:35, Info IBSLIB LogReasons: [BLOCKING reason for {disk 0 offset 0xc805000}: CanBeSystemVolume] El espacio en disco seleccionado no es del tipo ESP.



2017-11-24 22:18:35, Info IBSLIB CanBeSystemVolume: Volume at disk [0] offset [0x1d173949000] doesn't meet criteria for system volumes...

2017-11-24 22:18:35, Info IBSLIB DiskRegionSupportsCapability:Region on disk [0] (offset = [0x1d173949000]) is BLOCKED against capability [CanBeSystemVolume] for the following reasons...

2017-11-24 22:18:35, Info IBSLIB LogReasons: [BLOCKING reason for {disk 0 offset 0x1d173949000}: CanBeSystemVolume] La partici�n seleccionada contiene un sistema de archivos desconocido.

2017-11-24 22:18:35, Info IBSLIB LogReasons: [BLOCKING reason for {disk 0 offset 0x1d173949000}: CanBeSystemVolume] No se reconoce el tipo de la partici�n.

2017-11-24 22:18:35, Info IBSLIB LogReasons: [BLOCKING reason for {disk 0 offset 0x1d173949000}: CanBeSystemVolume] El espacio en disco seleccionado no es del tipo ESP.



2017-11-24 22:18:35, Info IBSLIB CanBeSystemVolume: Volume at disk [0] offset [0x1d19a600000] doesn't meet criteria for system volumes...

2017-11-24 22:18:35, Info IBSLIB DiskRegionSupportsCapability:Region on disk [0] (offset = [0x1d19a600000]) is BLOCKED against capability [CanBeSystemVolume] for the following reasons...

2017-11-24 22:18:35, Info IBSLIB LogReasons: [BLOCKING reason for {disk 0 offset 0x1d19a600000}: CanBeSystemVolume] El espacio en disco seleccionado no es del tipo ESP.



2017-11-24 22:18:35, Info IBSLIB CanBeSystemVolume: Volume at disk [0] offset [0x1d1b9900000] does not have enough free space -- [100662272] bytes are free, [628097024] free bytes are needed

2017-11-24 22:18:35, Info IBSLIB CanBeSystemVolume: Volume at disk [1] offset [0x5000] does not have enough free space -- [190739968] bytes are free, [628097024] free bytes are needed

2017-11-24 22:18:35, Info IBSLIB CanBeSystemVolume: Volume at disk [1] offset [0xc805000] doesn't meet criteria for system volumes...

2017-11-24 22:18:35, Info IBSLIB DiskRegionSupportsCapability:Region on disk [1] (offset = [0xc805000]) is BLOCKED against capability [CanBeSystemVolume] for the following reasons...

2017-11-24 22:18:35, Info IBSLIB LogReasons: [BLOCKING reason for {disk 1 offset 0xc805000}: CanBeSystemVolume] La partici�n seleccionada contiene un sistema de archivos desconocido.

2017-11-24 22:18:35, Info IBSLIB LogReasons: [BLOCKING reason for {disk 1 offset 0xc805000}: CanBeSystemVolume] No se reconoce el tipo de la partici�n.

2017-11-24 22:18:35, Info IBSLIB LogReasons: [BLOCKING reason for {disk 1 offset 0xc805000}: CanBeSystemVolume] El espacio en disco seleccionado no es del tipo ESP.



2017-11-24 22:18:35, Info IBSLIB CanBeSystemVolume: Volume at disk [1] offset [0xafbe76000] doesn't meet criteria for system volumes...

2017-11-24 22:18:35, Info IBSLIB DiskRegionSupportsCapability:Region on disk [1] (offset = [0xafbe76000]) is BLOCKED against capability [CanBeSystemVolume] for the following reasons...

2017-11-24 22:18:35, Info IBSLIB LogReasons: [BLOCKING reason for {disk 1 offset 0xafbe76000}: CanBeSystemVolume] La partici�n seleccionada contiene un sistema de archivos desconocido.

2017-11-24 22:18:35, Info IBSLIB LogReasons: [BLOCKING reason for {disk 1 offset 0xafbe76000}: CanBeSystemVolume] No se reconoce el tipo de la partici�n.

2017-11-24 22:18:35, Info IBSLIB LogReasons: [BLOCKING reason for {disk 1 offset 0xafbe76000}: CanBeSystemVolume] El espacio en disco seleccionado no es del tipo ESP.



2017-11-24 22:18:35, Info IBSLIB CanBeSystemVolume: Volume at disk [1] offset [0xb03f00000] doesn't meet criteria for system volumes...

2017-11-24 22:18:35, Info IBSLIB DiskRegionSupportsCapability:Region on disk [1] (offset = [0xb03f00000]) is BLOCKED against capability [CanBeSystemVolume] for the following reasons...

2017-11-24 22:18:35, Info IBSLIB LogReasons: [BLOCKING reason for {disk 1 offset 0xb03f00000}: CanBeSystemVolume] El espacio en disco seleccionado no es del tipo ESP.



2017-11-24 22:18:35, Info IBSLIB Remedy was applied for said disk rule

2017-11-24 22:18:35, Error [0x06423e] IBSLIB Failed to apply remedy for said disk rule, hr = 0x80004005[gle=0x00000002]

2017-11-24 22:18:35, Info IBS GetMachineInfo found boot disk/partition information on black board. Boot disk number [0] parition offset = [0x1d19a52d000]

2017-11-24 22:18:35, Error [0x0604c9] IBS PrepareSystemVolume:Failed to prepare boot disk and system volume[gle=0x00004005]

2017-11-24 22:18:35, Error [0x060221] IBS Callback_PrepareSystemVolume: Unable to prepare and resolve system volume[gle=0x00004005]

2017-11-24 22:18:35, Error [0x060224] IBS Callback_PrepareSystemVolume:Boot preparation for next phase failed; GLE = 0x4005.[gle=0x00004005]

2017-11-24 22:18:35, Info [0x0640ae] IBSLIB PublishMessage: Publishing message [Windows no puede preparar el equipo para arrancar la siguiente fase de instalaci�n. Para instalar Windows, reinicie la instalaci�n.]

2017-11-24 22:18:35, Info [0x0a013d] UI Accepting Cancel. Exiting Page Progreso.

2017-11-24 22:18:35, Info UI Entering Page Cancelar.

2017-11-24 22:18:35, Info [0x0a0035] UI Allowing Page 'Selecci�n de unidad' to be shown

2017-11-24 22:18:35, Info [0x0a0035] UI Allowing Page 'Selecci�n de unidad' to be shown

2017-11-24 22:18:35, Info [0x0a011c] UI WizardDialogPost::SetActive



And after the error that says to install windows again, going to disk1 partition 4 and clicking on 'next' and the yellow warning error appearing


2017-11-24 22:27:52, Info IBS InstallWindows:Successfully loaded resource language [es-es]

2017-11-24 22:27:52, Info [0x0601c1] IBS InstallWindows:Install Path = X:\Sources

2017-11-24 22:27:52, Info [0x0601c2] IBS InstallWindows:Setup Phase = 2

2017-11-24 22:27:52, Info [0x0606cc] IBS LogBootDeviceInfo:The firmware boot device ARC path is [multi(0)disk(0)rdisk(3)partition(1)] and NT path is [\Device\Harddisk2\Partition1].

2017-11-24 22:27:52, Info [0x0606cc] IBS LogBootDeviceInfo:The system boot device ARC path is [ramdisk(0)] and NT path is [\Device\Ramdisk{d9b257fc-684e-4dcb-ab79-03cfa2f6b750}].

2017-11-24 22:27:52, Info [0x0601e9] IBS CheckWinPEVersion:Compatible WinPE Version 10.0.16299 sp 0.0

2017-11-24 22:27:52, Info [0x0601c9] IBS InstallWindows:Starting a new install from WinPE

2017-11-24 22:27:52, Info IBS InstallWindows: Setup working directory = X:\windows\panther

2017-11-24 22:27:52, Info [0x0601ce] IBS Setup has started phase 2 at 2017-11-24 22:27:52

2017-11-24 22:27:52, Info [0x0601cf] IBS Install source is X:\Sources

2017-11-24 22:27:52, Info [0x0601d0] IBS Build version is 10.0.16299.15 (WinBuild.160101.0800)

2017-11-24 22:27:52, Info [0x06403f] IBSLIB CreateSetupBlackboard:Creating a new persistent blackboard. Path is [X:\windows\panther\SetupInfo] Setup phase is [2]

2017-11-24 22:27:52, Info [0x090008] PANTHR CBlackboard::Open: X:\windows\panther\SetupInfo succeeded.

2017-11-24 22:27:52, Info [0x064043] IBSLIB CreateSetupBlackboard:Successfully created/opened Setup black board path is [X:\windows\panther\SetupInfo]

2017-11-24 22:27:52, Info IBS InstallWindows:No UI language from a previous boot was found on the blackboard. Using selected language [es-es].

2017-11-24 22:27:52, Info IBS InstallWindows:Setup architecture is [x64]

2017-11-24 22:27:52, Info [0x0601d5] IBS InstallWindows:Starting with Empty Queue. Setup Phase = 2

2017-11-24 22:27:52, Info PANTHR InitializedCriticalSection for pExecQueue->csLock;

2017-11-24 22:27:52, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:27:52, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:27:52, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module ScenarioDetect in winsetup.dll

2017-11-24 22:27:52, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:27:52, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module Engine in winsetup.dll

2017-11-24 22:27:52, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:27:52, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module Internal in winsetup.dll

2017-11-24 22:27:52, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:27:52, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module ErrorHandler in winsetup.dll

2017-11-24 22:27:52, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:27:52, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module Diagnostic in diagnostic.dll

2017-11-24 22:27:52, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:27:52, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module Unattend in winsetup.dll

2017-11-24 22:27:52, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:27:52, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module ParseCommandLine in winsetup.dll

2017-11-24 22:27:52, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:27:52, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module Ems in winsetup.dll

2017-11-24 22:27:52, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:27:52, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module PrepareInstallDrive in winsetup.dll

2017-11-24 22:27:52, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:27:52, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module TempDrive in winsetup.dll

2017-11-24 22:27:52, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:27:52, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module CopySetupFiles in winsetup.dll

2017-11-24 22:27:52, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:27:52, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module BootPrep in winsetup.dll

2017-11-24 22:27:52, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:27:52, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module BootEntries in winsetup.dll

2017-11-24 22:27:52, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:27:52, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module CopyPrivates in winsetup.dll

2017-11-24 22:27:52, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:27:52, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module ProductKey in winsetup.dll

2017-11-24 22:27:52, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:27:52, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module ComputerName in winsetup.dll

2017-11-24 22:27:52, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:27:52, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module License in winsetup.dll

2017-11-24 22:27:52, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:27:52, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module DiskInformation in winsetup.dll

2017-11-24 22:27:52, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:27:52, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module FixBBPaths in winsetup.dll

2017-11-24 22:27:52, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:27:52, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module DiskConfig in winsetup.dll

2017-11-24 22:27:52, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:27:52, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module CreatePageFile in winsetup.dll

2017-11-24 22:27:52, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:27:52, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module Imaging in winsetup.dll

2017-11-24 22:27:52, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:27:52, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module CopyImages in winsetup.dll

2017-11-24 22:27:52, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:27:52, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module DeployImages in winsetup.dll

2017-11-24 22:27:52, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:27:52, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module DiskSpace in winsetup.dll

2017-11-24 22:27:52, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:27:52, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module Completion in winsetup.dll

2017-11-24 22:27:52, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:27:52, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module MountDev in winsetup.dll

2017-11-24 22:27:52, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:27:52, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module Cmi in cmisetup.dll

2017-11-24 22:27:52, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:27:52, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module SystemRestore in winsetup.dll

2017-11-24 22:27:52, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:27:52, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module FirstBootCleanup in winsetup.dll

2017-11-24 22:27:52, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:27:52, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module RestartModule in winsetup.dll

2017-11-24 22:27:52, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:27:52, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module ExternalDrivers in winsetup.dll

2017-11-24 22:27:52, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:27:52, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module CBS in winsetup.dll

2017-11-24 22:27:52, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:27:52, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module SkuAssembly in cmisetup.dll

2017-11-24 22:27:52, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:27:52, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module LanguagePack in winsetup.dll

2017-11-24 22:27:52, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:27:52, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module ConfigSet in winsetup.dll

2017-11-24 22:27:52, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:27:52, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module UnattendImgInstall in winsetup.dll

2017-11-24 22:27:52, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:27:52, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module CFGOfflineImage in winsetup.dll

2017-11-24 22:27:52, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:27:52, Info PnPIBS: Initializing the PnP IBS Module ...



2017-11-24 22:27:52, Info PnPIBS: Successfully initialized the PnP IBS Module.



2017-11-24 22:27:52, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module PnP IBS module in pnpibs.dll

2017-11-24 22:27:52, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:27:52, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module Compliance in winsetup.dll

2017-11-24 22:27:52, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:27:52, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module Rollback in winsetup.dll

2017-11-24 22:27:52, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:27:52, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module Locale in winsetup.dll

2017-11-24 22:27:52, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:27:52, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module Source media module in winsetup.dll

2017-11-24 22:27:52, Info [0x060359] IBS Callback_ScenarioDetect:Setup is starting from [2] phase

2017-11-24 22:27:52, Info IBS Callback_BootEnvironmentDetect:FirmwareType 2.

2017-11-24 22:27:52, Info IBS Callback_BootEnvironmentDetect: Detected boot environment: EFI

2017-11-24 22:27:52, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:27:52, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module WinPEUI in win32ui.dll

2017-11-24 22:27:52, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:27:52, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module WinPEProgress in spprgrss.dll

2017-11-24 22:27:52, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:27:52, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module WinPEUpgLoader in upgloader.dll

2017-11-24 22:27:52, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:27:52, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module WdsClient in wdsclient.dll

2017-11-24 22:27:52, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:27:52, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module WpeUntndBtstrp in winsetup.dll

2017-11-24 22:27:52, Info PANTHR InitializeModule: Initializing ExecQueue->csLock;

2017-11-24 22:27:52, Info [0x0601a4] IBS LoadWorkerModules:Successfully added worker module Cryptography in cryptosetup.dll

2017-11-24 22:27:52, Info [0x060004] IBS Callback_UpdateDrivePathsOnBB:No need to update the blackboard paths.

2017-11-24 22:27:52, Info IBS Callback_Engine_StartupScenarioIsWinPE:Setup is running from RAM drive. Path is [X:\Sources]

2017-11-24 22:27:52, Info IBS LoadHWCompatData:Successfully opened HW compat file [X:\Sources\hwcompat.txt]

2017-11-24 22:27:53, Info IBS LoadHWCompatData:Successfully opened HW compat file [X:\Sources\hwexclude.txt]

2017-11-24 22:27:53, Info IBS Callback_Compliance_LoadDeviceCompatDB:Count of Device IDs is [28387], count of exclusions is [1]

2017-11-24 22:27:53, Info IBS EnumOnlineDriverStoreForInjectedDriverPackages:Enumerating online driver store for injected driver packages.

2017-11-24 22:27:53, Info IBS EnumOnlineDriverStoreCallback:Found non inbox driver package [X:\windows\System32\DriverStore\FileRepository\applessd.inf_amd64_6dbad8971c60 4bbc\applessd.inf]

2017-11-24 22:27:53, Info IBS GatherDeviceIDsInDriverPackage:Driver package path is [X:\windows\System32\DriverStore\FileRepository\applessd.inf_amd64_6dbad8971c60 4bbc\applessd.inf]

2017-11-24 22:27:53, Info GetModelSectionNameEx:Using section name [APPLE.NTamd64]

2017-11-24 22:27:53, Info IBS AddDeviceIDsToInjectedDriverNodeHelper:Model section name is [APPLE.NTamd64]

2017-11-24 22:27:53, Info IBS GatherDeviceIDsInDriverPackage:Successfully gathered device ID's from [X:\windows\System32\DriverStore\FileRepository\applessd.inf_amd64_6dbad8971c60 4bbc\applessd.inf]

2017-11-24 22:27:53, Info IBS EnumOnlineDriverStoreCallback:Found non inbox driver package [X:\windows\System32\DriverStore\FileRepository\ialpss_gpio.inf_amd64_5aad20843 07b6333\ialpss_gpio.inf]

2017-11-24 22:27:53, Info IBS GatherDeviceIDsInDriverPackage:Driver package path is [X:\windows\System32\DriverStore\FileRepository\ialpss_gpio.inf_amd64_5aad20843 07b6333\ialpss_gpio.inf]

2017-11-24 22:27:53, Info GetModelSectionNameEx:Using section name [Intel.NTamd64.6.2]

2017-11-24 22:27:53, Info IBS AddDeviceIDsToInjectedDriverNodeHelper:Model section name is [Intel.NTamd64.6.2]

2017-11-24 22:27:53, Info IBS GatherDeviceIDsInDriverPackage:Successfully gathered device ID's from [X:\windows\System32\DriverStore\FileRepository\ialpss_gpio.inf_amd64_5aad20843 07b6333\ialpss_gpio.inf]

2017-11-24 22:27:53, Info IBS EnumOnlineDriverStoreCallback:Found non inbox driver package [X:\windows\System32\DriverStore\FileRepository\ialpss_i2c.inf_amd64_05ca3460e7 354a7b\ialpss_i2c.inf]

2017-11-24 22:27:53, Info IBS GatherDeviceIDsInDriverPackage:Driver package path is [X:\windows\System32\DriverStore\FileRepository\ialpss_i2c.inf_amd64_05ca3460e7 354a7b\ialpss_i2c.inf]

2017-11-24 22:27:53, Info GetModelSectionNameEx:Using section name [Intel.NTamd64.6.2]

2017-11-24 22:27:53, Info IBS AddDeviceIDsToInjectedDriverNodeHelper:Model section name is [Intel.NTamd64.6.2]

2017-11-24 22:27:53, Info IBS GatherDeviceIDsInDriverPackage:Successfully gathered device ID's from [X:\windows\System32\DriverStore\FileRepository\ialpss_i2c.inf_amd64_05ca3460e7 354a7b\ialpss_i2c.inf]

2017-11-24 22:27:53, Info IBS EnumOnlineDriverStoreCallback:Found non inbox driver package [X:\windows\System32\DriverStore\FileRepository\ialpss_spi.inf_amd64_6720b1ea22 3dac31\ialpss_spi.inf]

2017-11-24 22:27:53, Info IBS GatherDeviceIDsInDriverPackage:Driver package path is [X:\windows\System32\DriverStore\FileRepository\ialpss_spi.inf_amd64_6720b1ea22 3dac31\ialpss_spi.inf]

2017-11-24 22:27:53, Info GetModelSectionNameEx:Using section name [Intel.NTamd64.6.2]

2017-11-24 22:27:53, Info IBS AddDeviceIDsToInjectedDriverNodeHelper:Model section name is [Intel.NTamd64.6.2]

2017-11-24 22:27:53, Info IBS GatherDeviceIDsInDriverPackage:Successfully gathered device ID's from [X:\windows\System32\DriverStore\FileRepository\ialpss_spi.inf_amd64_6720b1ea22 3dac31\ialpss_spi.inf]

2017-11-24 22:27:53, Info IBS EnumOnlineDriverStoreCallback:Found non inbox driver package [X:\windows\System32\DriverStore\FileRepository\ialpss_uart.inf_amd64_5b644d104 9b0b025\ialpss_uart.inf]

2017-11-24 22:27:53, Info IBS GatherDeviceIDsInDriverPackage:Driver package path is [X:\windows\System32\DriverStore\FileRepository\ialpss_uart.inf_amd64_5b644d104 9b0b025\ialpss_uart.inf]

2017-11-24 22:27:53, Info GetModelSectionNameEx:Using section name [Intel.NTamd64.6.2]

2017-11-24 22:27:53, Info IBS AddDeviceIDsToInjectedDriverNodeHelper:Model section name is [Intel.NTamd64.6.2]

2017-11-24 22:27:53, Info IBS GatherDeviceIDsInDriverPackage:Successfully gathered device ID's from [X:\windows\System32\DriverStore\FileRepository\ialpss_uart.inf_amd64_5b644d104 9b0b025\ialpss_uart.inf]

2017-11-24 22:27:53, Info IBS EnumOnlineDriverStoreForInjectedDriverPackages:Enumerated online driver store. Return code is [0x0]

2017-11-24 22:27:53, Info [0x070035] DIAG CallBack_DiagnosticDataGeneration: Called with notification for Initialization

2017-11-24 22:27:53, Info [0x07003b] DIAG CallBack_DiagnosticDataGeneration: Starting Timer as we are starting new phase

2017-11-24 22:27:53, Info [0x06019f] IBS CallBack_ParseCommandLine:Publishing command line option [/HideWelcome]

2017-11-24 22:27:53, Info [0x06019f] IBS CallBack_ParseCommandLine:Publishing command line option [/uilanguage:es-es]

2017-11-24 22:27:53, Info [0x060550] IBS CallBack_LangugePack_ProcessCmdLine:Setup UI language provided is [es-es]

2017-11-24 22:27:53, Info [0x06019f] IBS CallBack_ParseCommandLine:Publishing command line option [/targetlanguage:es-es]

2017-11-24 22:27:53, Info [0x06054f] IBS CallBack_LangugePack_ProcessCmdLine:Target language provided is [es-es]

2017-11-24 22:27:53, Info [0x06019f] IBS CallBack_ParseCommandLine:Publishing command line option [/Targetinputlocale:0c0a:0000040a]

2017-11-24 22:27:53, Info [0x06056c] IBS Callback_Locale_ProcessCmdLine:Successfully saved the command line option [Targetinputlocale] value [0c0a:0000040a]

2017-11-24 22:27:53, Info [0x06019f] IBS CallBack_ParseCommandLine:Publishing command line option [/Targetuserlocale:es-ES]

2017-11-24 22:27:53, Info [0x06056b] IBS Callback_Locale_ProcessCmdLine:Successfully saved the command line option [Targetuserlocale] value [es-ES]

2017-11-24 22:27:53, Info [0x06019f] IBS CallBack_ParseCommandLine:Publishing command line option [/HideOOBELangPage:TRUE]

2017-11-24 22:27:53, Info IBS Callback_Engine_ValidateSystemRequirements:Current OS version [10.0.16299] Service pack version [0.0]

2017-11-24 22:27:53, Info IBS Callback_Engine_ValidateSystemRequirements:System has enough memory: [8092 MB] >= [376 MB]

2017-11-24 22:27:53, Info IBS Callback_Engine_ValidateProcessorRequirements: Processor met minimum system requirements.

2017-11-24 22:27:53, Info Callback_GatherDiskInfo: Entry: flags = [0x0]; major = [Initialization] / minor = [0x30005]

2017-11-24 22:27:53, Info RefreshDiskInfo: Using VDS

2017-11-24 22:27:53, Info [0x0606cc] IBS InitVDSService:Creating VDS loader...

2017-11-24 22:27:53, Info [0x0606cc] IBS InitVDSService:Loading VDS service...

2017-11-24 22:27:53, Info [0x0606cc] IBS InitVDSService:Successfully launched service.

2017-11-24 22:27:53, Info [0x0606cc] IBS GatherDiskInfo_ThreadFunc:Querying disk information...

2017-11-24 22:27:53, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:27:53, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:27:53, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:27:53, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:27:53, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 0 offset 0xc805000>; GLE = 0x3ED.

2017-11-24 22:27:53, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:27:53, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:27:53, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 0 offset 0x1d173949000>; GLE = 0x3ED.

2017-11-24 22:27:53, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:27:53, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:27:53, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:27:53, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:27:53, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:27:53, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:27:53, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:27:53, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:27:53, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 1 offset 0xc805000>; GLE = 0x3ED.

2017-11-24 22:27:53, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:27:53, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:27:53, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 1 offset 0xafbe76000>; GLE = 0x3ED.

2017-11-24 22:27:53, Info [0x0606cc] IBS GatherVolumeDriveLetters: Querying drive letters...

2017-11-24 22:27:53, Info [0x0606cc] IBS GatherVolumeDriveLetters: Done querying drive letters.

2017-11-24 22:27:53, Info [0x0606cc] IBS GatherDiskInfo_ThreadFunc:Finished gathering disk information.

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo:===== Disk number [0] =====

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Friendly name: [APPLE HDD ST2000DM001]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Arc path: [multi(0)disk(0)rdisk(0)]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Disk ID guid [{6FDEF36F-62AB-40B2-ACF1-B7EF6B3BD85B}]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Size (bytes) [2000398934016 / 0x1d1c1116000]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Sector size (bytes) [512]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Disk bus type: [Serial ATA]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: SMART health status = OK

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Partition style: GPT

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: 9 region(s), 5 partition(s), 5 toplevel partition(s)

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [0 / 0x0]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Size (bytes) [17408 / 0x4400]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [17408 / 0x4400]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Size (bytes) [3072 / 0xc00]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [1] -------

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [20480 / 0x5000]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Size (bytes) [209715200 / 0xc800000]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Simple index: [1]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{C12A7328-F81F-11D2-BA4B-00A0C93EC93B}] (recognized)

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: EFI system partition

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume1]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: File system type: [FAT32]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Volume label: [EFI]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [206454784]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [2] -------

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [209735680 / 0xc805000]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Size (bytes) [1998889172992 / 0x1d167144000]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Simple index: [2]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{53746F72-6167-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume2]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [3] -------

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [1999098908672 / 0x1d173949000]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Size (bytes) [650002432 / 0x26be4000]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Simple index: [3]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{426F6F74-0000-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume3]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [1999748911104 / 0x1d19a52d000]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Size (bytes) [864256 / 0xd3000]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [4] -------

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [1999749775360 / 0x1d19a600000]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Size (bytes) [523239424 / 0x1f300000]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Simple index: [4]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{DE94BBA4-06D1-4D40-A16A-BFD50179D6AC}] (recognized)

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Recovery partition

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: DOS drive letter [E:]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume9]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: File system type: [NTFS]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: File system version: [3:1]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Volume label: [Recuperaci�n]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [506277888]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [5] -------

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [2000273014784 / 0x1d1b9900000]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Size (bytes) [104857600 / 0x6400000]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Simple index: [5]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{C12A7328-F81F-11D2-BA4B-00A0C93EC93B}] (recognized)

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: EFI system partition

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: DOS drive letter [F:]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume10]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: File system type: [FAT32]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [100662272]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [2000377872384 / 0x1d1bfd00000]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Size (bytes) [21044736 / 0x1411e00]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo:===== Disk number [1] =====

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Friendly name: [APPLE SSD SM0128G]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Arc path: [multi(0)disk(0)rdisk(1)]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Disk ID guid [{E0855D6F-7020-44C0-83C2-21F1CDFE154A}]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Size (bytes) [121332826112 / 0x1c40000000]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Sector size (bytes) [512]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Disk bus type: [Serial ATA]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: SMART health status = OK

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Partition style: GPT

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: 8 region(s), 4 partition(s), 4 toplevel partition(s)

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [0 / 0x0]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Size (bytes) [17408 / 0x4400]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [17408 / 0x4400]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Size (bytes) [3072 / 0xc00]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [1] -------

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [20480 / 0x5000]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Size (bytes) [209715200 / 0xc800000]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Simple index: [1]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{C12A7328-F81F-11D2-BA4B-00A0C93EC93B}] (recognized)

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: EFI system partition

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume4]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: File system type: [FAT32]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Volume label: [EFI]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [190739968]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [2] -------

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [209735680 / 0xc805000]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Size (bytes) [46966181888 / 0xaef671000]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Simple index: [2]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{53746F72-6167-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume5]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [3] -------

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [47175917568 / 0xafbe76000]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Size (bytes) [134217728 / 0x8000000]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Simple index: [3]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{426F6F74-0000-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume6]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [47310135296 / 0xb03e76000]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Size (bytes) [565248 / 0x8a000]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [4] -------

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [47310700544 / 0xb03f00000]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Size (bytes) [74021076992 / 0x113c000000]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Simple index: [4]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{EBD0A0A2-B9E5-4433-87C0-68B6B72699C7}] (recognized)

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: DOS drive letter [C:]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume7]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: File system type: [NTFS]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: File system version: [3:1]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Volume flags = [0x98460]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [73915228160]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [121331777536 / 0x1c3ff00000]

2017-11-24 22:27:53, Info [0x0606cc] IBS DiskInfo: Size (bytes) [1031680 / 0xfbe00]

2017-11-24 22:27:53, Info PublishDiskInfoOnBlackboard: Serializing disk info...

2017-11-24 22:27:53, Info GatherCapabilityParams: Can't tell if user is attempting cross-architecture install (image selection may not be done)

2017-11-24 22:27:53, Info [0x0606cc] IBS GetSystemDiskNTPath: Unable to get required buffer size for system disk from BCD APIs; status = 0xc0000451

2017-11-24 22:27:53, Info IBS IsDiskSupported:Checking if disk [0] has the necessary driver support.

2017-11-24 22:27:53, Info IBS IsDeviceSupported:Device description is [Unidad de disco]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE____HDD_ST2000DM001AQ03]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE____HDD_ST2000DM001]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE___]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: H/w ID [SCSI\APPLE____HDD_ST2000DM001A]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: H/w ID [APPLE____HDD_ST2000DM001A]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: H/w ID [GenDisk]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: Compat ID [SCSI\Disk]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: Compat ID [SCSI\RAW]

2017-11-24 22:27:53, Info IBS IsDeviceIDPresent:Found device ID [GenDisk] in hwcompat list

2017-11-24 22:27:53, Info IBS IsDeviceSupported:Device [Unidad de disco] is supported

2017-11-24 22:27:53, Info IBS IsDeviceSupported:Device description is [Controladora SATA AHCI est�ndar]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&SUBSYS_72708086&REV_31]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&SUBSYS_72708086]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&CC_010601]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&CC_0106]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A102&REV_31]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A102]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_010601]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_0106]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_010601]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0106]

2017-11-24 22:27:53, Info IBS IsDeviceIDPresent:Found device ID [PCI\CC_010601] in hwcompat list

2017-11-24 22:27:53, Info IBS IsDeviceSupported:Device [Controladora SATA AHCI est�ndar] is supported

2017-11-24 22:27:53, Info IBS IsDeviceSupported:Device description is [Complejo ra�z PCI Express]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: H/w ID [ACPI\VEN_PNP&DEV_0A08]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: H/w ID [ACPI\PNP0A08]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: H/w ID [*PNP0A08]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: Compat ID [*PNP0A03]

2017-11-24 22:27:53, Info IBS IsDeviceIDPresent:Found device ID [*PNP0A08] in hwcompat list

2017-11-24 22:27:53, Info IBS IsDeviceSupported:Device [Complejo ra�z PCI Express] is supported

2017-11-24 22:27:53, Info IBS IsDeviceSupported:Device description is [Sistema Microsoft compatible con ACPI]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: H/w ID [ACPI_HAL\PNP0C08]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: H/w ID [*PNP0C08]

2017-11-24 22:27:53, Info IBS IsDeviceIDPresent:Found device ID [*PNP0C08] in hwcompat list

2017-11-24 22:27:53, Info IBS IsDeviceSupported:Device [Sistema Microsoft compatible con ACPI] is supported

2017-11-24 22:27:53, Info IBS IsDeviceSupported:Device description is [Equipo basado en x64 ACPI]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: H/w ID [acpiapic]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: Compat ID [DETECTEDInternal\ACPI_HAL]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: Compat ID [DETECTED\ACPI_HAL]

2017-11-24 22:27:53, Info IBS IsDeviceIDPresent:Found device ID [acpiapic] in hwcompat list

2017-11-24 22:27:53, Info IBS IsDeviceSupported:Device [Equipo basado en x64 ACPI] is supported

2017-11-24 22:27:53, Info IBS DetermineDeviceSupport:Disk 0 has the necessary driver support

2017-11-24 22:27:53, Info IBS IsDiskSupported:Checking if disk [1] has the necessary driver support.

2017-11-24 22:27:53, Info IBS IsDeviceSupported:Device description is [Unidad de disco]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE________SSD_SM0128GBXW5]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE________SSD_SM0128G]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE___]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: H/w ID [SCSI\APPLE________SSD_SM0128GB]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: H/w ID [APPLE________SSD_SM0128GB]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: H/w ID [GenDisk]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: Compat ID [SCSI\Disk]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: Compat ID [SCSI\RAW]

2017-11-24 22:27:53, Info IBS IsDeviceIDPresent:Found device ID [GenDisk] in hwcompat list

2017-11-24 22:27:53, Info IBS IsDeviceSupported:Device [Unidad de disco] is supported

2017-11-24 22:27:53, Info IBS IsDeviceSupported:Device description is [Controladora SATA AHCI est�ndar]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&SUBSYS_A801144D&REV_01]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&SUBSYS_A801144D]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&CC_010601]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&CC_0106]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&DEV_A801&REV_01]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&DEV_A801]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&CC_010601]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&CC_0106]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_010601&DT_0]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_010601]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0106&DT_0]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0106]

2017-11-24 22:27:53, Info IBS IsDeviceIDPresent:Found device ID [PCI\CC_010601] in hwcompat list

2017-11-24 22:27:53, Info IBS IsDeviceSupported:Device [Controladora SATA AHCI est�ndar] is supported

2017-11-24 22:27:53, Info IBS IsDeviceSupported:Device description is [Puerto ra�z PCI Express]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&SUBSYS_72708086&REV_F1]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&SUBSYS_72708086]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&CC_060400]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&CC_0604]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A167&REV_F1]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A167]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_060400]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_0604]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_060400&DT_4]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_060400]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0604&DT_4]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0604]

2017-11-24 22:27:53, Info IBS IsDeviceIDPresent:Found device ID [PCI\CC_0604&DT_4] in hwcompat list

2017-11-24 22:27:53, Info IBS IsDeviceSupported:Device [Puerto ra�z PCI Express] is supported

2017-11-24 22:27:53, Info IBS IsDeviceSupported:Device description is [Complejo ra�z PCI Express]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: H/w ID [ACPI\VEN_PNP&DEV_0A08]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: H/w ID [ACPI\PNP0A08]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: H/w ID [*PNP0A08]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: Compat ID [*PNP0A03]

2017-11-24 22:27:53, Info IBS IsDeviceIDPresent:Found device ID [*PNP0A08] in hwcompat list

2017-11-24 22:27:53, Info IBS IsDeviceSupported:Device [Complejo ra�z PCI Express] is supported

2017-11-24 22:27:53, Info IBS IsDeviceSupported:Device description is [Sistema Microsoft compatible con ACPI]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: H/w ID [ACPI_HAL\PNP0C08]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: H/w ID [*PNP0C08]

2017-11-24 22:27:53, Info IBS IsDeviceIDPresent:Found device ID [*PNP0C08] in hwcompat list

2017-11-24 22:27:53, Info IBS IsDeviceSupported:Device [Sistema Microsoft compatible con ACPI] is supported

2017-11-24 22:27:53, Info IBS IsDeviceSupported:Device description is [Equipo basado en x64 ACPI]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: H/w ID [acpiapic]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: Compat ID [DETECTEDInternal\ACPI_HAL]

2017-11-24 22:27:53, Info IBS DumpDeviceIDs: Compat ID [DETECTED\ACPI_HAL]

2017-11-24 22:27:53, Info IBS IsDeviceIDPresent:Found device ID [acpiapic] in hwcompat list

2017-11-24 22:27:53, Info IBS IsDeviceSupported:Device [Equipo basado en x64 ACPI] is supported

2017-11-24 22:27:53, Info IBS DetermineDeviceSupport:Disk 1 has the necessary driver support

2017-11-24 22:27:54, Info PublishDiskInfoOnBlackboard: Successfully serialized disk info.

2017-11-24 22:27:54, Info Callback_GatherDiskInfo: Exit

2017-11-24 22:27:54, Info [0x070035] DIAG CallBack_DiagnosticDataGeneration: Called with notification for Initialization

2017-11-24 22:27:54, Info [0x07003a] DIAG CallBack_DiagnosticDataGeneration: Obtaining Install information

2017-11-24 22:27:54, Info [0x070030] DIAG Install Data logging to BB

2017-11-24 22:27:54, Info [0x07003f] DIAG CallBack_DiagnosticDataGeneration: Obtaining New OS information

2017-11-24 22:27:54, Info [0x07005f] DIAG Failed to get the EditionId from the blackboard.[gle=0x00000490]

2017-11-24 22:27:54, Info [0x070066] DIAG Failed to get the target language from the blackboard.[gle=0x00000490]

2017-11-24 22:27:54, Info [0x07002e] DIAG Logging New OS to BB

2017-11-24 22:27:54, Info IBS Unattend: Setup is running in WinPE; will wait for removable storage devices to initialize before unattend search

2017-11-24 22:27:54, Info IBS Unattend: Removable storage devices initialized; waited 0ms (status 0x00000000)

2017-11-24 22:27:54, Info [setup.exe] UnattendSearchExplicitPath: Found unattend file at [D:\autounattend.xml]; examining for applicability.

2017-11-24 22:27:54, Info [setup.exe] UnattendSearchExplicitPath: [D:\autounattend.xml] does not meet criteria to be used for this unattend pass.

2017-11-24 22:27:54, Info [setup.exe] UnattendSearchExplicitPath: Found unattend file at [D:\autounattend.xml]; examining for applicability.

2017-11-24 22:27:54, Info [setup.exe] UnattendSearchExplicitPath: [D:\autounattend.xml] does not meet criteria to be used for this unattend pass.

2017-11-24 22:27:54, Info IBS Callback_Unattend_InitEngine:Didn't find unattend file for this phase of Setup.

2017-11-24 22:27:54, Info IBS CallBack_LanguagePack_ReadLangIni:About to read languages from lang.ini file.

2017-11-24 22:27:54, Info IBS CallBack_LanguagePack_ReadLangIni:Langpack root directory is [X:\Langpacks].

2017-11-24 22:27:54, Info IBS CallBack_LanguagePack_ReadLangIni:Language [es-es] was determined to be on media number [0].

2017-11-24 22:27:54, Info IBS CallBack_LanguagePack_ReadLangIni:Added language [es-es] to language list.

2017-11-24 22:27:54, Info IBS CallBack_LanguagePack_ReadLangIni:Storing language [es-es] as lang.ini default language.

2017-11-24 22:27:54, Info IBS CallBack_LanguagePack_ReadLangIni:Language [es-es] has already been installed in the image.

2017-11-24 22:27:54, Info IBS CallBack_LanguagePack_ReadLangIni:[es-es] is the only language in the lang.ini. Storing it as the target language.

2017-11-24 22:27:54, Info MIG Callback_CompliancePrerequisites: event MigLoader:0x170006 occured

2017-11-24 22:27:54, Info [0x060538] IBS Callback_License_LoadLicenseText: Could not find edition ID information on blackboard

2017-11-24 22:27:54, Info [0x060537] IBS Callback_License_LoadLicenseText: Could not find channel ID information on blackboard; assuming default channel.

2017-11-24 22:27:54, Info IBS CallBack_LanguagePack_ReadLangIni:Successfully gathered language list from lang.ini.

2017-11-24 22:27:54, Info IBS Callback_SetWinPEAndOSImageInfoOnBB: Cannot set image info as source path is not yet set.

2017-11-24 22:27:54, Info PnPIBS: Entering PnP callback to install drivers on WinPE ...



2017-11-24 22:27:54, Info PnPIBS: Checking for pre-configured driver paths ...



2017-11-24 22:27:54, Info PnPIBS: Checking for pre-configured driver directory C:\$WinPEDriver$.



2017-11-24 22:27:54, Info PnPIBS: Checking for pre-configured driver directory D:\$WinPEDriver$.



2017-11-24 22:27:54, Info PnPIBS: Found pre-configured driver directory D:\$WinPEDriver$.



2017-11-24 22:27:54, Info PnPIBS: Checking for pre-configured driver directory E:\$WinPEDriver$.



2017-11-24 22:27:54, Info PnPIBS: Checking for pre-configured driver directory F:\$WinPEDriver$.



2017-11-24 22:27:54, Info PnPIBS: Checking for pre-configured driver directory X:\$WinPEDriver$.



2017-11-24 22:27:54, Info PnPIBS: Finished checking for pre-configured driver paths.



2017-11-24 22:27:54, Info PnPIBS: Building the list of drivers in the path D:\$WinPEDriver$ ...



2017-11-24 22:27:54, Info PnPIBS: Found the directory AppleBluetoothBroadcom64.



2017-11-24 22:27:54, Info PnPIBS: Building the list of drivers in the path D:\$WinPEDriver$\AppleBluetoothBroadcom64 ...



2017-11-24 22:27:54, Info PnPIBS: Found the file AppleBTBC.cat



2017-11-24 22:27:54, Info PnPIBS: Skipping the file AppleBTBC.cat because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file AppleBTBC.inf



2017-11-24 22:27:54, Info PnPIBS: Added driver D:\$WinPEDriver$\AppleBluetoothBroadcom64\AppleBTBC.inf to the list of drivers.



2017-11-24 22:27:54, Info PnPIBS: Found the file AppleBTBC.sys



2017-11-24 22:27:54, Info PnPIBS: Skipping the file AppleBTBC.sys because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file ArabicLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file ArabicLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file BrazilianPortugueseLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file BrazilianPortugueseLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file CzechLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file CzechLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file DanishLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file DanishLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file DPInst.exe



2017-11-24 22:27:54, Info PnPIBS: Skipping the file DPInst.exe because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file DPInst.xml



2017-11-24 22:27:54, Info PnPIBS: Skipping the file DPInst.xml because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file DutchLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file DutchLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file EnglishLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file EnglishLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file FinnishLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file FinnishLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file FrenchLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file FrenchLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file GermanLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file GermanLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file HungarianLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file HungarianLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file ItalianLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file ItalianLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file JapaneseLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file JapaneseLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file KoreanLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file KoreanLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file NorwegianLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file NorwegianLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file PolishLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file PolishLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file PortugueseLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file PortugueseLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file RussianLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file RussianLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file SimplifiedChineseLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file SimplifiedChineseLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file SpanishLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file SpanishLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file SwedishLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file SwedishLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file TraditionalChineseLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file TraditionalChineseLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file TurkishLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file TurkishLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file WdfCoinstaller01011.dll



2017-11-24 22:27:54, Info PnPIBS: Skipping the file WdfCoinstaller01011.dll because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Finished building list of drivers in the path D:\$WinPEDriver$\AppleBluetoothBroadcom64.



2017-11-24 22:27:54, Info PnPIBS: Found the directory AppleSSD64.



2017-11-24 22:27:54, Info PnPIBS: Building the list of drivers in the path D:\$WinPEDriver$\AppleSSD64 ...



2017-11-24 22:27:54, Info PnPIBS: Found the file AppleSSD.cat



2017-11-24 22:27:54, Info PnPIBS: Skipping the file AppleSSD.cat because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file AppleSSD.inf



2017-11-24 22:27:54, Info PnPIBS: Added driver D:\$WinPEDriver$\AppleSSD64\AppleSSD.inf to the list of drivers.



2017-11-24 22:27:54, Info PnPIBS: Found the file AppleSSD.sys



2017-11-24 22:27:54, Info PnPIBS: Skipping the file AppleSSD.sys because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file ArabicLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file ArabicLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file BrazilianPortugueseLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file BrazilianPortugueseLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file CzechLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file CzechLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file DanishLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file DanishLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file DPInst.exe



2017-11-24 22:27:54, Info PnPIBS: Skipping the file DPInst.exe because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file DPInst.xml



2017-11-24 22:27:54, Info PnPIBS: Skipping the file DPInst.xml because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file DutchLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file DutchLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file EnglishLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file EnglishLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file FinnishLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file FinnishLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file FrenchLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file FrenchLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file GermanLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file GermanLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file HungarianLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file HungarianLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file ItalianLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file ItalianLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file JapaneseLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file JapaneseLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file KoreanLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file KoreanLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file NorwegianLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file NorwegianLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file PolishLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file PolishLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file PortugueseLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file PortugueseLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file RussianLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file RussianLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file SimplifiedChineseLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file SimplifiedChineseLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file SpanishLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file SpanishLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file SwedishLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file SwedishLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file TraditionalChineseLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file TraditionalChineseLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file TurkishLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file TurkishLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Finished building list of drivers in the path D:\$WinPEDriver$\AppleSSD64.



2017-11-24 22:27:54, Info PnPIBS: Found the directory SerialIO.



2017-11-24 22:27:54, Info PnPIBS: Building the list of drivers in the path D:\$WinPEDriver$\SerialIO ...



2017-11-24 22:27:54, Info PnPIBS: Found the directory Win8.



2017-11-24 22:27:54, Info PnPIBS: Building the list of drivers in the path D:\$WinPEDriver$\SerialIO\Win8 ...



2017-11-24 22:27:54, Info PnPIBS: Found the file ArabicLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file ArabicLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file BrazilianPortugueseLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file BrazilianPortugueseLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file CzechLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file CzechLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file DanishLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file DanishLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file DPInst.exe



2017-11-24 22:27:54, Info PnPIBS: Skipping the file DPInst.exe because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file DPInst.xml



2017-11-24 22:27:54, Info PnPIBS: Skipping the file DPInst.xml because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file DutchLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file DutchLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file EnglishLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file EnglishLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file FinnishLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file FinnishLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file FrenchLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file FrenchLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file GermanLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file GermanLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file HungarianLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file HungarianLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file ialpss_gpio.cat



2017-11-24 22:27:54, Info PnPIBS: Skipping the file ialpss_gpio.cat because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file iaLPSS_GPIO.inf



2017-11-24 22:27:54, Info PnPIBS: Added driver D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_GPIO.inf to the list of drivers.



2017-11-24 22:27:54, Info PnPIBS: Found the file iaLPSS_GPIO.sys



2017-11-24 22:27:54, Info PnPIBS: Skipping the file iaLPSS_GPIO.sys because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file ialpss_i2c.cat



2017-11-24 22:27:54, Info PnPIBS: Skipping the file ialpss_i2c.cat because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file iaLPSS_I2C.inf



2017-11-24 22:27:54, Info PnPIBS: Added driver D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_I2C.inf to the list of drivers.



2017-11-24 22:27:54, Info PnPIBS: Found the file iaLPSS_I2C.sys



2017-11-24 22:27:54, Info PnPIBS: Skipping the file iaLPSS_I2C.sys because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file ialpss_spi.cat



2017-11-24 22:27:54, Info PnPIBS: Skipping the file ialpss_spi.cat because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file iaLPSS_SPI.inf



2017-11-24 22:27:54, Info PnPIBS: Added driver D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_SPI.inf to the list of drivers.



2017-11-24 22:27:54, Info PnPIBS: Found the file iaLPSS_SPI.sys



2017-11-24 22:27:54, Info PnPIBS: Skipping the file iaLPSS_SPI.sys because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file ialpss_uart.cat



2017-11-24 22:27:54, Info PnPIBS: Skipping the file ialpss_uart.cat because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file iaLPSS_UART.inf



2017-11-24 22:27:54, Info PnPIBS: Added driver D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_UART.inf to the list of drivers.



2017-11-24 22:27:54, Info PnPIBS: Found the file iaLPSS_UART.sys



2017-11-24 22:27:54, Info PnPIBS: Skipping the file iaLPSS_UART.sys because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file ItalianLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file ItalianLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file JapaneseLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file JapaneseLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file KoreanLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file KoreanLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file NorwegianLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file NorwegianLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file PolishLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file PolishLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file PortugueseLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file PortugueseLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file RussianLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file RussianLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file SimplifiedChineseLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file SimplifiedChineseLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file SpanishLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file SpanishLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file SwedishLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file SwedishLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file TraditionalChineseLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file TraditionalChineseLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file TurkishLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file TurkishLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Finished building list of drivers in the path D:\$WinPEDriver$\SerialIO\Win8.



2017-11-24 22:27:54, Info PnPIBS: Finished building list of drivers in the path D:\$WinPEDriver$\SerialIO.



2017-11-24 22:27:54, Info PnPIBS: Finished building list of drivers in the path D:\$WinPEDriver$.



2017-11-24 22:27:54, Info PnPIBS: The class GUID for INF D:\$WinPEDriver$\AppleBluetoothBroadcom64\AppleBTBC.inf is e0cbf06c-cd8b-4647-bb8a-263b43f0f974



2017-11-24 22:27:54, Info PnPIBS: The class GUID e0cbf06c-cd8b-4647-bb8a-263b43f0f974 is not boot-critical.



2017-11-24 22:27:54, Info PnPIBS: The driver D:\$WinPEDriver$\AppleBluetoothBroadcom64\AppleBTBC.inf is not boot-critical and hence it will not be installed.



2017-11-24 22:27:54, Info PnPIBS: The class GUID for INF D:\$WinPEDriver$\AppleSSD64\AppleSSD.inf is 4d36e97b-e325-11ce-bfc1-08002be10318



2017-11-24 22:27:54, Info PnPIBS: The class GUID 4d36e97b-e325-11ce-bfc1-08002be10318 is boot-critical.



2017-11-24 22:27:54, Info PnPIBS: The driver D:\$WinPEDriver$\AppleSSD64\AppleSSD.inf is boot-critical.



2017-11-24 22:27:54, Info PnPIBS: Importing driver D:\$WinPEDriver$\AppleSSD64\AppleSSD.inf ...



2017-11-24 22:27:54, Info PnPIBS: The class GUID for INF D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_GPIO.inf is 4d36e97d-e325-11ce-bfc1-08002be10318



2017-11-24 22:27:54, Info PnPIBS: The class GUID 4d36e97d-e325-11ce-bfc1-08002be10318 is boot-critical.



2017-11-24 22:27:54, Info PnPIBS: The driver D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_GPIO.inf is boot-critical.



2017-11-24 22:27:54, Info PnPIBS: Importing driver D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_GPIO.inf ...



2017-11-24 22:27:54, Info PnPIBS: The class GUID for INF D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_I2C.inf is 4d36e97d-e325-11ce-bfc1-08002be10318



2017-11-24 22:27:54, Info PnPIBS: The class GUID 4d36e97d-e325-11ce-bfc1-08002be10318 is boot-critical.



2017-11-24 22:27:54, Info PnPIBS: The driver D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_I2C.inf is boot-critical.



2017-11-24 22:27:54, Info PnPIBS: Importing driver D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_I2C.inf ...



2017-11-24 22:27:54, Info PnPIBS: The class GUID for INF D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_SPI.inf is 4d36e97d-e325-11ce-bfc1-08002be10318



2017-11-24 22:27:54, Info PnPIBS: The class GUID 4d36e97d-e325-11ce-bfc1-08002be10318 is boot-critical.



2017-11-24 22:27:54, Info PnPIBS: The driver D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_SPI.inf is boot-critical.



2017-11-24 22:27:54, Info PnPIBS: Importing driver D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_SPI.inf ...



2017-11-24 22:27:54, Info PnPIBS: The class GUID for INF D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_UART.inf is 4d36e97d-e325-11ce-bfc1-08002be10318



2017-11-24 22:27:54, Info PnPIBS: The class GUID 4d36e97d-e325-11ce-bfc1-08002be10318 is boot-critical.



2017-11-24 22:27:54, Info PnPIBS: The driver D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_UART.inf is boot-critical.



2017-11-24 22:27:54, Info PnPIBS: Importing driver D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_UART.inf ...



2017-11-24 22:27:54, Info PnPIBS: Installing driver X:\windows\INF\oem0.inf ...



2017-11-24 22:27:54, Info PnPIBS: Installing driver X:\windows\INF\oem1.inf ...



2017-11-24 22:27:54, Info PnPIBS: Installing driver X:\windows\INF\oem2.inf ...



2017-11-24 22:27:54, Info PnPIBS: Installing driver X:\windows\INF\oem3.inf ...



2017-11-24 22:27:54, Info PnPIBS: Installing driver X:\windows\INF\oem4.inf ...



2017-11-24 22:27:54, Info PnPIBS: Exiting PnP callback to install drivers on WinPE ...



2017-11-24 22:27:54, Info PnPIBS: Entering PnP callback to add drivers to the offline image ...



2017-11-24 22:27:54, Info PnPIBS: Checking for pre-configured driver paths ...



2017-11-24 22:27:54, Info PnPIBS: Checking for pre-configured driver directory C:\$WinPEDriver$.



2017-11-24 22:27:54, Info PnPIBS: Checking for pre-configured driver directory D:\$WinPEDriver$.



2017-11-24 22:27:54, Info PnPIBS: Found pre-configured driver directory D:\$WinPEDriver$.



2017-11-24 22:27:54, Info PnPIBS: Checking for pre-configured driver directory E:\$WinPEDriver$.



2017-11-24 22:27:54, Info PnPIBS: Checking for pre-configured driver directory F:\$WinPEDriver$.



2017-11-24 22:27:54, Info PnPIBS: Checking for pre-configured driver directory X:\$WinPEDriver$.



2017-11-24 22:27:54, Info PnPIBS: Finished checking for pre-configured driver paths.



2017-11-24 22:27:54, Info PnPIBS: Building the list of drivers in the path D:\$WinPEDriver$ ...



2017-11-24 22:27:54, Info PnPIBS: Found the directory AppleBluetoothBroadcom64.



2017-11-24 22:27:54, Info PnPIBS: Building the list of drivers in the path D:\$WinPEDriver$\AppleBluetoothBroadcom64 ...



2017-11-24 22:27:54, Info PnPIBS: Found the file AppleBTBC.cat



2017-11-24 22:27:54, Info PnPIBS: Skipping the file AppleBTBC.cat because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file AppleBTBC.inf



2017-11-24 22:27:54, Info PnPIBS: Added driver D:\$WinPEDriver$\AppleBluetoothBroadcom64\AppleBTBC.inf to the list of drivers.



2017-11-24 22:27:54, Info PnPIBS: Found the file AppleBTBC.sys



2017-11-24 22:27:54, Info PnPIBS: Skipping the file AppleBTBC.sys because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file ArabicLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file ArabicLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file BrazilianPortugueseLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file BrazilianPortugueseLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file CzechLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file CzechLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file DanishLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file DanishLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file DPInst.exe



2017-11-24 22:27:54, Info PnPIBS: Skipping the file DPInst.exe because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file DPInst.xml



2017-11-24 22:27:54, Info PnPIBS: Skipping the file DPInst.xml because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file DutchLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file DutchLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file EnglishLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file EnglishLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file FinnishLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file FinnishLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file FrenchLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file FrenchLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file GermanLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file GermanLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file HungarianLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file HungarianLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file ItalianLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file ItalianLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file JapaneseLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file JapaneseLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file KoreanLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file KoreanLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file NorwegianLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file NorwegianLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file PolishLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file PolishLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file PortugueseLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file PortugueseLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file RussianLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file RussianLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file SimplifiedChineseLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file SimplifiedChineseLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file SpanishLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file SpanishLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file SwedishLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file SwedishLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file TraditionalChineseLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file TraditionalChineseLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file TurkishLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file TurkishLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file WdfCoinstaller01011.dll



2017-11-24 22:27:54, Info PnPIBS: Skipping the file WdfCoinstaller01011.dll because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Finished building list of drivers in the path D:\$WinPEDriver$\AppleBluetoothBroadcom64.



2017-11-24 22:27:54, Info PnPIBS: Found the directory AppleSSD64.



2017-11-24 22:27:54, Info PnPIBS: Building the list of drivers in the path D:\$WinPEDriver$\AppleSSD64 ...



2017-11-24 22:27:54, Info PnPIBS: Found the file AppleSSD.cat



2017-11-24 22:27:54, Info PnPIBS: Skipping the file AppleSSD.cat because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file AppleSSD.inf



2017-11-24 22:27:54, Info PnPIBS: Added driver D:\$WinPEDriver$\AppleSSD64\AppleSSD.inf to the list of drivers.



2017-11-24 22:27:54, Info PnPIBS: Found the file AppleSSD.sys



2017-11-24 22:27:54, Info PnPIBS: Skipping the file AppleSSD.sys because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file ArabicLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file ArabicLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file BrazilianPortugueseLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file BrazilianPortugueseLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file CzechLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file CzechLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file DanishLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file DanishLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file DPInst.exe



2017-11-24 22:27:54, Info PnPIBS: Skipping the file DPInst.exe because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file DPInst.xml



2017-11-24 22:27:54, Info PnPIBS: Skipping the file DPInst.xml because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file DutchLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file DutchLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file EnglishLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file EnglishLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file FinnishLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file FinnishLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file FrenchLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file FrenchLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file GermanLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file GermanLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file HungarianLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file HungarianLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file ItalianLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file ItalianLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file JapaneseLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file JapaneseLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file KoreanLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file KoreanLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file NorwegianLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file NorwegianLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file PolishLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file PolishLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file PortugueseLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file PortugueseLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file RussianLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file RussianLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file SimplifiedChineseLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file SimplifiedChineseLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file SpanishLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file SpanishLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file SwedishLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file SwedishLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file TraditionalChineseLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file TraditionalChineseLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file TurkishLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file TurkishLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Finished building list of drivers in the path D:\$WinPEDriver$\AppleSSD64.



2017-11-24 22:27:54, Info PnPIBS: Found the directory SerialIO.



2017-11-24 22:27:54, Info PnPIBS: Building the list of drivers in the path D:\$WinPEDriver$\SerialIO ...



2017-11-24 22:27:54, Info PnPIBS: Found the directory Win8.



2017-11-24 22:27:54, Info PnPIBS: Building the list of drivers in the path D:\$WinPEDriver$\SerialIO\Win8 ...



2017-11-24 22:27:54, Info PnPIBS: Found the file ArabicLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file ArabicLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file BrazilianPortugueseLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file BrazilianPortugueseLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file CzechLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file CzechLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file DanishLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file DanishLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file DPInst.exe



2017-11-24 22:27:54, Info PnPIBS: Skipping the file DPInst.exe because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file DPInst.xml



2017-11-24 22:27:54, Info PnPIBS: Skipping the file DPInst.xml because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file DutchLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file DutchLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file EnglishLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file EnglishLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file FinnishLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file FinnishLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file FrenchLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file FrenchLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file GermanLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file GermanLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file HungarianLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file HungarianLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file ialpss_gpio.cat



2017-11-24 22:27:54, Info PnPIBS: Skipping the file ialpss_gpio.cat because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file iaLPSS_GPIO.inf



2017-11-24 22:27:54, Info PnPIBS: Added driver D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_GPIO.inf to the list of drivers.



2017-11-24 22:27:54, Info PnPIBS: Found the file iaLPSS_GPIO.sys



2017-11-24 22:27:54, Info PnPIBS: Skipping the file iaLPSS_GPIO.sys because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file ialpss_i2c.cat



2017-11-24 22:27:54, Info PnPIBS: Skipping the file ialpss_i2c.cat because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file iaLPSS_I2C.inf



2017-11-24 22:27:54, Info PnPIBS: Added driver D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_I2C.inf to the list of drivers.



2017-11-24 22:27:54, Info PnPIBS: Found the file iaLPSS_I2C.sys



2017-11-24 22:27:54, Info PnPIBS: Skipping the file iaLPSS_I2C.sys because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file ialpss_spi.cat



2017-11-24 22:27:54, Info PnPIBS: Skipping the file ialpss_spi.cat because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file iaLPSS_SPI.inf



2017-11-24 22:27:54, Info PnPIBS: Added driver D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_SPI.inf to the list of drivers.



2017-11-24 22:27:54, Info PnPIBS: Found the file iaLPSS_SPI.sys



2017-11-24 22:27:54, Info PnPIBS: Skipping the file iaLPSS_SPI.sys because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file ialpss_uart.cat



2017-11-24 22:27:54, Info PnPIBS: Skipping the file ialpss_uart.cat because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file iaLPSS_UART.inf



2017-11-24 22:27:54, Info PnPIBS: Added driver D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_UART.inf to the list of drivers.



2017-11-24 22:27:54, Info PnPIBS: Found the file iaLPSS_UART.sys



2017-11-24 22:27:54, Info PnPIBS: Skipping the file iaLPSS_UART.sys because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file ItalianLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file ItalianLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file JapaneseLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file JapaneseLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file KoreanLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file KoreanLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file NorwegianLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file NorwegianLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file PolishLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file PolishLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file PortugueseLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file PortugueseLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file RussianLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file RussianLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file SimplifiedChineseLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file SimplifiedChineseLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file SpanishLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file SpanishLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file SwedishLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file SwedishLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file TraditionalChineseLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file TraditionalChineseLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Found the file TurkishLicense.txt



2017-11-24 22:27:54, Info PnPIBS: Skipping the file TurkishLicense.txt because it is not an INF file.



2017-11-24 22:27:54, Info PnPIBS: Finished building list of drivers in the path D:\$WinPEDriver$\SerialIO\Win8.



2017-11-24 22:27:54, Info PnPIBS: Finished building list of drivers in the path D:\$WinPEDriver$\SerialIO.



2017-11-24 22:27:54, Info PnPIBS: Finished building list of drivers in the path D:\$WinPEDriver$.



2017-11-24 22:27:54, Info PnPIBS: Driver D:\$WinPEDriver$\AppleBluetoothBroadcom64\AppleBTBC.inf is being queued up for addition to the offline image.



2017-11-24 22:27:54, Info IBS Callback_Compliance_GatherDeviceIDs:Driver package is [D:\$WinPEDriver$\AppleBluetoothBroadcom64\AppleBTBC.inf]

2017-11-24 22:27:54, Info IBS GatherDeviceIDsInDriverPackage:Driver package path is [D:\$WinPEDriver$\AppleBluetoothBroadcom64\AppleBTBC.inf]

2017-11-24 22:27:54, Info GetModelSectionNameEx:Using section name [Apple.NTamd64]

2017-11-24 22:27:54, Info IBS AddDeviceIDsToInjectedDriverNodeHelper:Model section name is [Apple.NTamd64]

2017-11-24 22:27:54, Info IBS GatherDeviceIDsInDriverPackage:Successfully gathered device ID's from [D:\$WinPEDriver$\AppleBluetoothBroadcom64\AppleBTBC.inf]

2017-11-24 22:27:54, Info PnPIBS: Successfully gathered device ID's from [D:\$WinPEDriver$\AppleBluetoothBroadcom64\AppleBTBC.inf]



2017-11-24 22:27:54, Info PnPIBS: Driver D:\$WinPEDriver$\AppleSSD64\AppleSSD.inf is being queued up for addition to the offline image.



2017-11-24 22:27:54, Info IBS Callback_Compliance_GatherDeviceIDs:Driver package is [D:\$WinPEDriver$\AppleSSD64\AppleSSD.inf]

2017-11-24 22:27:54, Info IBS GatherDeviceIDsInDriverPackage:Driver package path is [D:\$WinPEDriver$\AppleSSD64\AppleSSD.inf]

2017-11-24 22:27:54, Info GetModelSectionNameEx:Using section name [APPLE.NTamd64]

2017-11-24 22:27:54, Info IBS AddDeviceIDsToInjectedDriverNodeHelper:Model section name is [APPLE.NTamd64]

2017-11-24 22:27:54, Info IBS GatherDeviceIDsInDriverPackage:Successfully gathered device ID's from [D:\$WinPEDriver$\AppleSSD64\AppleSSD.inf]

2017-11-24 22:27:54, Info PnPIBS: Successfully gathered device ID's from [D:\$WinPEDriver$\AppleSSD64\AppleSSD.inf]



2017-11-24 22:27:54, Info PnPIBS: Driver D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_GPIO.inf is being queued up for addition to the offline image.



2017-11-24 22:27:54, Info IBS Callback_Compliance_GatherDeviceIDs:Driver package is [D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_GPIO.inf]

2017-11-24 22:27:54, Info IBS GatherDeviceIDsInDriverPackage:Driver package path is [D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_GPIO.inf]

2017-11-24 22:27:54, Info GetModelSectionNameEx:Using section name [Intel.NTamd64.6.2]

2017-11-24 22:27:54, Info IBS AddDeviceIDsToInjectedDriverNodeHelper:Model section name is [Intel.NTamd64.6.2]

2017-11-24 22:27:54, Info IBS GatherDeviceIDsInDriverPackage:Successfully gathered device ID's from [D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_GPIO.inf]

2017-11-24 22:27:54, Info PnPIBS: Successfully gathered device ID's from [D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_GPIO.inf]



2017-11-24 22:27:54, Info PnPIBS: Driver D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_I2C.inf is being queued up for addition to the offline image.



2017-11-24 22:27:54, Info IBS Callback_Compliance_GatherDeviceIDs:Driver package is [D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_I2C.inf]

2017-11-24 22:27:54, Info IBS GatherDeviceIDsInDriverPackage:Driver package path is [D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_I2C.inf]

2017-11-24 22:27:54, Info GetModelSectionNameEx:Using section name [Intel.NTamd64.6.2]

2017-11-24 22:27:54, Info IBS AddDeviceIDsToInjectedDriverNodeHelper:Model section name is [Intel.NTamd64.6.2]

2017-11-24 22:27:54, Info IBS GatherDeviceIDsInDriverPackage:Successfully gathered device ID's from [D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_I2C.inf]

2017-11-24 22:27:54, Info PnPIBS: Successfully gathered device ID's from [D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_I2C.inf]



2017-11-24 22:27:54, Info PnPIBS: Driver D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_SPI.inf is being queued up for addition to the offline image.



2017-11-24 22:27:54, Info IBS Callback_Compliance_GatherDeviceIDs:Driver package is [D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_SPI.inf]

2017-11-24 22:27:54, Info IBS GatherDeviceIDsInDriverPackage:Driver package path is [D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_SPI.inf]

2017-11-24 22:27:54, Info GetModelSectionNameEx:Using section name [Intel.NTamd64.6.2]

2017-11-24 22:27:54, Info IBS AddDeviceIDsToInjectedDriverNodeHelper:Model section name is [Intel.NTamd64.6.2]

2017-11-24 22:27:54, Info IBS GatherDeviceIDsInDriverPackage:Successfully gathered device ID's from [D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_SPI.inf]

2017-11-24 22:27:54, Info PnPIBS: Successfully gathered device ID's from [D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_SPI.inf]



2017-11-24 22:27:54, Info PnPIBS: Driver D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_UART.inf is being queued up for addition to the offline image.



2017-11-24 22:27:54, Info IBS Callback_Compliance_GatherDeviceIDs:Driver package is [D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_UART.inf]

2017-11-24 22:27:54, Info IBS GatherDeviceIDsInDriverPackage:Driver package path is [D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_UART.inf]

2017-11-24 22:27:54, Info GetModelSectionNameEx:Using section name [Intel.NTamd64.6.2]

2017-11-24 22:27:54, Info IBS AddDeviceIDsToInjectedDriverNodeHelper:Model section name is [Intel.NTamd64.6.2]

2017-11-24 22:27:54, Info IBS GatherDeviceIDsInDriverPackage:Successfully gathered device ID's from [D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_UART.inf]

2017-11-24 22:27:54, Info PnPIBS: Successfully gathered device ID's from [D:\$WinPEDriver$\SerialIO\Win8\iaLPSS_UART.inf]



2017-11-24 22:27:54, Info Callback_GatherDiskInfo: Entry: flags = [0x1]; major = [DriveInformation] / minor = [0x90001]

2017-11-24 22:27:54, Info RefreshDiskInfo: Using VDS

2017-11-24 22:27:54, Info RefreshDiskInfo: Found flag DISKINFO_REENUMERATE_DISKS

2017-11-24 22:27:54, Info [0x0606cc] IBS GatherDiskInfo_ThreadFunc:Reenumerating disk devices...

2017-11-24 22:27:54, Info [0x0606cc] IBS GatherDiskInfo_ThreadFunc:Successfully reenumerated disks...

2017-11-24 22:27:59, Info [0x0606cc] IBS GatherDiskInfo_ThreadFunc:Successfully waited for pending device installs.

2017-11-24 22:27:59, Info [0x0606cc] IBS GatherDiskInfo_ThreadFunc:Querying disk information...

2017-11-24 22:27:59, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:27:59, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:27:59, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:27:59, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:27:59, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 0 offset 0xc805000>; GLE = 0x3ED.

2017-11-24 22:27:59, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:27:59, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:27:59, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 0 offset 0x1d173949000>; GLE = 0x3ED.

2017-11-24 22:27:59, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:27:59, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:27:59, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:27:59, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:27:59, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:27:59, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:27:59, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:27:59, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:27:59, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 1 offset 0xc805000>; GLE = 0x3ED.

2017-11-24 22:27:59, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:27:59, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:27:59, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 1 offset 0xafbe76000>; GLE = 0x3ED.

2017-11-24 22:27:59, Info [0x0606cc] IBS GatherVolumeDriveLetters: Querying drive letters...

2017-11-24 22:27:59, Info [0x0606cc] IBS GatherVolumeDriveLetters: Done querying drive letters.

2017-11-24 22:27:59, Info [0x0606cc] IBS GatherDiskInfo_ThreadFunc:Finished gathering disk information.

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo:===== Disk number [0] =====

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Friendly name: [APPLE HDD ST2000DM001]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Arc path: [multi(0)disk(0)rdisk(0)]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Disk ID guid [{6FDEF36F-62AB-40B2-ACF1-B7EF6B3BD85B}]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Size (bytes) [2000398934016 / 0x1d1c1116000]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Sector size (bytes) [512]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Disk bus type: [Serial ATA]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: SMART health status = OK

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Partition style: GPT

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: 9 region(s), 5 partition(s), 5 toplevel partition(s)

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [0 / 0x0]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Size (bytes) [17408 / 0x4400]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [17408 / 0x4400]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Size (bytes) [3072 / 0xc00]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [1] -------

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [20480 / 0x5000]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Size (bytes) [209715200 / 0xc800000]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Simple index: [1]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{C12A7328-F81F-11D2-BA4B-00A0C93EC93B}] (recognized)

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: EFI system partition

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume1]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: File system type: [FAT32]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Volume label: [EFI]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [206454784]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [2] -------

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [209735680 / 0xc805000]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Size (bytes) [1998889172992 / 0x1d167144000]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Simple index: [2]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{53746F72-6167-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume2]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [3] -------

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [1999098908672 / 0x1d173949000]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Size (bytes) [650002432 / 0x26be4000]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Simple index: [3]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{426F6F74-0000-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume3]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [1999748911104 / 0x1d19a52d000]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Size (bytes) [864256 / 0xd3000]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [4] -------

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [1999749775360 / 0x1d19a600000]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Size (bytes) [523239424 / 0x1f300000]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Simple index: [4]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{DE94BBA4-06D1-4D40-A16A-BFD50179D6AC}] (recognized)

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Recovery partition

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: DOS drive letter [E:]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume9]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: File system type: [NTFS]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: File system version: [3:1]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Volume label: [Recuperaci�n]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [506277888]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [5] -------

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [2000273014784 / 0x1d1b9900000]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Size (bytes) [104857600 / 0x6400000]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Simple index: [5]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{C12A7328-F81F-11D2-BA4B-00A0C93EC93B}] (recognized)

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: EFI system partition

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: DOS drive letter [F:]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume10]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: File system type: [FAT32]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [100662272]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [2000377872384 / 0x1d1bfd00000]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Size (bytes) [21044736 / 0x1411e00]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo:===== Disk number [1] =====

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Friendly name: [APPLE SSD SM0128G]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Arc path: [multi(0)disk(0)rdisk(1)]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Disk ID guid [{E0855D6F-7020-44C0-83C2-21F1CDFE154A}]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Size (bytes) [121332826112 / 0x1c40000000]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Sector size (bytes) [512]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Disk bus type: [Serial ATA]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: SMART health status = OK

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Partition style: GPT

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: 8 region(s), 4 partition(s), 4 toplevel partition(s)

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [0 / 0x0]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Size (bytes) [17408 / 0x4400]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [17408 / 0x4400]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Size (bytes) [3072 / 0xc00]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [1] -------

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [20480 / 0x5000]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Size (bytes) [209715200 / 0xc800000]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Simple index: [1]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{C12A7328-F81F-11D2-BA4B-00A0C93EC93B}] (recognized)

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: EFI system partition

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume4]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: File system type: [FAT32]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Volume label: [EFI]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [190739968]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [2] -------

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [209735680 / 0xc805000]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Size (bytes) [46966181888 / 0xaef671000]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Simple index: [2]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{53746F72-6167-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume5]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [3] -------

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [47175917568 / 0xafbe76000]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Size (bytes) [134217728 / 0x8000000]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Simple index: [3]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{426F6F74-0000-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume6]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [47310135296 / 0xb03e76000]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Size (bytes) [565248 / 0x8a000]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [4] -------

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [47310700544 / 0xb03f00000]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Size (bytes) [74021076992 / 0x113c000000]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Simple index: [4]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{EBD0A0A2-B9E5-4433-87C0-68B6B72699C7}] (recognized)

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: DOS drive letter [C:]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume7]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: File system type: [NTFS]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: File system version: [3:1]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Volume flags = [0x98460]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [73915228160]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [121331777536 / 0x1c3ff00000]

2017-11-24 22:27:59, Info [0x0606cc] IBS DiskInfo: Size (bytes) [1031680 / 0xfbe00]

2017-11-24 22:27:59, Info PublishDiskInfoOnBlackboard: Serializing disk info...

2017-11-24 22:27:59, Info GatherCapabilityParams: Can't tell if user is attempting cross-architecture install (image selection may not be done)

2017-11-24 22:27:59, Info [0x0606cc] IBS GetSystemDiskNTPath: Unable to get required buffer size for system disk from BCD APIs; status = 0xc0000451

2017-11-24 22:27:59, Info IBS IsDiskSupported:Checking if disk [0] has the necessary driver support.

2017-11-24 22:27:59, Info IBS IsDeviceSupported:Device description is [Unidad de disco]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE____HDD_ST2000DM001AQ03]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE____HDD_ST2000DM001]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE___]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: H/w ID [SCSI\APPLE____HDD_ST2000DM001A]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: H/w ID [APPLE____HDD_ST2000DM001A]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: H/w ID [GenDisk]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: Compat ID [SCSI\Disk]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: Compat ID [SCSI\RAW]

2017-11-24 22:27:59, Info IBS IsDeviceIDPresent:Found device ID [GenDisk] in hwcompat list

2017-11-24 22:27:59, Info IBS IsDeviceSupported:Device [Unidad de disco] is supported

2017-11-24 22:27:59, Info IBS IsDeviceSupported:Device description is [Controladora SATA AHCI est�ndar]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&SUBSYS_72708086&REV_31]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&SUBSYS_72708086]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&CC_010601]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&CC_0106]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A102&REV_31]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A102]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_010601]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_0106]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_010601]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0106]

2017-11-24 22:27:59, Info IBS IsDeviceIDPresent:Found device ID [PCI\CC_010601] in hwcompat list

2017-11-24 22:27:59, Info IBS IsDeviceSupported:Device [Controladora SATA AHCI est�ndar] is supported

2017-11-24 22:27:59, Info IBS IsDeviceSupported:Device description is [Complejo ra�z PCI Express]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: H/w ID [ACPI\VEN_PNP&DEV_0A08]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: H/w ID [ACPI\PNP0A08]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: H/w ID [*PNP0A08]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: Compat ID [*PNP0A03]

2017-11-24 22:27:59, Info IBS IsDeviceIDPresent:Found device ID [*PNP0A08] in hwcompat list

2017-11-24 22:27:59, Info IBS IsDeviceSupported:Device [Complejo ra�z PCI Express] is supported

2017-11-24 22:27:59, Info IBS IsDeviceSupported:Device description is [Sistema Microsoft compatible con ACPI]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: H/w ID [ACPI_HAL\PNP0C08]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: H/w ID [*PNP0C08]

2017-11-24 22:27:59, Info IBS IsDeviceIDPresent:Found device ID [*PNP0C08] in hwcompat list

2017-11-24 22:27:59, Info IBS IsDeviceSupported:Device [Sistema Microsoft compatible con ACPI] is supported

2017-11-24 22:27:59, Info IBS IsDeviceSupported:Device description is [Equipo basado en x64 ACPI]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: H/w ID [acpiapic]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: Compat ID [DETECTEDInternal\ACPI_HAL]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: Compat ID [DETECTED\ACPI_HAL]

2017-11-24 22:27:59, Info IBS IsDeviceIDPresent:Found device ID [acpiapic] in hwcompat list

2017-11-24 22:27:59, Info IBS IsDeviceSupported:Device [Equipo basado en x64 ACPI] is supported

2017-11-24 22:27:59, Info IBS DetermineDeviceSupport:Disk 0 has the necessary driver support

2017-11-24 22:27:59, Info IBS IsDiskSupported:Checking if disk [1] has the necessary driver support.

2017-11-24 22:27:59, Info IBS IsDeviceSupported:Device description is [Unidad de disco]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE________SSD_SM0128GBXW5]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE________SSD_SM0128G]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE___]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: H/w ID [SCSI\APPLE________SSD_SM0128GB]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: H/w ID [APPLE________SSD_SM0128GB]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: H/w ID [GenDisk]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: Compat ID [SCSI\Disk]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: Compat ID [SCSI\RAW]

2017-11-24 22:27:59, Info IBS IsDeviceIDPresent:Found device ID [GenDisk] in hwcompat list

2017-11-24 22:27:59, Info IBS IsDeviceSupported:Device [Unidad de disco] is supported

2017-11-24 22:27:59, Info IBS IsDeviceSupported:Device description is [Controladora SATA AHCI est�ndar]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&SUBSYS_A801144D&REV_01]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&SUBSYS_A801144D]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&CC_010601]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&CC_0106]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&DEV_A801&REV_01]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&DEV_A801]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&CC_010601]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&CC_0106]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_010601&DT_0]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_010601]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0106&DT_0]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0106]

2017-11-24 22:27:59, Info IBS IsDeviceIDPresent:Found device ID [PCI\CC_010601] in hwcompat list

2017-11-24 22:27:59, Info IBS IsDeviceSupported:Device [Controladora SATA AHCI est�ndar] is supported

2017-11-24 22:27:59, Info IBS IsDeviceSupported:Device description is [Puerto ra�z PCI Express]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&SUBSYS_72708086&REV_F1]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&SUBSYS_72708086]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&CC_060400]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&CC_0604]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A167&REV_F1]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A167]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_060400]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_0604]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_060400&DT_4]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_060400]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0604&DT_4]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0604]

2017-11-24 22:27:59, Info IBS IsDeviceIDPresent:Found device ID [PCI\CC_0604&DT_4] in hwcompat list

2017-11-24 22:27:59, Info IBS IsDeviceSupported:Device [Puerto ra�z PCI Express] is supported

2017-11-24 22:27:59, Info IBS IsDeviceSupported:Device description is [Complejo ra�z PCI Express]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: H/w ID [ACPI\VEN_PNP&DEV_0A08]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: H/w ID [ACPI\PNP0A08]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: H/w ID [*PNP0A08]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: Compat ID [*PNP0A03]

2017-11-24 22:27:59, Info IBS IsDeviceIDPresent:Found device ID [*PNP0A08] in hwcompat list

2017-11-24 22:27:59, Info IBS IsDeviceSupported:Device [Complejo ra�z PCI Express] is supported

2017-11-24 22:27:59, Info IBS IsDeviceSupported:Device description is [Sistema Microsoft compatible con ACPI]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: H/w ID [ACPI_HAL\PNP0C08]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: H/w ID [*PNP0C08]

2017-11-24 22:27:59, Info IBS IsDeviceIDPresent:Found device ID [*PNP0C08] in hwcompat list

2017-11-24 22:27:59, Info IBS IsDeviceSupported:Device [Sistema Microsoft compatible con ACPI] is supported

2017-11-24 22:27:59, Info IBS IsDeviceSupported:Device description is [Equipo basado en x64 ACPI]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: H/w ID [acpiapic]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: Compat ID [DETECTEDInternal\ACPI_HAL]

2017-11-24 22:27:59, Info IBS DumpDeviceIDs: Compat ID [DETECTED\ACPI_HAL]

2017-11-24 22:27:59, Info IBS IsDeviceIDPresent:Found device ID [acpiapic] in hwcompat list

2017-11-24 22:27:59, Info IBS IsDeviceSupported:Device [Equipo basado en x64 ACPI] is supported

2017-11-24 22:27:59, Info IBS DetermineDeviceSupport:Disk 1 has the necessary driver support

2017-11-24 22:27:59, Info PublishDiskInfoOnBlackboard: Successfully serialized disk info.

2017-11-24 22:27:59, Info Callback_GatherDiskInfo: Exit

2017-11-24 22:27:59, Info PnPIBS: Exiting PnP callback to add drivers to the offline image ...



2017-11-24 22:27:59, Info IBS Callback_WinPE_SetSourceMediaInfo_Unattend:Trying to determine source path.

2017-11-24 22:27:59, Info IBS Callback_WinPE_SetSourceMediaInfo_Unattend:Media boot.

2017-11-24 22:27:59, Info IBS FindSetupMedia:Checking source type 1.

2017-11-24 22:27:59, Info IBS FindSetupMedia:Checking source type 2.

2017-11-24 22:27:59, Info [0x0605af] IBS Callback_WinPE_SetSourceMediaInfo:Sources folder path is [D:\Sources]

2017-11-24 22:27:59, Info [0x0606cc] IBS LogMediaDriveInfo: Media drive is of type Removable (2)

2017-11-24 22:27:59, Info [0x0606cc] IBS LogMediaDriveInfo: Media drive [D:] is known as disk [2]

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: ----- Device instance ID: [USBSTOR\DISK&VEN_VERBATIM&PROD_STORE_N_GO&REV_5.00\0793037B03F4&0] -----

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: Physical device name = [\Device\00000024]

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: Description = [Unidad de disco]

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: Friendly name = [Verbatim STORE N GO USB Device]

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: Service = [disk]

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: Driver description = [Disk drive]

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: Driver version = [10.0.16299.15]

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: Hardware IDs =

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: USBSTOR\DiskVerbatimSTORE_N_GO______5.00

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: USBSTOR\DiskVerbatimSTORE_N_GO______

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: USBSTOR\DiskVerbatim

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: USBSTOR\VerbatimSTORE_N_GO______5

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: VerbatimSTORE_N_GO______5

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: USBSTOR\GenDisk

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: GenDisk

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: Compatible IDs =

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: USBSTOR\Disk

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: USBSTOR\RAW

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: GenDisk

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: ----- Device instance ID: [USB\VID_13FE&PID_3123\0793037B03F4] -----

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: Physical device name = [\Device\USBPDO-1]

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: Description = [Dispositivo de almacenamiento USB]

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: Service = [USBSTOR]

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: Driver description = [USB Mass Storage Device]

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: Driver version = [10.0.16299.15]

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: Hardware IDs =

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: USB\VID_13FE&PID_3123&REV_0110

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: USB\VID_13FE&PID_3123

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: Compatible IDs =

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: USB\Class_08&SubClass_06&Prot_50

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: USB\Class_08&SubClass_06

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: USB\Class_08

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: ----- Device instance ID: [USB\ROOT_HUB30\4&31789DFB&0&0] -----

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: Physical device name = [\Device\USBPDO-0]

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: Description = [Concentrador ra�z USB (USB 3.0)]

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: Service = [USBHUB3]

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: Driver description = [USB Root Hub (USB 3.0)]

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: Driver version = [10.0.16299.15]

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: Hardware IDs =

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: USB\ROOT_HUB30&VID8086&PIDA12F&REV0031

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: USB\ROOT_HUB30&VID8086&PIDA12F

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: USB\ROOT_HUB30

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: Compatible IDs =

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: ----- Device instance ID: [PCI\VEN_8086&DEV_A12F&SUBSYS_72708086&REV_31\3&11583659&0&A0] -----

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: Physical device name = [\Device\NTPNP_PCI0002]

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: Description = [Controladora de host USB gen�rico compatible con xHCI]

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: Friendly name = [Controlador de host eXtensible Intel(R) USB 3.0 - 1.0 (Microsoft)]

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: Service = [USBXHCI]

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: Driver description = [USB xHCI Compliant Host Controller]

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: Driver version = [10.0.16299.15]

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: Hardware IDs =

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: PCI\VEN_8086&DEV_A12F&SUBSYS_72708086&REV_31

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: PCI\VEN_8086&DEV_A12F&SUBSYS_72708086

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: PCI\VEN_8086&DEV_A12F&CC_0C0330

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: PCI\VEN_8086&DEV_A12F&CC_0C03

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: Compatible IDs =

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: PCI\VEN_8086&DEV_A12F&REV_31

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: PCI\VEN_8086&DEV_A12F

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: PCI\VEN_8086&CC_0C0330

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: PCI\VEN_8086&CC_0C03

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: PCI\VEN_8086

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: PCI\CC_0C0330

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: PCI\CC_0C03

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: ----- Device instance ID: [ACPI\PNP0A08\0] -----

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: Physical device name = [\Device\00000007]

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: Description = [Complejo ra�z PCI Express]

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: Service = [pci]

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: Driver description = [PCI Express Root Complex]

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: Driver version = [10.0.16299.15]

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: Hardware IDs =

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: ACPI\VEN_PNP&DEV_0A08

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: ACPI\PNP0A08

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: *PNP0A08

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: Compatible IDs =

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: *PNP0A03

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: ----- Device instance ID: [ACPI_HAL\PNP0C08\0] -----

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: Physical device name = [\Device\00000006]

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: Description = [Sistema Microsoft compatible con ACPI]

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: Service = [ACPI]

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: Driver description = [Microsoft ACPI-Compliant System]

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: Driver version = [10.0.16299.15]

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: Hardware IDs =

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: ACPI_HAL\PNP0C08

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: *PNP0C08

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: ----- Device instance ID: [ROOT\ACPI_HAL\0000] -----

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: Physical device name = [\Device\00000005]

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: Description = [Equipo basado en x64 ACPI]

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: Service = [\Driver\ACPI_HAL]

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: Driver description = [ACPI x64-based PC]

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: Driver version = [10.0.16299.15]

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: Hardware IDs =

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: acpiapic

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: Compatible IDs =

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: DETECTEDInternal\ACPI_HAL

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: DETECTED\ACPI_HAL

2017-11-24 22:27:59, Info [0x0606cc] IBS LogDeviceInfo: ----- Device instance ID: [HTREE\ROOT\0] -----

2017-11-24 22:27:59, Info Callback_SetWinPEAndOSImageInfoOnBB: Not running from downlevel; skipping check for WinPE image

2017-11-24 22:27:59, Info SetOSImageInfoOnBB: Entry

2017-11-24 22:27:59, Info SetOSImageInfoOnBB: Windows image file location is [D:\Sources\install.wim]

2017-11-24 22:27:59, Info IBS CollectInformationForImage: Size of 'D:\Sources\install.wim' is 4123731583

2017-11-24 22:27:59, Info IBS CollectInformationForImage: Source image file 'D:\Sources\install.wim' has 9 sub-image(s)

2017-11-24 22:27:59, Info CDepImageInfoSetCache::UpdateCachedInfoSet: Caching image info for [D:\Sources\install.wim]

2017-11-24 22:27:59, Info IBS CollectInformationForImage: Saved reference to image set container 'D:\Sources\install.wim'

2017-11-24 22:27:59, Info SetOSImageInfoOnBB: Successfully collected information for Windows image file

2017-11-24 22:27:59, Info Callback_SetWinPEAndOSImageInfoOnBB: Successfully collected WinPE and Windows image XML info.

2017-11-24 22:27:59, Info [0x0605b0] IBS Callback_WinPE_SetSourceMediaInfo:Install source path is [D:\Sources]

2017-11-24 22:27:59, Info [0x0605b3] IBS Callback_WinPE_SetSourceMediaInfo_Unattend:Show flag for early F6 UI page is being to set to [Hide]

2017-11-24 22:27:59, Info [0x064047] IBSLIB MarkUnattendSettingAsProcessed: Marking unattend setting [ProductKey\ProductKey] as processed.

2017-11-24 22:28:00, Info [0x06011c] IBS Callback_Productkey_Validate_Unattend:Non-unattended mode. Will display UI.

2017-11-24 22:28:00, Info [0x06011d] IBS Callback_Productkey_Validate_Unattend:Setting ShowUI flag to [1]

2017-11-24 22:28:00, Info [0x064047] IBSLIB MarkUnattendSettingAsProcessed: Marking unattend setting [SetupUI\SkipEula] as processed.

2017-11-24 22:28:00, Info [0x064047] IBSLIB MarkUnattendSettingAsProcessed: Marking unattend setting [LangPacks] as processed.

2017-11-24 22:28:00, Info [0x060594] IBS DetermineSetupLanguage:Validating setup language [es-es]

2017-11-24 22:28:00, Info [0x060595] IBS DetermineSetupLanguage:Setting setup language to be [es-es]

2017-11-24 22:28:00, Info [0x06058c] IBS CallBack_LanguagePacks_Unattend:Setup language is [es-es]

2017-11-24 22:28:00, Info IBS CallBack_LanguagePacks_Unattend: Successfully updated setup's resources to use the unattend selected language [es-es].

2017-11-24 22:28:00, Info [0x06059a] IBS DetermineTargetLanguage:Validating target language [es-es]

2017-11-24 22:28:00, Info [0x06059b] IBS DetermineTargetLanguage:Target language [es-es] is a valid language

2017-11-24 22:28:00, Info [0x06058d] IBS CallBack_LanguagePacks_Unattend:Target language is [es-es]

2017-11-24 22:28:00, Info MIG Callback_CompliancePrerequisites: event MigLoader:0x170006 occured

2017-11-24 22:28:00, Info PnPIBS: Entering PnP callback to validate unattend.xml settings for component Microsoft-Windows-PnPCustomizationsWinPE ...



2017-11-24 22:28:00, Info PnPIBS: Unattend settings need not be processed. Nothing more to be done here!



2017-11-24 22:28:00, Info [0x064047] IBSLIB MarkUnattendSettingAsProcessed: Marking unattend setting [SetupComplianceCheck] as processed.

2017-11-24 22:28:00, Info IBS Callback_Compliance_Unattend:Not in unattended mode.

2017-11-24 22:28:00, Info IBS Callback_Compliance_Unattend: Running in WinPE. Compliance checks do not execute, we do not need to read the DisplayReport value from the unattend file.

2017-11-24 22:28:00, Info IBS Callback_Compliance_Unattend:Setting ShowUI flag to [0]

2017-11-24 22:28:00, Info [0x0605fb] IBS Callback_Locale_ProcessUnattendSettings: Layered Driver from downlevel system [1]

2017-11-24 22:28:00, Info [0x060572] IBS Callback_Locale_SetSetupKeyboardLayout:Setup keyboard layout is [0c0a:0000040a]

2017-11-24 22:28:00, Info [0x060581] IBS SetSetupKeyboardLayout:Successfully set the key board layout to [0c0a:0000040a]

2017-11-24 22:28:00, Info [0x060575] IBS Callback_Locale_SetSetupKeyboardLayout:Successfully set the Setup keyboard layout to [0c0a:0000040a]

2017-11-24 22:28:00, Info [0x0a018c] UI Setup UI language is set to en-US.

2017-11-24 22:28:00, Warning UI CLanguages::v_InitLanguage - Failed to load en-US resources with error 2. Will load fallback binaries

2017-11-24 22:28:00, Info [0x0a0031] UI Initializing Page

2017-11-24 22:28:00, Info [0x0a0032] UI Initializing Page

2017-11-24 22:28:00, Info UI Initializing Page

2017-11-24 22:28:01, Info UI AppWindow has layout style 0

2017-11-24 22:28:01, Info UI NavWindow has layout style 0

2017-11-24 22:28:01, Info [0x0a017d] UI User has specified the language thru command line. Language neutral selection UI won't be shown

2017-11-24 22:28:01, Info [0x0a017d] UI User has specified the language thru command line. Language selection UI won't be shown

2017-11-24 22:28:01, Info UI search directory is [D:\Sources].

2017-11-24 22:28:01, Info UI pid_GetProductKeyFromSources:Product key found in pid.txt/ei.cfg is malformed

2017-11-24 22:28:01, Info UI Digital marker product key not detected. hr = 0xc004f057

2017-11-24 22:28:01, Info [0x0a0035] UI Allowing Page '' to be shown

2017-11-24 22:28:01, Info [0x0a011c] UI WizardDialogPost::SetActive

2017-11-24 22:28:02, Info [0x060122] IBS Callback_Productkey_Validate: Entry

2017-11-24 22:28:02, Info [0x06012c] IBS Callback_Productkey_Validate: No product key provided on the blackboard. Running keyless setup.

2017-11-24 22:28:02, Info IBS Callback_Productkey_Validate: Using EulaType (a.k.a. ChannelType) for keyless setup. Eula type is [NoKeyChannel].

2017-11-24 22:28:02, Info IBS SelectImageFromEICfg: Searching for EI.cfg file at [D:\Sources\ei.cfg]

2017-11-24 22:28:02, Info IBS SelectImageFromEICfg: There was no EI.cfg found at the expected location.

2017-11-24 22:28:02, Info IBS ConstructOSImageConstraints: Setup is in keyless mode.

2017-11-24 22:28:02, Info IBS ConstructOSImageConstraints: Setup is not using ei.cfg.

2017-11-24 22:28:02, Info IBS ConstructOSImageConstraints: Not using editionid for metadata constraint.

2017-11-24 22:28:02, Info CDepImageInfoSetCache::GetCachedInfoSet: Found cached image info for [D:\Sources\install.wim]

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Start

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Index = 1

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Name = Windows 10 S

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Description = Windows 10 S

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Total bytes = 15874163007

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Edition ID = Cloud

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Index = 2

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Name = Windows 10 S N

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Description = Windows 10 S N

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Total bytes = 14800750851

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Edition ID = CloudN

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Index = 3

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Name = Windows 10 Home

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Description = Windows 10 Home

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Total bytes = 15686534753

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Edition ID = Core

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Index = 4

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Name = Windows 10 Home N

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Description = Windows 10 Home N

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Total bytes = 14612822175

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Edition ID = CoreN

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Index = 5

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Name = Windows 10 Home Single Language

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Description = Windows 10 Home Single Language

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Total bytes = 15687774067

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Edition ID = CoreSingleLanguage

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Index = 6

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Name = Windows 10 Education

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Description = Windows 10 Education

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Total bytes = 15871702056

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Edition ID = Education

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Index = 7

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Name = Windows 10 Education N

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Description = Windows 10 Education N

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Total bytes = 14798016326

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Edition ID = EducationN

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Index = 8

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Name = Windows 10 Pro

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Description = Windows 10 Pro

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Total bytes = 15872387939

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Edition ID = Professional

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Index = 9

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Name = Windows 10 Pro N

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Description = Windows 10 Pro N

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Total bytes = 14799035192

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Edition ID = ProfessionalN

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:28:02, Info ImageXmlInfo::LogImages: End

2017-11-24 22:28:02, Info IBS DumpXmlInfoConstraints: Begin to dump XML info constraints for image selection

2017-11-24 22:28:02, Info IBS DumpXmlInfoConstraints: End of dump.

2017-11-24 22:28:02, Info [0x0603ee] IBS CallBack_SelectImageOrShowUi: Multiple matching OS images found

2017-11-24 22:28:02, Info [0x0603ee] IBS CallBack_SelectImageOrShowUi: Will display the image selection UI

2017-11-24 22:28:02, Info IBS Callback_Productkey_Validate: Found a matching image and gathered its info.

2017-11-24 22:28:02, Info DIAG CallBack_EditionID: Called with notification for ProductKey

2017-11-24 22:28:02, Info [0x07005f] DIAG Failed to get the EditionId from the blackboard.[gle=0x00000490]

2017-11-24 22:28:02, Info [0x070040] DIAG CallBack_EditionID: Obtaining Machine information

2017-11-24 22:28:03, Warning [0x070026] DIAG Win32_Processor : Unable to retrieve Stepping, vtType = 8. Error code = 0x0

2017-11-24 22:28:03, Info [0x07005e] DIAG HARDWARE CONFIG=Ram in KB: Total phys=8286144 avail phys=7342852 Procs=4 Arch=9 Family=205 Width=64 Speed=3301 MHz

2017-11-24 22:28:03, Info [0x07002d] DIAG Logging MachineHardWare to BB

2017-11-24 22:28:03, Info IBS Callback_Productkey_Validate: Storing return code 0x0 on the blackboard.

2017-11-24 22:28:03, Info [0x060130] IBS Callback_Productkey_Validate: Exit

2017-11-24 22:28:03, Info [0x0a0134] UI Accepting Next. Exiting Page Clave de producto.

2017-11-24 22:28:03, Info IBS ConstructOSImageConstraints: Setup is in keyless mode.

2017-11-24 22:28:03, Info IBS ConstructOSImageConstraints: Setup is not using ei.cfg.

2017-11-24 22:28:03, Info IBS ConstructOSImageConstraints: Not using editionid for metadata constraint.

2017-11-24 22:28:03, Info CDepImageInfoSetCache::GetCachedInfoSet: Found cached image info for [D:\Sources\install.wim]

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Start

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Index = 1

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Name = Windows 10 S

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Description = Windows 10 S

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Total bytes = 15874163007

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Edition ID = Cloud

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Index = 2

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Name = Windows 10 S N

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Description = Windows 10 S N

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Total bytes = 14800750851

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Edition ID = CloudN

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Index = 3

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Name = Windows 10 Home

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Description = Windows 10 Home

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Total bytes = 15686534753

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Edition ID = Core

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Index = 4

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Name = Windows 10 Home N

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Description = Windows 10 Home N

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Total bytes = 14612822175

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Edition ID = CoreN

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Index = 5

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Name = Windows 10 Home Single Language

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Description = Windows 10 Home Single Language

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Total bytes = 15687774067

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Edition ID = CoreSingleLanguage

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Index = 6

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Name = Windows 10 Education

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Description = Windows 10 Education

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Total bytes = 15871702056

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Edition ID = Education

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Index = 7

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Name = Windows 10 Education N

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Description = Windows 10 Education N

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Total bytes = 14798016326

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Edition ID = EducationN

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Index = 8

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Name = Windows 10 Pro

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Description = Windows 10 Pro

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Total bytes = 15872387939

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Edition ID = Professional

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Index = 9

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Name = Windows 10 Pro N

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Description = Windows 10 Pro N

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Total bytes = 14799035192

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Edition ID = ProfessionalN

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:28:03, Info ImageXmlInfo::LogImages: End

2017-11-24 22:28:03, Info IBS DumpXmlInfoConstraints: Begin to dump XML info constraints for image selection

2017-11-24 22:28:03, Info IBS DumpXmlInfoConstraints: End of dump.

2017-11-24 22:28:03, Info CDepImageInfoSetCache::GetCachedInfoSet: Found cached image info for [D:\Sources\install.wim]

2017-11-24 22:28:03, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=Cloud, Flags=Cloud : Returning Cloud, hr=0x0

2017-11-24 22:28:03, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:28:03, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [Cloud] for key [0].

2017-11-24 22:28:03, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:28:03, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=CloudN, Flags=CloudN : Returning CloudN, hr=0x0

2017-11-24 22:28:03, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:28:03, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [CloudN] for key [0].

2017-11-24 22:28:03, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:28:03, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=Core, Flags=Core : Returning Core, hr=0x0

2017-11-24 22:28:03, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:28:03, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [Core] for key [0].

2017-11-24 22:28:03, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:28:03, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=CoreN, Flags=CoreN : Returning CoreN, hr=0x0

2017-11-24 22:28:03, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:28:03, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [CoreN] for key [0].

2017-11-24 22:28:03, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:28:03, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=CoreSingleLanguage, Flags=CoreSingleLanguage : Returning CoreSingleLanguage, hr=0x0

2017-11-24 22:28:03, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:28:03, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [CoreSingleLanguage] for key [0].

2017-11-24 22:28:03, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:28:03, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=Education, Flags=Education : Returning Education, hr=0x0

2017-11-24 22:28:03, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:28:03, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [Education] for key [0].

2017-11-24 22:28:03, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:28:03, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=EducationN, Flags=EducationN : Returning EducationN, hr=0x0

2017-11-24 22:28:03, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:28:03, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [EducationN] for key [0].

2017-11-24 22:28:03, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:28:03, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=Professional, Flags=Professional : Returning Professional, hr=0x0

2017-11-24 22:28:03, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:28:03, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [Professional] for key [0].

2017-11-24 22:28:03, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:28:03, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=ProfessionalN, Flags=ProfessionalN : Returning ProfessionalN, hr=0x0

2017-11-24 22:28:03, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:28:03, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [ProfessionalN] for key [0].

2017-11-24 22:28:03, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:28:03, Info [0x0a0035] UI Allowing Page '' to be shown

2017-11-24 22:28:04, Info UI Entering Page Selecci�n de imagen.

2017-11-24 22:28:04, Info UI search directory is [D:\Sources].

2017-11-24 22:28:04, Info UI pid_GetProductKeyFromSources:Product key found in pid.txt/ei.cfg is malformed

2017-11-24 22:28:04, Info UI Digital marker product key not detected. hr = 0xc004f057

2017-11-24 22:28:04, Info [0x0a0035] UI Allowing Page 'Clave de producto' to be shown

2017-11-24 22:28:04, Info [0x0a0052] UI No language pack available for image Windows 10 S

2017-11-24 22:28:04, Info [0x0a0052] UI No language pack available for image Windows 10 S N

2017-11-24 22:28:04, Info [0x0a0052] UI No language pack available for image Windows 10 Home

2017-11-24 22:28:04, Info [0x0a0052] UI No language pack available for image Windows 10 Home N

2017-11-24 22:28:04, Info [0x0a0052] UI No language pack available for image Windows 10 Home Single Language

2017-11-24 22:28:04, Info [0x0a0052] UI No language pack available for image Windows 10 Education

2017-11-24 22:28:04, Info [0x0a0052] UI No language pack available for image Windows 10 Education N

2017-11-24 22:28:04, Info [0x0a0052] UI No language pack available for image Windows 10 Pro

2017-11-24 22:28:04, Info [0x0a0052] UI No language pack available for image Windows 10 Pro N

2017-11-24 22:28:04, Info [0x0a011c] UI WizardDialogPost::SetActive

2017-11-24 22:28:06, Info UI search directory is [D:\Sources].

2017-11-24 22:28:06, Info UI pid_GetProductKeyFromSources:Product key found in pid.txt/ei.cfg is malformed

2017-11-24 22:28:06, Info UI Digital marker product key not detected. hr = 0xc004f057

2017-11-24 22:28:06, Info [0x0a0035] UI Allowing Page 'Clave de producto' to be shown

2017-11-24 22:28:06, Info UI Wrote out user selected edition of [Professional].

2017-11-24 22:28:06, Info [0x0603e8] IBS CallBack_ImageWasSelectedInUi: User selected edition is [Professional]

2017-11-24 22:28:06, Info DIAG CallBack_EditionID: Called with notification for ProductKey

2017-11-24 22:28:06, Info [0x070040] DIAG CallBack_EditionID: Obtaining Machine information

2017-11-24 22:28:06, Warning [0x07008d] DIAG Win32_Processor : CoInitializeEx returned RPC_E_CHANGED_MODE. Continue. Error code = 0x80010106

2017-11-24 22:28:07, Warning [0x070026] DIAG Win32_Processor : Unable to retrieve Stepping, vtType = 8. Error code = 0x0

2017-11-24 22:28:07, Info IBS Callback_License_LoadLicenseText: Parameters used to identify EULA : Language - [es-es] Channel - [NoKeyChannel] Edition - [Professional]

2017-11-24 22:28:07, Info IBS Callback_License_LoadLicenseText: Image Information: WIM - [D:\Sources\install.wim] ImageIndex - [8] WorkingDirectory - [X:\windows\panther]

2017-11-24 22:28:07, Info IBS Callback_License_LoadLicenseText: Calling SkuGetImageEulaAsString to extract the EULA content

2017-11-24 22:28:11, Info [0x0603d6] IBS Callback_SetSelectedImageInfoOnBB: Entry

2017-11-24 22:28:11, Info Callback_SetSelectedImageInfoOnBB: Not running from downlevel; skipping check for WinPE image

2017-11-24 22:28:11, Info [0x060076] IBS Callback_SetSelectedImageInfoOnBB:Successfully read and cached the WinPE image's metadata.

2017-11-24 22:28:11, Info CDepImageInfoSetCache::GetCachedInfoSet: Found cached image info for [D:\Sources\install.wim]

2017-11-24 22:28:11, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=Professional, Flags=Professional : Returning Professional, hr=0x0

2017-11-24 22:28:11, Info IBS SetSelectedWindowsImageInfoOnBB:EditionID is [Professional].

2017-11-24 22:28:11, Info [0x060088] IBS CheckAdditionalMediaRequirements:Image part count is [1]

2017-11-24 22:28:11, Info [0x060078] IBS Callback_SetSelectedImageInfoOnBB:Successfully read and cached the Windows image's metadata.

2017-11-24 22:28:11, Info Callback_RefreshDiskCapabilities: Refreshing disk capabilities...

2017-11-24 22:28:11, Info PublishDiskInfoOnBlackboard: Serializing disk info...

2017-11-24 22:28:11, Info [0x0606cc] IBS GetSystemDiskNTPath: Unable to get required buffer size for system disk from BCD APIs; status = 0xc0000451

2017-11-24 22:28:11, Info IBS IsDiskSupported:Checking if disk [0] has the necessary driver support.

2017-11-24 22:28:11, Info IBS IsDeviceSupported:Device description is [Unidad de disco]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE____HDD_ST2000DM001AQ03]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE____HDD_ST2000DM001]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE___]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: H/w ID [SCSI\APPLE____HDD_ST2000DM001A]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: H/w ID [APPLE____HDD_ST2000DM001A]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: H/w ID [GenDisk]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: Compat ID [SCSI\Disk]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: Compat ID [SCSI\RAW]

2017-11-24 22:28:11, Info IBS IsDeviceIDPresent:Found device ID [GenDisk] in hwcompat list

2017-11-24 22:28:11, Info IBS IsDeviceSupported:Device [Unidad de disco] is supported

2017-11-24 22:28:11, Info IBS IsDeviceSupported:Device description is [Controladora SATA AHCI est�ndar]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&SUBSYS_72708086&REV_31]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&SUBSYS_72708086]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&CC_010601]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&CC_0106]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A102&REV_31]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A102]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_010601]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_0106]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_010601]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0106]

2017-11-24 22:28:11, Info IBS IsDeviceIDPresent:Found device ID [PCI\CC_010601] in hwcompat list

2017-11-24 22:28:11, Info IBS IsDeviceSupported:Device [Controladora SATA AHCI est�ndar] is supported

2017-11-24 22:28:11, Info IBS IsDeviceSupported:Device description is [Complejo ra�z PCI Express]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: H/w ID [ACPI\VEN_PNP&DEV_0A08]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: H/w ID [ACPI\PNP0A08]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: H/w ID [*PNP0A08]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: Compat ID [*PNP0A03]

2017-11-24 22:28:11, Info IBS IsDeviceIDPresent:Found device ID [*PNP0A08] in hwcompat list

2017-11-24 22:28:11, Info IBS IsDeviceSupported:Device [Complejo ra�z PCI Express] is supported

2017-11-24 22:28:11, Info IBS IsDeviceSupported:Device description is [Sistema Microsoft compatible con ACPI]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: H/w ID [ACPI_HAL\PNP0C08]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: H/w ID [*PNP0C08]

2017-11-24 22:28:11, Info IBS IsDeviceIDPresent:Found device ID [*PNP0C08] in hwcompat list

2017-11-24 22:28:11, Info IBS IsDeviceSupported:Device [Sistema Microsoft compatible con ACPI] is supported

2017-11-24 22:28:11, Info IBS IsDeviceSupported:Device description is [Equipo basado en x64 ACPI]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: H/w ID [acpiapic]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: Compat ID [DETECTEDInternal\ACPI_HAL]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: Compat ID [DETECTED\ACPI_HAL]

2017-11-24 22:28:11, Info IBS IsDeviceIDPresent:Found device ID [acpiapic] in hwcompat list

2017-11-24 22:28:11, Info IBS IsDeviceSupported:Device [Equipo basado en x64 ACPI] is supported

2017-11-24 22:28:11, Info IBS DetermineDeviceSupport:Disk 0 has the necessary driver support

2017-11-24 22:28:11, Info IBS IsDiskSupported:Checking if disk [1] has the necessary driver support.

2017-11-24 22:28:11, Info IBS IsDeviceSupported:Device description is [Unidad de disco]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE________SSD_SM0128GBXW5]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE________SSD_SM0128G]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE___]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: H/w ID [SCSI\APPLE________SSD_SM0128GB]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: H/w ID [APPLE________SSD_SM0128GB]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: H/w ID [GenDisk]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: Compat ID [SCSI\Disk]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: Compat ID [SCSI\RAW]

2017-11-24 22:28:11, Info IBS IsDeviceIDPresent:Found device ID [GenDisk] in hwcompat list

2017-11-24 22:28:11, Info IBS IsDeviceSupported:Device [Unidad de disco] is supported

2017-11-24 22:28:11, Info IBS IsDeviceSupported:Device description is [Controladora SATA AHCI est�ndar]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&SUBSYS_A801144D&REV_01]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&SUBSYS_A801144D]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&CC_010601]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&CC_0106]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&DEV_A801&REV_01]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&DEV_A801]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&CC_010601]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&CC_0106]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_010601&DT_0]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_010601]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0106&DT_0]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0106]

2017-11-24 22:28:11, Info IBS IsDeviceIDPresent:Found device ID [PCI\CC_010601] in hwcompat list

2017-11-24 22:28:11, Info IBS IsDeviceSupported:Device [Controladora SATA AHCI est�ndar] is supported

2017-11-24 22:28:11, Info IBS IsDeviceSupported:Device description is [Puerto ra�z PCI Express]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&SUBSYS_72708086&REV_F1]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&SUBSYS_72708086]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&CC_060400]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&CC_0604]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A167&REV_F1]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A167]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_060400]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_0604]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_060400&DT_4]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_060400]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0604&DT_4]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0604]

2017-11-24 22:28:11, Info IBS IsDeviceIDPresent:Found device ID [PCI\CC_0604&DT_4] in hwcompat list

2017-11-24 22:28:11, Info IBS IsDeviceSupported:Device [Puerto ra�z PCI Express] is supported

2017-11-24 22:28:11, Info IBS IsDeviceSupported:Device description is [Complejo ra�z PCI Express]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: H/w ID [ACPI\VEN_PNP&DEV_0A08]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: H/w ID [ACPI\PNP0A08]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: H/w ID [*PNP0A08]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: Compat ID [*PNP0A03]

2017-11-24 22:28:11, Info IBS IsDeviceIDPresent:Found device ID [*PNP0A08] in hwcompat list

2017-11-24 22:28:11, Info IBS IsDeviceSupported:Device [Complejo ra�z PCI Express] is supported

2017-11-24 22:28:11, Info IBS IsDeviceSupported:Device description is [Sistema Microsoft compatible con ACPI]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: H/w ID [ACPI_HAL\PNP0C08]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: H/w ID [*PNP0C08]

2017-11-24 22:28:11, Info IBS IsDeviceIDPresent:Found device ID [*PNP0C08] in hwcompat list

2017-11-24 22:28:11, Info IBS IsDeviceSupported:Device [Sistema Microsoft compatible con ACPI] is supported

2017-11-24 22:28:11, Info IBS IsDeviceSupported:Device description is [Equipo basado en x64 ACPI]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: H/w ID [acpiapic]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: Compat ID [DETECTEDInternal\ACPI_HAL]

2017-11-24 22:28:11, Info IBS DumpDeviceIDs: Compat ID [DETECTED\ACPI_HAL]

2017-11-24 22:28:11, Info IBS IsDeviceIDPresent:Found device ID [acpiapic] in hwcompat list

2017-11-24 22:28:11, Info IBS IsDeviceSupported:Device [Equipo basado en x64 ACPI] is supported

2017-11-24 22:28:11, Info IBS DetermineDeviceSupport:Disk 1 has the necessary driver support

2017-11-24 22:28:11, Info PublishDiskInfoOnBlackboard: Successfully serialized disk info.

2017-11-24 22:28:11, Info Callback_RefreshDiskCapabilities: Successfully refreshed capabilities.

2017-11-24 22:28:11, Info DIAG CallBack_EditionID: Called with notification for TransferImage

2017-11-24 22:28:11, Info DIAG GetVolumePath - D:\Sources\install.wim-- D:\-- WININSTALL,-- -2132612655

2017-11-24 22:28:11, Info [0x07003e] DIAG CallBack_EditionID: Build is staged

2017-11-24 22:28:11, Info [0x0601a7] IBS Callback_CalculateDiskSpaceRequirements:Trying to calculate disk space requirements.

2017-11-24 22:28:11, Info [0x0601ba] IBS DiskSpaceReqs: Windows image size (from metadata) = [8376922096] bytes

2017-11-24 22:28:11, Info [0x0601bb] IBS DiskSpaceReqs: Windows image size (after padding) = [10019920673] bytes

2017-11-24 22:28:11, Info [0x0601a9] IBS Callback_CalculateDiskSpaceRequirements:Successfully calculated the disk space requirements for Windows

2017-11-24 22:28:11, Info IBS DiskSpaceReqs: Windows image contents: [10019920673] bytes

2017-11-24 22:28:11, Info IBS DiskSpaceReqs: ~BT volume (estimate): [0] bytes

2017-11-24 22:28:11, Info IBS DiskSpaceReqs: Install volume (estimate): [10019920673] bytes

2017-11-24 22:28:11, Info IBS DiskSpaceReqs: ~LS volume (estimate w/o padding): [0] bytes

2017-11-24 22:28:11, Info IBS Callback_CalculateDiskSpaceRequirements:Successfully summarized and updated the disk space requirement in the blackboard

2017-11-24 22:28:11, Info MIG Callback_CompliancePrerequisites: event MigLoader:0x170005 occured

2017-11-24 22:28:11, Info [0x080036] MIG Callback_Compliance: entering

2017-11-24 22:28:11, Info [0x080030] MIG Callback_Compliance: Upgrade ShowUi=0

2017-11-24 22:28:11, Info MIG Callback_Compliance: compatibility report was skipped.

2017-11-24 22:28:11, Warning UI [APPCOMPAT UI] Got CallbackAppCompatProgress without compat progress page active

2017-11-24 22:28:11, Info [0x080043] MIG Callback_Compliance: Not a compliant system

2017-11-24 22:28:11, Info [0x08003e] MIG Not a compliant system, upgrade is disabled

2017-11-24 22:28:11, Info [0x090056] PANTHR User selected clean install option

2017-11-24 22:28:11, Info [0x08003f] MIG Callback_Compliance: leaving

2017-11-24 22:28:11, Info IBS CheckStagingMemoryRequirements:This is a staged image; skipping check

2017-11-24 22:28:11, Info IBS Callback_SetSelectedImageInfoOnBB: Sufficient memory for SKU assembly: available [0 MB] >= required [0 MB]

2017-11-24 22:28:11, Info [0x0603d7] IBS Callback_SetSelectedImageInfoOnBB: Exit

2017-11-24 22:28:11, Info [0x0603e8] IBS CallBack_ImageWasSelectedInUi: User selected image index 8

2017-11-24 22:28:11, Info [0x0a0134] UI Accepting Next. Exiting Page Selecci�n de imagen.

2017-11-24 22:28:11, Info [0x0a0035] UI Allowing Page '' to be shown

2017-11-24 22:28:11, Info UI Entering Page CLUF.

2017-11-24 22:28:11, Info IBS ConstructOSImageConstraints: Setup is in keyless mode.

2017-11-24 22:28:11, Info IBS ConstructOSImageConstraints: Setup is not using ei.cfg.

2017-11-24 22:28:11, Info IBS ConstructOSImageConstraints: Not using editionid for metadata constraint.

2017-11-24 22:28:11, Info CDepImageInfoSetCache::GetCachedInfoSet: Found cached image info for [D:\Sources\install.wim]

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Start

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Index = 1

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Name = Windows 10 S

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Description = Windows 10 S

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Total bytes = 15874163007

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Edition ID = Cloud

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Index = 2

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Name = Windows 10 S N

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Description = Windows 10 S N

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Total bytes = 14800750851

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Edition ID = CloudN

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Index = 3

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Name = Windows 10 Home

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Description = Windows 10 Home

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Total bytes = 15686534753

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Edition ID = Core

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Index = 4

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Name = Windows 10 Home N

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Description = Windows 10 Home N

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Total bytes = 14612822175

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Edition ID = CoreN

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Index = 5

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Name = Windows 10 Home Single Language

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Description = Windows 10 Home Single Language

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Total bytes = 15687774067

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Edition ID = CoreSingleLanguage

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Index = 6

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Name = Windows 10 Education

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Description = Windows 10 Education

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Total bytes = 15871702056

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Edition ID = Education

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Index = 7

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Name = Windows 10 Education N

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Description = Windows 10 Education N

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Total bytes = 14798016326

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Edition ID = EducationN

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Index = 8

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Name = Windows 10 Pro

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Description = Windows 10 Pro

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Total bytes = 15872387939

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Edition ID = Professional

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Index = 9

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Name = Windows 10 Pro N

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Description = Windows 10 Pro N

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Total bytes = 14799035192

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Edition ID = ProfessionalN

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: End

2017-11-24 22:28:11, Info IBS DumpXmlInfoConstraints: Begin to dump XML info constraints for image selection

2017-11-24 22:28:11, Info IBS DumpXmlInfoConstraints: End of dump.

2017-11-24 22:28:11, Info CDepImageInfoSetCache::GetCachedInfoSet: Found cached image info for [D:\Sources\install.wim]

2017-11-24 22:28:11, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=Cloud, Flags=Cloud : Returning Cloud, hr=0x0

2017-11-24 22:28:11, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:28:11, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [Cloud] for key [0].

2017-11-24 22:28:11, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:28:11, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=CloudN, Flags=CloudN : Returning CloudN, hr=0x0

2017-11-24 22:28:11, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:28:11, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [CloudN] for key [0].

2017-11-24 22:28:11, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:28:11, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=Core, Flags=Core : Returning Core, hr=0x0

2017-11-24 22:28:11, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:28:11, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [Core] for key [0].

2017-11-24 22:28:11, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:28:11, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=CoreN, Flags=CoreN : Returning CoreN, hr=0x0

2017-11-24 22:28:11, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:28:11, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [CoreN] for key [0].

2017-11-24 22:28:11, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:28:11, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=CoreSingleLanguage, Flags=CoreSingleLanguage : Returning CoreSingleLanguage, hr=0x0

2017-11-24 22:28:11, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:28:11, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [CoreSingleLanguage] for key [0].

2017-11-24 22:28:11, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:28:11, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=Education, Flags=Education : Returning Education, hr=0x0

2017-11-24 22:28:11, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:28:11, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [Education] for key [0].

2017-11-24 22:28:11, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:28:11, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=EducationN, Flags=EducationN : Returning EducationN, hr=0x0

2017-11-24 22:28:11, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:28:11, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [EducationN] for key [0].

2017-11-24 22:28:11, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:28:11, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=Professional, Flags=Professional : Returning Professional, hr=0x0

2017-11-24 22:28:11, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:28:11, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [Professional] for key [0].

2017-11-24 22:28:11, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:28:11, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=ProfessionalN, Flags=ProfessionalN : Returning ProfessionalN, hr=0x0

2017-11-24 22:28:11, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:28:11, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [ProfessionalN] for key [0].

2017-11-24 22:28:11, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:28:11, Info [0x0a0035] UI Allowing Page 'Selecci�n de imagen' to be shown

2017-11-24 22:28:11, Info IBS ConstructOSImageConstraints: Setup is in keyless mode.

2017-11-24 22:28:11, Info IBS ConstructOSImageConstraints: Setup is not using ei.cfg.

2017-11-24 22:28:11, Info IBS ConstructOSImageConstraints: Not using editionid for metadata constraint.

2017-11-24 22:28:11, Info CDepImageInfoSetCache::GetCachedInfoSet: Found cached image info for [D:\Sources\install.wim]

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Start

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Index = 1

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Name = Windows 10 S

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Description = Windows 10 S

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Total bytes = 15874163007

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Edition ID = Cloud

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Index = 2

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Name = Windows 10 S N

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Description = Windows 10 S N

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Total bytes = 14800750851

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Edition ID = CloudN

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Index = 3

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Name = Windows 10 Home

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Description = Windows 10 Home

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Total bytes = 15686534753

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Edition ID = Core

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Index = 4

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Name = Windows 10 Home N

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Description = Windows 10 Home N

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Total bytes = 14612822175

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Edition ID = CoreN

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Index = 5

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Name = Windows 10 Home Single Language

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Description = Windows 10 Home Single Language

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Total bytes = 15687774067

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Edition ID = CoreSingleLanguage

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Index = 6

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Name = Windows 10 Education

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Description = Windows 10 Education

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Total bytes = 15871702056

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Edition ID = Education

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Index = 7

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Name = Windows 10 Education N

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Description = Windows 10 Education N

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Total bytes = 14798016326

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Edition ID = EducationN

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Index = 8

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Name = Windows 10 Pro

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Description = Windows 10 Pro

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Total bytes = 15872387939

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Edition ID = Professional

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Index = 9

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Name = Windows 10 Pro N

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Description = Windows 10 Pro N

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Total bytes = 14799035192

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Edition ID = ProfessionalN

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:28:11, Info ImageXmlInfo::LogImages: End

2017-11-24 22:28:11, Info IBS DumpXmlInfoConstraints: Begin to dump XML info constraints for image selection

2017-11-24 22:28:11, Info IBS DumpXmlInfoConstraints: End of dump.

2017-11-24 22:28:11, Info CDepImageInfoSetCache::GetCachedInfoSet: Found cached image info for [D:\Sources\install.wim]

2017-11-24 22:28:11, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=Cloud, Flags=Cloud : Returning Cloud, hr=0x0

2017-11-24 22:28:11, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:28:11, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [Cloud] for key [0].

2017-11-24 22:28:11, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:28:11, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=CloudN, Flags=CloudN : Returning CloudN, hr=0x0

2017-11-24 22:28:11, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:28:11, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [CloudN] for key [0].

2017-11-24 22:28:11, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:28:11, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=Core, Flags=Core : Returning Core, hr=0x0

2017-11-24 22:28:11, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:28:11, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [Core] for key [0].

2017-11-24 22:28:11, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:28:11, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=CoreN, Flags=CoreN : Returning CoreN, hr=0x0

2017-11-24 22:28:11, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:28:11, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [CoreN] for key [0].

2017-11-24 22:28:11, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:28:11, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=CoreSingleLanguage, Flags=CoreSingleLanguage : Returning CoreSingleLanguage, hr=0x0

2017-11-24 22:28:11, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:28:11, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [CoreSingleLanguage] for key [0].

2017-11-24 22:28:11, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:28:11, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=Education, Flags=Education : Returning Education, hr=0x0

2017-11-24 22:28:11, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:28:11, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [Education] for key [0].

2017-11-24 22:28:11, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:28:11, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=EducationN, Flags=EducationN : Returning EducationN, hr=0x0

2017-11-24 22:28:11, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:28:11, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [EducationN] for key [0].

2017-11-24 22:28:11, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:28:11, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=Professional, Flags=Professional : Returning Professional, hr=0x0

2017-11-24 22:28:11, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:28:11, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [Professional] for key [0].

2017-11-24 22:28:11, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:28:11, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=ProfessionalN, Flags=ProfessionalN : Returning ProfessionalN, hr=0x0

2017-11-24 22:28:11, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:28:11, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [ProfessionalN] for key [0].

2017-11-24 22:28:11, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:28:11, Info [0x0a0035] UI Allowing Page 'Selecci�n de imagen' to be shown

2017-11-24 22:28:11, Info [0x0a011c] UI WizardDialogPost::SetActive

2017-11-24 22:28:12, Info IBS ConstructOSImageConstraints: Setup is in keyless mode.

2017-11-24 22:28:12, Info IBS ConstructOSImageConstraints: Setup is not using ei.cfg.

2017-11-24 22:28:12, Info IBS ConstructOSImageConstraints: Not using editionid for metadata constraint.

2017-11-24 22:28:12, Info CDepImageInfoSetCache::GetCachedInfoSet: Found cached image info for [D:\Sources\install.wim]

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Start

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Index = 1

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Name = Windows 10 S

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Description = Windows 10 S

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Total bytes = 15874163007

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Edition ID = Cloud

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Index = 2

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Name = Windows 10 S N

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Description = Windows 10 S N

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Total bytes = 14800750851

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Edition ID = CloudN

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Index = 3

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Name = Windows 10 Home

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Description = Windows 10 Home

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Total bytes = 15686534753

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Edition ID = Core

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Index = 4

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Name = Windows 10 Home N

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Description = Windows 10 Home N

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Total bytes = 14612822175

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Edition ID = CoreN

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Index = 5

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Name = Windows 10 Home Single Language

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Description = Windows 10 Home Single Language

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Total bytes = 15687774067

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Edition ID = CoreSingleLanguage

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Index = 6

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Name = Windows 10 Education

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Description = Windows 10 Education

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Total bytes = 15871702056

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Edition ID = Education

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Index = 7

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Name = Windows 10 Education N

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Description = Windows 10 Education N

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Total bytes = 14798016326

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Edition ID = EducationN

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Index = 8

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Name = Windows 10 Pro

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Description = Windows 10 Pro

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Total bytes = 15872387939

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Edition ID = Professional

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Index = 9

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Name = Windows 10 Pro N

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Description = Windows 10 Pro N

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Total bytes = 14799035192

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Architecture = 9

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Default language = es-ES

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Edition ID = ProfessionalN

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Major version = 10

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Minor version = 0

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Build number = 16299

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: SP Build = 15

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: SP Level = 0

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: Installation type = Client

2017-11-24 22:28:12, Info ImageXmlInfo::LogImages: End

2017-11-24 22:28:12, Info IBS DumpXmlInfoConstraints: Begin to dump XML info constraints for image selection

2017-11-24 22:28:12, Info IBS DumpXmlInfoConstraints: End of dump.

2017-11-24 22:28:12, Info CDepImageInfoSetCache::GetCachedInfoSet: Found cached image info for [D:\Sources\install.wim]

2017-11-24 22:28:12, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=Cloud, Flags=Cloud : Returning Cloud, hr=0x0

2017-11-24 22:28:12, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:28:12, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [Cloud] for key [0].

2017-11-24 22:28:12, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:28:12, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=CloudN, Flags=CloudN : Returning CloudN, hr=0x0

2017-11-24 22:28:12, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:28:12, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [CloudN] for key [0].

2017-11-24 22:28:12, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:28:12, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=Core, Flags=Core : Returning Core, hr=0x0

2017-11-24 22:28:12, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:28:12, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [Core] for key [0].

2017-11-24 22:28:12, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:28:12, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=CoreN, Flags=CoreN : Returning CoreN, hr=0x0

2017-11-24 22:28:12, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:28:12, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [CoreN] for key [0].

2017-11-24 22:28:12, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:28:12, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=CoreSingleLanguage, Flags=CoreSingleLanguage : Returning CoreSingleLanguage, hr=0x0

2017-11-24 22:28:12, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:28:12, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [CoreSingleLanguage] for key [0].

2017-11-24 22:28:12, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:28:12, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=Education, Flags=Education : Returning Education, hr=0x0

2017-11-24 22:28:12, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:28:12, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [Education] for key [0].

2017-11-24 22:28:12, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:28:12, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=EducationN, Flags=EducationN : Returning EducationN, hr=0x0

2017-11-24 22:28:12, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:28:12, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [EducationN] for key [0].

2017-11-24 22:28:12, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:28:12, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=Professional, Flags=Professional : Returning Professional, hr=0x0

2017-11-24 22:28:12, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:28:12, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [Professional] for key [0].

2017-11-24 22:28:12, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:28:13, Info [0x0606cc] IBS CDepImageXMLInfo::GetEditionID:EditionID=ProfessionalN, Flags=ProfessionalN : Returning ProfessionalN, hr=0x0

2017-11-24 22:28:13, Info IBS ImageXmlInfo::SetStagedImageEditionsForUI: Setting edition for staged image onto the blackboard.

2017-11-24 22:28:13, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Successfully set data for edition [ProfessionalN] for key [0].

2017-11-24 22:28:13, Info IBS ImageXmlInfo::BbSetImageSelectUiInfo: Success!

2017-11-24 22:28:13, Info [0x0a0035] UI Allowing Page 'Selecci�n de imagen' to be shown

2017-11-24 22:28:13, Info [0x0a0134] UI Accepting Next. Exiting Page CLUF.

2017-11-24 22:28:13, Info [0x0a0035] UI Allowing Page '' to be shown

2017-11-24 22:28:13, Info UI Entering Page Tipo de instalaci�n.

2017-11-24 22:28:13, Info [0x0a0035] UI Allowing Page 'CLUF' to be shown

2017-11-24 22:28:13, Info [0x0a011c] UI WizardDialogPost::SetActive

2017-11-24 22:28:14, Info [0x090056] PANTHR User selected clean install option

2017-11-24 22:28:14, Info [0x0a0134] UI Accepting Next. Exiting Page Tipo de instalaci�n.

2017-11-24 22:28:14, Info [0x0a0035] UI Allowing Page '' to be shown

2017-11-24 22:28:15, Info [0x0a0035] UI Allowing Page 'Tipo de instalaci�n' to be shown

2017-11-24 22:28:15, Info [0x0a0035] UI Allowing Page 'CLUF' to be shown

2017-11-24 22:28:15, Info [0x0a0035] UI Allowing Page 'Tipo de instalaci�n' to be shown

2017-11-24 22:28:15, Info [0x0a0035] UI Allowing Page 'CLUF' to be shown

2017-11-24 22:28:15, Info UI Entering Page Selecci�n de unidad.

2017-11-24 22:28:15, Info [0x0a0035] UI Allowing Page 'Tipo de instalaci�n' to be shown

2017-11-24 22:28:15, Info [0x0a0035] UI Allowing Page 'Tipo de instalaci�n' to be shown

2017-11-24 22:28:15, Info Callback_GatherDiskInfo: Entry: flags = [0x0]; major = [DriveInformation] / minor = [0x90001]

2017-11-24 22:28:15, Info RefreshDiskInfo: Using VDS

2017-11-24 22:28:15, Info [0x0606cc] IBS GatherDiskInfo_ThreadFunc:Querying disk information...

2017-11-24 22:28:15, Info [0x0a011c] UI WizardDialogPost::SetActive

2017-11-24 22:28:15, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:28:15, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:28:15, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:28:15, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:28:15, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 0 offset 0xc805000>; GLE = 0x3ED.

2017-11-24 22:28:15, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:28:15, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:28:15, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 0 offset 0x1d173949000>; GLE = 0x3ED.

2017-11-24 22:28:15, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:28:15, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:28:15, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:28:15, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:28:15, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:28:15, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:28:15, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:28:15, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:28:15, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 1 offset 0xc805000>; GLE = 0x3ED.

2017-11-24 22:28:15, Info [0x0606cc] IBS GatherVolumeInfo: Found volume with NULL GUID; must use alternate path...

2017-11-24 22:28:15, Info [0x0606cc] IBS GatherVolumeInfo did not succeed (hr = 0x80070032); trying legacy path...

2017-11-24 22:28:15, Warning [0x0606cc] IBS LegacyGatherVolumeInfo: Unable to determine FS type for <disk 1 offset 0xafbe76000>; GLE = 0x3ED.

2017-11-24 22:28:15, Info [0x0606cc] IBS GatherVolumeDriveLetters: Querying drive letters...

2017-11-24 22:28:15, Info [0x0606cc] IBS GatherVolumeDriveLetters: Done querying drive letters.

2017-11-24 22:28:15, Info [0x0606cc] IBS GatherDiskInfo_ThreadFunc:Finished gathering disk information.

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo:===== Disk number [0] =====

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Friendly name: [APPLE HDD ST2000DM001]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Arc path: [multi(0)disk(0)rdisk(0)]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Disk ID guid [{6FDEF36F-62AB-40B2-ACF1-B7EF6B3BD85B}]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Size (bytes) [2000398934016 / 0x1d1c1116000]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Sector size (bytes) [512]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Disk bus type: [Serial ATA]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: SMART health status = OK

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Partition style: GPT

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: 9 region(s), 5 partition(s), 5 toplevel partition(s)

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [0 / 0x0]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Size (bytes) [17408 / 0x4400]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [17408 / 0x4400]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Size (bytes) [3072 / 0xc00]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [1] -------

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [20480 / 0x5000]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Size (bytes) [209715200 / 0xc800000]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Simple index: [1]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{C12A7328-F81F-11D2-BA4B-00A0C93EC93B}] (recognized)

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: EFI system partition

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume1]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: File system type: [FAT32]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Volume label: [EFI]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [206454784]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [2] -------

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [209735680 / 0xc805000]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Size (bytes) [1998889172992 / 0x1d167144000]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Simple index: [2]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{53746F72-6167-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume2]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [3] -------

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [1999098908672 / 0x1d173949000]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Size (bytes) [650002432 / 0x26be4000]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Simple index: [3]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{426F6F74-0000-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume3]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [1999748911104 / 0x1d19a52d000]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Size (bytes) [864256 / 0xd3000]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [4] -------

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [1999749775360 / 0x1d19a600000]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Size (bytes) [523239424 / 0x1f300000]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Simple index: [4]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{DE94BBA4-06D1-4D40-A16A-BFD50179D6AC}] (recognized)

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Recovery partition

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: DOS drive letter [E:]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume9]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: File system type: [NTFS]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: File system version: [3:1]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Volume label: [Recuperaci�n]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [506277888]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [5] -------

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [2000273014784 / 0x1d1b9900000]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Size (bytes) [104857600 / 0x6400000]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Simple index: [5]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{C12A7328-F81F-11D2-BA4B-00A0C93EC93B}] (recognized)

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: EFI system partition

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: DOS drive letter [F:]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume10]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: File system type: [FAT32]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [100662272]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [2000377872384 / 0x1d1bfd00000]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Size (bytes) [21044736 / 0x1411e00]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo:===== Disk number [1] =====

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Friendly name: [APPLE SSD SM0128G]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Arc path: [multi(0)disk(0)rdisk(1)]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Disk ID guid [{E0855D6F-7020-44C0-83C2-21F1CDFE154A}]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Size (bytes) [121332826112 / 0x1c40000000]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Sector size (bytes) [512]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Disk bus type: [Serial ATA]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: SMART health status = OK

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Partition style: GPT

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: 8 region(s), 4 partition(s), 4 toplevel partition(s)

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [0 / 0x0]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Size (bytes) [17408 / 0x4400]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [17408 / 0x4400]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Size (bytes) [3072 / 0xc00]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [1] -------

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [20480 / 0x5000]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Size (bytes) [209715200 / 0xc800000]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Simple index: [1]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{C12A7328-F81F-11D2-BA4B-00A0C93EC93B}] (recognized)

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: EFI system partition

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume4]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: File system type: [FAT32]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Volume label: [EFI]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [190739968]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [2] -------

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [209735680 / 0xc805000]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Size (bytes) [46966181888 / 0xaef671000]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Simple index: [2]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{53746F72-6167-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume5]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [3] -------

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [47175917568 / 0xafbe76000]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Size (bytes) [134217728 / 0x8000000]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Simple index: [3]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{426F6F74-0000-11AA-AA11-00306543ECAC}] (not recognized)

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume6]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: File system type: [UNKNOWN]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [0]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [47310135296 / 0xb03e76000]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Size (bytes) [565248 / 0x8a000]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: ------ NT partition number [4] -------

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [47310700544 / 0xb03f00000]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Size (bytes) [74021076992 / 0x113c000000]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Simple index: [4]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: GPT partition type: [{EBD0A0A2-B9E5-4433-87C0-68B6B72699C7}] (recognized)

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: DOS drive letter [C:]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: NT path: [\Device\HarddiskVolume7]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: File system type: [NTFS]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: File system version: [3:1]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Volume flags = [0x98460]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Volume free space (bytes) [73915228160]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: ------- Unallocated disk region --------

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Offset (bytes) [121331777536 / 0x1c3ff00000]

2017-11-24 22:28:15, Info [0x0606cc] IBS DiskInfo: Size (bytes) [1031680 / 0xfbe00]

2017-11-24 22:28:15, Info PublishDiskInfoOnBlackboard: Serializing disk info...

2017-11-24 22:28:15, Info [0x0606cc] IBS GetSystemDiskNTPath: Unable to get required buffer size for system disk from BCD APIs; status = 0xc0000451

2017-11-24 22:28:15, Info IBS IsDiskSupported:Checking if disk [0] has the necessary driver support.

2017-11-24 22:28:15, Info IBS IsDeviceSupported:Device description is [Unidad de disco]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE____HDD_ST2000DM001AQ03]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE____HDD_ST2000DM001]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE___]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: H/w ID [SCSI\APPLE____HDD_ST2000DM001A]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: H/w ID [APPLE____HDD_ST2000DM001A]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: H/w ID [GenDisk]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: Compat ID [SCSI\Disk]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: Compat ID [SCSI\RAW]

2017-11-24 22:28:15, Info IBS IsDeviceIDPresent:Found device ID [GenDisk] in hwcompat list

2017-11-24 22:28:15, Info IBS IsDeviceSupported:Device [Unidad de disco] is supported

2017-11-24 22:28:15, Info IBS IsDeviceSupported:Device description is [Controladora SATA AHCI est�ndar]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&SUBSYS_72708086&REV_31]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&SUBSYS_72708086]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&CC_010601]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A102&CC_0106]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A102&REV_31]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A102]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_010601]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_0106]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_010601]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0106]

2017-11-24 22:28:15, Info IBS IsDeviceIDPresent:Found device ID [PCI\CC_010601] in hwcompat list

2017-11-24 22:28:15, Info IBS IsDeviceSupported:Device [Controladora SATA AHCI est�ndar] is supported

2017-11-24 22:28:15, Info IBS IsDeviceSupported:Device description is [Complejo ra�z PCI Express]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: H/w ID [ACPI\VEN_PNP&DEV_0A08]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: H/w ID [ACPI\PNP0A08]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: H/w ID [*PNP0A08]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: Compat ID [*PNP0A03]

2017-11-24 22:28:15, Info IBS IsDeviceIDPresent:Found device ID [*PNP0A08] in hwcompat list

2017-11-24 22:28:15, Info IBS IsDeviceSupported:Device [Complejo ra�z PCI Express] is supported

2017-11-24 22:28:15, Info IBS IsDeviceSupported:Device description is [Sistema Microsoft compatible con ACPI]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: H/w ID [ACPI_HAL\PNP0C08]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: H/w ID [*PNP0C08]

2017-11-24 22:28:15, Info IBS IsDeviceIDPresent:Found device ID [*PNP0C08] in hwcompat list

2017-11-24 22:28:15, Info IBS IsDeviceSupported:Device [Sistema Microsoft compatible con ACPI] is supported

2017-11-24 22:28:15, Info IBS IsDeviceSupported:Device description is [Equipo basado en x64 ACPI]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: H/w ID [acpiapic]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: Compat ID [DETECTEDInternal\ACPI_HAL]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: Compat ID [DETECTED\ACPI_HAL]

2017-11-24 22:28:15, Info IBS IsDeviceIDPresent:Found device ID [acpiapic] in hwcompat list

2017-11-24 22:28:15, Info IBS IsDeviceSupported:Device [Equipo basado en x64 ACPI] is supported

2017-11-24 22:28:15, Info IBS DetermineDeviceSupport:Disk 0 has the necessary driver support

2017-11-24 22:28:15, Info IBS IsDiskSupported:Checking if disk [1] has the necessary driver support.

2017-11-24 22:28:15, Info IBS IsDeviceSupported:Device description is [Unidad de disco]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE________SSD_SM0128GBXW5]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE________SSD_SM0128G]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: H/w ID [SCSI\DiskAPPLE___]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: H/w ID [SCSI\APPLE________SSD_SM0128GB]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: H/w ID [APPLE________SSD_SM0128GB]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: H/w ID [GenDisk]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: Compat ID [SCSI\Disk]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: Compat ID [SCSI\RAW]

2017-11-24 22:28:15, Info IBS IsDeviceIDPresent:Found device ID [GenDisk] in hwcompat list

2017-11-24 22:28:15, Info IBS IsDeviceSupported:Device [Unidad de disco] is supported

2017-11-24 22:28:15, Info IBS IsDeviceSupported:Device description is [Controladora SATA AHCI est�ndar]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&SUBSYS_A801144D&REV_01]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&SUBSYS_A801144D]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&CC_010601]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_144D&DEV_A801&CC_0106]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&DEV_A801&REV_01]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&DEV_A801]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&CC_010601]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D&CC_0106]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_144D]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_010601&DT_0]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_010601]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0106&DT_0]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0106]

2017-11-24 22:28:15, Info IBS IsDeviceIDPresent:Found device ID [PCI\CC_010601] in hwcompat list

2017-11-24 22:28:15, Info IBS IsDeviceSupported:Device [Controladora SATA AHCI est�ndar] is supported

2017-11-24 22:28:15, Info IBS IsDeviceSupported:Device description is [Puerto ra�z PCI Express]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&SUBSYS_72708086&REV_F1]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&SUBSYS_72708086]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&CC_060400]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: H/w ID [PCI\VEN_8086&DEV_A167&CC_0604]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A167&REV_F1]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&DEV_A167]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_060400]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086&CC_0604]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: Compat ID [PCI\VEN_8086]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_060400&DT_4]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_060400]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0604&DT_4]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: Compat ID [PCI\CC_0604]

2017-11-24 22:28:15, Info IBS IsDeviceIDPresent:Found device ID [PCI\CC_0604&DT_4] in hwcompat list

2017-11-24 22:28:15, Info IBS IsDeviceSupported:Device [Puerto ra�z PCI Express] is supported

2017-11-24 22:28:15, Info IBS IsDeviceSupported:Device description is [Complejo ra�z PCI Express]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: H/w ID [ACPI\VEN_PNP&DEV_0A08]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: H/w ID [ACPI\PNP0A08]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: H/w ID [*PNP0A08]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: Compat ID [*PNP0A03]

2017-11-24 22:28:15, Info IBS IsDeviceIDPresent:Found device ID [*PNP0A08] in hwcompat list

2017-11-24 22:28:15, Info IBS IsDeviceSupported:Device [Complejo ra�z PCI Express] is supported

2017-11-24 22:28:15, Info IBS IsDeviceSupported:Device description is [Sistema Microsoft compatible con ACPI]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: H/w ID [ACPI_HAL\PNP0C08]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: H/w ID [*PNP0C08]

2017-11-24 22:28:15, Info IBS IsDeviceIDPresent:Found device ID [*PNP0C08] in hwcompat list

2017-11-24 22:28:15, Info IBS IsDeviceSupported:Device [Sistema Microsoft compatible con ACPI] is supported

2017-11-24 22:28:15, Info IBS IsDeviceSupported:Device description is [Equipo basado en x64 ACPI]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: H/w ID [acpiapic]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: Compat ID [DETECTEDInternal\ACPI_HAL]

2017-11-24 22:28:15, Info IBS DumpDeviceIDs: Compat ID [DETECTED\ACPI_HAL]

2017-11-24 22:28:15, Info IBS IsDeviceIDPresent:Found device ID [acpiapic] in hwcompat list

2017-11-24 22:28:15, Info IBS IsDeviceSupported:Device [Equipo basado en x64 ACPI] is supported

2017-11-24 22:28:15, Info IBS DetermineDeviceSupport:Disk 1 has the necessary driver support

2017-11-24 22:28:16, Info PublishDiskInfoOnBlackboard: Successfully serialized disk info.

2017-11-24 22:28:16, Info Callback_GatherDiskInfo: Exit

2017-11-24 22:28:16, Info IBS Callback_ValidateInstallDrive:====== Does disk [0] offset [0x1d1bfd00000] meet installation reqs? ======

2017-11-24 22:28:16, Info [0x0601ba] IBS DiskSpaceReqs: Windows image size (from metadata) = [8376922096] bytes

2017-11-24 22:28:16, Info [0x0601bb] IBS DiskSpaceReqs: Windows image size (after padding) = [10019920673] bytes

2017-11-24 22:28:16, Info IBS DiskSpaceReqs: Windows image contents: [10019920673] bytes

2017-11-24 22:28:16, Info IBS DiskSpaceReqs: ~BT volume (estimate): [0] bytes

2017-11-24 22:28:16, Info IBS DiskSpaceReqs: Install volume (estimate): [10019920673] bytes

2017-11-24 22:28:16, Info IBS DiskSpaceReqs: ~LS volume (estimate w/o padding): [0] bytes

2017-11-24 22:28:16, Info IBS CalculatingRecommendedSpaceForWindows: RequiredSize [10019920673] bytes

2017-11-24 22:28:16, Info IBS CalculatingRecommendedSpaceForWindows: Recommending [27304581921] bytes

2017-11-24 22:28:16, Info IBS Callback_ValidateInstallDrive:Install volume -- required free space = [10019920673] bytes

2017-11-24 22:28:16, Info IBS Callback_ValidateInstallDrive:Install volume -- recommended free space = [27304581921] bytes

2017-11-24 22:28:16, Info IBS Callback_ValidateInstallDrive:Summary - CCP check passed; able to calculate space reqs; able to find install location; location type meets installation reqs; size of location IS too small; location free space is NOT enough; location free space does NOT meet the recommendation

2017-11-24 22:28:16, Info IBS Callback_ValidateInstallDrive:------------------------------------------------- ----------

2017-11-24 22:28:16, Info IBS Callback_ValidateInstallDrive:====== Does disk [1] offset [0xb03f00000] meet installation reqs? ======

2017-11-24 22:28:16, Info [0x0601ba] IBS DiskSpaceReqs: Windows image size (from metadata) = [8376922096] bytes

2017-11-24 22:28:16, Info [0x0601bb] IBS DiskSpaceReqs: Windows image size (after padding) = [10019920673] bytes

2017-11-24 22:28:16, Info IBS DiskSpaceReqs: Windows image contents: [10019920673] bytes

2017-11-24 22:28:16, Info IBS DiskSpaceReqs: ~BT volume (estimate): [0] bytes

2017-11-24 22:28:16, Info IBS DiskSpaceReqs: Install volume (estimate): [10019920673] bytes

2017-11-24 22:28:16, Info IBS DiskSpaceReqs: ~LS volume (estimate w/o padding): [0] bytes

2017-11-24 22:28:16, Info IBS CalculatingRecommendedSpaceForWindows: RequiredSize [10019920673] bytes

2017-11-24 22:28:16, Info IBS CalculatingRecommendedSpaceForWindows: Recommending [27304581921] bytes

2017-11-24 22:28:16, Info IBS Callback_ValidateInstallDrive:Install volume -- required free space = [10019920673] bytes

2017-11-24 22:28:16, Info IBS Callback_ValidateInstallDrive:Install volume -- recommended free space = [27304581921] bytes

2017-11-24 22:28:16, Info IBS Callback_ValidateInstallDrive:Summary - CCP check passed; able to calculate space reqs; able to find install location; location type meets installation reqs; size of location is not too small; location free space is enough; location free space meets the recommendation

2017-11-24 22:28:16, Info IBS Callback_ValidateInstallDrive:------------------------------------------------- ----------

2017-11-24 22:28:16, Info IBS Callback_ValidateInstallDrive:====== Does disk [1] offset [0xb03f00000] meet installation reqs? ======

2017-11-24 22:28:16, Info [0x0601ba] IBS DiskSpaceReqs: Windows image size (from metadata) = [8376922096] bytes

2017-11-24 22:28:16, Info [0x0601bb] IBS DiskSpaceReqs: Windows image size (after padding) = [10019920673] bytes

2017-11-24 22:28:16, Info IBS DiskSpaceReqs: Windows image contents: [10019920673] bytes

2017-11-24 22:28:16, Info IBS DiskSpaceReqs: ~BT volume (estimate): [0] bytes

2017-11-24 22:28:16, Info IBS DiskSpaceReqs: Install volume (estimate): [10019920673] bytes

2017-11-24 22:28:16, Info IBS DiskSpaceReqs: ~LS volume (estimate w/o padding): [0] bytes

2017-11-24 22:28:16, Info IBS CalculatingRecommendedSpaceForWindows: RequiredSize [10019920673] bytes

2017-11-24 22:28:16, Info IBS CalculatingRecommendedSpaceForWindows: Recommending [27304581921] bytes

2017-11-24 22:28:16, Info IBS Callback_ValidateInstallDrive:Install volume -- required free space = [10019920673] bytes

2017-11-24 22:28:16, Info IBS Callback_ValidateInstallDrive:Install volume -- recommended free space = [27304581921] bytes

2017-11-24 22:28:16, Info IBS Callback_ValidateInstallDrive:Summary - CCP check passed; able to calculate space reqs; able to find install location; location type meets installation reqs; size of location is not too small; location free space is enough; location free space meets the recommendation

2017-11-24 22:28:16, Info IBS Callback_ValidateInstallDrive:------------------------------------------------- ----------

2017-11-24 22:28:16, Info [0x0a0035] UI Allowing Page 'Tipo de instalaci�n' to be shown

2017-11-24 22:28:16, Info [0x0a0035] UI Allowing Page 'Tipo de instalaci�n' to be shown

2017-11-24 22:28:16, Info IBS Callback_ValidateInstallDrive:====== Does disk [1] offset [0xb03f00000] meet installation reqs? ======

2017-11-24 22:28:16, Info [0x0601ba] IBS DiskSpaceReqs: Windows image size (from metadata) = [8376922096] bytes

2017-11-24 22:28:16, Info [0x0601bb] IBS DiskSpaceReqs: Windows image size (after padding) = [10019920673] bytes

2017-11-24 22:28:16, Info IBS DiskSpaceReqs: Windows image contents: [10019920673] bytes

2017-11-24 22:28:16, Info IBS DiskSpaceReqs: ~BT volume (estimate): [0] bytes

2017-11-24 22:28:16, Info IBS DiskSpaceReqs: Install volume (estimate): [10019920673] bytes

2017-11-24 22:28:16, Info IBS DiskSpaceReqs: ~LS volume (estimate w/o padding): [0] bytes

2017-11-24 22:28:16, Info IBS CalculatingRecommendedSpaceForWindows: RequiredSize [10019920673] bytes

2017-11-24 22:28:16, Info IBS CalculatingRecommendedSpaceForWindows: Recommending [27304581921] bytes

2017-11-24 22:28:16, Info IBS Callback_ValidateInstallDrive:Install volume -- required free space = [10019920673] bytes

2017-11-24 22:28:16, Info IBS Callback_ValidateInstallDrive:Install volume -- recommended free space = [27304581921] bytes

2017-11-24 22:28:16, Info IBS Callback_ValidateInstallDrive:Summary - CCP check passed; able to calculate space reqs; able to find install location; location type meets installation reqs; size of location is not too small; location free space is enough; location free space meets the recommendation

2017-11-24 22:28:16, Info IBS Callback_ValidateInstallDrive:------------------------------------------------- ----------

2017-11-24 22:28:16, Info [0x0a0035] UI Allowing Page 'Tipo de instalaci�n' to be shown

2017-11-24 22:28:16, Info [0x0a0035] UI Allowing Page 'Tipo de instalaci�n' to be shown

2017-11-24 22:28:16, Info IBS Callback_ValidateInstallDrive:====== Does disk [1] offset [0xb03f00000] meet installation reqs? ======

2017-11-24 22:28:16, Info [0x0601ba] IBS DiskSpaceReqs: Windows image size (from metadata) = [8376922096] bytes

2017-11-24 22:28:16, Info [0x0601bb] IBS DiskSpaceReqs: Windows image size (after padding) = [10019920673] bytes

2017-11-24 22:28:16, Info IBS DiskSpaceReqs: Windows image contents: [10019920673] bytes

2017-11-24 22:28:16, Info IBS DiskSpaceReqs: ~BT volume (estimate): [0] bytes

2017-11-24 22:28:16, Info IBS DiskSpaceReqs: Install volume (estimate): [10019920673] bytes

2017-11-24 22:28:16, Info IBS DiskSpaceReqs: ~LS volume (estimate w/o padding): [0] bytes

2017-11-24 22:28:16, Info IBS CalculatingRecommendedSpaceForWindows: RequiredSize [10019920673] bytes

2017-11-24 22:28:16, Info IBS CalculatingRecommendedSpaceForWindows: Recommending [27304581921] bytes

2017-11-24 22:28:16, Info IBS Callback_ValidateInstallDrive:Install volume -- required free space = [10019920673] bytes

2017-11-24 22:28:16, Info IBS Callback_ValidateInstallDrive:Install volume -- recommended free space = [27304581921] bytes

2017-11-24 22:28:16, Info IBS Callback_ValidateInstallDrive:Summary - CCP check passed; able to calculate space reqs; able to find install location; location type meets installation reqs; size of location is not too small; location free space is enough; location free space meets the recommendation

2017-11-24 22:28:16, Info IBS Callback_ValidateInstallDrive:------------------------------------------------- ----------

2017-11-24 22:28:16, Info [0x0a0035] UI Allowing Page 'Tipo de instalaci�n' to be shown

2017-11-24 22:28:16, Info [0x0a0035] UI Allowing Page 'Tipo de instalaci�n' to be shown

2017-11-24 22:28:39, Info [0x0a0035] UI Allowing Page 'Tipo de instalaci�n' to be shown

2017-11-24 22:28:39, Info [0x0a0047] UI DiskPart = 0x10004

2017-11-24 22:28:39, Info IBS Callback_ValidateInstallDrive:====== Does disk [1] offset [0xb03f00000] meet installation reqs? ======

2017-11-24 22:28:39, Info [0x0601ba] IBS DiskSpaceReqs: Windows image size (from metadata) = [8376922096] bytes

2017-11-24 22:28:39, Info [0x0601bb] IBS DiskSpaceReqs: Windows image size (after padding) = [10019920673] bytes

2017-11-24 22:28:39, Info IBS DiskSpaceReqs: Windows image contents: [10019920673] bytes

2017-11-24 22:28:39, Info IBS DiskSpaceReqs: ~BT volume (estimate): [0] bytes

2017-11-24 22:28:39, Info IBS DiskSpaceReqs: Install volume (estimate): [10019920673] bytes

2017-11-24 22:28:39, Info IBS DiskSpaceReqs: ~LS volume (estimate w/o padding): [0] bytes

2017-11-24 22:28:39, Info IBS CalculatingRecommendedSpaceForWindows: RequiredSize [10019920673] bytes

2017-11-24 22:28:39, Info IBS CalculatingRecommendedSpaceForWindows: Recommending [27304581921] bytes

2017-11-24 22:28:39, Info IBS Callback_ValidateInstallDrive:Install volume -- required free space = [10019920673] bytes

2017-11-24 22:28:39, Info IBS Callback_ValidateInstallDrive:Install volume -- recommended free space = [27304581921] bytes

2017-11-24 22:28:39, Info IBS Callback_ValidateInstallDrive:Summary - CCP check passed; able to calculate space reqs; able to find install location; location type meets installation reqs; size of location is not too small; location free space is enough; location free space meets the recommendation

2017-11-24 22:28:39, Info IBS Callback_ValidateInstallDrive:------------------------------------------------- ----------

2017-11-24 22:28:39, Info [0x0606cc] IBS GetSystemDiskNTPath: Unable to get required buffer size for system disk from BCD APIs; status = 0xc0000451

2017-11-24 22:28:39, Info IBS GetMachineInfo:Couldn't find any system volumes on this EFI-based computer

2017-11-24 22:28:39, Info IBSLIB CanBeSystemVolume: Volume at disk [0] offset [0x0] doesn't meet criteria for system volumes...

2017-11-24 22:28:39, Info IBSLIB DiskRegionSupportsCapability:Region on disk [0] (offset = [0x0]) is BLOCKED against capability [CanBeSystemVolume] for the following reasons...

2017-11-24 22:28:39, Info IBSLIB LogReasons: [BLOCKING reason for {disk 0 offset 0x0}: CanBeSystemVolume] La partici�n es demasiado peque�a.

2017-11-24 22:28:39, Info IBSLIB CanBeSystemVolume: Volume at disk [0] offset [0x4400] doesn't meet criteria for system volumes...

2017-11-24 22:28:39, Info IBSLIB DiskRegionSupportsCapability:Region on disk [0] (offset = [0x4400]) is BLOCKED against capability [CanBeSystemVolume] for the following reasons...

2017-11-24 22:28:39, Info IBSLIB LogReasons: [BLOCKING reason for {disk 0 offset 0x4400}: CanBeSystemVolume] La partici�n es demasiado peque�a.

2017-11-24 22:28:39, Info IBSLIB CanBeSystemVolume: Volume at disk [0] offset [0x1d19a52d000] doesn't meet criteria for system volumes...

2017-11-24 22:28:39, Info IBSLIB DiskRegionSupportsCapability:Region on disk [0] (offset = [0x1d19a52d000]) is BLOCKED against capability [CanBeSystemVolume] for the following reasons...

2017-11-24 22:28:39, Info IBSLIB LogReasons: [BLOCKING reason for {disk 0 offset 0x1d19a52d000}: CanBeSystemVolume] La partici�n es demasiado peque�a.

2017-11-24 22:28:39, Info IBSLIB CanBeSystemVolume: Space at disk [0] offset [0x1d1bfd00000] does not meet criteria -- size is [21044736] bytes (volume not present), [628097024] free bytes are needed

2017-11-24 22:28:39, Info IBSLIB CanBeSystemVolume: Volume at disk [1] offset [0x0] doesn't meet criteria for system volumes...

2017-11-24 22:28:39, Info IBSLIB DiskRegionSupportsCapability:Region on disk [1] (offset = [0x0]) is BLOCKED against capability [CanBeSystemVolume] for the following reasons...

2017-11-24 22:28:39, Info IBSLIB LogReasons: [BLOCKING reason for {disk 1 offset 0x0}: CanBeSystemVolume] La partici�n es demasiado peque�a.

2017-11-24 22:28:39, Info IBSLIB CanBeSystemVolume: Volume at disk [1] offset [0x4400] doesn't meet criteria for system volumes...

2017-11-24 22:28:39, Info IBSLIB DiskRegionSupportsCapability:Region on disk [1] (offset = [0x4400]) is BLOCKED against capability [CanBeSystemVolume] for the following reasons...

2017-11-24 22:28:39, Info IBSLIB LogReasons: [BLOCKING reason for {disk 1 offset 0x4400}: CanBeSystemVolume] La partici�n es demasiado peque�a.

2017-11-24 22:28:39, Info IBSLIB CanBeSystemVolume: Volume at disk [1] offset [0xb03e76000] doesn't meet criteria for system volumes...

2017-11-24 22:28:39, Info IBSLIB DiskRegionSupportsCapability:Region on disk [1] (offset = [0xb03e76000]) is BLOCKED against capability [CanBeSystemVolume] for the following reasons...

2017-11-24 22:28:39, Info IBSLIB LogReasons: [BLOCKING reason for {disk 1 offset 0xb03e76000}: CanBeSystemVolume] La partici�n es demasiado peque�a.

2017-11-24 22:28:39, Info IBSLIB CanBeSystemVolume: Volume at disk [1] offset [0x1c3ff00000] doesn't meet criteria for system volumes...

2017-11-24 22:28:39, Info IBSLIB DiskRegionSupportsCapability:Region on disk [1] (offset = [0x1c3ff00000]) is BLOCKED against capability [CanBeSystemVolume] for the following reasons...

2017-11-24 22:28:39, Info IBSLIB LogReasons: [BLOCKING reason for {disk 1 offset 0x1c3ff00000}: CanBeSystemVolume] La partici�n es demasiado peque�a.

2017-11-24 22:28:39, Info IBSLIB CanBeSystemVolume: Volume at disk [0] offset [0x5000] does not have enough free space -- [206454784] bytes are free, [628097024] free bytes are needed

2017-11-24 22:28:39, Info IBSLIB CanBeSystemVolume: Volume at disk [0] offset [0xc805000] doesn't meet criteria for system volumes...

2017-11-24 22:28:39, Info IBSLIB DiskRegionSupportsCapability:Region on disk [0] (offset = [0xc805000]) is BLOCKED against capability [CanBeSystemVolume] for the following reasons...

2017-11-24 22:28:39, Info IBSLIB LogReasons: [BLOCKING reason for {disk 0 offset 0xc805000}: CanBeSystemVolume] La partici�n seleccionada contiene un sistema de archivos desconocido.

2017-11-24 22:28:39, Info IBSLIB LogReasons: [BLOCKING reason for {disk 0 offset 0xc805000}: CanBeSystemVolume] No se reconoce el tipo de la partici�n.

2017-11-24 22:28:39, Info IBSLIB LogReasons: [BLOCKING reason for {disk 0 offset 0xc805000}: CanBeSystemVolume] El espacio en disco seleccionado no es del tipo ESP.



2017-11-24 22:28:39, Info IBSLIB CanBeSystemVolume: Volume at disk [0] offset [0x1d173949000] doesn't meet criteria for system volumes...

2017-11-24 22:28:39, Info IBSLIB DiskRegionSupportsCapability:Region on disk [0] (offset = [0x1d173949000]) is BLOCKED against capability [CanBeSystemVolume] for the following reasons...

2017-11-24 22:28:39, Info IBSLIB LogReasons: [BLOCKING reason for {disk 0 offset 0x1d173949000}: CanBeSystemVolume] La partici�n seleccionada contiene un sistema de archivos desconocido.

2017-11-24 22:28:39, Info IBSLIB LogReasons: [BLOCKING reason for {disk 0 offset 0x1d173949000}: CanBeSystemVolume] No se reconoce el tipo de la partici�n.

2017-11-24 22:28:39, Info IBSLIB LogReasons: [BLOCKING reason for {disk 0 offset 0x1d173949000}: CanBeSystemVolume] El espacio en disco seleccionado no es del tipo ESP.



2017-11-24 22:28:39, Info IBSLIB CanBeSystemVolume: Volume at disk [0] offset [0x1d19a600000] doesn't meet criteria for system volumes...

2017-11-24 22:28:39, Info IBSLIB DiskRegionSupportsCapability:Region on disk [0] (offset = [0x1d19a600000]) is BLOCKED against capability [CanBeSystemVolume] for the following reasons...

2017-11-24 22:28:39, Info IBSLIB LogReasons: [BLOCKING reason for {disk 0 offset 0x1d19a600000}: CanBeSystemVolume] El espacio en disco seleccionado no es del tipo ESP.



2017-11-24 22:28:39, Info IBSLIB CanBeSystemVolume: Volume at disk [0] offset [0x1d1b9900000] does not have enough free space -- [100662272] bytes are free, [628097024] free bytes are needed

2017-11-24 22:28:39, Info IBSLIB CanBeSystemVolume: Volume at disk [1] offset [0x5000] does not have enough free space -- [190739968] bytes are free, [628097024] free bytes are needed

2017-11-24 22:28:39, Info IBSLIB CanBeSystemVolume: Volume at disk [1] offset [0xc805000] doesn't meet criteria for system volumes...

2017-11-24 22:28:39, Info IBSLIB DiskRegionSupportsCapability:Region on disk [1] (offset = [0xc805000]) is BLOCKED against capability [CanBeSystemVolume] for the following reasons...

2017-11-24 22:28:39, Info IBSLIB LogReasons: [BLOCKING reason for {disk 1 offset 0xc805000}: CanBeSystemVolume] La partici�n seleccionada contiene un sistema de archivos desconocido.

2017-11-24 22:28:39, Info IBSLIB LogReasons: [BLOCKING reason for {disk 1 offset 0xc805000}: CanBeSystemVolume] No se reconoce el tipo de la partici�n.

2017-11-24 22:28:39, Info IBSLIB LogReasons: [BLOCKING reason for {disk 1 offset 0xc805000}: CanBeSystemVolume] El espacio en disco seleccionado no es del tipo ESP.



2017-11-24 22:28:39, Info IBSLIB CanBeSystemVolume: Volume at disk [1] offset [0xafbe76000] doesn't meet criteria for system volumes...

2017-11-24 22:28:39, Info IBSLIB DiskRegionSupportsCapability:Region on disk [1] (offset = [0xafbe76000]) is BLOCKED against capability [CanBeSystemVolume] for the following reasons...

2017-11-24 22:28:39, Info IBSLIB LogReasons: [BLOCKING reason for {disk 1 offset 0xafbe76000}: CanBeSystemVolume] La partici�n seleccionada contiene un sistema de archivos desconocido.

2017-11-24 22:28:39, Info IBSLIB LogReasons: [BLOCKING reason for {disk 1 offset 0xafbe76000}: CanBeSystemVolume] No se reconoce el tipo de la partici�n.

2017-11-24 22:28:39, Info IBSLIB LogReasons: [BLOCKING reason for {disk 1 offset 0xafbe76000}: CanBeSystemVolume] El espacio en disco seleccionado no es del tipo ESP.



2017-11-24 22:28:39, Info IBSLIB CanBeSystemVolume: Volume at disk [1] offset [0xb03f00000] doesn't meet criteria for system volumes...

2017-11-24 22:28:39, Info IBSLIB DiskRegionSupportsCapability:Region on disk [1] (offset = [0xb03f00000]) is BLOCKED against capability [CanBeSystemVolume] for the following reasons...

2017-11-24 22:28:39, Info IBSLIB LogReasons: [BLOCKING reason for {disk 1 offset 0xb03f00000}: CanBeSystemVolume] El espacio en disco seleccionado no es del tipo ESP.



2017-11-24 22:28:39, Info IBSLIB Remedy was applied for said disk rule

2017-11-24 22:28:39, Info [0x0a0035] UI Allowing Page 'Tipo de instalaci�n' to be shown

Dec 2, 2017 2:35 PM in response to emulajavi

These are some useful links that helped me:


FUSION DRIVE:


DIY Fusion Drives

https://medium.com/@dalemugford/diy-fusion-drives-the-right-way-2c9baa368984


Splitting a Fusion Drive

https://www.lifewire.com/split-fusion-drive-apart-2260166


Fix a split Fusion Drive - Apple Support

https://support.apple.com/en-us/HT207584


Setting a Fusion Drive

https://www.lifewire.com/setting-up-fusion-drive-mac-2260165


Resizestack examples

https://discussions.apple.com/thread/6856567?start=0&tstart=0


Resizing Mac Volumes with Disk Utility

https://www.lifewire.com/resize-mac-disk-utility-volume-os-x-el-capital-later-35 73395



SMC AND PRAM RESET:


SMC Reset

https://support.apple.com/en-us/HT201295


Reset NVRAM

https://support.apple.com/en-us/HT204063



WINDOWS SETUP:


Presence of other EFI partitions on other disks confuses Windows Setup

https://www.bleepingcomputer.com/forums/t/636944/win10-install-efi-system-partit ion-errors-until-i-unplugged-usb-drive/


Manually creating a 200MB EFI

https://www.tonymacx86.com/threads/mavericks-windows-8-on-same-drive-without-era sing.133940/page-2


Delete partitions when Diskpart refuses

https://superuser.com/questions/1077372/diskpart-cant-delete-a-partition-without -the-force-protected-parameter-set


Windows setup log files location. setupact.log

https://technet.microsoft.com/en-us/library/dd744583(v=ws.10).aspx


How to view windows setup files

http://www.0x00.to/post/2013/06/15/How-to-view-Windows-Setup-log-files



BOOTCAMP:


Error SATA/AHCI

https://forums.macrumors.com/threads/boot-camp-on-ssd-portion-of-3tb-fusion-on-5 k-imac-impossible.1839660/


BootCamp not requiring USB explanation

https://twocanoes.com/apple-boot-camp-no-longer-requires-usb-flash-drive/


BootCamp on macOS High Sierra

https://twocanoes.com/boot-camp-high-sierra/


BootCamp SIP and Partitioning

https://twocanoes.com/how-el-capitan-boot-camp-is-affected-by-apples/


Brigadier - Download BootCamp Drivers from Apple Servers

https://github.com/timsutton/brigadier

Nov 22, 2017 11:03 AM in response to emulajavi

Disk0 and disk1 are not fixed. A reboot can re-number drive sequence. The Fusion headers do the right thing irrespective of the order of disks.


What type of a USB Installer disk are you using? I have W7 installed on my Minis using the SSD as the Windows installation. I use diskutil cs resizeStack with the SSD's pvUUID to partition and install W7.

Nov 22, 2017 1:49 PM in response to Loner T

I've created it again on a MacMini with bootcamp


Device Identifier: disk3

Device Node: /dev/disk3

Whole: Yes

Part of Whole: disk3

Device / Media Name: STORE N GO


Volume Name: Not applicable (no file system)

Mounted: Not applicable (no file system)

File System: None


Content (IOContent): FDisk_partition_scheme

OS Can Be Installed: No

Media Type: Generic

Protocol: USB

SMART Status: Not Supported


Disk Size: 16.0 GB (16013852672 Bytes) (exactly 31277056 512-Byte-Units)

Device Block Size: 512 Bytes


Read-Only Media: No

Read-Only Volume: Not applicable (no file system)


Device Location: External

Removable Media: Removable

Media Removal: Software-Activated


Virtual: No

OS 9 Drivers: No

Low Level Format: Not supported

Nov 22, 2017 1:55 PM in response to emulajavi

Unetbootin should create a different configuration compared to BCA, which uses FAT. Can you post the output of


diskutil list


to show the current disk layout?


Mini has the following layout.


diskutil list

/dev/disk0

#: TYPE NAME SIZE IDENTIFIER

0: GUID_partition_scheme *256.1 GB disk0

1: EFI EFI 209.7 MB disk0s1

2: Apple_CoreStorage 128.0 GB disk0s2

3: Apple_Boot Boot OS X 134.2 MB disk0s3

4: Microsoft Basic Data BOOTCAMP 127.7 GB disk0s4

/dev/disk1

#: TYPE NAME SIZE IDENTIFIER

0: GUID_partition_scheme *1.0 TB disk1

1: EFI EFI 209.7 MB disk1s1

2: Apple_CoreStorage 999.3 GB disk1s2

3: Apple_Boot Boot OS X 650.0 MB disk1s3


diskutil cs list

CoreStorage logical volume groups (1 found)

|

+-- Logical Volume Group DF140929-90E7-48E1-AC3D-C9C75BA88D1D

=========================================================

Name: OSX-FusionHD

Status: Online

Size: 1127375384576 B (1.1 TB)

Free Space: 69632 B (69.6 KB)

|

+-< Physical Volume C856A74C-EB57-4D1F-8223-0A22215218ED

| ----------------------------------------------------

| Index: 0

| Disk: disk0s2

| Status: Online

| Size: 128030257152 B (128.0 GB)

|

+-< Physical Volume 80D91A14-CCC9-47B1-B071-B9ADFF23924F

| ----------------------------------------------------

| Index: 1

| Disk: disk1s2

| Status: Online

| Size: 999345127424 B (999.3 GB)

|

+-> Logical Volume Family 019D610F-21AC-4B54-AB0A-6D5F90D520A7

----------------------------------------------------------

Encryption Status: Unlocked

Encryption Type: None

Conversion Status: NoConversion

Conversion Direction: -none-

Has Encrypted Extents: No

Fully Secure: No

Passphrase Required: No

|

+-> Logical Volume D9DC0F70-38C7-4AE6-BAC4-CFBE0F8D4F68

---------------------------------------------------

Disk: disk2

Status: Online

Size (Total): 1118844862464 B (1.1 TB)

Conversion Progress: -none-

Revertible: No

LV Name: OSX-FusionHD

Volume Name: OSX-FusionHD

Content Hint: Apple_HFS


diskutil info disk0

Device Identifier: disk0

Device Node: /dev/disk0

Part of Whole: disk0

Device / Media Name: Samsung SSD 840 PRO Series Media


Volume Name: Not applicable (no file system)


Mounted: Not applicable (no file system)


File System: None


Content (IOContent): GUID_partition_scheme

OS Can Be Installed: No

Media Type: Generic

Protocol: SATA

SMART Status: Verified


Total Size: 256.1 GB (256060514304 Bytes) (exactly 500118192 512-Byte-Units)

Volume Free Space: Not applicable (no file system)

Device Block Size: 512 Bytes


Read-Only Media: No

Read-Only Volume: Not applicable (no file system)

Ejectable: No


Whole: Yes

Internal: Yes

Solid State: Yes

OS 9 Drivers: No

Low Level Format: Not supported

Device Location: "Lower"


diskutil info disk1

Device Identifier: disk1

Device Node: /dev/disk1

Part of Whole: disk1

Device / Media Name: Hitachi HTS541010A9E680 Media


Volume Name: Not applicable (no file system)


Mounted: Not applicable (no file system)


File System: None


Content (IOContent): GUID_partition_scheme

OS Can Be Installed: No

Media Type: Generic

Protocol: SATA

SMART Status: Verified


Total Size: 1.0 TB (1000204886016 Bytes) (exactly 1953525168 512-Byte-Units)

Volume Free Space: Not applicable (no file system)

Device Block Size: 512 Bytes


Read-Only Media: No

Read-Only Volume: Not applicable (no file system)

Ejectable: No


Whole: Yes

Internal: Yes

Solid State: No

OS 9 Drivers: No

Low Level Format: Not supported

Device Location: "Upper"

Nov 22, 2017 2:21 PM in response to Loner T

Thank you. At first I tried with unetbootin, and now (the USB info of my last message is from the BCA created one) I created it with BCA on a late 2011 MacMini.



About the diskutil list.....


My system is a late2015 iMac 27 5K with 128GB SSD+2TB HDD


Where is want to install Windows is on the 75GB partition of the SSD. The 1.3TB partition of the HDD is exFAT for file sharing.


iMac-de-Javier:~ javiergil$ diskutil list

/dev/disk0 (internal, physical):

#: TYPE NAME SIZE IDENTIFIER

0: GUID_partition_scheme *2.0 TB disk0

1: EFI EFI 209.7 MB disk0s1

2: Apple_CoreStorage Macintosh HD 704.7 GB disk0s2

3: Apple_Boot Recovery HD 650.0 MB disk0s3

4: Microsoft Basic Data WinMac 1.3 TB disk0s4


/dev/disk1 (internal, physical):

#: TYPE NAME SIZE IDENTIFIER

0: GUID_partition_scheme *121.3 GB disk1

1: EFI EFI 209.7 MB disk1s1

2: Apple_CoreStorage Macintosh HD 46.2 GB disk1s2

3: Apple_Boot Boot OS X 134.2 MB disk1s3

4: Microsoft Basic Data 74.8 GB disk1s4


/dev/disk2 (internal, virtual):

#: TYPE NAME SIZE IDENTIFIER

0: Apple_HFS Macintosh HD +745.0 GB disk2

Logical Volume on disk1s2, disk0s2

2F279D86-4522-46D4-9FA6-1C207A1F4934

Unencrypted Fusion Drive


/dev/disk3 (external, physical):

#: TYPE NAME SIZE IDENTIFIER

0: FDisk_partition_scheme *16.0 GB disk3

1: DOS_FAT_32 WININSTALL 16.0 GB disk3s1



As you told me disk order is random because after a reboot it shows SSD as disk0 and HDD as disk1


/dev/disk0 (internal, physical):

#: TYPE NAME SIZE IDENTIFIER

0: GUID_partition_scheme *121.3 GB disk0

1: EFI EFI 209.7 MB disk0s1

2: Apple_CoreStorage Macintosh HD 46.2 GB disk0s2

3: Apple_Boot Boot OS X 134.2 MB disk0s3

4: Microsoft Basic Data 74.8 GB disk0s4


/dev/disk1 (internal, physical):

#: TYPE NAME SIZE IDENTIFIER

0: GUID_partition_scheme *2.0 TB disk1

1: EFI EFI 209.7 MB disk1s1

2: Apple_CoreStorage Macintosh HD 704.7 GB disk1s2

3: Apple_Boot Recovery HD 650.0 MB disk1s3

4: Microsoft Basic Data WinMac 1.3 TB disk1s4


/dev/disk2 (internal, virtual):

#: TYPE NAME SIZE IDENTIFIER

0: Apple_HFS Macintosh HD +745.0 GB disk2

Logical Volume on disk0s2, disk1s2

2F279D86-4522-46D4-9FA6-1C207A1F4934

Unencrypted Fusion Drive


/dev/disk3 (external, physical):

#: TYPE NAME SIZE IDENTIFIER

0: FDisk_partition_scheme *16.0 GB disk3

1: DOS_FAT_32 WININSTALL 16.0 GB disk3s1

Nov 22, 2017 2:22 PM in response to emulajavi

Remove WinMac temporarily and merge it back into the HDD, and install Windows on the SSD first. Once Windows is fully installed, use cd resizeStack and use the pvUUID of the HDD to create WinMac. The installer is confused due to two potential destinations, one each on two separate disks. Remember to run SMC and NVRAM Reset every time before you attempt to install Windows.

Nov 22, 2017 3:29 PM in response to Loner T

iMac-de-Javier:~ javiergil$ diskutil list

/dev/disk0 (internal, physical):

#: TYPE NAME SIZE IDENTIFIER

0: GUID_partition_scheme *2.0 TB disk0

1: EFI EFI 209.7 MB disk0s1

2: Apple_CoreStorage Macintosh HD 2.0 TB disk0s2

3: Apple_Boot Recovery HD 650.0 MB disk0s3


/dev/disk1 (internal, physical):

#: TYPE NAME SIZE IDENTIFIER

0: GUID_partition_scheme *121.3 GB disk1

1: EFI EFI 209.7 MB disk1s1

2: Apple_CoreStorage Macintosh HD 46.2 GB disk1s2

3: Apple_Boot Boot OS X 134.2 MB disk1s3

4: Microsoft Basic Data 74.8 GB disk1s4


/dev/disk2 (internal, virtual):

#: TYPE NAME SIZE IDENTIFIER

0: Apple_HFS Macintosh HD +2.0 TB disk2

Logical Volume on disk1s2, disk0s2

2F279D86-4522-46D4-9FA6-1C207A1F4934

Unencrypted Fusion Drive


/dev/disk3 (external, physical):

#: TYPE NAME SIZE IDENTIFIER

0: FDisk_partition_scheme *16.0 GB disk3

1: DOS_FAT_32 WININSTALL 16.0 GB disk3s1




iMac-de-Javier:~ javiergil$ diskutil cs list

CoreStorage logical volume groups (1 found)

|

+-- Logical Volume Group 57FC5F65-7052-49FB-A2FD-46FCB35F09A3

=========================================================

Name: Macintosh HD

Status: Online

Size: 2045729681408 B (2.0 TB)

Free Space: 409702400 B (409.7 MB)

|

+-< Physical Volume 6FA26662-ADBF-4B18-9FBA-26D6D9DCB3B1

| ----------------------------------------------------

| Index: 0

| Disk: disk1s2

| Status: Online

| Size: 46190505984 B (46.2 GB)

|

+-< Physical Volume E4DD4F41-C8CA-48A1-8DB9-73A365AC0D7A

| ----------------------------------------------------

| Index: 1

| Disk: disk0s2

| Status: Online

| Size: 1999539175424 B (2.0 TB)

|

+-> Logical Volume Family 2B26D9E6-1E53-453A-8613-40E40E1FE0EC

----------------------------------------------------------

Encryption Type: None

|

+-> Logical Volume 2F279D86-4522-46D4-9FA6-1C207A1F4934

---------------------------------------------------

Disk: disk2

Status: Online

Size (Total): 2039874191360 B (2.0 TB)

Revertible: No

LV Name: Macintosh HD

Volume Name: Macintosh HD

Content Hint: Apple_HFS

LVG Type: Fusion, Sparse



About the USB:

STORE N GO:


ID del producto: 0x3123

ID del fabricante: 0x13fe (Phison Electronics Corp.)

Versión: 1.10

Número de serie: 0793037B03F4

Velocidad: Hasta 480 Mb/s

Fabricante: Verbatim

ID de la ubicación: 0x14100000 / 1

Corriente disponible (mA): 500

Corriente necesaria (mA): 300

Corriente operativa adicional (mA): 0

Media:

STORE N GO:

Capacidad: 16,01 GB (16.013.852.672 bytes)

Soporte extraíble: Sí

Nombre BSD: disk3

Logical Unit: 0

Tipo de mapa de particiones: MBR (Registro maestro de arranque)

USB Interface: 0

Volúmenes:

WININSTALL:

Capacidad: 16,01 GB (16.013.851.648 bytes)

Disponible: 10,08 GB (10.076.659.712 bytes)

Grabable: Sí

Sistema de archivos: MS-DOS FAT32

Nombre BSD: disk3s1

Punto de montaje: /Volumes/WININSTALL

Contenido: DOS_FAT_32

Volumen UUID: FDB4C5C5-EE88-3D13-B0E0-272D0A94051C

Nov 22, 2017 5:08 PM in response to Loner T

Nothing connected except the USB with WindowsInstall. macOS 10.13.1


thank you. here you go....


iMac-de-Javier:~ javiergil$ mount -v

/dev/disk2 on / (hfs, local, journaled)

devfs on /dev (devfs, local, nobrowse)

/dev/disk1s4 on /Volumes/BOOTCAMP (ntfs, local, read-only, noowners)

map -hosts on /net (autofs, nosuid, automounted, nobrowse)

map auto_home on /home (autofs, automounted, nobrowse)

/dev/disk3s1 on /Volumes/WININSTALL (msdos, local, nodev, nosuid, noowners)

BootCamp on SDD on system with Fusion Drive

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.