Fog problem with lenovo thinkcenter M73
-
Also, the others above this post are correct, that is not the end of your installation log.
When you see this:
[CODE]You still need to install/update your database schema.
This can be done by opening a web browser and going to:
http://192.168.0.3/fog/management
Press [Enter] key when database is updated/installed.[/CODE]That means you should use a web browser and go to this address:
[CODE]http://192.168.0.3/fog/management[/CODE]
and click on the “Update Database” button.
After doing that, then you would press [Enter] for the installer.After you’ve re-ran the installer, please give us your entire installation log.
We use this log to help troubleshoot problems.
-
Okay thank you, I try it monday and I tell if it work !
-
Hello again !
I try to change filename in dhcpd.conf and while the boot i have this message :
[B][I] TFTP.[/I][/B]
[B][I] PXE-T01: file not found[/I][/B]
[B][I] PXE-E3B: TFTP Error - File not found[/I][/B]
[B][I] PXE-M0F : Exiting PXE ROM[/I][/B]My database it’s okay ;), the server works with other computer, but just with Lenovo.
Thanks for your help!
-
Please post your dhcpd.conf file here so we can take a look at it.
Also, look inside your /tftpboot directory and verify that the file is actually there.
Also, what is the model of the problem Lenovo?
-
[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…)