opsi-boot-image
-
- Beiträge: 44
- Registriert: 01 Mai 2018, 11:02
opsi-boot-image
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
you can set the Server Host-Parameter
opsi-linux-bootimage.append to
Code: Alles auswählen
lang=en
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
-
- Beiträge: 44
- Registriert: 01 Mai 2018, 11:02
Re: opsi-boot-image
Where is this file opsi-linux-bootimage.append
i can not find it on my server? where do i need to create it?
- j.schneider
- uib-Team
- Beiträge: 2049
- Registriert: 29 Mai 2008, 15:14
Re: opsi-boot-image
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
-
- Beiträge: 44
- Registriert: 01 Mai 2018, 11:02
Re: opsi-boot-image
: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)
-
- Beiträge: 44
- Registriert: 01 Mai 2018, 11:02
Re: opsi-boot-image
Re: opsi-boot-image
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
-
- Beiträge: 44
- Registriert: 01 Mai 2018, 11:02
Re: opsi-boot-image
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
-
- Beiträge: 44
- Registriert: 01 Mai 2018, 11:02
Re: opsi-boot-image
Allredeay found the bug. Ik made a error. Ik used lang=eng. Ik changed it to lang=en
Now it is working. Thanks all