• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Fimlore
    3. Posts
    F
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 21
    • Best 1
    • Controversial 0
    • Groups 0

    Posts made by Fimlore

    • RE: Lenovo laptop - iPXE unable to configure DHCP

      @tom-elliott Thanks for your reply. I will give the snponly a try.
      I wouldnt know where else to ask about iPXE to be honest, as this forum seems to be the most actively using it šŸ™‚ Hence why I hoped other users already had the same experience perhaps

      posted in FOG Problems
      F
      Fimlore
    • RE: Lenovo laptop - iPXE unable to configure DHCP

      I can add a static IP, but this info is also not working, I can’t ping the GW or do a DNS lookup.
      the network works, otherwise the initial DHCP response would not service the WDS menu (that loads ipxe.efi)

      this is my DHCP:

      subnet 192.168.1.0 netmask 255.255.252.0 {
      dynamic-bootp-lease-length 14400;
      authoritative;
      max-lease-time 14400;
      default-lease-time 14400;
      allow unknown-clients;
      next-server 192.168.1.14;
      range 192.168.1.30 192.168.3.200;
      filename ā€œipxe.efiā€;

      posted in FOG Problems
      F
      Fimlore
    • Lenovo laptop - iPXE unable to configure DHCP

      Hello,
      we have a new type of laptop that is unable to configure the network on iPXE: The Lenovo ThinkPad L14

      It get’s to this:

      Waiting for link-up on net0: OK
      Configuring (Net0 <the mac here>) … No configuration methods succeeded

      other devices do not have this issue.
      I’ve created a new server and upgraded all of FOG, replaced the ipxe.efi with the included file (1.20.1+), but that did not solve this issue.

      posted in FOG Problems
      F
      Fimlore
    • RE: Windows 10 - Deployment can't boot

      @Sebastian-Roth hi, yes: they have the same settings, they are all from the same batch (production wise)

      I believe the system partition is the issue. I tried imaging on legacy and uefi, issue doesn’t change.

      Tried to wipe the disks first, also no change.

      Will try the full copy tomorrow, thanks for your suggestion.

      posted in Windows Problems
      F
      Fimlore
    • Windows 10 - Deployment can't boot

      Hi All,

      So I have a Windows 10 golden image that is being cloned (SIngle Disk, Multi Part, no resize and resize) and restored to the same type of clients.
      this is all fine and dandy, the issue is that the devices can’t boot. I receive a BSOD 0xc00000e while booting.

      What I accidentally noticed, was that I CAN boot to Windows when plug in a bootable USB, then boot to Network and cancel that boot.

      I am able to fix the device by running bcdedit C:\Windows /h E: /f BIOS

      any idea how to fix this during the FOG phase? We need to do 300~ devices, so the workaround is not viable…

      (i am using FOG 1.5.4)

      posted in Windows Problems
      F
      Fimlore
    • RE: [Solved] Migrated /images folder

      @Quazz
      I thinks that I fixed the issue somewhere along the way and kept on having a different issue on my debug VM, then when I went to check out that issue, I recognized the fact that I already solved it somewhere… The Physical devices also deploy without issue now;

      I’ll still need to confirm that the exact issue is solved, so i’ll be creating a few images and see if they restore out of the box.

      Thanks again for the quick support, I’ll mark this thread as solved

      edit;
      (…if I knew how… )

      posted in General Problems
      F
      Fimlore
    • RE: [Solved] Migrated /images folder

      @Quazz
      I’m confused.
      Ok, so I tried to perform the command myself, it complains that the disk isn’t big enough;
      so, I expanded the disk of the VM, and suddenly the image Ć­s able to deploy, in both Debug and non-debug VM’s…

      will have to check on the actual devices, since they gave the same issues as the VM

      posted in General Problems
      F
      Fimlore
    • RE: [Solved] Migrated /images folder

      @Fimlore said in Migrated /images folder:

      I’ll try the debug option to see what I can find.

      0_1539942810144_067058c7-caaa-41a7-a1f7-25ac98024492-image.png

      the files are clearly there… what does Exit RC 4 mean?

      posted in General Problems
      F
      Fimlore
    • RE: [Solved] Migrated /images folder

      @Quazz
      0_1539941404976_7a004c27-f1c5-4c1d-8607-96d17a08114c-image.png
      (image is disabled because the team had to finish an order today, so am deploying using the ā€˜cheat’ I described earlier)

      0_1539941497651_6d2ab0ca-eee0-4295-995b-4d51d8d52a98-image.png

      I’ll try the debug option to see what I can find.

      posted in General Problems
      F
      Fimlore
    • RE: [Solved] Migrated /images folder

      @Quazz said in Migrated /images folder:

      @Fimlore Yes, the FOS environment mounts your image location to /images on the client.

      Does the FOSenv have some sort of shell so that I can troubleshoot while the folder is mounted?

      posted in General Problems
      F
      Fimlore
    • RE: [Solved] Migrated /images folder

      @Quazz
      The ā€˜old’ images (which were on the older server) do work. So if I rename the folder of the image that doesn’t work, to one of the folders that do work, the image deploys.

      it appears to me that newly created images do not receive the correct file path; I’ve checked the database / Images table and it doesn’t store that path with the images, as far as I can see. So I tried reconfiguring the StorageNode (defaultMember) by just removing the /FOGImages and adding it again, but to no avail.

      posted in General Problems
      F
      Fimlore
    • RE: [Solved] Migrated /images folder

      @Quazz
      I am facing another issue,
      exported and imported images work without issue, new images give me the error as can be seen in the picture:

      0_1539940107514_639a2d03-2535-47ff-9fab-bb01d0407d7e-image.png

      If I rename the folder to be like one of the working images, than it works like a charm. It’s just that somehow the Image GUI doesnt seem to store the correct location?

      p.s. the Args passed is something that I also see on the working images… it’s a bit confusing but I guess it’s a mount or something?

      posted in General Problems
      F
      Fimlore
    • RE: [Solved] Migrated /images folder

      Thank you, this was indeed the issue.
      I did have to reinstall FOG, I don’t quite know what you meant by

      ā€œIf you let FOG build exports automatically, then just rerun the installer after that change.
      If not, you have to edit /etc/exportsā€

      I had no /etc/exports, so tried reinstaller anyway, problem solved. Thank you!

      posted in General Problems
      F
      Fimlore
    • RE: {fogip}/fogservice/Pre_stage1.php not found

      It is a fresh install, on that part.
      I did mess with settings on the Imaging section (changed the DefaultMember to /images/FOGimages) I did not change the FOG settings

      posted in FOG Problems
      F
      Fimlore
    • RE: [Solved] Migrated /images folder

      The disk is shared with different methods of imageing (WDS, FOG etc) so it’s mainly for clarity.
      this setup worked in the old machine, in fact, the disk was detached from the old machine and attached.
      FOG was already installed at that point however, i’ve overwritten the /images folder with the mounted disk

      posted in General Problems
      F
      Fimlore
    • [Solved] Migrated /images folder

      Hi Fog,

      I’ve migrated an old server to a new one, and attached the drive to the /images mount.

      I then chown-ed all files and folders to fog:root
      i chmod-ded everything to 777.

      The settings of ā€œDefaultMemberā€ are:

      image path: /images/FOGImages
      FTPPath: /images/FOGImages

      the rest is default.

      What else do I need to do in order to fix the catpure stage?, I now receive the following error:

      Failed to create image capture path (PrepareUploadLocation)
      Args Passed: /images/<mac>

      I believe this is wrong, it should be /images/FOGImages/dev/<mac> ?
      where is this set and does it require aditional rights?

      posted in General Problems
      F
      Fimlore
    • {fogip}/fogservice/Pre_stage1.php not found

      Hello!

      I am using FOG 1.5.4 and I’ve noticed when captureing an image, that it doesnt checkin, because /fogservice/pre_stage1.php isn’t found;'which is logical: it’s fog/service/pre_stage1.php…

      I’ve worked around this by creating a symlink in /var/www tot /fog/service, but is this an issue in my installation?

      posted in FOG Problems
      F
      Fimlore
    • RE: FOG - Listen on two NICS

      @Tom-Elliott oh, so basically I create two storage nodes that point towards the same device, I didn’t think about that… Will give it a try tomorrow, thanks!

      posted in FOG Problems
      F
      Fimlore
    • RE: Postdownload Script Drivers

      Also, with notepad++, you can change the formatting from Windows to Linux, to prevent these kind of issues

      posted in FOG Problems
      F
      Fimlore
    • RE: FOG - Listen on two NICS

      @Fimlore

      P.s. The original question was:
      How can I setup Fog to listen on both (or more) NICs in the server? Multicast is (for now) only needed on ETH0, the other ETH connections will mainly be unicast. If it is supported, that’s great; if not than no big deal, as long as one nic can do it.

      I tried to delete the post because I was planning to put it in general, but failed at that šŸ™‚

      posted in FOG Problems
      F
      Fimlore
    • 1 / 1