WinPE mit AHCI

Antworten
sschindler
Beiträge: 60
Registriert: 12 Mär 2010, 12:31

WinPE mit AHCI

Beitrag von sschindler »

Hallo,

wir haben einen neuen PC Typ (Fujitsu P420) den ich gern mit aktivem AHCI installieren möchte.
Ich habe die Treiberintegration für Win7 schon soweit fertig nur streikt WinPE noch.

Für WinPE habe ich zusätzliche Treiber (IntelChipset und SATA) nach der Anleitung vom "Getting Started" eingefügt. Wenn ich nun Windows 7 installieren möchte bleibt der Installationsprozess bei der Eingabeaufforderung stehen. Die startnet.cmd wird mit der Ausgabe "Mountresault 0" ausgeführt, danach passiert nichts weiter. Wenn man in der Eingabeaufforderung auf c: wechselt und dir eingibt, erhält man die Ausgabe:

Volume in Laufwerk C hat keine Bezeichnung.
Volumeseriennummer: XYZ...

Datei nicht gefunden.

Wurde keine Festplatte erkannt? Anbei der auszug aus dem Bootlog.

Code: Alles auswählen

[6] [Jul 17 15:58:12] Copy done (Repository.py|574)
[5] [Jul 17 15:58:12] Driver for PCI device 8086:0C00 already integrated (WindowsDrivers.py|247)
[5] [Jul 17 15:58:12] Creating work.cmd (setup.py|652)
[6] [Jul 17 15:58:12] Executing: /usr/bin/lshw -short -numeric (Posix.py|690)
[6] [Jul 17 15:58:12] Using encoding 'ANSI_X3.4-1968' (Posix.py|721)
[6] [Jul 17 15:58:14] Integrating winpe driver for storage controller: {'device': u'/dev/sda', 'vendorId': u'8086', 'hwPath': u'/0/100/1f.2', 'description': u'8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode]', 'deviceId': u'8C02'} (setup.py|685)
[6] [Jul 17 15:58:14] Copying from '/mnt/hd/drv/1' to '/mnt/hd/drvpe' (__init__.py|261)
[6] [Jul 17 15:58:16] Copy done (__init__.py|269)
[6] [Jul 17 15:58:16] Integrating winpe driver for network controller: {'broadcast': u'172.16.198.255', 'vendorId': u'10EC', 'netmask': u'255.255.255.0', 'deviceId': u'8168', 'hardwareAddress': u'90:1b:0e:2f:86:21', 'device': 'eth0', 'ipAddress': u'172.16.198.34', 'gateway': u'172.16.198.200'} (setup.py|677)
[5] [Jul 17 15:58:16] Adding to work.cmd: drvload c:\drv\4\rt86win7.inf
 (setup.py|682)
[5] [Jul 17 15:58:17] Creating startnet.cmd (setup.py|714)
[5] [Jul 17 15:58:17] Creating diskpart.txt (setup.py|722)
[5] [Jul 17 15:58:17] Patching unattend.xml and config.ini (setup.py|740)
[6] [Jul 17 15:58:17] Executing: /usr/local/bin/patcha /mnt/hd/opsi/unattend.xml (Posix.py|690)
[6] [Jul 17 15:58:17] Using encoding 'ANSI_X3.4-1968' (Posix.py|721)
[6] [Jul 17 15:58:17] Executing: /usr/local/bin/patcha -f /var/tmp/opsi/patcha.in /mnt/hd/opsi/unattend.xml (Posix.py|690)
[6] [Jul 17 15:58:17] Using encoding 'ANSI_X3.4-1968' (Posix.py|721)
[6] [Jul 17 15:58:17] Executing: /usr/local/bin/patcha /mnt/hd/opsi/opsi-client-agent/files/opsi/cfg/config.ini (Posix.py|690)
[6] [Jul 17 15:58:17] Using encoding 'ANSI_X3.4-1968' (Posix.py|721)
[6] [Jul 17 15:58:17] Executing: /usr/local/bin/patcha -f /var/tmp/opsi/patcha.in /mnt/hd/opsi/opsi-client-agent/files/opsi/cfg/config.ini (Posix.py|690)
[6] [Jul 17 15:58:17] Using encoding 'ANSI_X3.4-1968' (Posix.py|721)
[6] [Jul 17 15:58:17] Executing: /bin/cat '/mnt/hd/opsi/work.cmd' (Posix.py|690)
[6] [Jul 17 15:58:17] Using encoding 'ANSI_X3.4-1968' (Posix.py|721)
[6] [Jul 17 15:58:17] Executing: /bin/cat '/mnt/hd/opsi/startnet.cmd' (Posix.py|690)
[6] [Jul 17 15:58:17] Using encoding 'ANSI_X3.4-1968' (Posix.py|721)
[6] [Jul 17 15:58:17] Executing: /bin/cat '/mnt/hd/opsi/diskpart.txt' (Posix.py|690)
[6] [Jul 17 15:58:17] Using encoding 'ANSI_X3.4-1968' (Posix.py|721)
[6] [Jul 17 15:58:17] Executing: /bin/umount /dev/sda2 (Posix.py|690)
[6] [Jul 17 15:58:17] Using encoding 'ANSI_X3.4-1968' (Posix.py|721)
[5] [Jul 17 15:58:18] diskcounter is still 0 (setup.py|756)
[6] [Jul 17 15:58:18] Executing: /bin/sleep 60; /sbin/shutdown -r now (Posix.py|690)
[5] [Jul 17 15:58:18] Script execution successful (master.py|1468)
[6] [Jul 17 15:58:18] Updating productOnClient: {'actionProgress': None, 'actionResult': u'none', 'clientId': u'c-140703.kevb.lan', 'modificationTime': None, 'actionRequest': u'none', 'targetConfiguration': None, 'productVersion': None, 'productType': u'NetbootProduct', 'type': u'ProductOnClient', 'lastAction': None, 'packageVersion': None, 'actionSequence': None, 'installationStatus': u'unknown', 'productId': u'win7'} (master.py|1470)
[6] [Jul 17 15:58:18] Executing: cat /tmp/geo_override.log (Posix.py|690)
[6] [Jul 17 15:58:18] Using encoding 'ANSI_X3.4-1968' (Posix.py|721)
[6] [Jul 17 15:58:18] Executing: cat /var/tmp/opsi/sysconf.ini (Posix.py|690)
[6] [Jul 17 15:58:18] Using encoding 'ANSI_X3.4-1968' (Posix.py|721)
[6] [Jul 17 15:58:18] Executing: cat /var/tmp/opsi/patcha.in (Posix.py|690)
[6] [Jul 17 15:58:18] Using encoding 'ANSI_X3.4-1968' (Posix.py|721)
[5] [Jul 17 15:58:18] Writing log to service (master.py|1542)
Hat jemand eine Idee?
Danke!
Benutzeravatar
n.wenselowski
Ex-uib-Team
Beiträge: 3194
Registriert: 04 Apr 2013, 12:15

Re: WinPE mit AHCI

Beitrag von n.wenselowski »

Hallo,

was für eine Platte ist drin?
SSHD?

Man erkennt in dem Auszug zumindest, dass eine Platte erkannt und dafür ein Treiber abgelegt wird.
Für weitere Analyse ist ein komplettes Log vermutlich unabdingbar.


Gruß

Niko

Code: Alles auswählen

import OPSI
Antworten