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

Problems with exit boot on M.2 SSD drive

Scheduled Pinned Locked Moved Unsolved
FOG Problems
4
19
2.9k
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.
  • S
    siheobs
    last edited by Dec 13, 2017, 5:12 PM

    Hi everybody,
    I have a new computer generation at my work, it’s a ThinkCentre M710 compact
    I use FOG 1.4.4 for image deployment and i can’t boot on M2 SSD drive.
    After the boot PXE, when it’s supposed to start on the Hard drive it stay stuck on a blink
    underscore character (look the picture).
    I had try to change multiple exit boot settings like (Host Bios Exit Type, Host EFI Exit Type) and nothink works.
    Somebody ever try to use fog 1.4.4 with a M2 connectors ?
    Thanks guys if you have some solution for me.
    0_1513185020578_IMG_3579.jpg

    W 1 Reply Last reply Dec 13, 2017, 5:37 PM Reply Quote 0
    • W
      Wayne Workman @siheobs
      last edited by Wayne Workman Dec 13, 2017, 11:37 AM Dec 13, 2017, 5:37 PM

      @siheobs said in Problems with exit boot on M.2 SSD drive:

      I had try to change multiple exit boot settings like (Host Bios Exit Type, Host EFI Exit Type) and nothink works.

      Make sure you try the EFI grub exit type, then EFI grub first hdd.

      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/

      S 1 Reply Last reply Dec 14, 2017, 10:12 AM Reply Quote 0
      • S
        Sebastian Roth Moderator
        last edited by Sebastian Roth Dec 13, 2017, 3:41 PM Dec 13, 2017, 9:40 PM

        @siheobs Also try simple EXIT as exit style. I guess we’ll see more of that on the near future. But I don’t have such a drive at hand to test so I can’t really do much about it.

        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
        • G
          george1421 Moderator
          last edited by Dec 13, 2017, 11:36 PM

          First you need to identify what mode this Lenovo is in. Is it bios (legacy) or more probably uefi. You need to know this to change the proper exit mode.

          Lets assume its uefi. So in that case you should set the EFI exit mode for this system. The bios exit mode will not have any impact on it working.

          For uefi we typically see the best results with rEFInd. If refind doesn’t work out of the box for you, we may need to modify the refind.conf file via the fog server linux console to search in more places for the hard drive. The config file is found in /var/www/html/fog/service/ipxe directory.

          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!

          1 Reply Last reply Reply Quote 0
          • S
            Sebastian Roth Moderator
            last edited by Dec 14, 2017, 5:54 AM

            @siheobs You can also try newer versions of rEFInd to see if those work with the newer M.2 SSD disk. I just updated our version in the working branch - Thanks to George for pointing me to that! So you can either upgrade to the latest RC version or simply download the files by hand:

            sudo -i
            cd /var/www/fog/service/ipxe
            mv refind.efi refind.efi.bak
            mv refind.conf refind.conf.bak
            wget https://github.com/FOGProject/fogproject/raw/working/packages/web/service/ipxe/refind.efi
            wget https://github.com/FOGProject/fogproject/raw/working/packages/web/service/ipxe/refind.conf
            

            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

            S 1 Reply Last reply Dec 14, 2017, 10:55 AM Reply Quote 0
            • S
              siheobs @Wayne Workman
              last edited by siheobs Dec 14, 2017, 4:35 AM Dec 14, 2017, 10:12 AM

              @wayne-workman @sebastian-roth @george1421 Onto my BIOS, all computers are configured with CSM enabled, Boot Mode Auto (boot sequence: UEFI, Legacy) and Boot Priority Legacy First.
              Computers use Windows 7 Professional OS.

              I already tried to set all possible EXIT type, but nothing change.
              0_1513247012811_IMG_3583.jpg

              G 1 Reply Last reply Dec 14, 2017, 10:45 AM Reply Quote 0
              • G
                george1421 Moderator @siheobs
                last edited by george1421 Dec 14, 2017, 4:46 AM Dec 14, 2017, 10:45 AM

                @siheobs These chameleon systems are a bit of a pita (from a debugging perspective). Since you are booting win7, tell me this. What iPXE boot file are you sending to this computer? OR to ask it another way, what value do you have set for dhcp option 67 [boot-file]? Is it undionly.kpxe or ipxe.efi?

                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!

                S 1 Reply Last reply Dec 14, 2017, 10:58 AM Reply Quote 0
                • S
                  siheobs @Sebastian Roth
                  last edited by Dec 14, 2017, 10:55 AM

                  @sebastian-roth said in Problems with exit boot on M.2 SSD drive:

                  @siheobs You can also try newer versions of rEFInd to see if those work with the newer M.2 SSD disk. I just updated our version in the working branch - Thanks to George for pointing me to that! So you can either upgrade to the latest RC version or simply download the files by hand:
                  sudo -i
                  cd /var/www/fog/service/ipxe
                  mv refind.efi refind.efi.bak
                  mv refind.conf refind.conf.bak
                  wget https://github.com/FOGProject/fogproject/raw/working/packages/web/service/ipxe/refind.efi
                  wget https://github.com/FOGProject/fogproject/raw/working/packages/web/service/ipxe/refind.conf

                  I just tried to download new refind files, and change my BIOS for UEFI Mode. The PC not boot on PXE, but boot on M.2 SSD drive.
                  This is not a hardware problem ?

                  1 Reply Last reply Reply Quote 0
                  • S
                    siheobs @george1421
                    last edited by Dec 14, 2017, 10:58 AM

                    @george1421 said in Problems with exit boot on M.2 SSD drive:

                    These chameleon systems are a bit of a pita (from a debugging perspective). Since you are booting win7, tell me this. What iPXE boot file are you sending to this computer? OR to ask it another way, what value do you have set for dhcp option 67 [boot-file]? Is it undionly.kpxe or ipxe.efi?

                    I send the boot file “undionly.kpxe” on DHCP option 67.

                    G 1 Reply Last reply Dec 14, 2017, 11:11 AM Reply Quote 0
                    • G
                      george1421 Moderator @siheobs
                      last edited by Dec 14, 2017, 11:11 AM

                      @siheobs OK so now we know what boot mode this system is using, bios. So you should be adjusting the BIOS exit type.

                      So SANBOOT, EXIT, GRUB, and GRUB first HD all failed to boot the system.

                      This is thinking out of the box here…
                      edit /var/www/html/fog/service/ipxe/refind.conf

                      Search for

                      scanfor internal
                      

                      and change it to

                      scanfor internal,hdbios,external,biosexternal
                      

                      The for BIOS exit mode, change it to rEFInd. This most likely will fail but it would be interesting to see if this chameleon can boot.

                      Disclaimer: The issue here is how iPXE’s boot kernel can find the first hard drive in these systems. Its a bit out of the FOG Project’s control how this component works.

                      Also since we are dealing with Lenovo systems here, ensure your firmware is up to date. We have seen some flaky firmware come on newly released models.

                      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!

                      S 1 Reply Last reply Dec 14, 2017, 2:29 PM Reply Quote 0
                      • S
                        Sebastian Roth Moderator
                        last edited by Dec 14, 2017, 1:31 PM

                        @siheobs said in Problems with exit boot on M.2 SSD drive:

                        I just tried to download new refind files, and change my BIOS for UEFI Mode. The PC not boot on PXE, but boot on M.2 SSD drive.

                        Changing between BIOS and UEFI is not a great idea. You will run into issues sooner or later when doing so anyway. From what I understand you have those newish systems and want to put your image onto those. But is your image made for/from UEFI or BIOS PCs I am wondering?

                        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

                        S 1 Reply Last reply Dec 14, 2017, 2:42 PM Reply Quote 0
                        • S
                          siheobs @george1421
                          last edited by Dec 14, 2017, 2:29 PM

                          @george1421 I edited the refind.conf file to replaced the line in question and I changed BIOS exit mode to REFIND_EFI, and still the blinking underscore character, with sometimes a loop beep sound as a locked keyboard key.

                          1 Reply Last reply Reply Quote 0
                          • S
                            siheobs @Sebastian Roth
                            last edited by Dec 14, 2017, 2:42 PM

                            @sebastian-roth said in Problems with exit boot on M.2 SSD drive:

                            But is your image made for/from UEFI or BIOS PCs I am wondering?

                            The image was made by the manufacturer with these BIOS settings and a Windows downgraded to Windows 7 Pro for us, but I think that computer is made for Windows 8/10 at start.

                            W 1 Reply Last reply Dec 14, 2017, 2:49 PM Reply Quote 0
                            • W
                              Wayne Workman @siheobs
                              last edited by Dec 14, 2017, 2:49 PM

                              @siheobs said in Problems with exit boot on M.2 SSD drive:

                              The image was made by the manufacturer

                              Is it a FOG image?

                              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/

                              S 1 Reply Last reply Dec 14, 2017, 2:53 PM Reply Quote 0
                              • S
                                siheobs @Wayne Workman
                                last edited by Dec 14, 2017, 2:53 PM

                                @wayne-workman

                                Is it a FOG image?

                                I do not know about that. I’m thinking about Norton Ghost or Microsoft WDS.

                                W 1 Reply Last reply Dec 14, 2017, 2:57 PM Reply Quote 0
                                • W
                                  Wayne Workman @siheobs
                                  last edited by Dec 14, 2017, 2:57 PM

                                  @siheobs FOG can only deploy FOG images. You need to capture the manufacturer’s image with FOG before you can deploy it with FOG.

                                  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 Sebastian Roth Dec 14, 2017, 10:33 AM Dec 14, 2017, 4:26 PM

                                    @Wayne-Workman I think image was meant as in picture here. Hope this helps clearing the confusion.

                                    What happens if you set to boot the client from HDD only - disable PXE boot for testing. Does Windows come up or do you see the same cursor on screen?

                                    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

                                    S 1 Reply Last reply Dec 15, 2017, 11:32 AM Reply Quote 0
                                    • S
                                      siheobs @Sebastian Roth
                                      last edited by Dec 15, 2017, 11:32 AM

                                      @sebastian-roth

                                      What happens if you set to boot the client from HDD only - disable PXE boot for testing. Does Windows come up or do you see the same cursor on screen?

                                      If I boot to HDD directly, or skip PXE boot with ESC key during TFTP, computer boots without issue to M.2 SSD device with Windows 7 Professional installed and I have not the cursor.

                                      1 Reply Last reply Reply Quote 0
                                      • S
                                        Sebastian Roth Moderator
                                        last edited by Jan 21, 2018, 10:33 AM

                                        @siheobs This might be a good one for you to follow: https://forums.fogproject.org/topic/11285/can-t-chainload-past-fog-menu-boot-hard-drive-hp-zbook-laptop

                                        Could be a similar issue with rEFInd not having a driver for this particular disk/controller model.

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

                                        181

                                        Online

                                        12.0k

                                        Users

                                        17.3k

                                        Topics

                                        155.2k

                                        Posts
                                        Copyright © 2012-2024 FOG Project