Seite 1 von 1

opsi-boot-image

Verfasst: 18 Sep 2021, 16:45
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.

Re: opsi-boot-image

Verfasst: 20 Sep 2021, 09:41
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

Re: opsi-boot-image

Verfasst: 20 Sep 2021, 22:00
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?

Re: opsi-boot-image

Verfasst: 21 Sep 2021, 08:08
von j.schneider
This is a host parameter.
You can change these host parameters via the opsi config editor.

Re: opsi-boot-image

Verfasst: 21 Sep 2021, 14:41
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)

Re: opsi-boot-image

Verfasst: 27 Sep 2021, 18:05
von ckruijntjens
Nobody that can help me?

Re: opsi-boot-image

Verfasst: 28 Sep 2021, 09:08
von m.radtke
Hi

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

Re: opsi-boot-image

Verfasst: 29 Sep 2021, 07:22
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

Re: opsi-boot-image

Verfasst: 29 Sep 2021, 07:30
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