• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. mlawhun0114
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 8
    • Best 0
    • Controversial 0
    • Groups 0

    mlawhun0114

    @mlawhun0114

    0
    Reputation
    32
    Profile views
    8
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    mlawhun0114 Unfollow Follow

    Latest posts made by mlawhun0114

    • RE: Failing to boot to PXE

      @rockinhc Thanks for responding, so check my DHCP server or is this file on the fog web ui?

      posted in FOG Problems
      M
      mlawhun0114
    • Failing to boot to PXE

      2019-11-05_14-13-09.png

      Not sure how the IP addresses changed. 10.0.4.24 is the correct, and this worked last week. I tried booting to this today and this is occuring now. I went into the settings on the Web UI fog configuration --> fog settings --> web server and tftp server and made sure the IPs in there were 10.0.4.24 and rebooted the server and still no go.

      posted in FOG Problems
      M
      mlawhun0114
    • RE: "1.0E.19": invalid integer value" error

      @Sebastian-Roth

      Ok. I will change those values to 0 on Monday and let you know if it boots up. Appreciate he help!!!

      posted in FOG Problems
      M
      mlawhun0114
    • RE: "1.0E.19": invalid integer value" error

      @Sebastian-Roth

      Ok I ran your commands, and here are the results I get.

      mysql> SELECT * FROM globalSettings WHERE settingKey LIKE '%PXE_MENU%';
      +-----------+----------------------+-----------------------------------------------------------------------------+------------------+-------------------+
      | settingID | settingKey           | settingDesc                                                                 | settingValue     | settingCategory   |
      +-----------+----------------------+-----------------------------------------------------------------------------+------------------+-------------------+
      |        69 | FOG_PXE_MENU_TIMEOUT | This setting defines the default value for the pxe menu timeout.            | 9999999          | FOG Boot Settings |
      |        73 | FOG_PXE_MENU_HIDDEN  | This setting defines if you would like the FOG pxe menu hidden or displayed | 0                | FOG Boot Settings |
      +-----------+----------------------+-----------------------------------------------------------------------------+------------------+-------------------+
      2 rows in set (0.00 sec)
      
      posted in FOG Problems
      M
      mlawhun0114
    • RE: "1.0E.19": invalid integer value" error
      #!ipxe
      set fog-ip 10.0.4.81
      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://10.0.4.81/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 98e7f4f6f277!
      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 1.0E+19 target && goto ${target}
      :fog.local
      sanboot --no-describe --drive 0x80 || goto MENU
      :fog.memtest
      kernel memdisk initrd=memtest.bin iso raw
      initrd memtest.bin
      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
      param sysuuid ${uuid}
      :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
      param sysuuid ${uuid}
      :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
      param sysuuid ${uuid}
      :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
      param sysuuid ${uuid}
      :fog.sysinfo
      kernel bzImage32 loglevel=4 initrd=init_32.xz root=/dev/ram0 rw ramdisk_size=127000 web=http://10.0.4.81/fog/ consoleblank=0 rootfstype=ext4 storage=10.0.4.81:/images/ storageip=10.0.4.81 loglevel=4 mode=sysinfo
      imgfetch init_32.xz
      boot || goto MENU
      :bootme
      chain -ar http://10.0.4.81/fog/service/ipxe/boot.php##params ||
      goto MENU
      autoboot
      
      posted in FOG Problems
      M
      mlawhun0114
    • RE: "1.0E.19": invalid integer value" error

      @Sebastian-Roth said in "1.0E.19": invalid integer value" error:

      http://x.x.x.x/fog/service/ipxe/boot.php?mac=aa:bb:cc:dd:ee:ff

      Here you go. http://10.0.4.81/fog/service/ipxe/boot.php?mac=98:e7:f4:f6:f2:77

      posted in FOG Problems
      M
      mlawhun0114
    • "1.0E.19": invalid integer value" error

      0_1541166943902_2018-11-02_9-55-19.png

      Started getting this error. Not sure what to do now to resolve. My build is Ubuntu Server LTS 16.04 and fog server 1.5.4. Imaged some HP Elitebook 840 G3’s fine and then created an image for a Dell Optiplex 7060 and tried booting up to the fog server to upload this image and got this error on both the Dell and now HP’s as well… Everything was working fine with the HPs until now. Any help is appreciated.

      posted in FOG Problems
      M
      mlawhun0114