Post Reply 
 
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem with iSCSI and WDS (Solved with DHCP route for iPXE User Class)
2013-02-27, 03:54
Post: #4
RE: Problem with iSCSI and WDS
I run 2 DHCP servers, so to test a theory, I set DHCP reservations on each DHCP server to be a different IP address for the MAC address of the computer, I then tried again, and the two addresses were both of the reservation addresses.

I then tried just chaining wds

Code:
:wds
cpuid --ext 29 && set arch x64 || set arch x86
set wdsserver:ipv4 192.168.53.15
set net0/next-server ${wdsserver}
chain tftp://${wdsserver}/Boot\\${arch}\\wdsnbp.com || goto failed
goto start

and it only gets a single address

Code:
2013-02-27 01:08:26, Info                  IBS    InstallWindows:Successfully loaded resource language [en-US]
2013-02-27 01:08:26, Info       [0x0601c1] IBS    InstallWindows:Install Path = X:\Sources
2013-02-27 01:08:26, Info       [0x0601c2] IBS    InstallWindows:Setup Phase = 2
2013-02-27 01:08:26, Info       [0x0601e9] IBS    CheckWinPEVersion:Compatible WinPE Version 6.1.7601 sp 1.0
2013-02-27 01:08:26, Info       [0x0601c9] IBS    InstallWindows:Starting a new install from WinPE
2013-02-27 01:08:26, Info                  IBS    InstallWindows: Setup working directory = X:\WINDOWS\panther
2013-02-27 01:08:26, Info       [0x0601ce] IBS    Setup has started phase 2 at 2013-02-27 01:08:26
2013-02-27 01:08:26, Info       [0x0601cf] IBS    Install source is X:\Sources
2013-02-27 01:08:26, Info       [0x0601d0] IBS    Build version is 6.1.7600.16385 (win7_rtm.090713-1255)
2013-02-27 01:08:26, Info       [0x06403f] IBSLIB CreateSetupBlackboard:Creating a new persistent blackboard. Path is [X:\WINDOWS\panther\SetupInfo] Setup phase is [2]
2013-02-27 01:08:26, Info       [0x090008] PANTHR CBlackboard::Open: X:\WINDOWS\panther\SetupInfo succeeded.
2013-02-27 01:08:26, Info       [0x064043] IBSLIB CreateSetupBlackboard:Successfully created/opened Setup black board path is [X:\WINDOWS\panther\SetupInfo]
2013-02-27 01:08:26, Info                  IBS    InstallWindows:No UI language from a previous boot was found on the blackboard. Using selected language [en-US].
2013-02-27 01:08:26, Info                  IBS    InstallWindows:Setup architecture is [x64]
2013-02-27 01:08:26, Info       [0x0601d5] IBS    InstallWindows:Starting with Empty Queue. Setup Phase = 2
2013-02-27 01:08:26, Info                  PANTHR InitializedCriticalSection for pExecQueue->csLock;
2013-02-27 01:08:26, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-27 01:08:26, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-27 01:08:26, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module ScenarioDetect in winsetup.dll
2013-02-27 01:08:26, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-27 01:08:26, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module Engine in winsetup.dll
2013-02-27 01:08:26, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-27 01:08:26, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module Internal in winsetup.dll
2013-02-27 01:08:26, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-27 01:08:26, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module ErrorHandler in winsetup.dll
2013-02-27 01:08:26, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-27 01:08:26, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module Diagnostic in diagnostic.dll
2013-02-27 01:08:26, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-27 01:08:26, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module Unattend in winsetup.dll
2013-02-27 01:08:26, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-27 01:08:26, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module ParseCommandLine in winsetup.dll
2013-02-27 01:08:26, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-27 01:08:26, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module Ems  in winsetup.dll
2013-02-27 01:08:26, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-27 01:08:26, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module PrepareInstallDrive in winsetup.dll
2013-02-27 01:08:26, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-27 01:08:26, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module TempDrive in winsetup.dll
2013-02-27 01:08:26, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-27 01:08:26, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module CopySetupFiles in winsetup.dll
2013-02-27 01:08:26, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-27 01:08:26, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module BootPrep in winsetup.dll
2013-02-27 01:08:26, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-27 01:08:26, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module BootEntries in winsetup.dll
2013-02-27 01:08:26, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-27 01:08:26, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module CopyPrivates in winsetup.dll
2013-02-27 01:08:26, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-27 01:08:26, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module ProductKey in winsetup.dll
2013-02-27 01:08:26, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-27 01:08:26, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module ComputerName in winsetup.dll
2013-02-27 01:08:26, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-27 01:08:26, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module License in winsetup.dll
2013-02-27 01:08:26, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-27 01:08:26, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module DiskInformation in winsetup.dll
2013-02-27 01:08:26, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-27 01:08:26, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module FixBBPaths in winsetup.dll
2013-02-27 01:08:26, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-27 01:08:26, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module DiskConfig in winsetup.dll
2013-02-27 01:08:26, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-27 01:08:26, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module CreatePageFile in winsetup.dll
2013-02-27 01:08:26, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-27 01:08:26, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module Imaging in winsetup.dll
2013-02-27 01:08:26, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-27 01:08:26, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module CopyImages in winsetup.dll
2013-02-27 01:08:26, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-27 01:08:26, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module DeployImages in winsetup.dll
2013-02-27 01:08:26, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-27 01:08:26, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module DiskSpace in winsetup.dll
2013-02-27 01:08:26, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-27 01:08:26, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module Completion in winsetup.dll
2013-02-27 01:08:26, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-27 01:08:26, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module MountDev in winsetup.dll
2013-02-27 01:08:26, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-27 01:08:26, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module Cmi in cmisetup.dll
2013-02-27 01:08:26, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-27 01:08:26, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module SystemRestore in winsetup.dll
2013-02-27 01:08:26, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-27 01:08:26, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module FirstBootCleanup in winsetup.dll
2013-02-27 01:08:26, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-27 01:08:26, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module RestartModule in winsetup.dll
2013-02-27 01:08:26, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-27 01:08:26, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module ExternalDrivers in winsetup.dll
2013-02-27 01:08:26, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-27 01:08:26, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module CBS in winsetup.dll
2013-02-27 01:08:26, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-27 01:08:26, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module SkuAssembly in cmisetup.dll
2013-02-27 01:08:26, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-27 01:08:26, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module LanguagePack in winsetup.dll
2013-02-27 01:08:26, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-27 01:08:26, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module ConfigSet in winsetup.dll
2013-02-27 01:08:26, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-27 01:08:26, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module UnattendImgInstall in winsetup.dll
2013-02-27 01:08:26, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-27 01:08:26, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module CFGOfflineImage in winsetup.dll
2013-02-27 01:08:26, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-27 01:08:26, Info                         PnPIBS: Initializing the PnP IBS Module ...

2013-02-27 01:08:26, Info                         PnPIBS: Successfully initialized the PnP IBS Module.

2013-02-27 01:08:26, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module PnP IBS module in pnpibs.dll
2013-02-27 01:08:26, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-27 01:08:26, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module Compliance in winsetup.dll
2013-02-27 01:08:26, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-27 01:08:26, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module Rollback in winsetup.dll
2013-02-27 01:08:26, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-27 01:08:26, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module Locale in winsetup.dll
2013-02-27 01:08:26, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-27 01:08:26, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module Source media module in winsetup.dll
2013-02-27 01:08:26, Info       [0x060359] IBS    Callback_ScenarioDetect:Setup is starting from [2] phase
2013-02-27 01:08:26, Info                  IBS    Callback_BootEnvironmentDetect:FirmwareType 1.
2013-02-27 01:08:26, Info                  IBS    Callback_BootEnvironmentDetect: Detected boot environment: BIOS
2013-02-27 01:08:26, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-27 01:08:26, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module WinPEUI in win32ui.dll
2013-02-27 01:08:26, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-27 01:08:26, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module WinPEProgress in spprgrss.dll
2013-02-27 01:08:26, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-27 01:08:26, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module WinPEUpgLoader in upgloader.dll
2013-02-27 01:08:26, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-27 01:08:26, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module WdsClient in wdsclient.dll
2013-02-27 01:08:26, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-27 01:08:26, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module WpeUntndBtstrp in winsetup.dll
2013-02-27 01:08:26, Info                  PANTHR InitializeModule: Initializing ExecQueue->csLock;
2013-02-27 01:08:26, Info       [0x0601a4] IBS    LoadWorkerModules:Successfully added worker module Cryptography in cryptosetup.dll
2013-02-27 01:08:26, Info       [0x060004] IBS    Callback_UpdateDrivePathsOnBB:No need to update the blackboard paths.
2013-02-27 01:08:26, Info                  IBS    Callback_Engine_StartupScenarioIsWinPE:Setup is running from RAM drive. Path is [햠:]
2013-02-27 01:08:26, Info                  IBS    LoadHWCompatData:Successfully opened HW compat file [X:\Sources\hwcompat.txt]
2013-02-27 01:08:27, Info                  IBS    LoadHWCompatData:Successfully opened HW compat file [X:\Sources\hwexclude.txt]
2013-02-27 01:08:27, Info                  IBS    Callback_Compliance_LoadDeviceCompatDB:Count of Device IDs is [18385], count of exclusions is [47]
2013-02-27 01:08:27, Info                  IBS    EnumOnlineDriverStoreForInjectedDriverPackages:Enumerating online driver store for injected driver packages.
2013-02-27 01:08:27, Info                  IBS    EnumOnlineDriverStoreCallback:Found non inbox driver package [X:\WINDOWS\System32\DriverStore\FileRepository\k57nd60a.inf_amd64_neutral_c14417​d2d1705371\k57nd60a.inf]
2013-02-27 01:08:27, Info                  IBS    GatherDeviceIDsInDriverPackage:Driver package path is [X:\WINDOWS\System32\DriverStore\FileRepository\k57nd60a.inf_amd64_neutral_c14417​d2d1705371\k57nd60a.inf]
2013-02-27 01:08:27, Info                         GetModelSectionNameEx:Using section name [Broadcom.NTamd64.6.1]
2013-02-27 01:08:27, Info                  IBS    AddDeviceIDsToInjectedDriverNodeHelper:Model section name is [Broadcom.NTamd64.6.1]
2013-02-27 01:08:27, Info                  IBS    GatherDeviceIDsInDriverPackage:Successfully gathered device ID's from [X:\WINDOWS\System32\DriverStore\FileRepository\k57nd60a.inf_amd64_neutral_c14417​d2d1705371\k57nd60a.inf]
2013-02-27 01:08:27, Info                  IBS    EnumOnlineDriverStoreForInjectedDriverPackages:Enumerated online driver store. Return code is [0x0]
2013-02-27 01:08:27, Info       [0x070035] DIAG   CallBack_DiagnosticDataGeneration: Called with notification for Initialization
2013-02-27 01:08:27, Info       [0x07003b] DIAG   CallBack_DiagnosticDataGeneration: Starting Timer as we are starting new phase
2013-02-27 01:08:27, Info       [0x0b0022] WDS    StartNetworking: Trying to start networking.
2013-02-27 01:08:27, Info                  WDS    Network service dhcp not running or could not be queried: 158910 1 1
2013-02-27 01:08:27, Info                  WDS    Network service lmhosts not running or could not be queried: 158910 1 1
2013-02-27 01:08:27, Info                  WDS    Network service lanmanworkstation not running or could not be queried: 158910 1 1
2013-02-27 01:08:27, Info                  WDS    Network service bfe not running or could not be queried: 158910 1 1
2013-02-27 01:08:27, Info                  WDS    Network service ikeext not running or could not be queried: 158910 1 1
2013-02-27 01:08:27, Info                  WDS    Network service mpssvc not running or could not be queried: 158910 1 1
2013-02-27 01:08:40, Info                  WDS    Installing device pci\ven_14e4&dev_16b5&subsys_07431025 X:\WINDOWS\INF\oem0.inf succeeded
2013-02-27 01:08:40, Info                  WDS    No computer name specified, generating a random name.
2013-02-27 01:08:40, Info                  WDS    Renaming computer to MININT-E1PQ8I8.
2013-02-27 01:08:40, Info                  WDS    Acquired profiling mutex
2013-02-27 01:08:40, Info                  WDS    Service winmgmt disable: 0x00000000
2013-02-27 01:08:40, Info                  WDS    Service winmgmt stop: 0x00000000
2013-02-27 01:08:40, Info                  WDS    Service winmgmt enable: 0x00000000
2013-02-27 01:08:40, Info                  WDS    Released profiling mutex
2013-02-27 01:08:40, Info                  WDS    Acquired profiling mutex
2013-02-27 01:08:40, Info                  WDS    Install MS_MSCLIENT: 0x0004a020
2013-02-27 01:08:40, Info                  WDS    Install MS_NETBIOS: 0x0004a020
2013-02-27 01:08:40, Info                  WDS    Install MS_SMB: 0x0004a020
2013-02-27 01:08:40, Info                  WDS    Install MS_TCPIP6: 0x0004a020
2013-02-27 01:08:41, Info                  WDS    Install MS_TCPIP: 0x0004a020
2013-02-27 01:08:41, Info                  WDS    Service dhcp start: 0x00000000
2013-02-27 01:08:41, Info                  WDS    Service lmhosts start: 0x00000000
2013-02-27 01:08:41, Info                  WDS    Service ikeext start: 0x00000000
2013-02-27 01:08:41, Info                  WDS    Service mpssvc start: 0x00000000
2013-02-27 01:08:41, Info                  WDS    Released profiling mutex
2013-02-27 01:08:41, Info                  WDS    Spent 1451ms installing network components
2013-02-27 01:08:45, Info                  WDS    Spent 3713ms installing network drivers
2013-02-27 01:08:48, Info                  WDS    QueryAdapterStatus: found operational adapter with DHCP address assigned.
2013-02-27 01:08:48, Info                  WDS    Spent 3042ms confirming network initialization; status 0x00000000
2013-02-27 01:08:48, Info                  WDS    GetNetworkingInfo: WpeNetworkStatus returned [0x806]. Flags set: WPE_NETWORK_ADAPTER_OPERATIONAL WPE_NETWORK_DHCP_ENABLED WPE_NETWORK_ADAPTER_HAS_DHCP_ADDRESS
2013-02-27 01:08:48, Info       [0x0b0023] WDS    StartNetworking: Networking successfully started.
2013-02-27 01:08:48, Info       [0x0a0014] UI     In WDS Mode. Callback for WDS UI happened
2013-02-27 01:08:48, Info       [0x0b006e] WDS    GetServerParamsFromBootPacket: WDS Server information. Server Name [file-1.xclaimprojects.com], Server IP Address [192.168.53.15]
2013-02-27 01:08:48, Info                  WDS        List of interfaces on client
2013-02-27 01:08:48, Info                  WDS    IP Address [192.168.53.102] MAC Address [B888E34401AB]
2013-02-27 01:08:48, Info       [0x0b008c] WDS    CClientLibrary::InitializeRpcSession: Binding String=1a927394-352e-4553-ae3f-7cf4aafca620@ncacn_ip_tcp:192.168.53.15
2013-02-27 01:08:48, Info       [0x0b002e] WDS    InitializeUnattend: There is no unattend file available on the server.
2013-02-27 01:08:48, Info                  IBS    Callback_Engine_ValidateSystemRequirements:Current OS version [6.1.7601] Service pack version [1.0]
2013-02-27 01:08:48, Info                  IBS    Callback_Engine_ValidateSystemRequirements:System has enough memory: [3932 MB] >= [376 MB]
2013-02-27 01:08:48, Info                  IBS    Callback_Engine_ValidateProcessorRequirements: Processor met minimum system requirements.
2013-02-27 01:08:48, Info                         Callback_GatherDiskInfo: Entry: flags = [0x0]; major = [Initialization] / minor = [0x30005]
2013-02-27 01:08:48, Info                         RefreshDiskInfo: Using VDS
2013-02-27 01:08:48, Info       [0x0606cc] IBS    InitVDSService:Creating VDS loader...
2013-02-27 01:08:48, Info       [0x0606cc] IBS    InitVDSService:Loading VDS service...
2013-02-27 01:08:57, Info       [0x0606cc] IBS    InitVDSService:Successfully launched service.
2013-02-27 01:08:57, Info       [0x0606cc] IBS    GatherDiskInfo_ThreadFunc:Querying disk information...
2013-02-27 01:08:58, Info       [0x0606cc] IBS    GatherVolumeDriveLetters: Querying drive letters...
2013-02-27 01:08:58, Info       [0x0606cc] IBS    GatherVolumeDriveLetters: Done querying drive letters.
2013-02-27 01:08:58, Info       [0x0606cc] IBS    GatherDiskInfo_ThreadFunc:Finished gathering disk information.
2013-02-27 01:08:58, Info       [0x0606cc] IBS    DiskInfo:===== Disk number [0] =====
2013-02-27 01:08:58, Info       [0x0606cc] IBS    DiskInfo:  Friendly name: [\\?\PhysicalDrive0]
2013-02-27 01:08:58, Info       [0x0606cc] IBS    DiskInfo:  Arc path: [multi(0)disk(0)rdisk(0)]
2013-02-27 01:08:58, Info       [0x0606cc] IBS    DiskInfo:  Disk signature [0x74DC12C6]
2013-02-27 01:08:58, Info       [0x0606cc] IBS    DiskInfo:  Size (bytes) [320072933376 / 0x4a85d56000]
2013-02-27 01:08:58, Info       [0x0606cc] IBS    DiskInfo:  Disk bus type: [Serial ATA]
2013-02-27 01:08:58, Info       [0x0606cc] IBS    DiskInfo:  SMART health status = OK
2013-02-27 01:08:58, Info       [0x0606cc] IBS    DiskInfo:  Partition style: MBR
2013-02-27 01:08:58, Info       [0x0606cc] IBS    DiskInfo:  5 region(s), 2 partition(s), 2 toplevel partition(s)
2013-02-27 01:08:58, Info       [0x0606cc] IBS    DiskInfo:  ------- Unallocated disk region --------
2013-02-27 01:08:58, Info       [0x0606cc] IBS    DiskInfo:    Offset (bytes) [0 / 0x0]
2013-02-27 01:08:58, Info       [0x0606cc] IBS    DiskInfo:    Size (bytes) [32256 / 0x7e00]
2013-02-27 01:08:58, Info       [0x0606cc] IBS    DiskInfo:  ------- Unallocated disk region --------
2013-02-27 01:08:58, Info       [0x0606cc] IBS    DiskInfo:    Offset (bytes) [32256 / 0x7e00]
2013-02-27 01:08:58, Info       [0x0606cc] IBS    DiskInfo:    Size (bytes) [1016320 / 0xf8200]
2013-02-27 01:08:58, Info       [0x0606cc] IBS    DiskInfo:  ------ NT partition number [1] -------
2013-02-27 01:08:58, Info       [0x0606cc] IBS    DiskInfo:    Offset (bytes) [1048576 / 0x100000]
2013-02-27 01:08:58, Info       [0x0606cc] IBS    DiskInfo:    Size (bytes) [367001600 / 0x15e00000]
2013-02-27 01:08:58, Info       [0x0606cc] IBS    DiskInfo:    Simple index: [1]
2013-02-27 01:08:58, Info       [0x0606cc] IBS    DiskInfo:    MBR partition type: 0x7 (recognized)
2013-02-27 01:08:58, Info       [0x0606cc] IBS    DiskInfo:    Active partition bit is set
2013-02-27 01:08:58, Info       [0x0606cc] IBS    DiskInfo:    DOS drive letter [C:]
2013-02-27 01:08:58, Info       [0x0606cc] IBS    DiskInfo:    NT path: [\Device\HarddiskVolume1]
2013-02-27 01:08:58, Info       [0x0606cc] IBS    DiskInfo:    File system type: [NTFS]
2013-02-27 01:08:58, Info       [0x0606cc] IBS    DiskInfo:    File system version: [3:1]
2013-02-27 01:08:58, Info       [0x0606cc] IBS    DiskInfo:    Volume label: [System Reserved]
2013-02-27 01:08:58, Info       [0x0606cc] IBS    DiskInfo:    Volume flags = [0x80464]
2013-02-27 01:08:58, Info       [0x0606cc] IBS    DiskInfo:    Volume free space (bytes) [113979392]
2013-02-27 01:08:58, Info       [0x0606cc] IBS    DiskInfo:  ------ NT partition number [2] -------
2013-02-27 01:08:58, Info       [0x0606cc] IBS    DiskInfo:    Offset (bytes) [368050176 / 0x15f00000]
2013-02-27 01:08:58, Info       [0x0606cc] IBS    DiskInfo:    Size (bytes) [319703482368 / 0x4a6fd00000]
2013-02-27 01:08:58, Info       [0x0606cc] IBS    DiskInfo:    Simple index: [2]
2013-02-27 01:08:58, Info       [0x0606cc] IBS    DiskInfo:    MBR partition type: 0x7 (recognized)
2013-02-27 01:08:58, Info       [0x0606cc] IBS    DiskInfo:    DOS drive letter [D:]
2013-02-27 01:08:58, Info       [0x0606cc] IBS    DiskInfo:    NT path: [\Device\HarddiskVolume2]
2013-02-27 01:08:58, Info       [0x0606cc] IBS    DiskInfo:    File system type: [NTFS]
2013-02-27 01:08:58, Info       [0x0606cc] IBS    DiskInfo:    File system version: [3:1]
2013-02-27 01:08:58, Info       [0x0606cc] IBS    DiskInfo:    Volume flags = [0x98460]
2013-02-27 01:08:58, Info       [0x0606cc] IBS    DiskInfo:    Volume free space (bytes) [137027399680]
2013-02-27 01:08:58, Info       [0x0606cc] IBS    DiskInfo:  ------- Unallocated disk region --------
2013-02-27 01:08:58, Info       [0x0606cc] IBS    DiskInfo:    Offset (bytes) [320071532544 / 0x4a85c00000]
2013-02-27 01:08:58, Info       [0x0606cc] IBS    DiskInfo:    Size (bytes) [352256 / 0x56000]
2013-02-27 01:08:58, Info                         PublishDiskInfoOnBlackboard: Serializing disk info...
2013-02-27 01:08:58, Info                         GatherCapabilityParams: Can't tell if user is attempting cross-architecture install (image selection may not be done)
2013-02-27 01:08:58, Info       [0x0606cc] IBS    GetSystemDiskNTPath: Found system disk at [\Device\Harddisk0\DR0].
2013-02-27 01:08:58, Info       [0x0606cc] IBS    GetSystemDiskNumber: Disk [0] is the system disk.
2013-02-27 01:08:58, Info                  IBS    IsDiskSupported:Checking if disk [0] has the necessary driver support.
2013-02-27 01:08:58, Info                  IBS    IsDeviceSupported:Device description is [WDC WD3200LPVT-22G33T0 ATA Device]
2013-02-27 01:08:58, Info                  IBS    DumpDeviceIDs:      H/w    ID [IDE\DiskWDC_WD3200LPVT-22G33T0__________________01.01A01]
2013-02-27 01:08:58, Info                  IBS    DumpDeviceIDs:      H/w    ID [IDE\WDC_WD3200LPVT-22G33T0__________________01.01A01]
2013-02-27 01:08:58, Info                  IBS    DumpDeviceIDs:      H/w    ID [IDE\DiskWDC_WD3200LPVT-22G33T0__________________]
2013-02-27 01:08:58, Info                  IBS    DumpDeviceIDs:      H/w    ID [WDC_WD3200LPVT-22G33T0__________________01.01A01]
2013-02-27 01:08:58, Info                  IBS    DumpDeviceIDs:      H/w    ID [GenDisk]
2013-02-27 01:08:58, Info                  IBS    DumpDeviceIDs:      Compat ID [GenDisk]
2013-02-27 01:08:58, Info                  IBS    IsDeviceIDPresent:Found device ID [GenDisk] in hwcompat list
2013-02-27 01:08:58, Info                  IBS    IsDeviceSupported:Device [WDC WD3200LPVT-22G33T0 ATA Device] is supported
2013-02-27 01:08:58, Info                  IBS    IsDeviceSupported:Device description is [ATA Channel 0]
2013-02-27 01:08:58, Info                  IBS    DumpDeviceIDs:      H/w    ID [Intel-1e03]
2013-02-27 01:08:58, Info                  IBS    DumpDeviceIDs:      H/w    ID [Internal_IDE_Channel]
2013-02-27 01:08:58, Info                  IBS    DumpDeviceIDs:      Compat ID [*PNP0600]
2013-02-27 01:08:58, Info                  IBS    IsDeviceIDPresent:Found device ID [Internal_IDE_Channel] in hwcompat list
2013-02-27 01:08:58, Info                  IBS    IsDeviceSupported:Device [ATA Channel 0] is supported
2013-02-27 01:08:58, Info                  IBS    IsDeviceSupported:Device description is [Serial ATA Controller]
2013-02-27 01:08:58, Info                  IBS    DumpDeviceIDs:      H/w    ID [PCI\VEN_8086&DEV_1E03&SUBSYS_07431025&REV_04]
2013-02-27 01:08:58, Info                  IBS    DumpDeviceIDs:      H/w    ID [PCI\VEN_8086&DEV_1E03&SUBSYS_07431025]
2013-02-27 01:08:58, Info                  IBS    DumpDeviceIDs:      H/w    ID [PCI\VEN_8086&DEV_1E03&CC_010601]
2013-02-27 01:08:58, Info                  IBS    DumpDeviceIDs:      H/w    ID [PCI\VEN_8086&DEV_1E03&CC_0106]
2013-02-27 01:08:58, Info                  IBS    DumpDeviceIDs:      Compat ID [PCI\VEN_8086&DEV_1E03&REV_04]
2013-02-27 01:08:58, Info                  IBS    DumpDeviceIDs:      Compat ID [PCI\VEN_8086&DEV_1E03]
2013-02-27 01:08:58, Info                  IBS    DumpDeviceIDs:      Compat ID [PCI\VEN_8086&CC_010601]
2013-02-27 01:08:58, Info                  IBS    DumpDeviceIDs:      Compat ID [PCI\VEN_8086&CC_0106]
2013-02-27 01:08:58, Info                  IBS    DumpDeviceIDs:      Compat ID [PCI\VEN_8086]
2013-02-27 01:08:58, Info                  IBS    DumpDeviceIDs:      Compat ID [PCI\CC_010601]
2013-02-27 01:08:58, Info                  IBS    DumpDeviceIDs:      Compat ID [PCI\CC_0106]
2013-02-27 01:08:58, Info                  IBS    IsDeviceIDPresent:Found device ID [PCI\CC_010601] in hwcompat list
2013-02-27 01:08:58, Info                  IBS    IsDeviceSupported:Device [Serial ATA Controller] is supported
2013-02-27 01:08:58, Info                  IBS    DumpDeviceIDs:      H/w    ID [ACPI\PNP0A08]
2013-02-27 01:08:58, Info                  IBS    DumpDeviceIDs:      H/w    ID [*PNP0A08]
2013-02-27 01:08:58, Info                  IBS    DumpDeviceIDs:      Compat ID [*PNP0A03]
2013-02-27 01:08:58, Info                  IBS    IsDeviceIDPresent:Found device ID [*PNP0A03] in hwcompat list
2013-02-27 01:08:58, Info                  IBS    DumpDeviceIDs:      H/w    ID [ACPI_HAL\PNP0C08]
2013-02-27 01:08:58, Info                  IBS    DumpDeviceIDs:      H/w    ID [*PNP0C08]
2013-02-27 01:08:58, Info                  IBS    IsDeviceIDPresent:Found device ID [*PNP0C08] in hwcompat list
2013-02-27 01:08:58, Info                  IBS    DumpDeviceIDs:      H/w    ID [acpiapic]
2013-02-27 01:08:58, Info                  IBS    DumpDeviceIDs:      Compat ID [DETECTEDInternal\ACPI_HAL]
2013-02-27 01:08:58, Info                  IBS    DumpDeviceIDs:      Compat ID [DETECTED\ACPI_HAL]
2013-02-27 01:08:58, Info                  IBS    IsDeviceIDPresent:Found device ID [acpiapic] in hwcompat list
2013-02-27 01:08:58, Info                  IBS    DetermineDeviceSupport:Disk 0 has the necessary driver support
2013-02-27 01:08:58, Info                         PublishDiskInfoOnBlackboard: Successfully serialized disk info.
2013-02-27 01:08:58, Info                         Callback_GatherDiskInfo: Exit
2013-02-27 01:08:58, Info       [0x0a0015] UI     In WDS Mode. Going to publish EVENT_SHOW_UI,SHOW_UI_WDS
2013-02-27 01:08:58, Info       [0x070035] DIAG   CallBack_DiagnosticDataGeneration: Called with notification for Initialization
2013-02-27 01:08:58, Info       [0x07003a] DIAG   CallBack_DiagnosticDataGeneration: Obtaining Install information
2013-02-27 01:08:58, Info       [0x070030] DIAG   Install Data logging to BB
2013-02-27 01:08:58, Info       [0x07003f] DIAG   CallBack_DiagnosticDataGeneration: Obtaining New OS information
2013-02-27 01:08:58, Info       [0x07005f] DIAG   Failed to get the EditionId from the blackboard.[gle=0x00000490]
2013-02-27 01:08:58, Info       [0x070066] DIAG   Failed to get the target language from the blackboard.[gle=0x00000490]
2013-02-27 01:08:58, Info       [0x07002e] DIAG   Logging New OS to BB
2013-02-27 01:08:58, Info                  IBS    Unattend: Setup is running in WinPE; will wait for removable storage devices to initialize before unattend search
2013-02-27 01:08:58, Info                  IBS    Unattend: Removable storage devices initialized; waited 0ms (status 0x00000000)
2013-02-27 01:08:58, Info                  IBS    Callback_Unattend_InitEngine:Didn't find unattend file for this phase of Setup.
2013-02-27 01:08:58, Info                  IBS    CallBack_LanguagePack_ReadLangIni:About to read languages from lang.ini file.
2013-02-27 01:08:58, Info                  IBS    CallBack_LanguagePack_ReadLangIni:Langpack root directory is [X:\Langpacks].
2013-02-27 01:08:58, Info                  IBS    CallBack_LanguagePack_ReadLangIni:Language [en-US] was determined to be on media number [0].
2013-02-27 01:08:58, Info                  IBS    CallBack_LanguagePack_ReadLangIni:Added language [en-US] to language list.
2013-02-27 01:08:58, Info                  IBS    CallBack_LanguagePack_ReadLangIni:Storing language [en-US] as lang.ini default language.
2013-02-27 01:08:58, Info                  IBS    CallBack_LanguagePack_ReadLangIni:Language [en-US] has already been installed in the image.
2013-02-27 01:08:58, Info                  IBS    CallBack_LanguagePack_ReadLangIni:[en-US] is the only language in the lang.ini. Storing it as the target language.
2013-02-27 01:08:58, Info                  MIG    Callback_CompliancePrerequisites: event MigLoader:0x170006 occured
2013-02-27 01:08:58, Info                  IBS    CallBack_LanguagePack_ReadLangIni:Successfully gathered language list from lang.ini.
2013-02-27 01:08:58, Info                         PnPIBS: Entering PnP callback to install drivers on WinPE ...

2013-02-27 01:08:58, Info                         PnPIBS: Checking for pre-configured driver paths ...

2013-02-27 01:08:58, Info                         PnPIBS: Checking for pre-configured driver directory C:\$WinPEDriver$.

2013-02-27 01:08:58, Info                         PnPIBS: Checking for pre-configured driver directory D:\$WinPEDriver$.

2013-02-27 01:08:58, Info                         PnPIBS: Checking for pre-configured driver directory X:\$WinPEDriver$.

2013-02-27 01:08:58, Info                         PnPIBS: Finished checking for pre-configured driver paths.

2013-02-27 01:08:58, Info                         PnPIBS: Unattend settings need not be processed. Nothing more to be done here!

2013-02-27 01:08:58, Info                         PnPIBS: Exiting PnP callback to install drivers on WinPE ...

2013-02-27 01:08:58, Info                         PnPIBS: Entering PnP callback to add drivers to the offline image ...

2013-02-27 01:08:58, Info                         PnPIBS: Checking for pre-configured driver paths ...

2013-02-27 01:08:58, Info                         PnPIBS: Checking for pre-configured driver directory C:\$WinPEDriver$.

2013-02-27 01:08:58, Info                         PnPIBS: Checking for pre-configured driver directory D:\$WinPEDriver$.

2013-02-27 01:08:58, Info                         PnPIBS: Checking for pre-configured driver directory X:\$WinPEDriver$.

2013-02-27 01:08:58, Info                         PnPIBS: Finished checking for pre-configured driver paths.

2013-02-27 01:08:58, Info                         PnPIBS: Unattend settings need not be processed. Nothing more to be done here!

2013-02-27 01:08:58, Info                         PnPIBS: Exiting PnP callback to add drivers to the offline image ...

2013-02-27 01:08:58, Info       [0x0605ac] IBS    Callback_WinPE_SetSourceMediaInfo_Unattend:No need to determine source media path
2013-02-27 01:08:58, Info       [0x064047] IBSLIB MarkUnattendSettingAsProcessed: Marking unattend setting [SetupUI\SkipEula] as processed.
2013-02-27 01:08:58, Info       [0x064047] IBSLIB MarkUnattendSettingAsProcessed: Marking unattend setting [LangPacks] as processed.
2013-02-27 01:08:58, Info       [0x0605a3] IBS    CallBack_LanguagePacks_Unattend:Could not find a suitable Setup language
2013-02-27 01:08:58, Info                  IBS    CallBack_LanguagePacks_Unattend:In WDS mode, not determining target language.
2013-02-27 01:08:58, Info                         PnPIBS: Entering PnP callback to validate unattend.xml settings for component Microsoft-Windows-PnPCustomizationsWinPE ...

2013-02-27 01:08:58, Info                         PnPIBS: Unattend settings need not be processed. Nothing more to be done here!

2013-02-27 01:08:58, Info                  IBS    Callback_Compliance_Unattend: Wds mode detected. No need to process unattend settings.
2013-02-27 01:08:58, Info       [0x0605fb] IBS    Callback_Locale_ProcessUnattendSettings: Layered Driver from downlevel system [1]
2013-02-27 01:08:58, Info       [0x060576] IBS    Callback_Locale_SetSetupKeyboardLayout:No inputs available to change the key board layout.
2013-02-27 01:08:58, Info       [0x0a018c] UI     Setup UI language is set to en-US.
2013-02-27 01:08:58, Info       [0x0a0016] UI     Callback with EVENT_SHOW_UI,SHOW_UI_WDS happend
2013-02-27 01:08:58, Info       [0x0a0051] UI     Initializing Page
2013-02-27 01:08:58, Info                  UI     AppWindow has layout style 0
2013-02-27 01:08:58, Info                  UI     NavWindow has layout style 0
2013-02-27 01:08:58, Info       [0x0a0035] UI     Allowing Page '' to be shown
2013-02-27 01:08:58, Info       [0x0a011c] UI     WizardDialogPost::SetActive

I'll give wimboot a go tomorrow.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Problem with iSCSI and WDS - ArneLovius - 2013-02-27 03:54



User(s) browsing this thread: 2 Guest(s)