Fog problem with lenovo thinkcenter M73
-
[U]DHCPD.conf:[/U]
[I][B]# DHCP Server Configuration file.[/B][/I]
[I][B]# see /usr/share/doc/dhcp*/dhcpd.conf.sample[/B][/I]
[I][B]# This file was created by FOG[/B][/I]
[I][B]use-host-decl-names on;[/B][/I]
[I][B]ddns-update-style interim;[/B][/I]
[I][B]ignore client-updates;[/B][/I]
[I][B]next-server 192.168.0.3;[/B][/I][I][B]subnet 192.168.0.0 netmask 255.255.255.0 {[/B][/I]
[I][B] option subnet-mask 255.255.255.0;[/B][/I]
[I][B] range dynamic-bootp 192.168.0.10 192.168.0.254;[/B][/I]
[I][B] default-lease-time 21600;[/B][/I]
[I][B] max-lease-time 43200;[/B][/I]
[I][B] option domain-name-servers 192.168.0.254;[/B][/I]
[I][B] option routers 192.168.0.254;[/B][/I]
[I][B] filename “ipxe.efi”;[/B][/I]
[I][B]}[/B][/I]And in /tftpboot directory I don’t have “ipxe.efi” :
[B][I]root@pxeb03:/tftpboot# ls
boot.txt ipxe.krn snponly.efi undionly.pxe
default.ipxe ipxe.pxe undionly.kkpxe vesamenu.c32
ipxe.kkpxe memdisk undionly.kpxe
ipxe.kpxe pxelinux.0.old undionly.kpxe.INTEL[/I][/B] -
My problem with Lenovo thinkcenter M73, i can’t boot on fog with it… i have one dash and it’s all
-
this might do it:
[CODE]sudo wget ‐‐continue ‐‐timestamping https://svn.code.sf.net/p/freeghost/code/trunk/packages/tftp/ipxe.efi -O /tftpboot/ipxe.efi[/CODE]
Otherwise, manually download the ipxe.efi file and put it into the /tftpboot directory.
The file is here:
[url]https://svn.code.sf.net/p/freeghost/code/trunk/packages/tftp/[/url] -
[quote=“Wayne Workman, post: 44879, member: 28155”]
Also, what is the model of the problem Lenovo?[/quote]I think : Thinkcenter M73
Edit : The [B]M73z[/B] is in Working Devices of the wiki : [url]http://fogproject.org/wiki/index.php/WorkingDevices[/url]
-
Just tested this and it appears to work:
[CODE]sudo wget https://svn.code.sf.net/p/freeghost/code/trunk/packages/tftp/ipxe.efi -O /tftpboot/ipxe.efi[/CODE] -
[quote=“ch3i, post: 44891, member: 2513”]I think : Thinkcenter M73
Edit : The [B]M73z[/B] is in Working Devices of the wiki : [url]http://fogproject.org/wiki/index.php/WorkingDevices[/url][/quote]
Right, but his ipxe.efi isn’t present inside /tftpboot
EDIT: lol, the model name is in the thread title. Duh.
-
Give ipxe.efi a try but I have a feeling that it will fail!! You better try to change the BIOS settings to legacy mode and use undionly.kpxe (see in the WorkingDevices list…)