• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. reub_rester
    3. Topics
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 8
    • Posts 32
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by reub_rester

    • R

      Solus Linux

      General
      • • • reub_rester
      8
      0
      Votes
      8
      Posts
      1.6k
      Views

      R

      @wayne-workman Nothing is wrong with Debian. I use UbuntuStudio16.04 as my FOG server OS at my work. I was just asking the question to see if it would work for my home setup.

      Thanks,
      Reuben

    • R

      Joining imaged computers to Domain from Standalone FOG Install.

      General
      • • • reub_rester
      4
      0
      Votes
      4
      Posts
      1.2k
      Views

      Wayne WorkmanW

      @reub_rester Depends on what is acting as a DNS server.

      I doubt your fog server is acting as a DNS server, because if it was you would know about it.

      You need to create an A record on whatever is doing DNS for your environment.

    • R

      Unsolved Trying to Image a Dell Venue Pro 11 (5130) x64.

      General
      • • • reub_rester
      9
      0
      Votes
      9
      Posts
      4.8k
      Views

      A

      @reub_rester Please take a look at this thread: https://forums.fogproject.org/topic/5732/dell-venue-8-pro-imaging-emmc and give it a shot.

    • R

      Cannot deploy Windows 7 image to Dell Latitude E5420.

      FOG Problems
      • • • reub_rester
      18
      0
      Votes
      18
      Posts
      5.3k
      Views

      Tom ElliottT

      I’m about to run back to the future or forward to the past

    • R

      Where to place init.xz and init_32.xz

      General
      • • • reub_rester
      6
      0
      Votes
      6
      Posts
      2.3k
      Views

      R

      On my current Fog server, Ubuntu 12.04 and Fog 1.2.0, I updated the bzImage files and saw that there are downloads for the the init files as well. Are we supposed to update the init files? If so, how? If not, why is there an option to download them?

      Thanks,
      Reub

    • R

      Error when trying to download image

      Tutorials
      • • • reub_rester
      9
      0
      Votes
      9
      Posts
      3.5k
      Views

      R

      To resolve my problem I had to uninstall and re-install FOG.

      I know that adding a user account and using it for FOG shouldn’t of caused this problem. Could running two different download task cause this problem?

    • R

      How to modify PXE boot menu in FOG 1.2.0

      Tutorials
      • • • reub_rester
      4
      0
      Votes
      4
      Posts
      4.3k
      Views

      R

      This might help you. [url]http://fogproject.org/forum/threads/ipxe-advanced-menu-or-memdisk-problem.10544/[/url]

    • R

      Latitude E5440 Win7 image issues

      FOG Problems
      • • • reub_rester
      7
      0
      Votes
      7
      Posts
      2.9k
      Views

      R

      When you Create A New Image within the Image Management, set image type to Multiple Partition Image - Single Disk (Not Resizable). This is my unattend.xml for Windows 7 Professional x86 and it does work with Dell Factory partition setup. What I did is registered the computer with the FOG server, booted the Dell factory install in win7, installed all the software I needed, put the unattend.xml in the C:\windows\system32\sysprep folder, syspreped, and started the image upload process.

      <?xml version=“1.0” encoding=“utf-8”?>
      <unattend xmlns=“urn:schemas-microsoft-com:unattend”>
      <settings pass=“windowsPE”>
      <component name=“Microsoft-Windows-Setup” processorArchitecture=“x86” publicKeyToken=“31bf3856ad364e35” language=“neutral” versionScope=“nonSxS” xmlns:wcm=“[url]http://schemas.microsoft.com/WMIConfig/2002/State[/url]” xmlns:xsi=“[url]http://www.w3.org/2001/XMLSchema-instance[/url]”>
      <EnableFirewall>false</EnableFirewall>
      <EnableNetwork>true</EnableNetwork>
      <UseConfigurationSet>true</UseConfigurationSet>
      </component>
      </settings>
      <settings pass=“generalize”>
      <component name=“Microsoft-Windows-Security-SPP” processorArchitecture=“x86” publicKeyToken=“31bf3856ad364e35” language=“neutral” versionScope=“nonSxS” xmlns:wcm=“[url]http://schemas.microsoft.com/WMIConfig/2002/State[/url]” xmlns:xsi=“[url]http://www.w3.org/2001/XMLSchema-instance[/url]”>
      <SkipRearm>1</SkipRearm>
      </component>
      <component name=“Microsoft-Windows-PnpSysprep” processorArchitecture=“x86” publicKeyToken=“31bf3856ad364e35” language=“neutral” versionScope=“nonSxS” xmlns:wcm=“[url]http://schemas.microsoft.com/WMIConfig/2002/State[/url]” xmlns:xsi=“[url]http://www.w3.org/2001/XMLSchema-instance[/url]”>
      <PersistAllDeviceInstalls>true</PersistAllDeviceInstalls>
      </component>
      </settings>
      <settings pass=“specialize”>
      <component name=“Microsoft-Windows-Deployment” processorArchitecture=“x86” publicKeyToken=“31bf3856ad364e35” language=“neutral” versionScope=“nonSxS” xmlns:wcm=“[url]http://schemas.microsoft.com/WMIConfig/2002/State[/url]” xmlns:xsi=“[url]http://www.w3.org/2001/XMLSchema-instance[/url]”>
      <ExtendOSPartition>
      <Extend>true</Extend>
      </ExtendOSPartition>
      </component>
      <component name=“Microsoft-Windows-Security-SPP-UX” processorArchitecture=“x86” publicKeyToken=“31bf3856ad364e35” language=“neutral” versionScope=“nonSxS” xmlns:wcm=“[url]http://schemas.microsoft.com/WMIConfig/2002/State[/url]” xmlns:xsi=“[url]http://www.w3.org/2001/XMLSchema-instance[/url]”>
      <SkipAutoActivation>true</SkipAutoActivation>
      </component>
      <component name=“Microsoft-Windows-Shell-Setup” processorArchitecture=“x86” publicKeyToken=“31bf3856ad364e35” language=“neutral” versionScope=“nonSxS” xmlns:wcm=“[url]http://schemas.microsoft.com/WMIConfig/2002/State[/url]” xmlns:xsi=“[url]http://www.w3.org/2001/XMLSchema-instance[/url]”>
      <ComputerName>Computer Name</ComputerName>
      <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>
      <ShowWindowsLive>false</ShowWindowsLive>
      <TimeZone>(GMT-06:00) Central Time (US and Canada)</TimeZone>
      </component>
      </settings>
      <settings pass=“oobeSystem”>
      <component name=“Microsoft-Windows-International-Core” processorArchitecture=“x86” publicKeyToken=“31bf3856ad364e35” language=“neutral” versionScope=“nonSxS” xmlns:wcm=“[url]http://schemas.microsoft.com/WMIConfig/2002/State[/url]” xmlns:xsi=“[url]http://www.w3.org/2001/XMLSchema-instance[/url]”>
      <InputLocale>en-us</InputLocale>
      <SystemLocale>en-us</SystemLocale>
      <UILanguage>en-us</UILanguage>
      <UILanguageFallback>en-us</UILanguageFallback>
      <UserLocale>en-us</UserLocale>
      </component>
      <component name=“Microsoft-Windows-Shell-Setup” processorArchitecture=“x86” publicKeyToken=“31bf3856ad364e35” language=“neutral” versionScope=“nonSxS” xmlns:wcm=“[url]http://schemas.microsoft.com/WMIConfig/2002/State[/url]” xmlns:xsi=“[url]http://www.w3.org/2001/XMLSchema-instance[/url]”>
      <OOBE>
      <HideEULAPage>true</HideEULAPage>
      <NetworkLocation>Work</NetworkLocation>
      <ProtectYourPC>3</ProtectYourPC>
      <SkipMachineOOBE>true</SkipMachineOOBE>
      <SkipUserOOBE>true</SkipUserOOBE>
      <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
      </OOBE>
      <TimeZone>(GMT-06:00) Central Time (US and Canada)</TimeZone>
      <ShowWindowsLive>false</ShowWindowsLive>
      </component>
      </settings>
      <cpi:OfflineImage cpi:source=“catalog:c:/images/install_windows 7 professional.clg” xmlns:cpi=“urn:schemas-microsoft-com:cpi” />
      </unattend>

    • 1 / 1