Fog problem with lenovo thinkcenter M73
-
Based on what I’m reading, the information did not get installed.
It looks like instead of typing the [Enter] key, somebody pressed the ^C (CTRL + C) which breaks the script.
Google Translate:
Sur la base de ce que je lis, l’information ne est pas installé.Il ressemble au lieu de taper sur la touche [Entrée], quelqu’un a appuyé sur le ^ C (CTRL + C) qui rompt le script.
-
That is not the finish of the script. It should end with:
[CODE] * Setting up and starting MySql…OK-
Backing up user reports…OK
-
Setting up and starting Apache Web Server…OK
-
Changing permissions on apache log files…OK
-
Downloading kernels and inits…OK
-
Downloading New FOG Client file…OK
-
Copying back any custom hook files…OK
-
Copying back any custom report files…OK
You still need to install/update your database schema.
This can be done by opening a web browser and going to:
Press [Enter] key when database is updated/installed.
- Setting up storage…OK
- Setting up and starting DHCP Server…Skipped
- Setting up and starting TFTP and PXE Servers…OK
- Setting up and starting VSFTP Server…OK
- Setting up sudo settings…OK
- Setting up FOG Snapins…OK
- Setting up and building UDPCast…OK
- Installing init scripts…OK
- Setting up FOG Services…OK
- Setting up FOG Utils…OK
- Starting FOG Multicast Management Server…OK
- Starting FOG Image Replicator Server…OK
- Starting FOG Task Scheduler Server…OK
- Starting FOG Snapin Replicator Server…OK
- Configuring Fresh Clam…OK
- Setting up and starting NFS Server…OK
Setup complete!
You can now login to the FOG Management Portal using
the information listed below. The login information
is only if this is the first install.This can be done by opening a web browser and going to:
http://192.168.0.3/fog/management Default User: Username: fog Password: password
[/CODE]
-
-
I’m already re installed FOG and nothing but all computer work with this server but just our Lenovo thinkcenter M73. My problem is with Lenovo think center M73.
-
I am very grateful for your help
-
I believe the Thinkcentre M73 uses UEFI booting by default.
Your installation log indicates you’re using FOG for DHCP.
UEFI enabled systems generally use ipxe.efi to boot with.
You can set option 067 to point to ipxe.efi and then try to network boot the Thinkcentre M73.
The settings are in this file: /etc/dhcp/dhcpd.conf
You would change
[CODE]filename “undionly.kpxe”; [/CODE]
to:
[CODE]filename “ipxe.efi”; [/CODE]Or, you can try to disable UEFI and enable legacy boot, and PXE boot in the BIOS on the Thinkcentre M73.
Let us know how it goes.
-
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…)