• Windows 10 20H1 failing to mount C:\ directory

    6
    0 Votes
    6 Posts
    722 Views
    george1421G

    @mperriello ok so you are using the post init script to update the unattend.xml file with the system name? I’m trying to understand where its falling down. In the link I provided you there should be a section of the code that calls.

    ${postdownpath}fog.updateunattend

    That line is commented out in the tutorial. Remove the hashtag from in front of that line and it should update your unattend.xml file. You may need to update the code if your unattend.xml file is not found in the standard location.

  • Full host registration and inventory?

    3
    0 Votes
    3 Posts
    365 Views
    A

    @tesparza You will need to do a Full Host Registration when you do the network boot.

  • Multiple I/O Errors during imaging

    10
    0 Votes
    10 Posts
    955 Views
    S

    @dmcadams Sorry for the late reply but I’ve had too much on my table this week and couldn’t find the time to think through this again.

    Great you tested different kernels and found one working fine. Short answer is, name this kernel binary different to the default Kernel naming theme, e.g. bzImage-4.19.6 or whatever suites you and set this name as Host Kernel in each host’s settings having this issue. Make sure you update the general kernel to the latest via FOG settings again so all your other machines will use the new one.

    The longer answer is: With that new information I don’t think it’s a temperature issue really. Sounds like this kicks in with a certain Kernel version probably because it has some new driver or feature added that is causing this. Often some new features (e.g. NVMe optimization or so) are implemented differently by various vendors. While drives from vendor A might go with it just fine some other vendor uses a different code in its firmware causing a problem in the Linux kernel.

    If you are really keen we can go and test each kernel version one by one to find what’s causing it and possibly find a solution (special kernel parameter or a patch for the code). Though this will need work and time. I can give you many hints and instructions but it’s your call to work on it. Compiling kernel after kernel (very easy to do) and testing each while keeping close track of the results to find it. It really needs determination to stick with it. But you will learn a lot I am sure.

  • Cannot locate image store when deploying

    2
    0 Votes
    2 Posts
    314 Views
    S

    @epatterson Any changes made to the Synology or FOG server configuration? Why should it work in the morning and error out later if nothing was changed?

    Maybe restart first the Synology and test, then the FOG server and test again.

  • Is it possible to change domains with FOG Client installed?

    3
    0 Votes
    3 Posts
    379 Views
    T

    @tom-elliott
    Thank you, will do it that way.

  • Invalid JSON request

    3
    0 Votes
    3 Posts
    549 Views
    Tom ElliottT

    @jim-holcomb Was an upgrade recently done?

  • API task "Image is not valid"

    3
    0 Votes
    3 Posts
    343 Views
    C

    @tom-elliott Ahhh, thank you. Yes, that seemed to be my problem. Can that be sent along with the API request, out of curiosity?

  • 0 Votes
    3 Posts
    621 Views
    S

    @george1421 - Wow I am still amazed at how powerful this gem is! Thanks so much!!

  • UEFI can't PXE boot

    18
    0 Votes
    18 Posts
    6k Views
    george1421G

    @yoshideoeuf said in UEFI can't PXE boot:

    it’s /24 for both

    So do you have a dhcp helper service enabled on the router between .2.x and .3.x subnets?

    Do you have the dhcp option 66 and 67 filled out for both subnets?

  • VMWare Workstation 16 - Some VMs Won't PXE Boot From FOG Server

    18
    0 Votes
    18 Posts
    4k Views
    george1421G

    @thecount1829 Well I don’t see this as a total waste of time. Mainly because you now know more than you did this AM. You also learned how to debug pxe booting issues. Knowing where to look is the key.

    As I tell the youngins I mentor, “If it would have worked the first time, what would you have learned?”. Its all good here. In the end you solved the problem and can keep moving with your project. Well done!!

    issue was with the actual ISO and is now resolved!

    With easy mode vmware must tailor the VM config to match the settings on the install ISO. I have vmware workstation 15 on my office computer I’ll have to see if there is a way to tweak the VM this way.

  • Too Big for the Disk

    5
    0 Votes
    5 Posts
    604 Views
    S

    @ricardomartins For updating to dev-branch you don’t need to reinstall. Just follow theses steps:

    sudo -i git clone https://github.com/FOGproject/fogproject/ cd fogproject git checkout dev-branch cd bin ./installfog.sh
  • Unable to boot properly after Radix SmartRecovery installed

    13
    0 Votes
    13 Posts
    1k Views
    W

    Here is the fix:
    Try every boot file until you find the right one for you.

    This is what I did as I ran out of options and it turned out to be good. Follow this tutorial: https://wiki.fogproject.org/wiki/index.php/Using_FOG_with_an_unmodifiable_DHCP_server/_Using_FOG_with_no_DHCP_server under DNSMASQ settings for iPXE

  • 0 Votes
    4 Posts
    876 Views
    A

    I had a similar problem with DELL laptop GPT partition on M.2 .
    After capture, i could not deploy it on other system/brand with different storage size (smaller that is).
    My fix was :

    resize the C : partion to space usage and reboot. recapture the image deploy the new image on the desired system/brand
    🙂
  • Boot iso from ipxe menu

    12
    0 Votes
    12 Posts
    12k Views
    Wayne WorkmanW

    @willingmost7 That’s just one way. There are lots of ways. This is pretty beyond my skill set. Luckily, @george1421 has done an excellent job producing this tutorial about the topic: https://forums.fogproject.org/topic/10944/using-fog-to-pxe-boot-into-your-favorite-installer-images/8

  • Network boot error when task in queue

    2
    0 Votes
    2 Posts
    179 Views
    Q

    I have done a fresh installation of ubuntu_20.04 and fog_1.5.9 on VirtualBox environment and works fine. Probably it’s a vmware issue or vmware config issue.

  • Reboot Restore RX and FOG Client issues

    6
    0 Votes
    6 Posts
    1k Views
    W

    @tesparza Thanks a ton for your good will to help! Appreciate.

    It’s a paid software. I need it to keep the students from destroying the computers.

    I have found another thread talking about this RRRx software (which does the same so I don’t mind using it instead) and he fixed it by replacing the boot file, he used ipxe.kpxe instead of undionly.kkpxe.

    And here is the proccess I made trying to figure out the problem: https://forums.fogproject.org/topic/15636/unable-to-boot-properly-after-radix-smartrecovery-installed/2?_=1628169887941

  • Fog 1.5.9 webpage stays loading when creating tasks

    4
    0 Votes
    4 Posts
    382 Views
    S

    @tesparza Probably a database maintainace might help. Search the wiki or forums to find the instructions.

  • FOG 1.5.9 + Ubuntu 20.04

    3
    0 Votes
    3 Posts
    541 Views
    george1421G

    @esmatos Well the error is saying that the boot file needed is not found.

    I can say that pfsense does work with fog. You need to make sure you fill out the Network Booting section properly.

    Enabled: Checked
    Next Server: (ip address of fog server)
    Default BIOS: undionly.kpxe
    UEFI 32 bit: i386/ipxe.efi
    UEFI 64 bit: ipxe.efi

    If that doesn’t work then lets grab a pcap of the pxe booting process as long as the FOG server and pxe booting client are on the same subnet you can use the FOG server to capture the pcap: https://forums.fogproject.org/topic/9673/when-dhcp-pxe-booting-process-goes-bad-and-you-have-no-clue

  • PXE Failure virtual box

    2
    0 Votes
    2 Posts
    439 Views
    Tom ElliottT

    @astrugatch if this host isn’t already registered, this can be enabled globally, and likely won’t hurt anything even if it’s forgotten about.

    FOG Configuration Page -> FOG Settings -> KERNEL ARGS add noapic

  • FOG 1.5.9 Install issue on Ubuntu 20.04

    11
    0 Votes
    11 Posts
    2k Views
    Q

    @sebastian-roth

    Solved!!!

    The error was in /etc/default/isc-dhcp-server.
    It was set to eth0 instead of ens18

    I have more problems. I will open new posts if necessary

    Thank you for all!

165

Online

12.3k

Users

17.4k

Topics

155.6k

Posts