• 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.
    • Wayne WorkmanW
      Wayne Workman
      last edited by

      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
      • Wayne WorkmanW
        Wayne Workman
        last edited by

        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

          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

            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
            • Wayne WorkmanW
              Wayne Workman
              last edited by

              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

                [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

                  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
                  • Wayne WorkmanW
                    Wayne Workman
                    last edited by

                    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
                    • ch3iC
                      ch3i Moderator
                      last edited by

                      [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
                      • Wayne WorkmanW
                        Wayne Workman
                        last edited by

                        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
                        • Wayne WorkmanW
                          Wayne Workman
                          last edited by

                          [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

                            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
                            • 2 / 2
                            • First post
                              Last post

                            163

                            Online

                            12.0k

                            Users

                            17.3k

                            Topics

                            155.2k

                            Posts
                            Copyright © 2012-2024 FOG Project