• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

Fog problem with lenovo thinkcenter M73

Scheduled Pinned Locked Moved
FOG Problems
7
27
13.2k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • ?
    A Former User
    last edited by Mar 27, 2015, 2:04 PM

    I think my installation was finish because i have :

    [I] Press [Enter] key when database is updated/installed.^C[/I]
    [I]Script finish sur jeu. 26 mars 2015 14:58:43 CET[/I]

    1 Reply Last reply Reply Quote 0
    • T
      Tom Elliott
      last edited by Mar 27, 2015, 2:07 PM

      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.

      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

      Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

      Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

      1 Reply Last reply Reply Quote 0
      • W
        Wolfbane8653 Developer
        last edited by Mar 27, 2015, 2:12 PM

        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:

          http://192.168.0.3/fog/management

        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]

        1 Reply Last reply Reply Quote 0
        • ?
          A Former User
          last edited by Mar 27, 2015, 2:27 PM

          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.

          1 Reply Last reply Reply Quote 0
          • ?
            A Former User
            last edited by Mar 27, 2015, 8:41 PM

            I am very grateful for your help

            1 Reply Last reply Reply Quote 0
            • W
              Wayne Workman
              last edited by Mar 27, 2015, 9:09 PM

              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.

              Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
              Daily Clean Installation Results:
              https://fogtesting.fogproject.us/
              FOG Reporting:
              https://fog-external-reporting-results.fogproject.us/

              1 Reply Last reply Reply Quote 0
              • W
                Wayne Workman
                last edited by Mar 27, 2015, 9:18 PM

                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.

                Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                Daily Clean Installation Results:
                https://fogtesting.fogproject.us/
                FOG Reporting:
                https://fog-external-reporting-results.fogproject.us/

                1 Reply Last reply Reply Quote 0
                • ?
                  A Former User
                  last edited by Mar 28, 2015, 12:45 PM

                  Okay thank you, I try it monday and I tell if it work ! 🙂

                  1 Reply Last reply Reply Quote 0
                  • ?
                    A Former User
                    last edited by Apr 2, 2015, 12:53 PM

                    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!

                    1 Reply Last reply Reply Quote 0
                    • W
                      Wayne Workman
                      last edited by Apr 2, 2015, 1:23 PM

                      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?

                      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                      Daily Clean Installation Results:
                      https://fogtesting.fogproject.us/
                      FOG Reporting:
                      https://fog-external-reporting-results.fogproject.us/

                      1 Reply Last reply Reply Quote 0
                      • ?
                        A Former User
                        last edited by Apr 2, 2015, 1:33 PM

                        [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]

                        1 Reply Last reply Reply Quote 0
                        • ?
                          A Former User
                          last edited by Apr 2, 2015, 1:42 PM

                          My problem with Lenovo thinkcenter M73, i can’t boot on fog with it… i have one dash and it’s all

                          1 Reply Last reply Reply Quote 0
                          • W
                            Wayne Workman
                            last edited by Apr 2, 2015, 2:02 PM

                            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]

                            Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                            Daily Clean Installation Results:
                            https://fogtesting.fogproject.us/
                            FOG Reporting:
                            https://fog-external-reporting-results.fogproject.us/

                            1 Reply Last reply Reply Quote 0
                            • C
                              ch3i Moderator
                              last edited by Apr 2, 2015, 2:25 PM

                              [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]

                              1 Reply Last reply Reply Quote 0
                              • W
                                Wayne Workman
                                last edited by Apr 2, 2015, 2:27 PM

                                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]

                                Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                                Daily Clean Installation Results:
                                https://fogtesting.fogproject.us/
                                FOG Reporting:
                                https://fog-external-reporting-results.fogproject.us/

                                1 Reply Last reply Reply Quote 0
                                • W
                                  Wayne Workman
                                  last edited by Apr 2, 2015, 2:27 PM

                                  [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.

                                  Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                                  Daily Clean Installation Results:
                                  https://fogtesting.fogproject.us/
                                  FOG Reporting:
                                  https://fog-external-reporting-results.fogproject.us/

                                  1 Reply Last reply Reply Quote 0
                                  • S
                                    Sebastian Roth Moderator
                                    last edited by Apr 2, 2015, 3:22 PM

                                    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…)

                                    Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                                    Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                                    1 Reply Last reply Reply Quote 0
                                    • 1
                                    • 2
                                    • 1 / 2
                                    1 / 2
                                    • First post
                                      20/27
                                      Last post

                                    203

                                    Online

                                    12.0k

                                    Users

                                    17.3k

                                    Topics

                                    155.2k

                                    Posts
                                    Copyright © 2012-2024 FOG Project