@ingemedia We just released new experimental kernel/initrd. I included the r8126 drivers. I don’t have any devices to test with so would you be willing to test it and let me know?
Best posts made by rodluz
-
RE: bzImage working with Realtek r8126
-
RE: Fog & Windows 11
@louisjjames Hello, I am able to capture/deploy Windows 11 images just fine. When you create an image, there is no Windows 11 selection but just use Windows 10 and it will work.
-
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
-
RE: "Not shrinking (/dev/nvme0n1p1) as it is detected as fixed size
@sami-blackkite What filesystem are you using on your device?
-
RE: No deja subir ni clonar imágenes de procesador de generación 10
@Eliza Cual version de FOG y de Kernel esta usando? Puede poner una foto de la pantalla con el error de Kernel?
What version of FOG and Kernel are you using? Can you post a photo os the screen with the Kernel error?
-
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-branch1.5.10.18
, you should be able to update it easily through the settings page.
If your FOG server isn’t on the newest dev-branch release, either update it or follow the next steps.
- SSH into your FOG server
cd /var/www/fog/service/ipxe
mv init.xz init_original.xz
#Not necessary but recommended so you can revert if there are any issueswget https://github.com/FOGProject/fos/releases/download/EXP_20240430/init.xz
chmod 644 init.xz
chown fogproject:www-data init.xz
-
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.
-
RE: FOG Very Slow to Deploy Image - Lenovo Neo 50Q Gen 4
@Clebboii Thank you so much for testing this! I now have a better idea of what needs to be done for future releases.
You are welcome to continue using the “OEM driver” kernel for now until I create a full upstream release. -
RE: FOG Very Slow to Deploy Image - Lenovo Neo 50Q Gen 4
@george1421 That is exactly what I did, I disabled the 8169 driver from the kernel config too.
I think I know what other issue you are talking about. The release that I posted earlier only has the 8168 driver.I just uploaded a kernel with 8125, 8126, and 8168 drivers, if you want to try it out for that issue.
https://github.com/rluzuriaga/fos/releases/tag/EXPERIMENTAL_REALTEK_DRIVERS