• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. jmeyer
    3. Posts
    J
    • Profile
    • Following 0
    • Followers 1
    • Topics 53
    • Posts 277
    • Best 18
    • Controversial 0
    • Groups 0

    Posts made by jmeyer

    • RE: How to Use FOG to PXE Boot MultiBoot 2k10 Unofficial

      @axander
      Hello,
      it’s all write here : https://wiki.fogproject.org/wiki/index.php/Advanced_Boot_Menu_Configuration_options

      Upload the iso on the server in somewhere in www directory.
      Create new “Boot Menu Items” from GUI and add something like this as parameters :

      initrd http://${fog-ip}/ISO/MultiBoot_2k10.ISO
      chain memdisk iso raw
      
      posted in General
      J
      jmeyer
    • RE: Problem to fully register host in 1.6

      I have the same problem.
      Any idea what is doing this ?
      Could that check be disabled ?

      I had to do quick registration and write down mac to change name and image on gui.

      posted in Bug Reports
      J
      jmeyer
    • RE: WAPT snapins

      I have review my first idea.
      I have used Snapin Pack.
      Zip the wapt and the ps1 script and it’s working for VLC WAPT package.

      Get-ChildItem -Filter '*.wapt' | ForEach {
      	Set-Variable -Name packwapt -Value $_.Fullname
      	Set-Variable -Name packname -Value $packwapt.Substring(0,$packwapt.Length-5)
      	Copy-Item $packwapt $packname'.zip'
      	Expand-Archive -LiteralPath $packname'.zip' $packname
      	Set-Variable -Name s -Value (Get-Content -Path $packname'\setup.py' | Select-String -Pattern 'silentflags = ')
      	if ($s -ne $null) {
      		Set-Variable -Name s -Value ([regex]::matches($s,'(?<=\").+?(?=\")').value)
      		Get-ChildItem -Path $packname -Filter '*.exe' | ForEach {
      			Start-Process -FilePath $_.Fullname $s -Wait;
      		}
      	}
      }
      

      Snapin-General.png

      posted in Tutorials
      J
      jmeyer
    • RE: WAPT snapins

      Caling powershell.exe doesn’t allow to set variable directly ($var=“test”).

      I had to use Set-Variable command but multi commands doesn’t work as expected since every line need a command.

      I’ll keep trying to work on this.

      posted in Tutorials
      J
      jmeyer
    • WAPT snapins

      Hello,
      I am working on WAPT packages import directly in snapins.
      I am writing single line powershell script to rename to zip, extract to directory, find command and run it.

      This is my first test script for VLC from windows :

      $packwapt = "tis-vlc_3.0.16-12_x64_windows_0f4137ed1502b5045d6083aa258b5c42_5.1_PROD.wapt";
      $packname = [System.IO.Path]::GetFileNameWithoutExtension($packwapt);
      Copy-Item $packwapt $packname".zip";
      Expand-Archive -LiteralPath $packname".zip" $packname;
      Remove-Item $packname".zip";
      $s = Get-Content -Path $packname"\setup.py" | Select-String -Pattern "silentflags = ";
      if ($s -ne $null) {
      	$s=[regex]::matches($s,'(?<=\").+?(?=\")').value;
      	Get-ChildItem -Filter $packname"\*.exe" | ForEach {&$_.Fullname $s}
      };
      Remove-Item $packname –recurse;
      

      I’m not sure where I am going and if this is useful… lol

      posted in Tutorials
      J
      jmeyer
    • Snapins public storage

      Hello,

      • Could it be possible to have a public storage for snapins that few people could update (I can help) ?
        Could it be possible to have a list of available snapins from this storage directly for the GUI ?

      • Could it be possible to integrate WAPT store and import software packages to convert them as snapins?

      Thank you.

      posted in Feature Request
      J
      jmeyer
    • Offline install or setup DHCP later

      Hello,

      I have 2 network, one with a DHCP server and internet and other one without both.
      I would like to use FOG DHCP server on the lan without internet.

      Can preinstall need packages before running for FOG install ?
      Can I install DHCP manualy and configure it after changing network to not bring confict on the network that already have a DHCP ?

      Thank you

      posted in General
      J
      jmeyer
    • RE: FOG Project call for engagement

      @sebastian-roth I am not good enough on coding to work on the project and work on something that already exist need time to understand the process before making any update (unless you need me to crash the OS during the setup ! lol).

      What kind of documentation is needed ?
      Is there still any plan to make a ready to use VM ?

      posted in Announcements
      J
      jmeyer
    • RE: Fresh install debian 11

      @sebastian-roth Yes. I’m an running Debian on a Qnap with Container Station.
      From what I have read nsf server can’t run under LXC/LXD version.
      I’ll try using other that LXD version.

      posted in FOG Problems
      J
      jmeyer
    • RE: Fresh install debian 11

      @sebastian-roth 🤦 I should read because I go too fast and end asking stupid questions ! lol
      It was write in white on black !

      * Press [Enter] key when database is updated/installed.
      

      Here is a real error :

       * Setting up and starting NFS Server..........................Failed to get unit file state for nfs.service: No such file or directory
      Failed!
      
      !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
      !! The installer was not able to run all the way to the end as   !!
      !! something has caused it to fail. The following few lines are  !!
      !! from the error log file which might help us figure out what's !!
      !! wrong. Please add this information when reporting an error.   !!
      !! As well you might want to take a look at the full error log   !!
      !! in /home/admin/fogproject-dev-branch/bin/error_logs/fog_error_1.5.9.111.log !!
      !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
      
      Sep 29 10:25:59 FOGSERVER systemd[1]: Dependency failed for NFS server and services.
      Sep 29 10:25:59 FOGSERVER systemd[1]: nfs-server.service: Job nfs-server.service/start failed with result 'dependency'.
      Failed to enable unit: Unit file nfs.service does not exist.
      Failed to start nfs.service: Unit nfs.service not found.
      Unit nfs.service could not be found.
      
      
      posted in FOG Problems
      J
      jmeyer
    • Fresh install debian 11

      Hello,
      I made a fresh install of dev-branch on Debian 11 LXD (only GIT and SSH installed) and I have this error :

      Sep 29 09:31:00 FOGSERVER systemd[1]: Started The PHP 7.4 FastCGI Process Manager.
      ERROR 1146 (42S02) at line 1: Table 'fog.globalSettings' doesn't exist
      

      Thank you for your help.

      posted in FOG Problems
      J
      jmeyer
    • RE: FOG Project call for engagement

      @sebastian-roth I am not sure if I can help. I am a beginnner in from of Thomas. And I am very busy between work and personnal life since few months but if it’s to build a data base of script for software, maybe I can help a bit, yet it will take time to make one and need reactivity to keep it update.

      What are the need in the project ?

      posted in Announcements
      J
      jmeyer
    • RE: FOG Project call for engagement

      @wayne-workman What is missing is already packaged install script for drivers and apps (as WAPT for software). We have move to KACE at work just because we wanted to stop using two servers (not for the price ! lol).

      Most of colleagues used FOG with one image for each brand and each model and was deploying software with WAPT.

      If we could have integrate driver install from FOG, maybe we could have stay using it.

      I have worked a lot on my side to create an image that wasn’t link to any hardware installing drivers and most used apps after deploy (everything from samba share on the FOG server) but no one took time to look at it at my work. I end running only one image for 6 years making new one every 2 years for OS version update when colleagues had 5 or 6 images.

      As i nearly don’t use FOG anymore at work, I think i’ll install my own server at home for making Windows install easier and faster on friends computers.

      posted in Announcements
      J
      jmeyer
    • RE: [FOG 1.5.9-RC2.11] No configuration methods succeeded

      @Sebastian-Roth We have find out that bios mode had to set to “Legacy Support” with priority on “UEFI First” and not with bios mode on “UEFI”.
      Problem wasn’t coming from FOG.

      Sorry and thank you for your help.

      posted in FOG Problems
      J
      jmeyer
    • RE: [FOG 1.5.9-RC2.11] No configuration methods succeeded

      @Sebastian-Roth
      I have tested http://boot.ipxe.org/ipxe.efi.
      Here is the result :

      PicsArt_09-07-01.43.44.jpg

      posted in FOG Problems
      J
      jmeyer
    • RE: [FOG 1.5.9-RC2.11] No configuration methods succeeded

      @Sebastian-Roth Sorry, I didn’t said it was the same for every version tested.
      Maybe an update will fix my problem.

      Thank you.

      posted in FOG Problems
      J
      jmeyer
    • RE: [FOG 1.5.9-RC2.11] No configuration methods succeeded

      @Sebastian-Roth I tested Realtek and Intel EFI files and also ipxe.efi of the FOG 1.6.0.
      From ipxe console, it’s said that chip is rtl8168.

      posted in FOG Problems
      J
      jmeyer
    • [FOG 1.5.9-RC2.11] No configuration methods succeeded

      Hello,

      we have received Lenovo thinkbook 15-iil and I try to boot with UEFI bios.
      After loading ipxe.efi, i block on
      Configuring (net0 LaptopMacAdress) … No configuration methods succeeded

      I don’t have the problem with older Lenovo computer.

      Any idea of what can I do ?

      Thank you.

      posted in FOG Problems
      J
      jmeyer
    • RE: GUI log

      @Tom-Elliott Perfect ! Thank you.

      posted in FOG Problems
      J
      jmeyer
    • 1 / 1