• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. rodluz
    3. Posts
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 9
    • Posts 120
    • Best 28
    • Controversial 0
    • Groups 1

    Posts made by rodluz

    • RE: Issue : EFI Stub: initrd data into pcr 9

      @Erika I don’t want to release this in the official repo since this is just a testing kernel, so here is the link to the kernel on my forked repo. https://github.com/rluzuriaga/fos/releases/tag/EXP_20250110

      You’ll have to manually install it since it isn’t on the official repo. This is how if you’ve never done it before.

      1. SSH into your FOG server
      2. cd /var/www/fog/service/ipxe
      3. mv bzImage bzImage_original #Not necessary but recommended so you can revert if there are any issues
      4. wget https://github.com/rluzuriaga/fos/releases/download/EXP_20250110/bzImage
      5. chmod 644 bzImage
      6. chown fogproject:www-data bzImage # For Debian based servers
        chown fogproject:apache bzImage # For RHEL based servers
      posted in FOG Problems
      R
      rodluz
    • RE: Issue : EFI Stub: initrd data into pcr 9

      @Erika I would like to try the newer 6.12 kernel to see if this issue would get resolved. I will have a kernel for you to try later today.

      posted in FOG Problems
      R
      rodluz
    • RE: Fog Hostname problem after w10 SYSPREP

      @jeje3346 Oh yes the other thing I forgot in my previous reply is that you need to have the FOG client installed on the computer so that the name change can happen.

      If you are wanting to install the FOG client on your golden image, make sure that you disable the FOGService in the windows services. You can use this link for reference of how to do this correctly with sysprep. https://wiki.fogproject.org/wiki/index.php/FOG_Client#FOG_Client_with_Sysprep

      posted in FOG Problems
      R
      rodluz
    • RE: Fog Hostname problem after w10 SYSPREP

      @jeje3346 I have seen this issue when sysprep domains the computer through the unattend file. Once the computer is domained, FOG is not able to change the computer name. If this is the case, I would recommend you domain the computer through the active directory options in FOG or through a snapin instead of the unattend file.

      I would also recommend you upgrade your FOG install to the latest stable release 1.5.10.1629 since there have been a lot of improvements done since version 1.5.9.

      posted in FOG Problems
      R
      rodluz
    • RE: Issue : EFI Stub: initrd data into pcr 9

      @Erika We just released a new experimental kernel that may fix this issue. Can you try updating to version 6.6.69 and let us know if that one works please?
      Screenshot_20250108_085737.png

      posted in FOG Problems
      R
      rodluz
    • RE: HP Probook 440 G11 iPXE initialising devices

      @westcustom I had this issue with some of my HP workstations. I had to change the DHCP bootfile setting from ipxe.efi to snp.efi and that fixed it.

      posted in Hardware Compatibility
      R
      rodluz
    • RE: Windows on ARM

      @stokehall @george1421 I have the 6.11 kernel booting, however I am unable to get the keyboard and networking working. It seems like this keyboard issue is also affecting Linux distributions trying to build for the X1 SOCs like Ubuntu.
      I have not been able to test anything on the init (imaging, registering, etc) because of the networking and keyboard issue. Also, Buildroot has not updated their linux headers to include 6.11 so I can build the new init needed.

      posted in Hardware Compatibility
      R
      rodluz
    • RE: Windows on ARM

      @stokehall Thank you for the update. I didn’t think Ubuntu was going to start using kernel 6.11 for their 24.10 release, but it seems like they are, so I’ll take a look over the weekend.

      posted in Hardware Compatibility
      R
      rodluz
    • RE: Windows on ARM

      @george1421 I’m getting an X Plus, X1P-64-100 (10 cores up to 3.4GHz, NPU integrated). I’ll be getting an X Elite probably a few weeks later but from my understanding, they are the same generation.

      posted in Hardware Compatibility
      R
      rodluz
    • RE: Windows on ARM

      I will be getting a snapdragon laptop on Monday for FOG/FOS testing.
      It looks like kernel 6.11 will most likely be released Sunday but there already is a release candidate that I could build to test with.

      @Tom-Elliott Implemented some changes to support ARM by default on the 1.6-alpha branch of FOG.
      I am currently porting it over to the 1.5 dev-branch

      posted in Hardware Compatibility
      R
      rodluz
    • RE: Problem Capturing right Host Primary Disk with INTEL VROC RAID1

      @george1421 Let me know how that goes. I remember that I had to patch something on buildroot for partclone and ncurses. A new patch may be needed if they made changes for 2024.05.1.
      I can give it a try as well.

      Are you trying to build the newest version of partclone?

      posted in General Problems
      R
      rodluz
    • RE: Does Fog work with Proxmox?

      @Cire3 FOG 100% works in Proxmox. My FOG install runs on my Proxmox server without any issues.
      How is your storage pool for your images setup?

      posted in FOG Problems
      R
      rodluz
    • RE: Cannot find disk on system (get harddisk) - Dell Latitude 3140

      @Kureebow Kernel version 6.1.63 is the one with changes for UFS. You can try updating the kernel on its own first.

      posted in FOG Problems
      R
      rodluz
    • RE: Can't upload Arch Image

      @VegaFlash I just published the new inits that include a newer version of e2fsck.
      If you have the newest version of FOG installed from the dev-branch 1.5.10.18, you should be able to update it easily through the settings page.
      8ffd4ecc-a34a-493b-9708-ba6f14fcac60-image.png

      If your FOG server isn’t on the newest dev-branch release, either update it or follow the next steps.

      1. SSH into your FOG server
      2. cd /var/www/fog/service/ipxe
      3. mv init.xz init_original.xz #Not necessary but recommended so you can revert if there are any issues
      4. wget https://github.com/FOGProject/fos/releases/download/EXP_20240430/init.xz
      5. chmod 644 init.xz
      6. chown fogproject:www-data init.xz
      posted in FOG Problems
      R
      rodluz
    • RE: Can't upload Arch Image

      @Tom-Elliott I am working on newer inits with the updated e2fsck package to resolve this issue.

      @VegaFlash I will update you when the new inits are available, for you to try it out.

      posted in FOG Problems
      R
      rodluz
    • RE: The version fogproject-1.5.10 is unable to download the kernel.

      @mrowand I just tried installing 1.5.10 on a fresh Rocky 8.9 VM. It went through and downloaded everything correctly.
      Try running these commands on the server to see if you can manually download the files.

      curl -kOL https://github.com/FOGProject/fos/releases/latest/download/bzImage
      curl -kOL https://github.com/FOGProject/fos/releases/latest/download/bzImage32
      curl -kOL https://github.com/FOGProject/fos/releases/latest/download/init.xz
      curl -kOL https://github.com/FOGProject/fos/releases/latest/download/init_32.xz
      curl -kOL https://github.com/FOGProject/fog-client/releases/download/0.13.0/FOGService.msi
      curl -kOL https://github.com/FOGProject/fog-client/releases/download/0.13.0/SmartInstaller.exe
      

      Let us know if this works.

      Edit by Tom to ensure urls were accurate for fos files

      posted in FOG Problems
      R
      rodluz
    • RE: The version fogproject-1.5.10 is unable to download the kernel.

      @JackYwn You did not provide enough information on how/when you are getting this error.
      I am assuming that the message you posted is from the installation script, meaning that it errors when trying to download the kernel during an install. If that is the case, please try re-running the installer using the newest dev-branch version, 1.5.10.17.

      posted in FOG Problems
      R
      rodluz
    • RE: Pulling Reports for Host Motherboards

      @iljared98 There is a way. The CSV will contain more information than just the Motherboard Product Name, but that is easy to clean.
      On FOG, go to the Reports tab and select Inventory Report from the left side menu. Don’t change anything there, just click on Search. Download the CSV from the page using the excel sheet icon. When you open the CSV, column R should be mbproductname which is what you are looking for.

      posted in FOG Problems
      R
      rodluz
    • RE: "Not shrinking (/dev/nvme0n1p1) as it is detected as fixed size

      @sami-blackkite What filesystem are you using on your device?

      posted in Linux Problems
      R
      rodluz
    • RE: Microsoft 365 install / update via snapin pack

      @pauleb I use this powershell script for my M365 snappin. Hope it helps you.

      $username = "DOMAIN\USERNAME"
      $password = ConvertTo-SecureString "PASSWORD" -AsPlainText -Force
      $creds = New-Object System.Management.Automation.PSCredential $username, $password
      
      New-PSDrive -Persist -Name "Z" -PSProvider FileSystem -Root "\\SHARE\AppRepo" -Credential $creds
      
      Start-Process -Wait -FilePath "Z:\Microsoft\Microsoft365_x64\setup.exe" -ArgumentList '/configure "Z:\Microsoft\Microsoft365_x64\configuration.xml"' -NoNewWindow
      
      Remove-PSDrive -Name "Z"
      
      posted in FOG Problems
      R
      rodluz
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 2 / 6