• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Eric Hase
    3. Topics
    E
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 16
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by Eric Hase

    • E

      File Size on server in Fog 1.2.0 not showing

      General
      • • • Eric Hase
      5
      0
      Votes
      5
      Posts
      2.2k
      Views

      Tom ElliottT

      SVN is where I push the changes.

      [url]http://fogproject.org/wiki/index.php/Upgrade_to_trunk[/url]

    • E

      Unable to register host with snponly.efi boot file

      FOG Problems
      • • • Eric Hase
      4
      0
      Votes
      4
      Posts
      2.0k
      Views

      P

      I have the same issue. I am using an Lenovo Yoga S1 (Yoga 2) with the Lenovo USB to Ethernet Dongle which is using a realtek driver (I think).

      This is the furthest I have been able to get. Any help to get over the edge would be great.

      Thanks

      Pete

    • E

      Dell Latitude 10 Tablet is Not able to PXE Boot

      Hardware Compatibility
      • • • Eric Hase
      2
      0
      Votes
      2
      Posts
      2.1k
      Views

      d4rk3D

      Go here: [url]https://rom-o-matic.eu/[/url]

      Click Advanced, at the bottom choose “EFI PXE Bootstrap 32-bit (.efi)”

      These are the options I always check:

      [SIZE=12px][FONT=Arial][COLOR=#000000]CPUID_SETTINGS[/COLOR][/FONT][/SIZE]
      [SIZE=12px][FONT=Arial][COLOR=#000000]DOWNLOAD_PROTO_NFS[/COLOR][/FONT][/SIZE]
      [SIZE=12px][FONT=Arial][COLOR=#000000]IMAGE_PNG[/COLOR][/FONT][/SIZE]
      [SIZE=12px][FONT=Arial][COLOR=#000000]PARAM_CMD[/COLOR][/FONT][/SIZE]
      [SIZE=12px][FONT=Arial][COLOR=#000000]CONSOLE_CMD[/COLOR][/FONT][/SIZE]

      Finally, plop this script in the iPXE script box (remember to change the last line to match your FOG server’s IP or hostname:
      (the colour and cpair lines are optional, I use these for my menu colors. Simply remove them if desired.)

      #!ipxe

      colour --basic 2 7
      cpair --foreground 7 --background 9 1
      cpair --foreground 0 --background 9 2
      dhcp
      set arch i386 ||
      params
      param mac0 ${net0/mac}
      param arch ${arch}
      isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
      isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme
      :bootme
      chain [url]http://x.x.x.x/fog/service/ipxe/boot.php##params[/url]

      Note: With the 32-bit tablets I UEFI PXE boot with, I have to manually set the arch to i386 in this script because they are technically 64-bit capable and FOG detects this and gives them bzImage/init.xz, but they only work with bzImage32/init_32.xz.

    • E

      Fog Ver. 1.2.0 UEFI & Legacy boot

      General
      • • • Eric Hase
      10
      0
      Votes
      10
      Posts
      6.6k
      Views

      Tom ElliottT

      I already have check’s and balances to check the architecture as in 32 bit vs. 64 bit. If 32 bit arch is found it loads bzImage32 and init_32.xz automatically. If 64 bit, it loads the bzImage and init.xz which are 64 bit files. Hopefully that helps clarify that.

    • E

      HELP!!!! Fog 0.32 is unable to Connect to tftp Server after updating ubuntu to 12.04 LTS

      FOG Problems
      • • • Eric Hase
      9
      0
      Votes
      9
      Posts
      4.0k
      Views

      E

      Hi Tom,

      I wanted to give you an update on my issue… I was able to get the server back up and running by re-running the installation, as it may have seemed that I was missing some of the proper software on Ubuntu 12.04 for Fog to run properly. After re-running the installation all I had to do then was edit config.php with the proper mysql password and now get back to imaging all my machines now.

      Stay Warm, as where i am located, HELL as frozen over in ND at -26 degrees (without wind chill of course.)

    • E

      Solved Feature Request: Full UEFI Support

      Feature Request
      • • • Eric Hase
      2
      0
      Votes
      2
      Posts
      1.4k
      Views

      G

      Hi,

      In my opînaion, this is heavily linked to the use of partclone instead of partimage… So this is work in progress I think 😉

    • 1 / 1