I have done some testing and found that the error occurs when I change the default value for the license key. my goal is to install Windows without a license key.
Oddly enough it is only the 32 bit version of Windows that gives this error, the 64 bit version works fine. I even tried copying the contents of the control file from the 64 bit version but still god the same error.
Code: Alles auswählen
[Package]
version: 5
depends:
incremental: False
[Product]
type: netboot
id: win7-x86
name: Windows 7 - x86 - dansk
description: Microsoft Betriebssystem
advice:
version: 4.0.1
priority: 0
licenseRequired: True
productClasses:
setupScript: setup.py
uninstallScript:
updateScript:
alwaysScript:
onceScript:
customScript:
pxeConfigTemplate:
[ProductProperty]
type: bool
name: winpenetworkmode
description: Soll das Windows Setup unter WinPE vom Netz gestartet werden?
Alternativ werden alle benötigten Dateien schon im Linux Bootimage vom Netz auf den lokalen Datenträger kopiert.
default: True
[ProductProperty]
type: bool
name: askbeforeinst
description: Soll das Starten der Installation am Client bestätigt werden müssen?
default: False
[ProductProperty]
type: unicode
name: productkey
multivalue: False
editable: True
description: Lizenzschlüssel
values: ["xxxxx-xxxxx-xxxxx-xxxxx-xxxxx"]
[ProductProperty]
type: unicode
name: fullname
multivalue: False
editable: True
description: Name des Benutzers
values: ["Name"]
default: ["Name"]
[ProductProperty]
type: unicode
name: orgname
multivalue: False
editable: True
description: Name der Organisation
values: ["Orgname"]
default: ["Orgname"]
[ProductProperty]
type: unicode
name: additional_drivers
multivalue: True
editable: True
description: Treiber-Verzeichnisse die in die Grundinstallation eingebunden werden sollen (mehrere Werte möglich)
[ProductProperty]
type: unicode
name: boot_partition_size
multivalue: False
editable: False
description: Größe der Boot-Partition, benötigt für Bitlocker (0 = keine Boot-Partition erstellen)
values: ["0", "1000M", "100M", "2000M", "5000M", "500M"]
default: ["0"]
[ProductProperty]
type: unicode
name: boot_partition_label
multivalue: False
editable: True
description: Dateisystem-Label der Boot-Partition
values: ["BOOT"]
default: ["BOOT"]
[ProductProperty]
type: unicode
name: boot_partition_letter
multivalue: False
editable: False
description: Laufwerksbuchstabe der Boot-Partition ("-" = keinen Laufwerksbuchstaben zuordnen)
values: ["-", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "Y", "Z"]
default: ["-"]
[ProductProperty]
type: unicode
name: windows_partition_size
multivalue: False
editable: False
description: Größe der Windows-Partition. Zusätzliche Partition mit verbleibender Größe anlegen. (100% = keine zusätzliche Partition erstellen)
values: ["10%", "100%", "100G", "10G", "20%", "200G", "20G", "30%", "30G", "40%", "40G", "50%", "500G", "50G", "60%", "70%", "80%", "90%"]
default: ["100%"]
[ProductProperty]
type: unicode
name: data_partition_label
multivalue: False
editable: True
description: Dateisystem-Label der zusätzlichen Partition
values: ["DATA"]
default: ["DATA"]
[ProductProperty]
type: unicode
name: data_partition_letter
multivalue: False
editable: False
description: Laufwerksbuchstabe der zusätzlichen Partition
values: ["D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "T", "U", "V", "W", "Y", "Z"]
default: ["D"]
[ProductProperty]
type: unicode
name: windows_partition_label
multivalue: False
editable: True
description: Dateisystem-Label der Windows-Partition
values: ["WINDOWS"]
default: ["WINDOWS"]
[ProductProperty]
type: unicode
name: system_language
multivalue: False
editable: True
description: Standard-Sprache des Systems
values: ["de-AT", "de-CH", "de-DE"]
default: ["de-DE"]
[ProductProperty]
type: unicode
name: system_keyboard_layout
multivalue: False
editable: True
description: Keyboard-Layout des Systems
values: ["0407:00000407", "0407:00000c07", "0807:00000807"]
default: ["0407:00000407"]
[ProductProperty]
type: unicode
name: system_timezone
multivalue: False
editable: True
description: Zeitzone des Systems
values: ["W. Europe Standard Time"]
default: ["W. Europe Standard Time"]
[ProductProperty]
type: unicode
name: imagename
multivalue: False
editable: False
description: Zu installierende Windows 7 Version
values: ["Windows 7 ENTERPRISE", "Windows 7 ENTERPRISEE", "Windows 7 ENTERPRISEN", "Windows 7 HOMEBASIC", "Windows 7 HOMEBASICE", "Windows 7 HOMEBASICN", "Windows 7 HOMEPREMIUM", "Windows 7 HOMEPREMIUME", "Windows 7 HOMEPREMIUMN", "Windows 7 PROFESSIONAL", "Windows 7 PROFESSIONALE", "Windows 7 PROFESSIONALN", "Windows 7 STARTER", "Windows 7 STARTERE", "Windows 7 STARTERN", "Windows 7 ULTIMATE", "Windows 7 ULTIMATEE", "Windows 7 ULTIMATEN"]
default: ["Windows 7 ULTIMATE"]
[Changelog]
windows (4.0.1-5) stable; urgency=low
* Call auditHardwareOnHost_setObsolete
-- uib GmbH <info@uib.de> Tue, 19 Jul 2011 13:17:02 +0000
windows (4.0.1-4) stable; urgency=low
* Modify driver integration
-- uib GmbH <info@uib.de> Mon, 18 Jul 2011 15:05:10 +0000
windows (4.0.1-3) stable; urgency=low
* rework work.cmd
- do not load storage driver
- delayed load of network driver
- do not load drivers in case of ! winpeNetworkMode
-- uib GmbH <info@uib.de> Tue, 12 Jul 2011 12:08:51 +0000
windows (4.0.1-2) stable; urgency=low
* Use depot._url not depotUrl to get unmodified url
-- uib GmbH <info@uib.de> Wed, 04 May 2011 10:58:37 +0000
windows (4.0.1-1) stable; urgency=low
* Process depotUrl correctly
-- uib GmbH <info@uib.de> Tue, 03 May 2011 09:40:28 +0000
windows (4.0-9) stable; urgency=low
* remove property data_partition_size
* add property windows_partition_size
* search pe drive letter
-- uib GmbH <info@uib.de> Mon, 18 Apr 2011 14:30:53 +0000
windows (4.0-8) stable; urgency=low
* Fix </DriverPaths> in unattend.xml
-- uib GmbH <info@uib.de> Mon, 11 Apr 2011 12:43:00 +0000
windows (4.0-7) stable; urgency=low
* new unattend.xml.template for improved driver integration (thanks to mr.quickly)
* Fixed drive letter assignment for boot drive
-- uib GmbH <info@uib.de> Mon, 04 Apr 2011 10:54:18 +0000
windows (4.0-6) stable; urgency=low
* Support for boot partition
* Support for additional partition
* New properties
-- uib GmbH <info@uib.de> Wed, 23 Mar 2011 15:40:01 +0000
windows (4.0-5) stable; urgency=low
* add 05_copy_drivers to postinst.d
* remove creation of 05_copydriver.cmd from setup.py
* change sequence of driver integration
-- uib GmbH <info@uib.de> Thu, 17 Mar 2011 16:52:30 +0000
windows (4.0-4) stable; urgency=low
* create_driver_links: do not link additional drivers
* setup.py
- starnet.cmd: copy work.cmd to ramdisk and execute
- work.cmd: retry on setup.exe error
-- uib GmbH <info@uib.de> Wed, 16 Mar 2011 10:21:08 +0000
windows (4.0-3) stable; urgency=low
* Added extract_driver_pack.py
-- uib GmbH <info@uib.de> Mon, 27 Sep 2010 16:20:28 +0000
windows (4.0-2) stable; urgency=low
* delete all netboot product states
-- uib GmbH <info@uib.de> Tue, 31 Aug 2010 09:36:30 +0000
windows (4.0-1) stable; urgency=low
* opsi 4.0
-- uib GmbH <info@uib.de> Tue, 29 Jun 2010 12:58:59 +0000