• AcerTravel Mate P214-52

    12
    0 Votes
    12 Posts
    2k Views
    george1421G

    @fog_client Hello, its good to know these devices have that raid mode switch. Good job finding it in the bios. If you only have one drive in these computers you can leave it in ahci mode and be happy. Windows will not see any performance loss in this mode.

  • Vmware pxe boot crash

    7
    0 Votes
    7 Posts
    1k Views
    S

    @kkthnxbb Thanks for posting the video. Looks like the crash happens exactly at the point where iPXE hands over to the Linux kernel. I stepped through the video and saw it showing ok for both bzImage and init.xz. While it could be a problem with the Linux kernel as well I would expect the issue to be in iPXE.

    Do I get this right, migrating the VM from ESXi 6.5.0 to ESXi 6.7.0 fixes the issue for you?

    Let’s try to go back to an earlier iPXE version. Which version of FOG did you use before 1.5.9? You can download older iPXE binaries on github using this URL: https://github.com/FOGProject/fogproject/tree/1.5.8/packages/tftp (just put in whichever version you had before, 1.5.8 or 1.5.7 or …). You don’t need to download all the binaries. Just grab ipxe.efi and put that into /tftpboot/ directory on your FOG server. Then boot up the VM again.

    You might want to pay attention to the iPXE version string printed when it starts just to make sure the switch of the binary actually worked.

  • Dell Optiplex 7080

    4
    0 Votes
    4 Posts
    1k Views
    george1421G

    @Chris-Whiteley The default for a current install of FOG is still 4.19.x series because that is the last / latest LTS version of the linux kernel. When the kernel developers release the next LTS version of the linux kernel (supposedly to be 5.10.x) then the FOG Developers will make that standard.

  • Dell Precision 3551

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    J

    This worked for me on a 3550 as well.
    Thanks!

  • Dell 5080 won't image

    Solved
    8
    0 Votes
    8 Posts
    2k Views
    J

    @george1421 Thanks for the help and quick responses!

    I’m not sure how to mark a question as solved if I’m able to.

  • Acer Aspire A515-55 Connection Timed Out

    5
    0 Votes
    5 Posts
    959 Views
    S

    @dtkeith002 said in Acer Aspire A515-55 Connection Timed Out:

    Does FOG offer the ability to listen on multiple interfaces / ips at the same time? I haven’t dug into the config files to see. If so I can try a direct bridge to the server VM and bypass the network completely.

    Don’t think it’s worth going down that route. Testing on the same switch as the server should be enough to rule out most of the network related stuff.

    From the picture we see that it seems to be able to fully download the kernel (bzImage) file but times out on the initrd (init.xz). I would setup a mirror port on the switch and capture traffic on both ends - client port (using a notebook with Wireshark on the mirror port) and directly on the FOG server (e.g. using tcpdump). Use capture filters to restrict traffic to a particular MAC address (ether host aa:bb:cc:11:22:33). Please upload the PCAPs to a file share and post links here.

    If that doesn’t give us enough insights we might compile debug enabled iPXE binaries to analyze the TCP traffic - though this will a tough job!

    Have you tried using ipxe.efi yet?

  • Kernel Update DELL Precision 7750

    2
    0 Votes
    2 Posts
    425 Views
    george1421G

    For these new hardware you need to use the 5.6.18 kernel found under the kernels update menu in the FOG Configuration or you can upgrade by hand using the kernel link https://fogproject.org/kernels/ I would always use an official kernel instead of any one off link you might find.

  • Cannot boot from hard disk

    Moved
    9
    0 Votes
    9 Posts
    1k Views
    george1421G

    @acsand0199 If you have issues post back and I’ll see if I can give you a direction to look in.

  • Dell 7000 series laptops pxe booting

    42
    0 Votes
    42 Posts
    15k Views
    george1421G

    @MikeBC I agree. In our imaging lab we are only using wd15 docks the wd19 even after the dock firmware upgrade were just to unreliable reporting to the firmware as pxe compliant. So in the end we moved the wd19 docks to the user’s desk and acquired their wd15 docks for the imaging labs.

  • OptiPlex 7480 AIO - "Kernal is most probably missing the correct driver"

    Solved
    4
    0 Votes
    4 Posts
    697 Views
    Goll420G

    This also worked for me, but with a Dynabook A40 laptop.

    Thank you.

  • Maj bzimage

    34
    0 Votes
    34 Posts
    9k Views
    S

    @jps While you can go with just updating kernel and init files with some manual adjustments in the config I am wondering if a proper upgrade to 1.5.9 would be the better choice in your case. We fixed hunderds of bugs since then.

    Why so you still use such an old version?

  • 0 Votes
    29 Posts
    8k Views
    N

    @Sebastian-Roth To my memory we replaced kernels (both 32 & 64 bit), init’s/bzimage (expanded to more and more files etc during troubleshooting to try to find the culprit) none helped other than upgrading to 1.5.8. I assume it’s something Dell specific with some weird OEM magic that messes up something somehow somewhere… 😉

  • Lenovo M73 network fails on FOG OS boot

    8
    0 Votes
    8 Posts
    1k Views
    3

    Thanks, @george1421. I haven’t worked out the DHCP problem yet, though - I just need to walk away from it for a while. I’m stumped.

  • Dell Latitude 3510 cannot find disk

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    E

    @george1421 That was it! I figured it was a setting but couldn’t find it. Thanks!

  • Gigabyte board not booting to hard disk

    11
    0 Votes
    11 Posts
    2k Views
    george1421G

    @FuriousGamer065 First let me say I’m asking because I don’t know.

    Does NVMe disks work in bios mode?

    For SANBOOT you have to remember that is a bios only boot loader (built into iPXE). It references disks by their bios ordinal position.

    For example with FOG it issues this command when you pick SANBOOT. sanboot --no-describe --drive 0x80 In bios syntax drive 0x80 is the first hard drive 0x81 is the second hard drive and so on. Since you have 3 drives 0x82 is the last bios referenced drive. Its possible because of the bios order 0x80 may not be your NVMe drive but a sata drive (I don’t know) but that will explain why SANBOOT is not working for you.

    So you might ask how can well tell. Good question…

    I think what I would do is create 2 new iPXE menus for testing.

    The concept is based in this tutorial: https://forums.fogproject.org/topic/10944/using-fog-to-pxe-boot-into-your-favorite-installer-images

    But we are going to make a twist on this.

    Make two new iPXE menus:
    Menu Item: os.Sanboot.D2
    Description: Sanboot Drive 2
    Parameters:
    sanboot --no-describe --drive 0x81 || goto MENU
    Menu Show with: All Hosts

    Menu Item: os.Sanboot.D3
    Description: Sanboot Drive 3
    Parameters:
    sanboot --no-describe --drive 0x82 || goto MENU
    Menu Show with: All Hosts

    Now boot into the iPXE menu and see if either of the new sanboot menus work. It will be interesting to know if one of the alternate menus work correctly.

  • Proliant ML110G7

    26
    0 Votes
    26 Posts
    6k Views
    NTexN

    @george1421

    Awesome!

    BTW, little off-topic do you know why I had issues initially to upload on forum?
    Was due to the fact fresh user account and low reputation?

    Now I tested seems fine.

  • iPXE error when booting client

    3
    0 Votes
    3 Posts
    679 Views
    S

    @BrentC Beyond George’s good advice you could also start thinking about moving your setup towards UEFI. I am not saying this will work no problem but it’s worth a try.

    Change your firmware to UEFI and set the DHCP to hand out ipxe.efi file for UEFI platforms and see If you get to the FOG menu.

  • How Can I Install Windows 7 on HP EliteDesk 800 G4 WKS TWR

    2
    0 Votes
    2 Posts
    223 Views
    S

    @ABCD What does this have to do with FOG?

  • Kernel is missing the correct driver

    15
    0 Votes
    15 Posts
    4k Views
    N

    @george1421 So now it finaly Works ! I am so Thankfull 🙂
    I am now running some Deploys and Captures as a Test but so far it has the 5.6.18 Kernel and gets no Nic errors.

    Just as an fyi the -o in your Command should be a Captial -O otherwise it creats just a .txt file and runs in an Format error at pxe boot.

    But Again Thank you for the Support 🙂

  • 0 Votes
    7 Posts
    999 Views
    M

    Windows 10 captured from other host same model with fog and manual also windows 10 with bootable USB

102

Online

12.2k

Users

17.4k

Topics

155.6k

Posts