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

    Optiplex 7080 Raid On

    Scheduled Pinned Locked Moved
    FOG Problems
    4
    12
    1.7k
    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.
    • george1421G
      george1421 Moderator @Cyril
      last edited by

      @cyril I might have a solution here, but I need your help to test it.

      I have 2 one-off kernels I would like you to test. These are not mainstream FOG kernels but ones that are purpose built for a specific task (such as for custom hardware).

      Here is bzImage5618RT3. This kernel is based on the FOG official release 5.6.18 but has additional hardware turned on plus a patch for the realtek network drivers (not related to your issue). Download this file and place it in /var/www/html/fog/service/ipxe directory on the fog server as the name above. Remember for FOG case is important.
      https://drive.google.com/file/d/1vSu5L-DAZYK7VYiJtFfCYrrqJb963cMg/view?usp=sharing

      The next one is bzImage5102. Same as above download this file to your fog server in the path above.
      https://drive.google.com/file/d/1-4HyQD8ttz_GCE_vKrvuydFVqcPUMqzU/view?usp=sharing

      Now on to testing. I want you to register one of these computers and have the disk mode set to raid-on.

      Go into the fog webui and then FOG Configuration -> FOG Settings -> Expand All -> TFTP PXE KERNEL and change that field to read bzImage5618RT3 and update the settings on the fog server.

      Now I want you to go and schedule a deploy task to this computer, but before you hit the schedule task button tick the debug checkbox. Then schedule the task.

      PXE boot the target computer. After a few screens of text you will be dropped to the FOS Linux command prompt. At the fos linux command prompt I want you to key in the following commands.
      uname -a (this should have 5.6.18 as the version)
      lsblk
      lspci -nn | grep -i sata
      Take a picture with a mobile phone and posts the results here.
      Power off the target computer.

      Now repeat the same steps with the bzImage5102 kernel. Make sure you update the FOG Settings value to bzImage5102 and save the results. In this case you will NOT need to schedule a new task because the task will already be running. Power on the computer and pxe boot it. Once at the FOS Linux command prompt key in.
      uname -a (this should have 5.10.2 as the version)
      lsblk
      lspci -nn | grep -i sata

      Take a picture with a mobile phone and posts the results here.
      Power off the target computer.

      Kill the running deploy task on the FOG server using the WebUI.

      If the lsblk command returns (something like this) then the FOS Linux OS can see the disk and should image now. Note the structure may look different based on the OS, but the key is the OS seeing sda or the nvme disk with raid-on mode enabled in the firmware.

      NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
      sda      8:0    0 238.5G  0 disk 
      ├─sda1   8:1    0   512M  0 part /boot/efi
      └─sda2   8:2    0   238G  0 part /
      sr0     11:0    1  1024M  0 rom  
      

      If all of these tests pass then reset the TFTP PXE KERNEL field back to bzImage5618RT3 (most closest kernel to the FOG supported kernel) and try to image that computer normally.

      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!

      C 1 Reply Last reply Reply Quote 0
      • C
        Cyril @george1421
        last edited by

        @george1421
        Hello,

        Thank you for the information.
        Here are the tests (inconclusive)

        bzImage5102

        20201224_090445.jpg

        bzImage5618RT3

        20201224_085827.jpg

        Regards

        1 Reply Last reply Reply Quote 0
        • C
          Cyril @Sebastian Roth
          last edited by

          @sebastian-roth
          Hello,

          I did the test with the system installed and not installed.
          I browsed the forum to find an article on changing from RAID to AHCI and possible boot problems but I did not find my happiness

          Regards

          1 Reply Last reply Reply Quote 0
          • C
            Cyril
            last edited by

            Hello,

            I was able to get by by changing the RAID to AHCI with this procedure:

            Click the Start Button and type cmd
            Right-click the result and select Run as administrator
            Type this command and press ENTER: bcdedit / set {current} safeboot minimal (ALT: bcdedit / set safeboot minimal)
            Restart the computer and enter BIOS Setup
            Change the SATA Operation mode to AHCI from either IDE or RAID
            Save changes and exit Setup and Windows will automatically boot to Safe Mode.
            Right-click the Windows Start Menu once more. Choose Command Prompt (Admin).
            Type this command and press ENTER: bcdedit / deletevalue {current} safeboot (ALT: bcdedit / deletevalue safeboot)
            Reboot once more and Windows will automatically start with AHCI drivers enabled.

            https://support.thinkcritical.com/kb/articles/switch-windows-10-from-raid-ide-to-ahci

            Regards

            george1421G Tom ElliottT 3 Replies Last reply Reply Quote 0
            • george1421G
              george1421 Moderator @Cyril
              last edited by george1421

              @cyril I guess I should have asked, what is the manufacturer and model of this computer? (edit its in the subject line of the thread) I tested on a Dell Precision 5510 I have here at home and it worked. I was able to see the disks with the firmware in raid-on mode.

              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!

              C 1 Reply Last reply Reply Quote 0
              • C
                Cyril @george1421
                last edited by

                @george1421

                This is a Dell Optiplex 7080. If you need more information on the model please do not hesitate.

                I have been using FOG for years and it will bother me to change it’s a good job!

                1 Reply Last reply Reply Quote 0
                • george1421G
                  george1421 Moderator @Cyril
                  last edited by george1421

                  @cyril Looking up the disk controller 8086:06d6 support for this adapter was first added to linux kernel 5.7. So the 5.6.18 kernel doesn’t support this controller. In the picture of the 5.10.2 (which should have the driver for this raid controller) lsblk is not showing the disks either. This is disappointing. I can tell you the raid controller in your device is very new so linux support may lag a bit. I know that is a different controller than I have in that 5510 which is a few years older.

                  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
                  • Tom ElliottT
                    Tom Elliott @Cyril
                    last edited by

                    @cyril An easier method:

                    Boot the machine into windows normally.

                    Windows Key + R
                    msconfig
                    Boot -> Check Safe Boot
                    Click Ok
                    Restart machine and get into bios
                    Change storage mode to ahci
                    restart machine and boot windows
                    Windows Key + R
                    msconfig
                    Boot -> Uncheck Safe Boot
                    Click Ok
                    restart machine and make sure it boots into windows properly.

                    I realize there may appear to be more steps, but they’re much easier to follow and understand.

                    Steps are here:
                    https://forums.fogproject.org/topic/14177/imaging-an-ssd?_=1608818295408

                    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

                    C 1 Reply Last reply Reply Quote 0
                    • C
                      Cyril
                      last edited by

                      If you need help with this model, I can help you with this type of device and the RAID mode to do kernel tests. I am at your disposal.
                      We bought them a month ago.

                      1 Reply Last reply Reply Quote 0
                      • C
                        Cyril @Tom Elliott
                        last edited by

                        @tom-elliott
                        Originally I wanted to keep the image without installation as I did at the time … I will experiment with domain integrations. And the multicast (At the time it saturated the network … :))

                        1 Reply Last reply Reply Quote 0
                        • 1 / 1
                        • First post
                          Last post

                        160

                        Online

                        12.0k

                        Users

                        17.3k

                        Topics

                        155.2k

                        Posts
                        Copyright © 2012-2024 FOG Project