FOG Very Slow to Deploy Image - Lenovo Neo 50Q Gen 4
-
@olivier-bonnici said in FOG Very Slow to Deploy Image - Lenovo Neo 50Q Gen 4:
A friend of mine have added the correct driver into the bzimage file
Can you explain this in a bit more detail? Lets see if we can help everyone do better, please.
-
@Clebboii Here the link
https://1fichier.com/?la6xpv8145lvfano9t98 -
@george1421 I tell me i recompile the kernel using https://kernel.org/ and the fog procedure.
Link to the modified bzimage
https://1fichier.com/?la6xpv8145lvfano9t98 -
-
@olivier-bonnici That link does not work for me. Can you please provide it another way (Google Drive open link or GIT etc.)?
-
@Clebboii said in FOG Very Slow to Deploy Image - Lenovo Neo 50Q Gen 4:
(Google Drive open link or GIT et
https://drive.google.com/file/d/1LCmvgmUa8YvbG1fE95Yn_lDBhFXLs8At/view?usp=sharing
-
@olivier-bonnici @Clebboii Sorry for the delay. Would either of you be willing to test another kernel? If so, please download it from here: https://github.com/rluzuriaga/fos/releases/tag/EXP_20250617
-
@rodluz Unfortunately still no better:
@olivier-bonnici I cannot test with link below as you have not allowed me access.
-
@Clebboii Acces granted.
-
@olivier-bonnici This kernel works:
Can you please describe what has changed so that @rodluz can make changes for next release?
-
@Clebboii Thanks for testing! Using the kernel I linked previously, can you run the following command and post the output please?
ethtool interface
interface
would be your ethernet interface likeeth0
orens1
. You can get it using the commandip a s
-
@Clebboii Sorry to double up on the requests… After you try the commands from my last reply, can you please try this kernel? https://github.com/rluzuriaga/fos/releases/tag/EXPERIMENTAL_OEM_Driver
Can you also try the
ethtool
command with this kernel please? -
@rodluz Success!
As we know the pre-release kernel did not work:
However the experimental OEM driver did work:
Let me know if you need any further tests
-
@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. -
@george1421
Here the command.sudo apt install git build-essential flex bison libelf-dev
git clone https://github.com/FOGProject/fos
cd fos
./build.sh --kernel-only --arch x64
wget https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.14.9.tar.gz
tar xzf linux-6.14.9.tar.gz
cd linux-6.14.9/
git clone git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
git clone https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
make mrproper
wget -O .config https://github.com/FOGProject/fos/raw/master/configs/kernelx64.config
apt install build-essential fakeroot dpkg-dev perl libssl-dev bc gnupg dirmngr libncurses-dev libelf-dev flex bison lsb-release rsync dwarves
make menuconfig
make -j $(nproc) bzImage
cp arch/x86/boot/bzImage /home/ckern-linux/Bureau/bzImageReg6149