Custom ISO
Hallo All,
i trying since the upgrade our SDA to 6.1 to use custom isos like GRML or DBAN to ipxe boot.
I always getting the ipxe error 3c092083
I have memdisk enabled, our DHCP sever is freebsd and the config
we use is this
class "UEFI-64-1" {
match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00007";
next-server RSA_IP;
filename "ipxe.efi";
}
class "UEFI-64-2" {
match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00009";
next-server RSA_IP;
filename "ipxe.efi";
}
class "Legacy" {
match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00000";
next-server RSA_IP;
filename "undionly.kpxe";
}
WIM boot works fine.
Maybe someone of you got an idea.
Thanks in advance
Answers (0)
Be the first to answer this question
i check with this article https://ikbox.pediatrichomeservice.com/locale/en_US.UTF-8/doc/wwhelp/wwhimpl/common/html/frameset.htm?context=K2000&file=t_EnableBootManagerAuthentication.html&single=true and the Boot Authentification is enabled, but i could´ not find the PXE authentication.
Best
Robert - DonBilbo87 5 years ago
I have used DBAN.... Make sure you are booting from a Legacy BIOS, and memdisk is enabled.
When you go to Settings > Logs > TFTP Transfer Log, What do you see there?.
Also if you go to Library > Source Media, and look for your DBAN-KBE, is the file size OK for you? (Based on your DBAN ISO size). - Channeler 5 years ago