• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. olivier.bonnici
    O
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 12
    • Best 0
    • Controversial 0
    • Groups 0

    olivier.bonnici

    @olivier.bonnici

    0
    Reputation
    2
    Profile views
    12
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    olivier.bonnici Unfollow Follow

    Latest posts made by olivier.bonnici

    • RE: FOG Very Slow to Deploy Image - Lenovo Neo 50Q Gen 4

      @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

      posted in FOG Problems
      O
      olivier.bonnici
    • RE: FOG Very Slow to Deploy Image - Lenovo Neo 50Q Gen 4

      @Clebboii Acces granted.

      posted in FOG Problems
      O
      olivier.bonnici
    • RE: FOG Very Slow to Deploy Image - Lenovo Neo 50Q Gen 4

      @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

      posted in FOG Problems
      O
      olivier.bonnici
    • RE: Capturing is fast, but deploying is super slow

      @brentomp Kernel issues, see
      https://forums.fogproject.org/topic/17698/fog-very-slow-to-deploy-image-lenovo-neo-50q-gen-4/14

      posted in General Problems
      O
      olivier.bonnici
    • RE: FOG Very Slow to Deploy Image - Lenovo Neo 50Q Gen 4

      @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

      posted in FOG Problems
      O
      olivier.bonnici
    • RE: FOG Very Slow to Deploy Image - Lenovo Neo 50Q Gen 4

      @Clebboii Here the link
      https://1fichier.com/?la6xpv8145lvfano9t98

      posted in FOG Problems
      O
      olivier.bonnici
    • RE: erreur capture image depuis la version 1.5.10.1660

      @pierre-baylet Bonjour, j’ai eu la meme erreur lors de la mise à jour en 1.5.10. J’ai aussi un storage node déporté sur un NAS Synology. J’avais une erreur après la capture, avec un “Update database failed”.
      Il faut que tu refasses les permissions sur ton dossier images/dev sur ton FTP.

      Pour mon syno j’ai fait la manip suivante :
      depuis mon fog en ssh :
      sudo mount -t nfs @IPNAS:/volume1/images /mnt
      chown -R root:users /mnt/dev
      chmod g+s /mnt/dev

      posted in FOG Problems
      O
      olivier.bonnici
    • RE: FOG Very Slow to Deploy Image - Lenovo Neo 50Q Gen 4

      @Quintin-Giesbrecht Hello ! A friend of mine have added the correct driver into the bzimage file.
      I can get 12 Gib/min with this modified kernel.

      posted in FOG Problems
      O
      olivier.bonnici
    • RE: FOG Very Slow to Deploy Image - Lenovo Neo 50Q Gen 4

      @olivier-bonnici Edit : Works better with an older Kernel !
      Deploy with kernel 5.68 from october 2022 is running at 3-4 Gbits/min.

      posted in FOG Problems
      O
      olivier.bonnici
    • RE: Capturing at Gigabit speeds however only Unicasting at 50Mbps

      Greetings.
      Same issues here with a LENOVO 50S, realteck chipset.
      I’va speed of 9 Gbit/min on capture and 0.6 Gbits/min on deploy.
      Debian Fog Server, version 1.5.10.1660, latest and beta kernel : same issue.
      Do a bunch of test with an another hard disk, new kernel, same issue.

      I tested with 5.15.68 kernel and my download speed go from 0.6 Gib/min to 4.5 Gbib/min !

      posted in FOG Problems
      O
      olivier.bonnici