Win 7 x64 Unattend.xml

Antworten
bobzbobz
Beiträge: 169
Registriert: 30 Nov 2012, 10:41
Wohnort: Denmark

Win 7 x64 Unattend.xml

Beitrag von bobzbobz »

Hello

I have tried to deploy Win 7 x64 DA from PXE-boot and it seems to work fine.
I only have a couple of things i need to change and i am guessing i have to edit the unattend.xml-file for those things to work.

When i PXE-boot i see Windows 7 installation loading, but i have to select the language for it to continue (DA - danish).

When the installation is finished, my keyboard-layout is set to DE (german) - i would like DA.

Can anyone tell me how i can change theese things in the unattend.xml-file, and what software i should use to edit it?

Best Regards,
Soren :)
bobzbobz
Beiträge: 169
Registriert: 30 Nov 2012, 10:41
Wohnort: Denmark

Re: Win 7 x64 Unattend.xml

Beitrag von bobzbobz »

And is there a way to make the PC a member of a domain during installation-phase?
bobzbobz
Beiträge: 169
Registriert: 30 Nov 2012, 10:41
Wohnort: Denmark

Re: Win 7 x64 Unattend.xml

Beitrag von bobzbobz »

Okay i think it works now - i was too fast >.<

I selected the keyboard-layout and system-language in the opsi-configed console :)

But i still dont know how to join the client to a domain.

Best Regards,
Soren
Benutzeravatar
wolfbardo
uib-Team
Beiträge: 1412
Registriert: 01 Jul 2008, 12:10

Re: Win 7 x64 Unattend.xml

Beitrag von wolfbardo »

bobzbobz hat geschrieben:Hello

I have tried to deploy Win 7 x64 DA from PXE-boot and it seems to work fine.
I only have a couple of things i need to change and i am guessing i have to edit the unattend.xml-file for those things to work.

When i PXE-boot i see Windows 7 installation loading, but i have to select the language for it to continue (DA - danish).

When the installation is finished, my keyboard-layout is set to DE (german) - i would like DA.

Can anyone tell me how i can change theese things in the unattend.xml-file, and what software i should use to edit it?

Best Regards,
Soren :)
Please extract the win7-template:

Code: Alles auswählen

cd /home/opsiproducts/
/home/opsiproducts# opsi-package-manager -x /var/lib/opsi/repository/win7-x64_4.0.2-1.opsi
Edit /home/opsiproducts/win7-x64/OPSI/control and add the apropriate values for danish in
  • # Not sure if you have to change properties winpe* cause its only during winpe setup
    - winpe_uilanguage
    - winpe_uilanguage_fallback
    - winpe_inputlocale
    # Here you should definitively change / supplement something
    - system_language
    - system_keyboard_layout
Repackage and deploy with your defaults:

Code: Alles auswählen

cd /home/opsiproducts/win7-x64
opsi-makeproductfile
opsi-package-manager -p ask -i win7-x64_4.0.2-1.opsi
Give us feedback which locales fits for you.

For the domain join have a look at
http://download.uib.de/opsi4.0/products ... 1.0-2.opsi

regards,
bardo wolf


Vielen Dank für die Nutzung von opsi. Im Forum ist unser Support begrenzt.

Für den professionellen Einsatz und individuelle Beratung empfehlen wir einen Support-Vertrag und eine Schulung.
Gerne informieren wir Sie zu unserem Angebot.

uib GmbH
Telefon: +49 6131 27561 0
E-Mail: sales@uib.de


bobzbobz
Beiträge: 169
Registriert: 30 Nov 2012, 10:41
Wohnort: Denmark

Re: Win 7 x64 Unattend.xml

Beitrag von bobzbobz »

Hmm.. can i select the Danish-language pack as default for all clients? now i seems i only change it "per client".
bobzbobz
Beiträge: 169
Registriert: 30 Nov 2012, 10:41
Wohnort: Denmark

Re: Win 7 x64 Unattend.xml

Beitrag von bobzbobz »

Hi again

I tried your guide, but when I repackage and have answered all of the questions I get this error:

Failure while processing Install of package(s) /home/opsiproducts/win7-x64/win7-x64_4.0.2-1.opsi on depot 'opsi.fmts.lan':
Backend error: Failed to install package '/home/opsiproducts/win7-x64/win7-x64_4.0.2-1.opsi' on depot 'opsi.fmts.lan':
Backend I/O error: Package file '/home/opsiproducts/win7-x64/win7-x64_4.0.2-1.opsi' does not exist or access denied (error on server)

Do I need to set some kind of permissions somewhere?

Best Regards
bobzbobz
Beiträge: 169
Registriert: 30 Nov 2012, 10:41
Wohnort: Denmark

Re: Win 7 x64 Unattend.xml

Beitrag von bobzbobz »

As for locales i think danish "da-DK" is: 1030:00000406, but i have not yet tested it because of the error.
Benutzeravatar
wolfbardo
uib-Team
Beiträge: 1412
Registriert: 01 Jul 2008, 12:10

Re: Win 7 x64 Unattend.xml

Beitrag von wolfbardo »

Code: Alles auswählen

opsi-setup --set-rights /home/opsiproducts/win7-x64


Vielen Dank für die Nutzung von opsi. Im Forum ist unser Support begrenzt.

Für den professionellen Einsatz und individuelle Beratung empfehlen wir einen Support-Vertrag und eine Schulung.
Gerne informieren wir Sie zu unserem Angebot.

uib GmbH
Telefon: +49 6131 27561 0
E-Mail: sales@uib.de


bobzbobz
Beiträge: 169
Registriert: 30 Nov 2012, 10:41
Wohnort: Denmark

Re: Win 7 x64 Unattend.xml

Beitrag von bobzbobz »

Works like a charm :)

Win 7 x64 DA can now install, and has a Danish keyboard-layout.

The InputLocale for da-DK (Win7) keyboard-layout is: 1030:00000406

http://technet.microsoft.com/en-us/libr ... s.10).aspx

Thanks
bobzbobz
Beiträge: 169
Registriert: 30 Nov 2012, 10:41
Wohnort: Denmark

Re: Win 7 x64 Unattend.xml

Beitrag von bobzbobz »

For the domain join have a look at
http://download.uib.de/opsi4.0/products ... 1.0-2.opsi
What program do i use to open the file you have linked to?

Best Regards
Antworten