• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

Troubleshoot Upload / Download

Scheduled Pinned Locked Moved
FOG Problems
2
3
925
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • W
    Wayne Workman
    last edited by Tom Elliott Jun 3, 2015, 4:30 AM Jun 3, 2015, 2:35 AM

    I’ve started work on three new articles.

    Anything anyone can think of to add would be appreciated.

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

    Eventually, I’ll merge those with the older articles about “troubleshooting image push”
    https://wiki.fogproject.org/wiki/index.php/Troubleshooting_an_image_push_to_a_client

    Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
    Daily Clean Installation Results:
    https://fogtesting.fogproject.us/
    FOG Reporting:
    https://fog-external-reporting-results.fogproject.us/

    1 Reply Last reply Reply Quote 0
    • C
      cml Moderator
      last edited by cml Jun 3, 2015, 7:10 AM Jun 3, 2015, 1:09 PM

      I just had to do this last night, but if anything is off/could be done better let me know.

      This is more of a Windows 7/Partclone update of https://wiki.fogproject.org/wiki/index.php/Troubleshooting_an_image_push_to_a_client

      ==================================================================

      This process will wipe out whatever is currently present on the client computer.
      This tutorial was created using SVN 3501 pushing Windows 7 and assumes that your primary disk is /dev/sda.

      In the management portal, start a debug task for the client computer in question. Allow the client to boot and at the bash prompt.
      (Everything below is done within the bash prompt on the client’s console.)
      From your client, mount the remote /images folder on your FOG server onto a local /images folder using nfs:
      mkdir /images (type this on the client’s keyboard, as explained above)
      mount -o nolock x.x.x.x:/images /images (where x.x.x.x is the server ip)
      you may try also mount -t nfs -o nolock x.x.x.x:/images /images

      Copy the master boot record to the first 512 bytes of the local disk.
      cd /images/$ImageFolder ($ImageFolder is the folder of the image you want to push)
      dd if=d1.mbr of=/dev/sda bs=512 count=1

      Update the partition info:
      partprobe

      Use partclone to copy image from FOG server to local partition:
      cat d1p1.img | pigz -d -c | partclone.restore -O /dev/sda1 -N -f -i
      cat d1p2.img | pigz -d -c | partclone.restore -O /dev/sda2 -N -f -i

      Use ntfsresize to expand partition:
      ntfsresize /dev/sda1 -f -b -P
      ntfsresize /dev/sda2 -f -b -P

      1 Reply Last reply Reply Quote 0
      • W
        Wayne Workman
        last edited by Wayne Workman Jun 3, 2015, 8:10 AM Jun 3, 2015, 1:51 PM

        @cml I added it at the bottom under Win7

        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
        Daily Clean Installation Results:
        https://fogtesting.fogproject.us/
        FOG Reporting:
        https://fog-external-reporting-results.fogproject.us/

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        1 / 1
        • First post
          3/3
          Last post

        154

        Online

        12.0k

        Users

        17.3k

        Topics

        155.2k

        Posts
        Copyright © 2012-2024 FOG Project