• Log Files Boot Operation

    6
    0 Votes
    6 Posts
    3k Views
    S

    @ZINGARO1972 Sure you can move files around in /tftpboot. That’s one way of doing it. Or you can use symbolic links. Or change the filename in your DHCP configuration. Moving files or using symbolic links you might overwrite files if you don’t pay full attention. So I’d prefer to change DHCP config.

    I guess you installed FOG with DHCP. Then edit /etc/dhcp/dhcpd.conf and simply change the filename there. After saving the file you only need to restart the DHCP service: service isc-dhcp-server restart

  • HP Servers missing bnx2x-e1-7.8.19.0.fw

    2
    0 Votes
    2 Posts
    931 Views
    S

    Do I get this right, you are trying to boot your HP server as a client via PXE to be cloned?
    Do you see any error messages when trying to boot via PXE? Without that we won’t be able to help.

    Seams like others have achieved booting from a Broadcom NetXtreme II NIC https://forums.fogproject.org/topic/3949/ipxe-problems-with-broadcom-netxtreme-ii

  • How to PXE boot a virtualbox or QEMU/KVM box ?

    Solved
    12
    0 Votes
    12 Posts
    17k Views
    S

    Marking this solved as I have done extended testing on virtualbox 5.0.0 and cannot find an issue, see here: https://forums.fogproject.org/topic/5884/client-boot-error-msg-error-0x040ee119

    Please let us know if you cannot get it to work this way.

  • FOG enters the root path while starting to load an image

    Solved
    9
    0 Votes
    9 Posts
    4k Views
    Wayne WorkmanW

    @gooroox said:

    @Wayne-Workman
    I have the same issue now with only one of 12 Lenovo Laptops. After typing “fog” the database was updated “Updating Computer Database Status!”. This update is not helping. What could I do?

    Try deleting that one laptop from your DB via the web interface, and then try to re-register it. Also make sure there are not pending tasks for this laptop - and that it has both the wired NIC present in the DB after registration.
    If you’re getting a particular error, please take a photograph of it and post it here so we can see.

    What version of FOG are you using?

  • Black screen after deployment

    Solved
    24
    0 Votes
    24 Posts
    14k Views
    Tom ElliottT

    Another potential fix would be to try svn/trunk/dev as I believe the mbr is downloaded up to the first two megs of hdd. I don’t know if it will work but from what I’ve heard it seems to do the trick.

  • Lenovo M93P workstation

    2
    0 Votes
    2 Posts
    979 Views
    Tom ElliottT

    What is the problem? My best guess for now is the issue is dealing with nic startup?

  • 0 Votes
    7 Posts
    7k Views
    Tom ElliottT

    Think of it this way.

    It’s like trying to fit a quarter through a dime sized hole.

    There are ways you can force the quarter through, but most times it’s simply just not going to happen.

  • Dell Optiplex 755 (small form) Windows 7 Pro

    Solved
    11
    0 Votes
    11 Posts
    5k Views
    Wayne WorkmanW

    @RileyG said:

    @Wayne-Workman Can you install FOG directly from the TRUNK install? If so, I think I will start from that next time.

    Yes, however, if you want to keep your host data and image data and other custom settings, you need to install 1.2.0 and then import your data, then move to trunk.

    But, it might be best to start fresh.

    Also, if you comment out the port=0 line in the dnsmasq config, it’s highly likely that you can have internet and fog at the same time.

  • Dell Lattiude E6540

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    T

    @cml Well Shoot! that did it. I’m sorry I should have tried a different computer first. It’s early on a Monday here in Michigan and my brain is still mush after the weekend. Thanks again…I feel dumb lol

  • Dell Optiplex 390's hang after Fog menu (Whats the final answer on this?)

    Solved
    6
    0 Votes
    6 Posts
    3k Views
    L

    @Wayne-Workman said:

    Do you have this area in 1.2.0 ?
    FOG Configuration -> iPXE Boot Menu -> Exit to Hard Drive Type

    If so, play around with that setting. Not every type is supported by every machine. The default is normally Sanboot style.

    Actually, that was a good recommendation, when I changed it in the FOG admin/config http interface. Helped for some for sure! Thx

  • R51 and Samsung E252 - Unable to deploy/upload from older computers

    Solved
    9
    0 Votes
    9 Posts
    4k Views
    Wayne WorkmanW

    I would say specify an older kernel for those models. Try kernels earlier than 3.18 and see what you find.

    For now, just using the kernel update feature is fine, but once you find some that work, you can make copies and specify the kernel for those particular hosts inside their general menu.

  • Realtek 8153 USB Network Adapter

    Solved
    29
    0 Votes
    29 Posts
    22k Views
    R

    For what it’s worth, if it’s stuck on the black screen + “ipxe initialising devices”, undionly.kkpxe works. Our HP 4520s have the Realtek NICs which have this issue.

    x-post here: https://forums.fogproject.org/topic/2807/ipxe-boot-issue-with-realtek-rtl8153/18

  • "Dell Precision R5400" hangs in boot menu

    Solved
    8
    0 Votes
    8 Posts
    5k Views
    Wayne WorkmanW

    @Frode-Woldsund It’s not a big deal. People come here for help / advice / to tell others things…

    and the people that hang here are willing to give help and listen lol.

  • Multicast to 10 PC creates two upd-sender processes

    Solved
    7
    0 Votes
    7 Posts
    3k Views
    Wayne WorkmanW

    @Tom-Elliott said:

    @brizio Can you clear the multicastSessions, multicastSessionsAssoc, and tasks tables?

    The tasks I only want you to clear the multicast jobs.

    A mysql statement to do these things would be:

    TRUNCATE TABLE multicastSessions; TRUNCATE TABLE multicastSessionsAssoc; DELETE FROM tasks WHERE taskTypeID=8;

    My guess, from an earlier revision, a multicast session didn’t clear properly. Because of the non-clearing, a few hosts linked to the wrong Job and the others, who had no prior setting stored in the DB, created their own session.

    Again, this is just a guess, as I really don’t know what actually caused this to happen.

    I’m working on a “Troubleshoot Multicast” article that has commands more friendly to Red-Hat based distros… aparently the truncate commands don’t work in Fedora 22… so… Here you go:

    https://wiki.fogproject.org/wiki/index.php/Troubleshoot_Downloading_-_Multicast

  • Unable to Successfully PXE Boot to a FOG Menu on a Microsoft Surface Pro 3

    Solved
    10
    0 Votes
    10 Posts
    11k Views
    C

    @Wayne - I just tested out using snp.efi and that solution seems to have worked! I am uploading an image of our surface pro 3 as I write this.

  • WorkingDevices

    44
    0 Votes
    44 Posts
    28k Views
    T

    With an option that we can active or not, like bitcoin mining

  • VMware vSphere - IDE HDD, Image Store

    5
    0 Votes
    5 Posts
    3k Views
    Wayne WorkmanW

    @no1bossman

    That’s quite the old article, last updated in 2012 (things move fast around here).

    Where it talks about IDE, it’s referring to hosts. Hosts being what you would build your image on, and upload from.

    Some people really like building their images inside of a virtualized environment… I don’t get it, really. You can’t see how the image is performing on the actual hardware that it’s going on… You can’t ensure the boot time and log-in time are acceptable. You can’t ensure your drivers WILL work when you NEED to image. And de-fragmenting within a virtual host is questionable… And what about the FOG Client Service timing? That’s a big issue with the legacy client…

    Maintaining an image per each model of computer you maintain is the absolute best way to ensure a flawless deployment - without bloating your image with a ton of software and drivers that it doesn’t need…

    Personally, I’ll never create images on a virtual host if I can help it.

  • Boot from SAN device failed

    Solved
    33
    0 Votes
    33 Posts
    27k Views
    Wayne WorkmanW

    Try to turn off secure boot.

  • HP Proliant Service pack (SPP) Need Firmware

    3
    0 Votes
    3 Posts
    2k Views
    ch3iC

    @Bill-Rice Hi, SPP and Smart Boot iso are on torrent or direct download : duckduckgo, or yahoo, or google , or other…

  • Lenovo 9964 - worked before, not now.

    Solved
    6

211

Online

12.3k

Users

17.4k

Topics

155.9k

Posts