Posted on 06-01-2012 08:19 AM
Hi Everyone,
I am trying to create a base image (OS X, Office, AV and AdmitMac)and having some trouble. Here is what I have done:
On latest hardware, I have installed a 10.7.4 and then did all the updates. After that I have installed all the basic application which are required in all my images. Configured the user profile for different AD users who will log into this image then created image using Disk Utility.
After that I have uploaded it to my JSS server using Casper Admin and then created a configuration which has only 1 package and that is this new image. Also I have compiled this configuration.
Now when I boot my client using netboot then Casper Imaging takes only 1 minute or 2 to go thru and machine re-boots with flashing folder icon.
Also package priority is set to 1 and checked the box below it as well.
Am I missing something to do this simple task?
Thanks,
Posted on 06-01-2012 08:52 AM
After you created the image with Disk Utility; did you Scan Image for Restore?
Posted on 06-01-2012 10:08 AM
Were all the steps followed in the JAMF articles 63 and 64?
https://jamfnation.jamfsoftware.com/article.html?id=63
https://jamfnation.jamfsoftware.com/article.html?id=64
Don
Posted on 06-01-2012 10:09 AM
No, I did not scan the image before uploading to server. Can I do it in Casper Admin?
Posted on 06-01-2012 10:21 AM
I don't think you can do that from Casper Admin. If you built the OS DMG from within Disk Utility, it should still be listed in the sidebar of the app. Select it and choose Images > Scan Image for Restore. When its done, re-upload the DMG to Casper Admin, overwriting what's already there when prompted.
Building your DMG from Composer takes care of that step as well just so you know.
Posted on 06-01-2012 10:49 AM
It is best to use Composer and not Disk Utility.
Posted on 06-01-2012 11:42 AM
If it is in your CasperShare, probably the most straightforward way would be to use asr in Terminal. http://developer.apple.com/library/mac/ipad/#documentation/Darwin/Reference/ManPages/man8/asr.8.html
Take note of the imagescan verb with the --nostream flag.
Posted on 06-01-2012 11:48 AM
Okay, I have done the scanning now. Do I have re-compile the configuration or can I just the package without compiling?
Thanks,
Posted on 06-01-2012 12:01 PM
if you are trying to block copy the entire configuration, you have to recompile, or removed the already compiled image, and install it first through imaging tool to ensure its viability before recompiling.
Posted on 06-01-2012 01:36 PM
No, I am trying to block copy entire image, I just wanted to test it to see if works. I have tried 2 times using 2 different ways:
First time choose custom install and chose my image as package to be installed.
Second time I choose the a configuration with same image in it.
Both time it did not work. Where would I find the logs which might be able to shed some light on errors?
Here are the Casper Imaging logs for my last try from JSS server:
Initializing Imaging Process...
Mounting afp://1.1.1.1/CasperShare...
Erasing Untitled...
Erasing Untitled manually...
Setting computer name to "test"...
Creating /private/etc/jamf.conf...
Creating /usr/sbin/jamf...
Creating Startup Script...
Creating /usr/sbin/jamfvnc...
Creating jamfHelper...
Ensuring Apple's Setup Assistant does not appear...
Creating First Run Script...
Adding line to Update ByHost Files...
Adding line for installing 10.7.4 BaseImage.dmg...
Copying 10.7.4 BaseImage.dmg to FirstRun...
Unmounting Distribution Point...
Blessing System...
Ensuring system files are hidden...
Posted on 06-01-2012 01:59 PM
Looks like you have "10.7.4 BaseImage.dmg" set to be installed on the volume @ imaging time.
Untick that & set the priority to 1 & then try.
Posted on 06-01-2012 02:23 PM
What is the check mark for?
Posted on 06-01-2012 03:01 PM
It's for installer that requires to be installed locally.
Posted on 06-04-2012 09:25 AM
I have unchecked that box but it still does not work.
Is there any other way to create this image? This is what I want in my image:
Can I do all this by uploading the Apple Installer DMG file?
Thanks,