opsi-boot-image

Antworten
ckruijntjens
Beiträge: 44
Registriert: 01 Mai 2018, 11:02

opsi-boot-image

Beitrag von ckruijntjens »

hi all,

I start opsi-boot-image true tftpserver. how can i change the keyboard layout in the boot image?

Kind regards,

Chris Kruijntjens.
Benutzeravatar
m.radtke
Ex-uib-Team
Beiträge: 1767
Registriert: 10 Jun 2015, 12:19

Re: opsi-boot-image

Beitrag von m.radtke »

Hi Chris,

you can set the Server Host-Parameter
opsi-linux-bootimage.append to

Code: Alles auswählen

lang=en
to set it to english.

Regards
Mathias


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


ckruijntjens
Beiträge: 44
Registriert: 01 Mai 2018, 11:02

Re: opsi-boot-image

Beitrag von ckruijntjens »

Hi,

Where is this file opsi-linux-bootimage.append

i can not find it on my server? where do i need to create it?
Benutzeravatar
j.schneider
uib-Team
Beiträge: 2049
Registriert: 29 Mai 2008, 15:14

Re: opsi-boot-image

Beitrag von j.schneider »

This is a host parameter.
You can change these host parameters via the opsi config editor.


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


ckruijntjens
Beiträge: 44
Registriert: 01 Mai 2018, 11:02

Re: opsi-boot-image

Beitrag von ckruijntjens »

This is not working for me. I am booting the boot image directly from my pxe server with the follwing parameters. (this used to work) until now

:Opsi
kernel http://192.168.2.10/install-x64 initrd=miniroot-x64.bz2 lang=eng video=vesa:ywrap,mtrr vga=791 quiet splash --no-log console=tty1 console=ttyS0 service=https://192.168.2.10:4447/rpc
initrd http://192.168.2.10/miniroot-x64.bz2
boot

however now the keyboard language when booted is de. (i use ipxe for booting the opsi boot image)
ckruijntjens
Beiträge: 44
Registriert: 01 Mai 2018, 11:02

Re: opsi-boot-image

Beitrag von ckruijntjens »

Nobody that can help me?
Benutzeravatar
m.radtke
Ex-uib-Team
Beiträge: 1767
Registriert: 10 Jun 2015, 12:19

Re: opsi-boot-image

Beitrag von m.radtke »

Hi

you can edit the file that gets requested via the TFTP and add the lang=en option


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


ckruijntjens
Beiträge: 44
Registriert: 01 Mai 2018, 11:02

Re: opsi-boot-image

Beitrag von ckruijntjens »

Hi,

I append these to the kernel. everything is working except the lang=eng

kernel http://192.168.2.10/install-x64 initrd=miniroot-x64.bz2 lang=eng video=vesa:ywrap,mtrr vga=791 quiet splash --no-log console=tty1 console=ttyS0 service=https://192.168.2.10:4447/rpc
ckruijntjens
Beiträge: 44
Registriert: 01 Mai 2018, 11:02

Re: opsi-boot-image

Beitrag von ckruijntjens »

Sorry,

Allredeay found the bug. Ik made a error. Ik used lang=eng. Ik changed it to lang=en

Now it is working. Thanks all
Antworten