opsi uefi module

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

opsi uefi module

Beitrag von ckruijntjens »

Hi everyone,

When can we use the uefi module? is it still a payed module?
Benutzeravatar
m.radtke
Ex-uib-Team
Beiträge: 1767
Registriert: 10 Jun 2015, 12:19

Re: opsi uefi module

Beitrag von m.radtke »

Hi,

yes the uefi module is still a cofinanced module.

Cheers
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


Benutzeravatar
SisterOfMercy
Beiträge: 1556
Registriert: 22 Jun 2012, 19:18

Re: opsi uefi module

Beitrag von SisterOfMercy »

You could always ask for a trial license.

I had a hard time to figure out how it all fits together. The uefi module will still require you to boot in uefi mode from the network. So one needs to change their dhcp config.

isc dhcp server thingy:

Code: Alles auswählen

next-server 10.23.0.25;
option client-arch code 93 = array of unsigned integer 16;
if not exists client-arch {
       filename "linux/pxelinux.0";
} elsif substring (option client-arch,0,0) = option client-arch {
       filename "linux/pxelinux.0";
} elsif option client-arch = encode-int (0,16) {       # 0 x86 BIOS
       filename "linux/pxelinux.0";
} elsif option client-arch = encode-int (6,16) {       # 6 x86 UEFI
       filename "linux/pxelinux.cfg/elilo-x86.efi";
} elsif option client-arch = encode-int (7,16) {       # 7 x64 UEFI
       filename "linux/pxelinux.cfg/elilo.efi";
} elsif option client-arch = encode-int (9,16) {       # 9 UEFI ByteCode
       filename "linux/pxelinux.cfg/elilo.efi";
}
Bitte schreiben Sie Deutsch, when I'm responding in the German-speaking part of the forum!
Antworten