@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.
- SSH into your FOG server
cd /var/www/fog/service/ipxe
mv bzImage bzImage_original
#Not necessary but recommended so you can revert if there are any issueswget https://github.com/rluzuriaga/fos/releases/download/EXP_20250110/bzImage
chmod 644 bzImage
chown fogproject:www-data bzImage
# For Debian based servers
chown fogproject:apache bzImage
# For RHEL based servers