• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. SSH-Jon
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 4
    • Best 0
    • Controversial 0
    • Groups 0

    SSH-Jon

    @SSH-Jon

    0
    Reputation
    91
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    SSH-Jon Unfollow Follow

    Latest posts made by SSH-Jon

    • RE: PostdownloadFile Copy: Folders but no files?

      @george1421 Unless I’m missing a setting: Gen 2 Hyper-V VMs do not have a CSM, and so cannot boot any OS prior to Windows 8. However, I can confirm that even when built and captured exclusively from a virtual machine I am seeing the exact same behavior (I gave up and assumed I would have to use BIOS for Win 7 machines)!

      How can I be the only person experiencing this? I’m going to upgrade my FOG instance and see if that makes a difference, but I can’t imagine it would - or why…

      posted in Windows Problems
      S
      SSH-Jon
    • RE: PostdownloadFile Copy: Folders but no files?

      @george1421 I had thought it might be permissions as well, so set user and group ownership to the fog user, and permissions to 777, and I still got the same results. Edit: also worth pointing out is that the files are being copied (verified by an “ls /ntfs/Drivers -r” and a debug pause in the script), Windows 7 just cannot interact with or see them.

      I tried with both cp and rsync, and the results are identical. Google is not lending me much useful help, though a lot of people that dual-boot have seen the issue (the completely useless solution recommended for dual-booting is to use an FAT32 partition).

      I did just think of a minor difference between the Windows 7 and Windows 10 images: for deploying Windows 7 to capture I create the partition structure manually using the latest version of diskpart, rather having Windows Setup build it. (This is because I build the image in a Hyper-V VM, but want to deploy it via UEFI, so I capture it as a WIM and re-deploy it on a UEFI compatible machine for capture.) It’s still the same structure, I just do it via diskpart.

      I wish FOG could deploy a WIM… This would be so super easy, lol.

      Aaaactually random side-note question: can I have FOG perform an action that I defined (via iPXE menu entry) on a host without user interaction? If so, I’ll have a super useful guide for some people…

      posted in Windows Problems
      S
      SSH-Jon
    • RE: PostdownloadFile Copy: Folders but no files?

      I have already verified that the the appropriate partition is being mounted, and that the files do exist in FOS. For some reason only the folder structure is visible in Windows 7 - but none of the files themselves are present.

      Windows 10 does not have this problem, I just can’t get Windows 10 to use the drivers…

      So, to be clear, in Windows 7 what I see on the C:\ drive after deployment has finished is the folder “C:\Drivers” and in it is (for example) “C:\Drivers\ThinkCentre M710q”, and within that folder are all folders for the various devices. There are no files, only folders.

      posted in Windows Problems
      S
      SSH-Jon
    • PostdownloadFile Copy: Folders but no files?

      Hello all,

      I am attempting to get automated driver injection working, and have based my setup off this guide. I’ve got it partially working, however, I am having an issue with my Windows 7 images where the files are copied to the partition by FOS, but Windows is only able to see the folder, and none of the files are visible within. I am not able to see them by modifying permissions or anything, they are just not visible - I am confidant the files copy, as my Windows 10 image does not have this problem (now I just need to build an answer file…), and I modified the script to have more verbose output and was able to verify. Any help would be greatly appreciated! Thanks in advanced.

      posted in Windows Problems
      S
      SSH-Jon