• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. luislesi
    3. Posts
    L
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 12
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by luislesi

    • RE: iPXE initialises devices ok but reboots when Configuring(net0 00:23:7d:b8:a5:54)......

      @gwhitfield The portfast it’s enabled in all ports of the switch so at this moment i dont know what to do anymore. Thanks for all that helped me.

      posted in FOG Problems
      L
      luislesi
    • RE: iPXE initialises devices ok but reboots when Configuring(net0 00:23:7d:b8:a5:54)......

      @Tom-Elliott

      I changed the boot file to ipxe.pxe and i’ve got the same original problem.

      So i downloaded the boot file ipxe.pxe using this command:

      wget https://svn.code.sf.net/p/freeghost/code/trunk/packages/tftp/ipxe.pxe -O /tftpboot/ipxe.pxe

      And the result was the same as using undionly.kpxe, stops at IPXE.

      posted in FOG Problems
      L
      luislesi
    • RE: iPXE initialises devices ok but reboots when Configuring(net0 00:23:7d:b8:a5:54)......

      @Tom-Elliott

      Now i’m using undionly.kpxe. I tried undionly.kkpxe but it did not work.
      I will try ipxe.pxe.
      This occurs in all machines.

      Thanks

      posted in FOG Problems
      L
      luislesi
    • RE: iPXE initialises devices ok but reboots when Configuring(net0 00:23:7d:b8:a5:54)......

      @Tom-Elliott

      Fog stops in IPXE even when i just want to get to the menu.

      posted in FOG Problems
      L
      luislesi
    • RE: iPXE initialises devices ok but reboots when Configuring(net0 00:23:7d:b8:a5:54)......

      @Tom-Elliott

      The output of the file is:

      #!ipxe
      cpuid --ext 29 && set arch x86_64 || set arch i386
      colour --rgb 0xff6600 2
      cpair --foreground 7 --background 2 2
      console --picture http://10.1.8.1/fog/service/ipxe/bg.png --left 100 --right 80
      :MENU
      menu
      colour --rgb 0x00ff00 0
      cpair --foreground 0 3
      item --gap Host is registered as RP044390
      item --gap -- -------------------------------------
      item fog.local Boot from hard disk
      item fog.memtest Run Memtest86+
      item fog.keyreg Update Product Key
      item fog.quickimage Quick Image
      item fog.quickdel Quick Host Deletion
      item fog.sysinfo Client System Information (Compatibility)
      choose --default fog.local --timeout 3000 target && goto ${target}
      :fog.local
      exit || goto MENU
      :fog.memtest
      kernel memdisk iso raw
      initrd memtest.bin
      boot || goto MENU
      :fog.reginput
      kernel bzImage32 root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns= keymap= web=10.1.8.1/fog/ consoleblank=0 loglevel=4 1
      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
      :bootme
      chain -ar http://10.1.8.1/fog/service/ipxe/boot.php##params ||
      goto MENU
      :fog.reg
      kernel bzImage32 root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns= keymap= web=10.1.8.1/fog/ consoleblank=0 loglevel=4 1
      imgfetch init_32.xz
      boot || goto MENU
      :fog.quickimage
      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
      :bootme
      chain -ar http://10.1.8.1/fog/service/ipxe/boot.php##params ||
      goto MENU
      :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
      :bootme
      chain -ar http://10.1.8.1/fog/service/ipxe/boot.php##params ||
      goto MENU
      :fog.sysinfo
      kernel bzImage32 root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns= keymap= web=10.1.8.1/fog/ consoleblank=0 loglevel=4 mode=sysinfo
      imgfetch init_32.xz
      boot || goto MENU
      :fog.debug
      login
      params
      param mac0 ${net0/mac}
      param arch ${arch}
      param username ${username}
      param password ${password}
      param debugAccess 1
      isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
      isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme
      :bootme
      chain -ar http://10.1.8.1/fog/service/ipxe/boot.php##params ||
      autoboot
      
      posted in FOG Problems
      L
      luislesi
    • RE: iPXE initialises devices ok but reboots when Configuring(net0 00:23:7d:b8:a5:54)......

      @Tom-Elliott

      I still don’t understand why computer reboots with the original undionly.kpxe that comes with the fog installer (1.2.0) and when i get the undionly.kpxe from https://svn.code.sf.net/p/freeghost/code/trunk/packages/tftp/undionly.kpxe
      it works but i have to write exit in IPXE.
      You can see it in this photo:
      https://goo.gl/photos/GV6XxJUgdhqRAxgg6
      I will try to do spanning tree /port fast setting on the switch like @Sebastian-Roth said but i think this is not the reason.
      Is there any script that i can do to automatically exit from IPXE?
      Thanks

      posted in FOG Problems
      L
      luislesi
    • RE: iPXE initialises devices ok but reboots when Configuring(net0 00:23:7d:b8:a5:54)......

      @Wayne-Workman

      Today I installed another server with the same configurations and i noticed that the original problem was solved by getting another undionly.kpxe.

      wget https://svn.code.sf.net/p/freeghost/code/trunk/packages/tftp/undionly.kpxe -O /tftpboot/undionly.kpxe
      

      I originally thought that the problem was solved by upgrading the Kernel and changing the permissions of ipxe, but the problem was solved by getting another undionly.kpxe. But I don´t know if this boot file is reliable.

      The only thing i know, is that after this, if i write exit in ipxe, the fog works. But i need to solve this.

      Photo: https://goo.gl/photos/GV6XxJUgdhqRAxgg6

      The contents of boot.php that you asked (http://10.1.8.1/fog/service/ipxe/boot.php) are:

      #!ipxe
      cpuid --ext 29 && set arch x86_64 || set arch i386
      colour --rgb 0xff6600 2
      cpair --foreground 7 --background 2 2
      console --picture http://10.1.8.1/fog/service/ipxe/bg.png --left 100 --right 80
      :MENU
      menu
      colour --rgb 0xff0000 0
      cpair --foreground 0 3
      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.sysinfo Client System Information (Compatibility)
      choose --default fog.local --timeout 3000 target && goto ${target}
      :fog.local
      exit || goto MENU
      :fog.memtest
      kernel memdisk iso raw
      initrd memtest.bin
      boot || goto MENU
      :fog.reginput
      kernel bzImage32 root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns= keymap= web=10.1.8.1/fog/ consoleblank=0 loglevel=4 mode=manreg
      imgfetch init_32.xz
      boot || goto MENU
      :fog.reg
      kernel bzImage32 root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns= keymap= web=10.1.8.1/fog/ consoleblank=0 loglevel=4 mode=autoreg
      imgfetch init_32.xz
      boot || goto MENU
      :fog.sysinfo
      kernel bzImage32 root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns= keymap= web=10.1.8.1/fog/ consoleblank=0 loglevel=4 mode=sysinfo
      imgfetch init_32.xz
      boot || goto MENU
      autoboot
      
      posted in FOG Problems
      L
      luislesi
    • RE: iPXE initialises devices ok but reboots when Configuring(net0 00:23:7d:b8:a5:54)......

      @Tom-Elliott

      I Tom. I had to change the boot file again to undionly.kpxe.
      At this time i don’t know how i solved this problem.
      I tried two things:
      I updated the kernel to version 3.19.3 and I changed permissions of ipxe:

               chmod -R 775 /var/www/html/fog/service/ipxe
      

      The only problem is that i have write exit in ipxe to download/upload start.

      https://goo.gl/photos/a38gXYjXiNCT3oEN6

      Many Thanks

      posted in FOG Problems
      L
      luislesi
    • RE: iPXE initialises devices ok but reboots when Configuring(net0 00:23:7d:b8:a5:54)......

      @Wayne-Workman

      I changed the boot file to undionly.kkpxe and now it works but i have write exit in IPXE.
      Do you know you to work around this?

      Photo:
      https://goo.gl/photos/a38gXYjXiNCT3oEN6

      Thanks

      posted in FOG Problems
      L
      luislesi
    • RE: iPXE initialises devices ok but reboots when Configuring(net0 00:23:7d:b8:a5:54)......

      @Wayne-Workman
      Thanks i will try that.

      posted in FOG Problems
      L
      luislesi
    • RE: iPXE initialises devices ok but reboots when Configuring(net0 00:23:7d:b8:a5:54)......

      @george1421

      Thanks for the reply.
      The computers are HP DC 7800. Bios is in legacy mode. The fog version is 1.2.0.
      First i configured fog in a separated network and fog worked just fine with dhcp service. But in this network i have to use an existing dhcp server.

      posted in FOG Problems
      L
      luislesi
    • iPXE initialises devices ok but reboots when Configuring(net0 00:23:7d:b8:a5:54)......

      Hi,
      I’m trying to configure fog in my school. My fog server is 10.1.8.1
      The school has a dhcp server cisco with ip 10.1.8.254 that we do not control. It´s controlled by an external company of the government. We ask them to configure the dhcp server with bootfile undionly.kpxe and next server 10.1.8.1.
      When client starts the iPXE initialises devices correctly but the computer reboots after Configuring(net0 00:23:7d:b8:a5:54)…

      Photos:
      https://goo.gl/photos/GuDGjB4GSMVvTsKq5
      https://goo.gl/photos/D5ZKvrEzFYHfHbZU6

      Can anyone help me?
      Best regards,
      Luislesi

      posted in FOG Problems
      L
      luislesi
    • 1 / 1