• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Tom S
    3. Best
    T
    • Profile
    • Following 0
    • Followers 1
    • Topics 0
    • Posts 42
    • Best 12
    • Controversial 0
    • Groups 1

    Best posts made by Tom S

    • RE: Endless windows key activation burning OEM keys

      I guess I am going to throw out some things about licensing with MAK keys and activating with SLMGR

      First MAK keys:
      Multiple Activation Keys are kind of funny. The hardest thing to wrap your head around is the amount of times you can Activate the key. In general you get to activate 4 times for every license you buy. I am sure you are saying WTF are you talking about… “I bought 100 license and got a MAK key. Are you telling me I can activate 400 licenses”? No that is not what I mean. The MAK key will let you activate a total of 400 times for the 100 licenses you bought in a year. So if you imaged 100 computers 4 times in a month and tried to activate one more computer you would get an error like “The MAK key has exceeded…” at which point you would call MS VL Services to have them reset your counter.

      Good that mombo jumbo is out of the way 😉
      Issues with activating a MAK key in an image:
      Lets say you made a base image with a different key than your MAK key. Created the image and deployed it. Then you have fog activate using the MAK key. It will activate however on next reboot it is not Genuine. Again WTF!! This is because When a key is already installed and you use a new key with slmgr.vbs (slmgr.vbs /ipk xxxxx-xxxxxx-xxxxxx etc) it will install and activate it if you ask it to. However it will get erased on shutdown, because the old key was never removed. So in general you need to uninstall the old key then install the new one before activation. So:
      slmgr.vbs /upk
      slmgr.vbs /ipk xxxxx-xxxxx…
      slmgr.vbs /ato

      This in a simple batch script will take care of your issue make a simple snapin!
      An interesting factoid. When you install a MAK key on a machine and use a product key extraction software. The machine will have a unique key that is not the MAK key. You can activate this key as many times as you wish for that particular machine. Just found that kinda neat.

      Final word of advice. If you are managing licenses on 50+ machines and have a MAK key for them…use a KMS server. super easy to install and it will never talk back to MS. It is kind of an honor system with them. You can activate however many machines you want with them and it will always activate them. Obviously there are some restrictions like the machine will have to check in once 180 days to reactivate to your kms sever and you must activate 25+ machine before the server will actually work. Again the server is super easy to setup!!

      I have over 5000 windows computers to activate and license and I have a KMS server that activates all versions of Windows: Vista-10 and Server 2008 - 2012, and Office too. I just install the kms key on the client before I make the image and they auto activate the key once they finish imaging.

      Sorry for the long post but thought some clarification was needed!

      T

      posted in Bug Reports
      T
      Tom S
    • RE: imaging using a macbook pro

      yes I do it all the time! The trick will be getting the devices to boot into fog. You can download an ipxe iso and boot off a usb cd, or use unetbootin to put the iso on to a usb drive and boot from there. I am in the midst of finalizing the FOG Service for MAC. it installs a efi and windows partition that boots off the network. I have been imaging 1500+ macs a year with fog. It works very well.

      posted in General
      T
      Tom S
    • RE: Dell Optiplex 390's hang after Fog menu (Whats the final answer on this?)

      I have also had this issue with some Dell computers, my fix was to update bios. If my bios is upto date I have not had any other issues. I am not saying that this is the case but we use a multitude of device type and anytime I see this issue, I update the bios and it seems to resolve the issue.

      posted in Hardware Compatibility
      T
      Tom S
    • RE: Upgraded from 1.2.0 to Trunk, broke FOG

      Yes that may be a bug or something Tom E needs to look into. When you use $ it stands for a variable so when it was supplied in the fogsettings file, $2 represented the variable 2 which was probably null and that is why it was truncated. The password for the db is stored in more than one place in FOG. Try {your webroot}/fog/lib/fog/config.php. This is where the installer writes it for use by PHP.

      As with anytime in upgrading/updating you should make a backup of your sql files so that in case of an emergency you can always revert to where you had left. If you have not done so, please do.

      So check that config file and make sure it is correct, and try and run the installer script again without using the password with the $ in it. That does make for a secure password, but can make for some other headaches down the road.

      posted in Bug Reports
      T
      Tom S
    • RE: Fog 1.2 deploy/download task finishes without actually imaging on Dell 790s HELP?

      I have also had this issue with imaging. This may not be the case but if you upload a non resizable image and the destination drive is at all smaller than the one you uploaded from, you will get this error. Often times without any error that is visible. Partclone will spit out an error that lasts less than 1 second. Often times we receive refurbished devices with varying hardware, i.e. different size drives. When imaging 7 with FOG prior to 1.2.0 we had to do single disk multiple partitions. Now to circumvent the hard drive size issues we use single disk resizable and choose to upload everything. Again this is an old thread but saw it on the boards and thought I would offer my 2 cents

      posted in FOG Problems
      T
      Tom S
    • RE: FOG 2.0 - Persistent Group Settings

      The current Group Settings in FOG to do not directly update a host. Rather when a host asks for things like printers or etc, the server combines the groups and host settings together and passes to the host. The host will always take priority over group so that if a group has a default printer and a host another. The host default printer wins

      -T

      posted in Feature Request
      T
      Tom S
    • RE: FOG client on Mac OS X

      Well this is indeed a bit odd. If running the launchctl commands start and stop the service, the service should start on its own based on your plist. Essentially this is what happens when the mac boots and hands off the thread to launchd. So hmmmmm. Permissions??? Perhaps!!

      Please run:

      ls -la /Library/LaunchDaemons/org.freeghost.daemon.plist
      

      and

      ls -la /opt/fog-service
      

      This will verify permissions.

      Also, in security under System Preferences, try allowing apps from anywhere. This is obviously not a fix but certainly could help resolve a possible issue.

      Please post your results

      Thanks,
      -T

      posted in Mac Problems
      T
      Tom S
    • RE: Fog SQL Password

      I would check out /opt/fog/.fogsettings
      The file is hidden so you will need to show hidden files ctrl+h
      Checking my settings I do not see a fog user as a local db user. it will use root by default or a user that you specified during install

      Hope that helps

      posted in FOG Problems
      T
      Tom S
    • RE: Cannot Boot Macbook 7,1 from PXE

      LOL, Apple and its proprietary way of doing things. Simple explanation, netboot is not pxe boot. OS X is very picky about netboot. The efi iPxe file first must be named boot.efi as well as match the architecture of the machine that is booting (for you thats 64 bit) secondly not all ethernet or wifi adapters will be visible to iPxe after handoff. DHCP must point to that file as well as the boot file also.

      I have lots of experience with imaging Macs with FOG. We do about 1500 or more a year.

      Basically you have a few options but I will line out what we do. When I create an image, on the “master” machine I create the smallest partition possible. In that partition I add the folders:
      /System/Library/CoreServices/

      After that I add the 64 or 32 bit ipxe file naming it boot.efi. Again for you thats a 64 bit file

      Now on reboot, hold down option and select that partition. If it is able to find your nics and boot to FOG then you are in good shape!!. If it works copy the partition you just created to a usb disk. Now use that to boot your machines. Realize that you can simply select the usb disk in the boot manager and once iPxe loads up pull it out, and use it on another machine (if you are doing multiple machines). Because of limitations in iPxe do not expect a pretty FOG Menu. No background picture and such.

      If your nics are not visible to the efi iPXE then you will need to use the undionly.kpxe file. That is a lot more tricky!! But if needed I will explain to you!

      I hope this helps a little

      -T

      posted in Mac Problems
      T
      Tom S
    • RE: XenServer - Fog VM Poor Upload Speeds

      @Wayne-Workman
      Agreed, currently I am running on VM with dual quad xeon core running as fast as a vm most likely can. I am currently running uploads of about 3-5 GBmin and downloads of about 6gbmin. This is running across our WAN of fibre back bone and true gigabit switches. I mean downloading Windows 7 image in 7 minutes. I have not experienced anything faster even with very expensive commercial products.

      And correct me if I am wrong but quit some time ago the compression switched to the client side of things meaning, the server is not going to be the bottle neck but more the client processing the compression/decompression. So you can have a very fast server but if the client is running an economy processor then thing may become a bit slower.

      posted in FOG Problems
      T
      Tom S
    • RE: Cannot Boot Macbook 7,1 from PXE

      I did create an app that should do it however it is not 100%
      Mac Boot

      Use at your own risk as it creates a hybrid MBR on machine electing to use the bios version of the software. Basically do not use on production machine until it has been verified by you.

      -T

      posted in Mac Problems
      T
      Tom S
    • RE: Could not start download: Operation not supported (http://ipxe.org/3c092003)

      Are you using Cisco switches?

      posted in FOG Problems
      T
      Tom S
    • 1 / 1