Microsoft MVPs inside





 MCSEboard.de – IT Pro Forum zu Windows Server 2008 R2 / 2008 / 2003 & Windows 7 / Vista / XP
Registrieren Hilfe Regeln Benutzerliste Suchen Heutige Beiträge Alle Foren als gelesen markieren

Windows Server Forum


Alles zum Thema Windows Server sowie Windows IT Pro Themen — Q & A zu den Windows Server Versionen NT / 2000 / 2003 / 2003 R2 / 2008 / 2008 R2: Rollen, Features, Konfiguration, Troubleshooting


Antwort
     
Themen-Optionen
Alt 27.03.2009, 12:14   #1
Member
 
Benutzerbild von fireblade2000
 
Offline
Registriert seit: 02-2004
Ort: Weinsberg
Beiträge: 251
Frage Vista - WDS Deployment, Fehler nach Partitionierung [teils gelöst]

Hallo,

ich mache nun schon seit ner Weile mit diesem Fehler nach der Paritionierung rum:

"Der Computer konnte nicht auf den Start der nächsten Installationsphase vorbereitet werden"

Laut div. Foren, Anleitungen, Beiträge aus diesem Forum sollte meine unattend.xml stimmen. Auch zig anderen Einstellungen bringen kein Erfolg. Lasse ich die Partitionierung einfach weg läuft die Installation durch.

Da es ja mehrere mit diesem Problem gibt wollt ich hier mal nach den aktuellen Erfahrungen fragen, vielleicht auch eine Lösung.

Testserver:
W2K8 Standard Server mit WDS + Updates

Testclients:
Dell Latitude E5400
Dell Opltiplex 760

Was mir auch noch nicht ganz klar ist, wieso kommt die Partitionsauswahl bevor die unattend.xml die Paritionen erstellt!? Liegt da vielleicht der Fehler? NAch diesem Schritt erstellt er ja dann dennoch die PArition nach meinen angaben in der XML und bricht dann mit dem Fehler ab.

hier meine unattend(test).xml:

Code:
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="windowsPE">
        <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <SetupUILanguage>
                <UILanguage>de-de</UILanguage>
            </SetupUILanguage>
            <InputLocale>de-de</InputLocale>
            <SystemLocale>de-de</SystemLocale>
            <UILanguage>de-de</UILanguage>
            <UserLocale>de-de</UserLocale>
        </component>
        <component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <WindowsDeploymentServices>
                <Login>
                    <Credentials>
                        <Domain>TEST</Domain>
                        <Password>****</Password>
                        <Username>edvinstall</Username>
                    </Credentials>
                </Login>
            </WindowsDeploymentServices>
            <DiskConfiguration>
                <Disk wcm:action="add">
                    <CreatePartitions>
                        <CreatePartition wcm:action="add">
                            <Extend>true</Extend>
                            <Order>1</Order>
                            <Type>Primary</Type>
                        </CreatePartition>
                    </CreatePartitions>
                    <ModifyPartitions>
                        <ModifyPartition wcm:action="add">
                            <Active>true</Active>
                            <Format>NTFS</Format>
                            <Label>SYSTEM</Label>
                            <Letter>C</Letter>
                            <Order>1</Order>
                            <PartitionID>1</PartitionID>
                        </ModifyPartition>
                    </ModifyPartitions>
                    <DiskID>0</DiskID>
                    <WillWipeDisk>true</WillWipeDisk>
                </Disk>
                <WillShowUI>OnError</WillShowUI>
            </DiskConfiguration>
            <RunSynchronous>
                <RunSynchronousCommand wcm:action="add">
                    <Order>1</Order>
                    <Path>cscript.exe x:\deploy\hello.vbs</Path>
                    <Description>Mein script</Description>
                </RunSynchronousCommand>
            </RunSynchronous>
        </component>
    </settings>
    <cpi:offlineImage cpi:source="wim:d:/images/vista/vistax86.wim#Windows Vista BUSINESS" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
Thx

Fireblade2000

Geändert von fireblade2000 (27.03.2009 um 15:09 Uhr).
    Mit Zitat antworten
Alt 27.03.2009, 14:37   #2
Member
 
Benutzerbild von fireblade2000
 
Offline
Registriert seit: 02-2004
Ort: Weinsberg
Beiträge: 251
so ich hab nunmal die Logs vom Client ausgelesen:

X:\windows\panther\setuperr.log:

Code:
2009-03-27 14:28:51, Error      [0x0604ca] IBS    PrepareSystemVolume: Couldn't find system volume
2009-03-27 14:28:51, Error      [0x060221] IBS    Callback_PrepareSystemVolume: Unable to prepare and resolve system volume
2009-03-27 14:28:51, Error      [0x060224] IBS    Callback_PrepareSystemVolume:Boot preparation for next phase failed; GLE = 0x0.
und hier der Schluß von der setupact.log:
Code:
2009-03-27 14:28:51, Info                  IBS    IsDeviceSupported:Inferring device support. Device instance ID is [HTREE\ROOT\0]
2009-03-27 14:28:51, Info                  IBS    DetermineDeviceSupport:Disk 0 has the necessary driver support
2009-03-27 14:28:51, Info       [0x06034e] IBS    CallBack_PrepareInstallDrive:Install drive path is C:\
2009-03-27 14:28:51, Info       [0x06021d] IBS    Callback_PrepareSystemVolume: Entry
2009-03-27 14:28:51, Info       [0x06021f] IBS    Callback_PrepareSystemVolume: Current Setup phase is 2 (had started from phase 2)
2009-03-27 14:28:51, Info       [0x060220] IBS    Callback_PrepareSystemVolume: Gathering information required to boot Windows.
2009-03-27 14:28:51, Error      [0x0604ca] IBS    PrepareSystemVolume: Couldn't find system volume
2009-03-27 14:28:51, Error      [0x060221] IBS    Callback_PrepareSystemVolume: Unable to prepare and resolve system volume
2009-03-27 14:28:51, Error      [0x060224] IBS    Callback_PrepareSystemVolume:Boot preparation for next phase failed; GLE = 0x0.
2009-03-27 14:28:51, Info       [0x0640ae] IBSLIB PublishMessage: Publishing message [Der Computer konnte nicht auf den Start der nächsten Installationsphase vorbereitet werden. Starten Sie die Installation erneut, um Windows zu installieren.]
2009-03-27 14:28:51, Info       [0x0a013d] UI     Accepting Cancel. Exiting Page Warten auf Server.
2009-03-27 14:28:51, Info                  UI     Entering Page Cancel.
2009-03-27 14:28:51, Info                  UI     Page with ID 3020 returned 1 for CanPageBeActivated with choice 0
2009-03-27 14:28:51, Info       [0x0a0035] UI     Allowing Page 'Warten auf Server' to be shown
2009-03-27 14:28:51, Info                  UI     Page with ID 3020 returned 1 for CanPageBeActivated with choice 0
2009-03-27 14:28:51, Info                  UI     Page with ID 3020 returned 1 for CanPageBeActivated with choice 0
2009-03-27 14:28:51, Info       [0x0a0035] UI     Allowing Page 'Warten auf Server' to be shown
2009-03-27 14:28:51, Info                  UI     Page with ID 3020 returned 1 for CanPageBeActivated with choice 0
2009-03-27 14:28:51, Info       [0x0a011c] UI     WizardDialogPost::SetActive
Ja dann findet er wohl das System VOlume nicht, mal googeln ...
    Mit Zitat antworten
Alt 27.03.2009, 14:53   #3
Member
 
Benutzerbild von fireblade2000
 
Offline
Registriert seit: 02-2004
Ort: Weinsberg
Beiträge: 251
Hier der punkt wo die Parition erstellt wird:

komischerweise kommt der Teil 4mal in der log datei vor!?

Code:
  [0x0603d2] IBS    CallBack_DiskConfiguration_ApplyUnattend: Gathering offline drive-letter assignments from unattend.xml's DiskConfiguration setting...
  [0x060352] IBS    PerformInstallDiskPreparationOps:Install disk number = 0; install partition offset = 0x100000
             IBS    PerformInstallDiskPreparationOps:Install destination is unallocated or unformatted; auto-preparing as necessary...
             IBS    PerformInstallDiskPreparationOps:Making sure install drive is mounted...
  [0x060392] IBS    ApplyDiskOperationUsingService: Assigning drive letter to partition on disk [0] at offset [0x100000].
  [0x060159] IBS    PreparePack:Found offline disk pack [Invalid].
  [0x06015b] IBS    PreparePack:Found offline disk pack [Invalid], but it's not a pack we can bring online
  [0x064039] IBSLIB FormArcPathName:NtPath for disk = \Device\HardDisk0\Partition0
  [0x064038] IBSLIB NtPathToArcPath:Canonicalized NT path \Device\HardDisk0\Partition0 -> \Device\Harddisk0\DR0
  [0x06403a] IBSLIB FormArcPathName:NtPath for disk = [\Device\HardDisk0\Partition0] <====> ArcPath for partition = [multi(0)disk(0)rdisk(0)]
 DumpDiskInformation:===== Disk number is [0] =====
  Disk friendly name is [\\?\PhysicalDrive0]
  Disk size in bytes [80026361856 / 0x12a1f16000]
  The disk is on a bus of type [ATA]
 ------- Unallocated disk region --------
 	Partition size in bytes [32256 / 0x7e00]
 	Partition offset in bytes [0 / 0x0]
 	Partition free space in bytes [32256]
 	Partition class is UNALLOCATED
	MBR partition of type 0x0
 	The partition is not of a recognized type
 	File system is [RAW]
   ------- Unallocated disk region --------
	Partition size in bytes [1016320 / 0xf8200]
 	Partition offset in bytes [32256 / 0x7e00]
 	Partition free space in bytes [1016320]
	Partition class is UNALLOCATED
 	MBR partition of type 0x0
 	The partition is not of a recognized type
 	File system is [RAW]
  ----- NT partition number is [1] -----
 	Partition size in bytes [80024174592 / 0x12a1d00000]
 	Partition offset in bytes [1048576 / 0x100000]
	Partition free space in bytes [79927844864]
 	Partition class is MBR_PRIMARY
 	MBR partition of type 0x7
 	The partition is of a recognized type
 	Drive path [C:]
 	File system is [NTFS]
	Volume label is [test]
 	Volume flags = [0x98404]
 	Disk [0] partition [1] is an active partition
   ------- Unallocated disk region --------
 	Partition size in bytes [90112 / 0x16000]
 	Partition offset in bytes [80025223168 / 0x12a1e00000]
	Partition free space in bytes [90112]
 	Partition class is UNALLOCATED
	MBR partition of type 0x0
	The partition is not of a recognized type
	File system is [RAW]
IBSLIB GetSystemDiskNTPath: Found system disk at [\Device\Harddisk0\DR0].
IBSLIB GetSystemDiskNumber: Disk [0] is the system disk.
IBS    PublishDiskCapabilitiesToBlackboard: Disk 0 bus type is: 00000003 (VdsBusTypeIsci is 00000009).
IBSLIB GetDiskSmartFailureStatus: Drive 0 passed SMART check.
I
EDIT: Es geht!!! Wenn ich den Teil hier in die unattend.xml hinzufüge läufts! Aber warum? Und ich will doch eigentlich ein Image bzw. Windows auswählen, jemand eine Idee, Tipp od. Erklärung!?
Code:
            <WindowsDeploymentServices>
                 <ImageSelection>
                    <InstallTo>
                        <DiskID>0</DiskID>
                        <PartitionID>1</PartitionID>
                    </InstallTo>
                    <InstallImage>
                        <Filename>vistax86.wim</Filename>
                        <ImageGroup>Vista</ImageGroup>
                        <ImageName>Windows Vista BUSINESS</ImageName>
                    </InstallImage>
                </ImageSelection>
            </WindowsDeploymentServices>
    Mit Zitat antworten
Antwort


Themen-Optionen


Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
Win 7 - Mysteriöses nach Partitionierung mit Windows7 shafner Windows 7 Forum 3 27.11.2009 09:29
Ip-Fehler Win 98 -gelöst- zero_cold Windows Forum — Allgemein 3 06.04.2006 10:50
Anmeldungsproblem nach Partitionierung 2k3 Borninger Windows Forum — Allgemein 0 22.03.2006 12:34
Datenrettung nach Partitionierung und Formatierung jack4614 Windows Forum — Allgemein 7 13.11.2003 17:15
Outlook XP Postfachordner teils deutsch teils englisch ##mur MS Exchange Forum 1 01.09.2003 11:30


Alle Zeitangaben in MEZ/CET. Es ist jetzt 16:55 Uhr. Seite generiert in 0,030 Sekunden.

- Unsere Partner -

Copyright © 2000 – 2012 MCSEboard.de

Sprung zum Seitenanfang