• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. koni
    3. Topics
    K
    • Profile
    • Following 0
    • Followers 0
    • Topics 9
    • Posts 26
    • Best 1
    • Controversial 0
    • Groups 0

    Topics created by koni

    • K

      Use same image path in differents images

      FOG Problems
      • • • koni
      1
      0
      Votes
      1
      Posts
      113
      Views

      No one has replied

    • K

      Graphic refind with fog

      General
      • • • koni
      3
      0
      Votes
      3
      Posts
      371
      Views

      george1421G

      @george1421 So the second part of this is; I would create a custom FOG iPXE menu item to test this next bit. Since refind exists in the http path we can use the http protocol to grab the files you need.

      I would start out by cloning the FOG provided refind.conf file to… for this example refind2.conf. Place any files you want to load in the http path on the fog server but not in the fog file path because an upgrade will delete your custom files. For this example lets create a new directory with
      mkdir /var/www/html/crefind place your cloned refind2.conf file in there plus any other files you want to load onto the refind vhd.

      set http-path http://${fog-ip} set custrefind-path ${http-path}/crefind set refind-path ${http-path}/forg/service/ipxe kernel ${refind-path}/refind_x64.efi imgfetch --name refind.conf ${custrefind-path}/refind2.conf refind.conf imgfetch --name os_linux.png ${custrefind-path}/os_linux.png os_linux.png imgfetch --name theme.conf ${custrefind-path}/theme.conf theme.conf boot || goto MENU

      Understand I did not debug this menu at all, I just glued the bits together. So it might work or might now. But the idea is correct. Remember in your refind2.conf file the ipxe vhd has no paths so everything is stored in the root of the vhd. So this config file stanza
      icon /EFI/refind/themes/rEFInd-minimal-drunkcj/icons/os_linux.png
      Needs to be rewritten as
      icon os_linux.png

    • K

      refind.conf autoscan

      General Problems
      • • • koni
      1
      0
      Votes
      1
      Posts
      150
      Views

      No one has replied

    • K

      Boot menu

      General
      • • • koni
      13
      0
      Votes
      13
      Posts
      1.1k
      Views

      K

      @george1421 Thanks ! I found the problem few minutes after this post, with this subject
      https://forums.fogproject.org/topic/12356/refind-conf-doesn-t-appear-to-be-used

    • K

      Can't pxe boot UEFI

      FOG Problems
      • • • koni
      11
      0
      Votes
      11
      Posts
      1.0k
      Views

      george1421G

      @koni said in Can't pxe boot UEFI:

      But I didn’t find the pxelinux.cfg

      That is correct you should not find pxelinux.cfg because that is for the syslinux boot loader not iPXE. To add items to the iPXE menu you do that via the web ui in FOG Configuration -> iPXE Menu, menus. There is no need to hand edit the boot menus.

      Just for reference: https://forums.fogproject.org/topic/10944/using-fog-to-pxe-boot-into-your-favorite-installer-images

    • K

      example of snapin unix

      General
      • • • koni
      3
      0
      Votes
      3
      Posts
      461
      Views

      K

      @sebastian-roth I already try snappin on Windows and it’s working. The client is install with the last version and my fog version is 1.5.9.
      I tried to use Fog’s snappin on debian host but and it’s going well but I think that my command are not good. i tried with dpkg -i and /bin/bash. The client is downloading and rebooting the PC but I can’t find the program

      463e11a5-6457-4538-a9ab-7b062651629a-image.png

    • K

      The client won't install

      Linux Problems
      • • • koni
      6
      0
      Votes
      6
      Posts
      743
      Views

      K

      @sebastian-roth The error with chkconfig is still here and I dnd’t found any topic about it in the forum, is any alternativ possible to this package ?

    • K

      Snapin won't start

      Windows Problems
      • • • koni
      3
      0
      Votes
      3
      Posts
      301
      Views

      K

      I forgot to isntall the client it’s working now sorry !

    • K

      TFTP problems

      General Problems
      • • • koni
      3
      0
      Votes
      3
      Posts
      431
      Views

      K

      Thanks for your answer, I didn’t have DHCP server. My network is an internal network with virtualbox only. Fog is working but I have to write for each reboot in this thing c0d3f6a5-06d4-4f45-81ff-cf047909e620-image.png
      When I wrote the ip of my fog server there it’s working normally

    • 1 / 1