• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • 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.
  • C
    Cyril
    last edited by Dec 23, 2020, 2:35 PM

    Hello,

    We have different PCs that we can’t seem to use Fog in RaidOn instead of AHCI.
    Modification of the secure boot and SATA Raid On mode to AHCI => Ok for FOG however the system can no longer start.
    Another option to change? The ideal would be to be able to use the RaidOn mode.

    Do you have any idea how to make the system boot in AHCI anyway?

    FOG version: 1.5.9.57
    Kernel: 5.6.18

    Regards

    G 1 Reply Last reply Dec 24, 2020, 1:21 AM Reply Quote 0
    • S
      Sebastian Roth Moderator
      last edited by Dec 23, 2020, 4:50 PM

      @cyril said in Optiplex 7080 Raid On:

      Raid On mode to AHCI => Ok for FOG however the system can no longer start.

      So is the OS installed on this machine already?

      In the forum you find many posts about AHCI vs. RAID. The issue is that the Linux kernel does not have drivers for this closed source RAID mode so far. Doesn’t look like this will come along soon. So best is to have them all in AHCI mode which is not a performance issue if you have only one disk anyway.

      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 Dec 24, 2020, 8:20 AM Reply Quote 0
      • G
        george1421 Moderator @Cyril
        last edited by Dec 24, 2020, 1:21 AM

        @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 Dec 24, 2020, 8:18 AM Reply Quote 0
        • C
          Cyril @george1421
          last edited by Dec 24, 2020, 8:18 AM

          @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 Dec 24, 2020, 8:20 AM

            @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 Dec 24, 2020, 11:03 AM

              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

              G T 3 Replies Last reply Dec 24, 2020, 12:58 PM Reply Quote 0
              • G
                george1421 Moderator @Cyril
                last edited by george1421 Dec 24, 2020, 9:21 AM Dec 24, 2020, 12:58 PM

                @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 Dec 24, 2020, 1:03 PM Reply Quote 0
                • C
                  Cyril @george1421
                  last edited by Dec 24, 2020, 1:03 PM

                  @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
                  • G
                    george1421 Moderator @Cyril
                    last edited by george1421 Dec 24, 2020, 9:20 AM Dec 24, 2020, 1:08 PM

                    @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
                    • T
                      Tom Elliott @Cyril
                      last edited by Dec 24, 2020, 1:58 PM

                      @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 Dec 26, 2020, 8:42 PM Reply Quote 0
                      • C
                        Cyril
                        last edited by Dec 24, 2020, 7:38 PM

                        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 Dec 26, 2020, 8:42 PM

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

                          151

                          Online

                          12.0k

                          Users

                          17.3k

                          Topics

                          155.2k

                          Posts
                          Copyright © 2012-2024 FOG Project