Navigation

    FOG Project

    • Register
    • Login
    • Search
    • Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. Popular
    Log in to post
    • All categories
    • Announcements
    • General Topics
    •      General
    •      Tutorials
    • Technical Help
    •      FOG Problems
    •      Hardware Compatibility
    •      Windows Problems
    •      Linux Problems
    •      Mac Problems
    •      General Problems
    • Developers
    •      General
    •      Feature Request
    •      Bug Reports
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All Time
    • Day
    • Week
    • Month

    • M

      Reinstating Images to the Web UI
      FOG Problems • • mgoh

      5
      0
      Votes
      5
      Posts
      21
      Views

      george1421

      @mgoh said in Reinstating Images to the Web UI:

      I tried that, and the size of the image is 0 GB. Is that expected?

      This is expected if you manually create the image definition. If you were to upload an image then that field gets populated. Its only used for display and not for any imaging activity. So it can stay at 0B forever.

    • K

      Graphic refind with fog
      General • • koni

      3
      0
      Votes
      3
      Posts
      7
      Views

      george1421

      @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

      Use same image path in differents images
      FOG Problems • • koni

      1
      0
      Votes
      1
      Posts
      7
      Views

      No one has replied

    • R

      New Menu Item for VMware
      FOG Problems • • rhromyko

      1
      0
      Votes
      1
      Posts
      11
      Views

      No one has replied

    • 1 / 1