Navigation

    FOG Project

    • Register
    • Login
    • Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. Chuck2000
    C
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Chuck2000

    @Chuck2000

    1
    Reputation
    20
    Posts
    410
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Chuck2000 Follow

    Posts made by Chuck2000

    • RE: Failed to Get IP via DHCP

      @george1421

      I decided to just go ahead and upgrade our FOG server. The issue is now resolved. Thanks for the quick assistance.

      posted in General
      C
      Chuck2000
    • RE: Failed to Get IP via DHCP

      Thanks for the quick reply. It is version 4.11.0

      posted in General
      C
      Chuck2000
    • Failed to Get IP via DHCP

      Hi,

      Please see attached error message. We just started getting this message with our new Dell Precision 3630 computers. Our Dell Optiplex computers are working fine. This error message occurs after the FOG menu. This was trying to do a quick registration.

      We are running FOG version 1.44. We have also got the same error when connected to a switchport that has portfast enabled.
      fog-error.JPG
      Can someone assist? Thanks.

      posted in General
      C
      Chuck2000
    • RE: Decreasing Disk Space?

      @Wayne-Workman

      This issue is resolved. I built a new server as you and Tom suggested. Thanks for the help.

      posted in FOG Problems
      C
      Chuck2000
    • RE: Partimage for old images

      @Tom-Elliott

      After upgrading to RC-25 as you suggested, the issue is resolved. I can now image computers. Thank you and the other forum members for the help.

      posted in FOG Problems
      C
      Chuck2000
    • RE: Partimage for old images

      @Wayne-Workman

      Okay, I will try an upgrade. I have never updates a FOG server before. Are these the instructions that I should be following?

      https://wiki.fogproject.org/wiki/index.php/Upgrade_to_trunk

      posted in FOG Problems
      C
      Chuck2000
    • RE: Partimage for old images

      @Wayne-Workman

      Okay, I updated to partimage. Here is the output - thanks.

      #!ipxe
      set fog-ip 172.16.5.153
      set fog-webroot fog
      set boot-url http://${fog-ip}/${fog-webroot}
      cpuid --ext 29 && set arch x86_64 || set arch i386
      goto get_console
      :console_set
      colour --rgb 0x00567a 1 ||
      colour --rgb 0x00567a 2 ||
      colour --rgb 0x00567a 4 ||
      cpair --foreground 7 --background 2 2 ||
      goto MENU
      :alt_console
      cpair --background 0 1 ||
      cpair --background 1 2 ||
      goto MENU
      :get_console
      console --picture http://172.16.5.153/fog/service/ipxe/bg.png --left 100 --right 80 && goto console_set || goto alt_console
      :MENU
      menu
      colour --rgb 0x00567a 0 ||
      cpair --foreground 1 1 ||
      cpair --foreground 0 3 ||
      cpair --foreground 4 4 ||
      item --gap Host is registered as 7020image!
      item --gap -- -------------------------------------
      item fog.local Boot from hard disk
      item fog.memtest Run Memtest86+
      item fog.keyreg Update Product Key
      item fog.deployimage Deploy Image
      item fog.multijoin Join Multicast Session
      item fog.quickdel Quick Host Deletion
      item fog.sysinfo Client System Information (Compatibility)
      choose --default fog.local --timeout 3000 target && goto ${target}
      :fog.local
      sanboot --no-describe --drive 0x80 || goto MENU
      kernel bzImage32 loglevel=4 initrd=init_32.xz root=/dev/ram0 rw ramdisk_size=127000 web=172.16.5.153/fog/ consoleblank=0 rootfstype=ext4 loglevel=4
      imgfetch init_32.xz
      boot || goto MENU
      :fog.memtest
      kernel memdisk iso raw
      initrd memtest.bin
      boot || goto MENU
      kernel bzImage32 loglevel=4 initrd=init_32.xz root=/dev/ram0 rw ramdisk_size=127000 web=172.16.5.153/fog/ consoleblank=0 rootfstype=ext4 loglevel=4
      imgfetch init_32.xz
      boot || goto MENU
      :fog.keyreg
      login
      params
      param mac0 ${net0/mac}
      param arch ${arch}
      param username ${username}
      param password ${password}
      param keyreg 1
      isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
      isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme
      :fog.deployimage
      login
      params
      param mac0 ${net0/mac}
      param arch ${arch}
      param username ${username}
      param password ${password}
      param qihost 1
      isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
      isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme
      :fog.multijoin
      login
      params
      param mac0 ${net0/mac}
      param arch ${arch}
      param username ${username}
      param password ${password}
      param sessionJoin 1
      isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
      isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme
      :fog.quickdel
      login
      params
      param mac0 ${net0/mac}
      param arch ${arch}
      param username ${username}
      param password ${password}
      param delhost 1
      isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
      isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme
      :fog.sysinfo
      kernel bzImage32 loglevel=4 initrd=init_32.xz root=/dev/ram0 rw ramdisk_size=127000 web=172.16.5.153/fog/ consoleblank=0 rootfstype=ext4 loglevel=4 mode=sysinfo
      imgfetch init_32.xz
      boot || goto MENU
      :bootme
      chain -ar http://172.16.5.153/fog/service/ipxe/boot.php##params ||
      goto MENU
      autoboot
      
      posted in FOG Problems
      C
      Chuck2000
    • RE: Partimage for old images

      @Tom-Elliott said in Partimage for old images:

      Please set the mac address into a tasking with the “partimage image” associated to

      Thanks, but I’m not sure what to do here:

      Please set the mac address into a tasking with the “partimage image” associated to

      FYI - my images that I copied over and then manually set the settings are showing up with no image size

      0_1479833037842_images.jpg

      posted in FOG Problems
      C
      Chuck2000
    • 1
    • 2
    • 1 / 2