• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. ***Redbob
    3. Posts
    • Profile
    • Following 0
    • Followers 0
    • Topics 14
    • Posts 60
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: PXE Chainloading error after FOG images menu

      @Sebastian-Roth these are two images:
      WhatsApp Image 2019-09-05 at 16.44.12.jpeg
      this image is from a computer I didn’t registered on Server, chosing Deploy Image from FOG PXE Menu

      WhatsApp Image 2019-09-05 at 16.44.20.jpeg
      This other image is from the same computer, but here I registered on Server and attached a Deploy Basic Task.

      posted in FOG Problems
      ***Redbob*
      ***Redbob
    • RE: PXE Chainloading error after FOG images menu

      @george1421, PXE boot client is not in the same subnet. Boot Client is at VLAN 12 (172.24.12.0/23) and FOG server is at Default VLAN (172.24.0.0/22). As I told before, I could do a Deploy over Legacy Boot, but errors in UEFI boot remain.

      posted in FOG Problems
      ***Redbob*
      ***Redbob
    • RE: PXE Chainloading error after FOG images menu

      @Sebastian-Roth here you are:

      [root@srvfog-mt ~]# iptables -L -n -v
      Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
       pkts bytes target     prot opt in     out     source               destination
      
      Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
       pkts bytes target     prot opt in     out     source               destination
      
      Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
       pkts bytes target     prot opt in     out     source               destination
      [root@srvfog-mt ~]# getenforce
      Permissive
      [root@srvfog-mt ~]# ip addr show
      1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
          link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
          inet 127.0.0.1/8 scope host lo
             valid_lft forever preferred_lft forever
          inet6 ::1/128 scope host
             valid_lft forever preferred_lft forever
      2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
          link/ether a2:02:9d:1b:e5:0a brd ff:ff:ff:ff:ff:ff
          inet 172.24.3.71/22 brd 172.24.3.255 scope global noprefixroute eth0
             valid_lft forever preferred_lft forever
          inet6 fe80::6d9c:8567:1786:2562/64 scope link noprefixroute
             valid_lft forever preferred_lft forever
      
      
      posted in FOG Problems
      ***Redbob*
      ***Redbob
    • RE: PXE Chainloading error after FOG images menu

      @Sebastian-Roth, yes I change my server. I installed in another distro (Fedora 30) and set IP 172.24.3.71, because I’m tired to deal with Ubuntu is FOG Enemy. 😉

      posted in FOG Problems
      ***Redbob*
      ***Redbob
    • RE: PXE Chainloading error after FOG images menu

      @george1421 here are the answers:

      1. Yes, I raised another server. It’s not 172.24.3.144 anymore. It’s based on Fedora 30;
      2. Yes, here’s the output from “http://172.24.3.71/fog/service/ipxe/boot.php?mac=00:00:00:00:00:00”:
      #!ipxe
      set fog-ip 172.24.3.71
      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.24.3.71/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 3000 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=275000 web=http://172.24.3.71/fog/ consoleblank=0 rootfstype=ext4 storage=172.24.3.71:/images/ storageip=172.24.3.71 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=275000 web=http://172.24.3.71/fog/ consoleblank=0 rootfstype=ext4 storage=172.24.3.71:/images/ storageip=172.24.3.71 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
      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.sysinfo
      kernel bzImage32 loglevel=4 initrd=init_32.xz root=/dev/ram0 rw ramdisk_size=275000 web=http://172.24.3.71/fog/ consoleblank=0 rootfstype=ext4 storage=172.24.3.71:/images/ storageip=172.24.3.71 loglevel=4 mode=sysinfo
      imgfetch init_32.xz
      boot || goto MENU
      :bootme
      chain -ar http://172.24.3.71/fog/service/ipxe/boot.php##params ||
      goto MENU
      autoboot
      
      1. Yes, I can manage all operations from WEB UI
      2. I could access LEGACY Boot interface and I’m doing a deploy right now . But UEFI messages remain. Strange, because the interface of FOG menu changes color to red on black (The colors I set on server are blue on white).
      posted in FOG Problems
      ***Redbob*
      ***Redbob
    • PXE Chainloading error after FOG images menu

      Hi,

      I already faced situations about PXE chainloading error(https://forums.fogproject.org/post/120560), I never noticed this error after Images menu.

      • The computer gets a XPE boot normally, goes to 1st FOG menu; I chose deploy image;
      • It goes to auth screen, I logon
      • Shows Images Menu, and I chose one of them to deploy.

      Just after that, I face this error message:

      http://172.24.3.71/fog/service/ipxe/boot.php... Connection reset  (http://ipxe.org/0f0a6095)
      Could not boot: Connection reset  (http://ipxe.org/0f0a6095)
      Could not boot: Connection reset  (http://ipxe.org/0f0a6095)
      Chainloading failed, his 's' for the iPXE shell; reboot in 10 seconds
      

      Any new ideas? Why this error, if it could accept PXE boot normally before?

      posted in FOG Problems pxe boot error pxe menu
      ***Redbob*
      ***Redbob
    • RE: Database connection unavailable

      @george1421, great stuff! How couldn’t I see this before?
      lol!!!
      Well, I reinstalled it, and already applied what Elliot said. Let’s see if it will take things easy. Thanks!!

      posted in General
      ***Redbob*
      ***Redbob
    • Database connection unavailable

      Hi, everyone!

      I know that whenever FOG Web Interface shows this message when I try to access it:
      fog-roo.png
      it’s to time to reinstall it.

      The problem is: this situation occurs every 2 months the average.
      Is there another way to solve this unless reinstalling it?

      posted in General
      ***Redbob*
      ***Redbob
    • RE: IPXE Chainloading error in certain type of computer

      @Sebastian-Roth it’s funny but… I decided change the client IP (added 172.24.12.49 into DHCP Exclusion Zone now client received 172.24.12.65), so it worked!

      Maybe some lockout from FW or Core rules… but it’s working, as I figured out on other computer with some specification. Could you check PCAP of 172.24.12.65? It’s here: new PCAP, just to understand it, because I know, FW and Core rules are not the target of this forum 😉

      posted in FOG Problems
      ***Redbob*
      ***Redbob
    • RE: IPXE Chainloading error in certain type of computer

      @Sebastian-Roth these are the answers, as followed:

      1. No, MAC address from client is 10:05:01:9c:7b:24 (that’s from 2nd image); MAC adress from FOG Server is 34:64:19:00:26:86;
      2. That’s Core Switch (My network is splitted in subnets - FOG is in default subnet - mask 255.255.252.0, the client is in another subnet - mask 255.255.254.0);
      3. As I know, there’s no firewall rules restricting LAN-level access, just WAN-level. See IPTABLES from FOG server:
      userutil@moringa:~$ sudo iptables -L
      [sudo] password for userutil: 
      Chain INPUT (policy ACCEPT)
      target     prot opt source               destination         
      ACCEPT     udp  --  anywhere             anywhere             multiport dports mdns
      ACCEPT     tcp  --  anywhere             anywhere             multiport dports 4000
      
      Chain FORWARD (policy ACCEPT)
      target     prot opt source               destination         
      
      Chain OUTPUT (policy ACCEPT)
      target     prot opt source               destination         
      
      1. Yes, I could access WEB UI from the client normally.
      posted in FOG Problems
      ***Redbob*
      ***Redbob
    • RE: IPXE Chainloading error in certain type of computer

      @Sebastian-Roth , I did a capture directly from FOG server (172.24.3.144) by Wireshark, the troubled client is 172.24.12.49. Here you have it: https://drive.google.com/open?id=1oolDaPqrF4gFIzN8gRfIXrnyKC18ahHj

      posted in FOG Problems
      ***Redbob*
      ***Redbob
    • IPXE Chainloading error in certain type of computer

      Hi,

      I still have the ipxe.efi chainloading tantalizing me… I already posted another issue about it (11240) and it worked when I followed instructions to “connect” to a unmanaged switch over building switch “as a workaround”…

      …we have here several types of computer with UEFI boot. Some of them is working properly. That’s its behavior:
      tel3.png

      on the other side, I have some computers will no work, they gave me this kind of error:tel1.png

      Any ideas? As I see, it’s not properly IPXE issue, because some UEFI are booting from IPXE… Is the second type of BIOS “lazy” to process IPXE Boot request??

      posted in FOG Problems
      ***Redbob*
      ***Redbob
    • RE: Fog crash. Database connection unavailable?

      I have this problem in FOG every 3 months aproximately. All I just do is to reinstall it and everything turns well, wihout any lose of data or settings.

      posted in FOG Problems
      ***Redbob*
      ***Redbob
    • RE: Deploying FOG in a raw SSD disk

      @Sebastian-Roth, it’s funny. Fog deployed successfully all partitions, simply pressing ENTER after each breakpoint.

      posted in General
      ***Redbob*
      ***Redbob
    • RE: Deploying FOG in a raw SSD disk

      @Sebastian-Roth That’s what I did.
      Follows Settings you suggested:
      0_1537215931585_Seleção_006.png
      After usual messages, these are what I get. Here are the images:
      0_1537215659192_IMG_20180917_160534805.jpg
      0_1537215678783_IMG_20180917_160539989_HDR.jpg
      0_1537215702615_IMG_20180917_160603030_HDR.jpg

      posted in General
      ***Redbob*
      ***Redbob
    • RE: Deploying FOG in a raw SSD disk

      @Sebastian-Roth Follows here:

      Below is a variable dump from FOG
      osid=9
      osname=Windows 10
      mbrfile=
      type=down
      storage=172.24.3.144:/images/
      img=PositivoD535Win10A8
      imgType=mpa
      imgFormat=0
      imgPartitionType=All
      disks=/dev/sda /dev/sdb
      hd=/dev/sda
       * Press [Enter] key to continue
      
      [Tue Sep 11 root@fogclient /]#
      

      Typing fdisk -l, we have:

      Disk /dev/sda:119.2 GiB, 128035676160 bytes, 250069680 sectors
      Sector size (logical/physical): 512 bytes / 512 bytes
      I/O size (minimum/physical): 512 bytes / 512 bytes
      Disklabel type: dos
      Disk identifier: 0x00000000
      
      Device     Boot Start       End   Sectors  Size Id Type
      /dev/sda1           1 500118191 500118191 238.5 ee GPT
      
      
      Disk /dev/sdb: 465.8 GiB, 500107862016 bytes, 976773168 sectors
      Units: sectors of 1 * 512 = 512 bytes
      Sector size (logical/physical): 512 bytes / 4096 bytes
      I/O size (minimum/optimal): 4096 bytes / 4096 bytes
      
      
      posted in General
      ***Redbob*
      ***Redbob
    • RE: Deploying FOG in a raw SSD disk

      @Sebastian-Roth said in Deploying FOG in a raw SSD disk:

      ismajordebug=1

      @Sebastian-Roth, where will I add these Host Kernel Args?

      posted in General
      ***Redbob*
      ***Redbob
    • Deploying FOG in a raw SSD disk

      Hi, guys!

      I have several computers that had SSD issues, forcing assistance to change them by newer, raw disks.
      Each computer has two-disks (sda-SSD 100Gb, sdb-SATA 500Gb). Only SSD was changed.

      So I cannot deploy image on them due to it.

      That’s the classical error message:

      Image store corrupted, unable to locate MBR, no file found (MBRFileName)
      

      Other message I got (in other moment):

      Error trying to restore GPT partition tables (restorePartitionTablesAndBootLoaders)
      

      I saw some ancient issues opened here, but nothing of them conclusive.

      As workaround, I make a clear-Windows 10 formatting; after that, I can deploy successfully on them.
      Do we have any updated news about it?

      posted in General deploy raw disk
      ***Redbob*
      ***Redbob
    • Task taking too long time to begin after FOG Menu

      Hi,

      We have 1.4.4 installed, and it’s running very well. UEFI boot runs fine. Just an issue to solve: After white-backgrounded FOG menu, we have a black screen with just a blinking cursor for almost 2 minutes, so we have this message:

      r8169 0000:01:00.0 (unnamed net_device) (uninitialized): rtl_ocp_tx_cond == 1 (loop: 2000, delay: 50).
      Starting logging: OK
      Populating /dev/ using udev: udevd[2675]: error creating epoll fd: Function not implemented
      done
      Initailizating random number generator... done.
      

      After that, everything works fine. FOG finishes its task normally.

      Is there anything I can do reduce this lag?

      posted in General boot delay
      ***Redbob*
      ***Redbob
    • RE: UEFI PXE boot from Windows 2003 DHCP

      @george1421, it worked! I put it under an unmanaged switch, and the computer got boot. At the first try, it got chainloading error, but at second try, it worked! Thanks!

      posted in Windows Problems
      ***Redbob*
      ***Redbob
    • 1 / 1