• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Tom
    3. Posts
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 17
    • Posts 120
    • Best 3
    • Controversial 0
    • Groups 0

    Posts made by Tom

    • RE: Cannot deploy images

      Changed the entry to bzimage4123 and it seems to be working fine.
      Thank you for all your help.

      You guys ROCK!

      Tom

      posted in FOG Problems
      T
      Tom
    • RE: Cannot deploy images

      @george1421
      I will tested in the morning and provide feedback.

      Thanks for all the help.

      Tom

      posted in FOG Problems
      T
      Tom
    • RE: Cannot deploy images

      @george1421
      Not that I am aware of. I was on vacation.
      So, what are the changes I need to make?

      Thanks,
      Tom

      posted in FOG Problems
      T
      Tom
    • RE: Cannot deploy images

      @george1421
      0_1504735036772_Capture.JPG

      posted in FOG Problems
      T
      Tom
    • RE: Cannot deploy images

      @george1421

      #!ipxe
      set fog-ip 192.168.2.196
      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://192.168.2.196/fog/service/ipxe/bg.png --left 100 --right 80 && goto console_set || goto alt_console
      :MENU
      menu
      colour --rgb 0xff0000 0 ||
      cpair --foreground 1 1 ||
      cpair --foreground 0 3 ||
      cpair --foreground 4 4 ||
      item --gap Host is NOT registered!
      item --gap -- -------------------------------------
      item fog.local Boot from hard disk
      item fog.memtest Run Memtest86+
      item fog.reginput Perform Full Host Registration and Inventory
      item fog.reg Quick Registration and Inventory
      item fog.deployimage Deploy Image
      item fog.multijoin Join Multicast Session
      item fog.sysinfo Client System Information (Compatibility)
      choose --default fog.local --timeout 10000 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.reginput
      kernel bzImage32 loglevel=4 initrd=init_32.xz root=/dev/ram0 rw ramdisk_size=127000 web=192.168.2.196/fog/ consoleblank=0 rootfstype=ext4 storage=192.168.2.196:/images/ storageip=192.168.2.196 loglevel=4 mode=manreg
      imgfetch init_32.xz
      boot || goto MENU
      :fog.reg
      kernel bzImage32 loglevel=4 initrd=init_32.xz root=/dev/ram0 rw ramdisk_size=127000 web=192.168.2.196/fog/ consoleblank=0 rootfstype=ext4 storage=192.168.2.196:/images/ storageip=192.168.2.196 loglevel=4 mode=autoreg
      imgfetch init_32.xz
      boot || goto MENU
      :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.sysinfo
      kernel bzImage32 loglevel=4 initrd=init_32.xz root=/dev/ram0 rw ramdisk_size=127000 web=192.168.2.196/fog/ consoleblank=0 rootfstype=ext4 storage=192.168.2.196:/images/ storageip=192.168.2.196 loglevel=4 mode=sysinfo
      imgfetch init_32.xz
      boot || goto MENU
      :bootme
      chain -ar http://192.168.2.196/fog/service/ipxe/boot.php##params ||
      goto MENU
      autoboot
      
      posted in FOG Problems
      T
      Tom
    • RE: Cannot deploy images

      @george1421

      #!ipxe
      set fog-ip 192.168.2.196
      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://192.168.2.196/fog/service/ipxe/bg.png --left 100 --right 80 && goto console_set || goto alt_console
      :MENU
      menu
      colour --rgb 0xff0000 0 ||
      cpair --foreground 1 1 ||
      cpair --foreground 0 3 ||
      cpair --foreground 4 4 ||
      item --gap Host is NOT registered!
      item --gap -- -------------------------------------
      item fog.local Boot from hard disk
      item fog.memtest Run Memtest86+
      item fog.reginput Perform Full Host Registration and Inventory
      item fog.reg Quick Registration and Inventory
      item fog.deployimage Deploy Image
      item fog.multijoin Join Multicast Session
      item fog.sysinfo Client System Information (Compatibility)
      choose --default fog.local --timeout 10000 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.reginput
      kernel bzImage32 loglevel=4 initrd=init_32.xz root=/dev/ram0 rw ramdisk_size=127000 web=192.168.2.196/fog/ consoleblank=0 rootfstype=ext4 storage=192.168.2.196:/images/ storageip=192.168.2.196 loglevel=4 mode=manreg
      imgfetch init_32.xz
      boot || goto MENU
      :fog.reg
      kernel bzImage32 loglevel=4 initrd=init_32.xz root=/dev/ram0 rw ramdisk_size=127000 web=192.168.2.196/fog/ consoleblank=0 rootfstype=ext4 storage=192.168.2.196:/images/ storageip=192.168.2.196 loglevel=4 mode=autoreg
      imgfetch init_32.xz
      boot || goto MENU
      :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.sysinfo
      kernel bzImage32 loglevel=4 initrd=init_32.xz root=/dev/ram0 rw ramdisk_size=127000 web=192.168.2.196/fog/ consoleblank=0 rootfstype=ext4 storage=192.168.2.196:/images/ storageip=192.168.2.196 loglevel=4 mode=sysinfo
      imgfetch init_32.xz
      boot || goto MENU
      :bootme
      chain -ar http://192.168.2.196/fog/service/ipxe/boot.php##params ||
      goto MENU
      autoboot
      
      posted in FOG Problems
      T
      Tom
    • RE: Cannot deploy images

      @george1421

      Please find the PCAP file:
      https://drive.google.com/file/d/0B1snnogmII3BU0xkSlJjczE5b1E/view?usp=sharing

      posted in FOG Problems
      T
      Tom
    • RE: Cannot deploy images

      @george1421
      0_1504725515714_md5Sum.JPG
      seems to be correct.

      posted in FOG Problems
      T
      Tom
    • RE: Cannot deploy images

      @george1421
      That was not it. I put the laptop on the 192.168.2.x subnet and I got the same results.

      Thanks,

      Tom

      posted in FOG Problems
      T
      Tom
    • RE: Cannot deploy images

      @george1421
      Yes, the IP’s are correct and expected.

      posted in FOG Problems
      T
      Tom
    • RE: Cannot deploy images

      @george1421

      Actually, there is already unmanaged switch between.
      Tom

      posted in FOG Problems
      T
      Tom
    • RE: Cannot deploy images

      @george1421
      We have only Latitude in our environment, the issue repeats on 7280 as well. All firmware are up to date.
      I cannot tell what changed, I’ve upgraded to 1.4.4 awhile ago and it was working properly.
      Is there any log I can look into?

      Thanks,

      Tom

      posted in FOG Problems
      T
      Tom
    • RE: Cannot deploy images

      @sebastian-roth
      The system is Latitude E7240 with Intel onboard NIC I218-LM.
      0_1504705832738_lspci.JPG
      attached is the result of lspci -n
      when I tried to run lsusb, I got “unable to initialize libusb: -99”

      posted in FOG Problems
      T
      Tom
    • RE: Cannot deploy images

      @george1421
      1.What is the manufacturer and model of the hardware you are trying to pxe boot? Dell Latitude 7240, I tried several machines.
      2.Is the firmware in uefi or bios (legacy) mode? legacy
      3.What exactly do you have programmed for dhcp option 67 {boot-file}? undionly.kkpxe

      The system was stable and working perfectly, suddenly it stopped.

      Please watch the short video here
      Thanks,

      Tom

      posted in FOG Problems
      T
      Tom
    • Cannot deploy images
      Server
      • FOG Version: 1.4.4
      • OS: Ubuntu 14.4
      Client
      • Service Version:
      • OS:
      Description

      Good Afternoon,
      I am able to get to the menu without a problem. Once I try to register a machine or deploy an image, it seems bzimage and INI are going, but then nothing happening.
      The screen gets black and the curser blinking.
      Thanks,

      Tom

      posted in FOG Problems
      T
      Tom
    • RE: Issues after upgrading to 16.04

      @Wayne-Workman Thank you so much!

      posted in FOG Problems
      T
      Tom
    • RE: Issues after upgrading to 16.04

      @Wayne-Workman The question is what should I do when I will need to upgrade to new OS. I’m not looking to stay on 14.04 forever 🙂
      Is there a way to export\import fog settings and images?

      posted in FOG Problems
      T
      Tom
    • RE: Issues after upgrading to 16.04

      @Wayne-Workman I think I’m on FOG trunk 1.3 RC10.
      Thanks!

      posted in FOG Problems
      T
      Tom
    • RE: Issues after upgrading to 16.04

      @Wayne-Workman Thank you so much. I had to revert back to 14.04 since I could not leave it non functional - we use it on a daily basis.
      I would really appreciate if it can be summarized into one simplified (as possible) list of steps that will result in successful upgrade. It feels like the more I try to fix it, it gets further away from success.

      Would it be easier to backup all fog settings and images, build new 16 server, install fog and restore?

      If none of this is possible, I will try again using your recent instructions.

      Again, thank you all for being out there supporting…

      Tom

      posted in FOG Problems
      T
      Tom
    • RE: Issues after upgrading to 16.04

      @EAHarvey I’ve done it all, once apache2 got broken, I could not fix it.
      Thanks!

      posted in FOG Problems
      T
      Tom
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 2 / 6