Posted on 08-12-2011 11:42 AM
Posted on 08-12-2011 12:01 AM
Are you compiling this on a 10.7 client?
--missing content--
Casper Admin and it recognized it as an OS Installer. I then created a Configuration containing only that package. On that same client I have an external empty drive. I started up Casper Imaging, selected the Lion configuration I created, pointed it at that external drive, and told it to run. I expected it would start an installation of Lion onto that empty drive as the target. It reboot my system and came up on the internal drive. I looked at the external drive and it has very little on it except some JAMF files. I see no evidence of OS install or cached files to do an install.
What am I doing wrong? Do I have incorrect expectations?
--
Walter Rowe, System Hosting
Enterprise Systems / OISM
walter.rowe at nist.gov<mailto:walter.rowe at nist.gov>
301-975-2885
Posted on 08-12-2011 12:02 AM
I was skipping the compiling part...Thanks!!!!
C
Posted on 08-12-2011 12:09 AM
Yes, on a 2010 Mac Mini cleanly installed with Lion and enrolled in an JSS 8.21 service.
--
Walter Rowe, System Hosting
Enterprise Systems / OISM
walter.rowe at nist.gov<mailto:walter.rowe at nist.gov>
301-975-2885
--missing content--
What am I doing wrong? Do I have incorrect expectations?
--
Walter Rowe, System Hosting
Enterprise Systems / OISM
walter.rowe at nist.gov<mailto:walter.rowe at nist.gov>
301-975-2885
Posted on 08-12-2011 12:16 AM
Also, an easy way to test your image file is to scan for restore with disk utility and then use disk utility to ASR block copy it to a client over target disk mode or something (netboot even) and see if it properly installs.
Posted on 08-12-2011 12:22 AM
I have the Factory DMG and uploaded it to casper while on a lion workstation, to a lion server,
Admin would not recognize the DMG as an installer, so I don't know if its looking at the name or what, but this is one of those new fangled 2 image DMGs that I can only get to restore from a lion client with asr from the command line.
Anyhow launched my lion netboot and tried to use imaging tool to install the configuration, no compiling, and it takes all of 1 second to install the image DMG, which is not quite long enough to get a bootable disk for some reason.
Seems like there may need to be an update on casper for the imaging stuff to work properly, either that or nobody can understand the process that is required to make it work, one or the other…
I just wrote a nice shell script to do the ASR and install all 6 packages that I need at the moment for testing,
--
Todd Ness
Technology Consultant/Non-Windows Services
Americas Regional Delivery Engineering
HP Enterprise Services
--missing content--
Casper Admin and it recognized it as an OS Installer. I then created a
Configuration containing only that package. On that same client I have an
external empty drive. I started up Casper Imaging, selected the Lion
configuration I created, pointed it at that external drive, and told it
to run. I expected it would start an installation of Lion onto that empty
drive as the target. It reboot my system and came up on the internal
drive. I looked at the external drive and it has very little on it except
some JAMF files. I see no evidence of OS install or cached files to do an
install.
What am I doing wrong? Do I have incorrect expectations?
--
Walter Rowe, System Hosting
Enterprise Systems / OISM
walter.rowe at nist.gov<mailto:walter.rowe at nist.gov><mailto:walter.rowe at nist.g
ov>
301-975-2885
Posted on 08-12-2011 12:25 AM
Learning as I go … I looked on the distribution server and see the sparseimage file being updated under the CompiledConfigurations folder. That will give me a way to track progress and see that something is happening.
--
Walter Rowe, System Hosting
Enterprise Systems / OISM
walter.rowe at nist.gov<mailto:walter.rowe at nist.gov>
301-975-2885
On Aug 12, 2011, at 3:16 PM, Thomas Larkin wrote:
Also, an easy way to test your image file is to scan for restore with disk utility and then use disk utility to ASR block copy it to a client over target disk mode or something (netboot even) and see if it properly installs.
Posted on 08-12-2011 12:32 AM
Here is my asr script I use for imaging. I don't use casper imaging to
block copy, I use it to create a work flow of an asr image as a parent
configuration so I can use a compiled configuration as a parent config
and base smart configurations off of it. That way I can maintain one
compiled image for all 13,000 Macs and then use package based deployment
for specific users/groups/departments.
#!/bin/bash
#Define the target - $1 to automatically get this from Casper,
/Volumes/Macintosh HD otherwise
target="$1"
#Automatically acquire the dev entry
devEntry=$(/usr/sbin/diskutil info "$target" | /usr/bin/grep "Device
Node" | /usr/bin/awk '{print $3}')
echo "The dev entry for the disk to be restored: $devEntry"
#Acquire the original volume label
originalName=$(/usr/sbin/diskutil info "$target" | /usr/bin/grep
"Volume Name" | /usr/bin/grep -o '[^:]*$' | /usr/bin/tr -s " " |
/usr/bin/sed 's/^[ ]//g')
echo "The disk name: $originalName will be retained upon restoring."
#Unmount the disk to prepare it for ASR /usr/sbin/diskutil unmount $devEntry
#Perform the ASR copy
echo "Initiating restore process and waiting for connection..."
/usr/sbin/asr restore --source
"/Volumes/CasperShare/CompiledConfigurations/10.6.8_base_compiled.dmg"
-target "$devEntry" -erase -noprompt -timeout 0 -puppetstrings -noverify
--verbose
#Mount the disk again /usr/sbin/diskutil mount $devEntry
#Rename the disk to ensure that it's named with it's original name /usr/sbin/diskutil rename $devEntry "$originalName"
exit 0
--missing content--
Casper Admin and it recognized it as an OS Installer. I then created a
Configuration containing only that package. On that same client I have
an
external empty drive. I started up Casper Imaging, selected the Lion
configuration I created, pointed it at that external drive, and told
it
to run. I expected it would start an installation of Lion onto that
empty
drive as the target. It reboot my system and came up on the internal
drive. I looked at the external drive and it has very little on it
except
some JAMF files. I see no evidence of OS install or cached files to do
an
install.
What am I doing wrong? Do I have incorrect expectations?
--
Walter Rowe, System Hosting
Enterprise Systems / OISM
walter.rowe at nist.gov<mailto:walter.rowe at nist.gov><mailto:walter.rowe at nist.gov>
301-975-2885
Posted on 08-12-2011 11:54 AM
Walter,
I have not been able to get the process you are using to work either!!! (InstallESD.dmg into Casper Admin and it recognized it as an OS Installer) I was hoping to get this up and running, Apple might create full installer images for every build because of the Apps store.
Anybody have any luck? I get the drive imaged as an installer HD/CD
C
--missing content--
r Admin and it recognized it as an OS Installer. I then created a Configura
tion containing only that package. On that same client I have an external e
mpty drive. I started up Casper Imaging, selected the Lion configuration I
created, pointed it at that external drive, and told it to run. I expected
it would start an installation of Lion onto that empty drive as the target.
It reboot my system and came up on the internal drive. I looked at the ext
ernal drive and it has very little on it except some JAMF files. I see no e
vidence of OS install or cached files to do an install.
What am I doing wrong? Do I have incorrect expectations?
--
Walter Rowe, System Hosting
Enterprise Systems / OISM
walter.rowe at nist.gov<mailto:walter.rowe at nist.gov>
301-975-2885
Posted on 08-12-2011 11:58 AM
I am running the Compile of the configuration right now. I ran this before and it NEVER completed. Let's see if it runs this time.
--
Walter Rowe, System Hosting
Enterprise Systems / OISM
walter.rowe at nist.gov<mailto:walter.rowe at nist.gov>
301-975-2885
--missing content--
What am I doing wrong? Do I have incorrect expectations?
--
Walter Rowe, System Hosting
Enterprise Systems / OISM
walter.rowe at nist.gov<mailto:walter.rowe at nist.gov>
301-975-2885
--000_7304179CBD2443099C4F5ABC78A07EAFnistgov
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: base64
PGh0bWw+PGhlYWQ+PC9oZWFkPjxib2R5IHN0eWxlPSJ3b3JkLXdyYXA6IGJyZWFrLXdvcmQ7IC13
ZWJraXQtbmJzcC1tb2RlOiBzcGFjZTsgLXdlYmtpdC1saW5lLWJyZWFrOiBhZnRlci13aGl0ZS1z
cGFjZTsgIj5JIGFtIHJ1bm5pbmcgdGhlIENvbXBpbGUgb2YgdGhlIGNvbmZpZ3VyYXRpb24gcmln
aHQgbm93LiBJIHJhbiB0aGlzIGJlZm9yZSBhbmQgaXQgTkVWRVIgY29tcGxldGVkLiBMZXQncyBz
ZWUgaWYgaXQgcnVucyB0aGlzIHRpbWUuPGJyPjxkaXY+DQo8c3BhbiBjbGFzcz0iQXBwbGUtc3R5
bGUtc3BhbiIgc3R5bGU9ImJvcmRlci1jb2xsYXBzZTogc2VwYXJhdGU7IGNvbG9yOiByZ2IoMCwg
MCwgMCk7IGZvbnQtZmFtaWx5OiBHZW5ldmE7IGZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC12YXJp
YW50OiBub3JtYWw7IGZvbnQtd2VpZ2h0OiBub3JtYWw7IGxldHRlci1zcGFjaW5nOiBub3JtYWw7
IGxpbmUtaGVpZ2h0OiBub3JtYWw7IG9ycGhhbnM6IDI7IHRleHQtYWxpZ246IGF1dG87IHRleHQt
aW5kZW50OiAwcHg7IHRleHQtdHJhbnNmb3JtOiBub25lOyB3aGl0ZS1zcGFjZTogbm9ybWFsOyB3
aWRvd3M6IDI7IHdvcmQtc3BhY2luZzogMHB4OyAtd2Via2l0LWJvcmRlci1ob3Jpem9udGFsLXNw
YWNpbmc6IDBweDsgLXdlYmtpdC1ib3JkZXItdmVydGljYWwtc3BhY2luZzogMHB4OyAtd2Via2l0
LXRleHQtZGVjb3JhdGlvbnMtaW4tZWZmZWN0OiBub25lOyAtd2Via2l0LXRleHQtc2l6ZS1hZGp1
c3Q6IGF1dG87IC13ZWJraXQtdGV4dC1zdHJva2Utd2lkdGg6IDBweDsgZm9udC1zaXplOiBtZWRp
dW07ICI+PHNwYW4gY2xhc3M9IkFwcGxlLXN0eWxlLXNwYW4iIHN0eWxlPSJib3JkZXItY29sbGFw
c2U6IHNlcGFyYXRlOyBjb2xvcjogcmdiKDAsIDAsIDApOyBmb250LWZhbWlseTogR2VuZXZhOyBm
b250LXN0eWxlOiBub3JtYWw7IGZvbnQtdmFyaWFudDogbm9ybWFsOyBmb250LXdlaWdodDogbm9y
bWFsOyBsZXR0ZXItc3BhY2luZzogbm9ybWFsOyBsaW5lLWhlaWdodDogbm9ybWFsOyBvcnBoYW5z
OiAyOyB0ZXh0LWluZGVudDogMHB4OyB0ZXh0LXRyYW5zZm9ybTogbm9uZTsgd2hpdGUtc3BhY2U6
IG5vcm1hbDsgd2lkb3dzOiAyOyB3b3JkLXNwYWNpbmc6IDBweDsgLXdlYmtpdC1ib3JkZXItaG9y
aXpvbnRhbC1zcGFjaW5nOiAwcHg7IC13ZWJraXQtYm9yZGVyLXZlcnRpY2FsLXNwYWNpbmc6IDBw
eDsgLXdlYmtpdC10ZXh0LWRlY29yYXRpb25zLWluLWVmZmVjdDogbm9uZTsgLXdlYmtpdC10ZXh0
LXNpemUtYWRqdXN0OiBhdXRvOyAtd2Via2l0LXRleHQtc3Ryb2tlLXdpZHRoOiAwcHg7IGZvbnQt
c2l6ZTogbWVkaXVtOyAiPjxkaXYgc3R5bGU9IndvcmQtd3JhcDogYnJlYWstd29yZDsgLXdlYmtp
dC1uYnNwLW1vZGU6IHNwYWNlOyAtd2Via2l0LWxpbmUtYnJlYWs6IGFmdGVyLXdoaXRlLXNwYWNl
OyAiPjxzcGFuIGNsYXNzPSJBcHBsZS1zdHlsZS1zcGFuIiBzdHlsZT0iYm9yZGVyLWNvbGxhcHNl
OiBzZXBhcmF0ZTsgY29sb3I6IHJnYigwLCAwLCAwKTsgZm9udC1mYW1pbHk6IEdlbmV2YTsgZm9u
dC1zdHlsZTogbm9ybWFsOyBmb250LXZhcmlhbnQ6IG5vcm1hbDsgZm9udC13ZWlnaHQ6IG5vcm1h
bDsgbGV0dGVyLXNwYWNpbmc6IG5vcm1hbDsgbGluZS1oZWlnaHQ6IG5vcm1hbDsgb3JwaGFuczog
MjsgdGV4dC1pbmRlbnQ6IDBweDsgdGV4dC10cmFuc2Zvcm06IG5vbmU7IHdoaXRlLXNwYWNlOiBu
b3JtYWw7IHdpZG93czogMjsgd29yZC1zcGFjaW5nOiAwcHg7IC13ZWJraXQtYm9yZGVyLWhvcml6
b250YWwtc3BhY2luZzogMHB4OyAtd2Via2l0LWJvcmRlci12ZXJ0aWNhbC1zcGFjaW5nOiAwcHg7
IC13ZWJraXQtdGV4dC1kZWNvcmF0aW9ucy1pbi1lZmZlY3Q6IG5vbmU7IC13ZWJraXQtdGV4dC1z
aXplLWFkanVzdDogYXV0bzsgLXdlYmtpdC10ZXh0LXN0cm9rZS13aWR0aDogMHB4OyBmb250LXNp
emU6IG1lZGl1bTsgIj48ZGl2IHN0eWxlPSJ3b3JkLXdyYXA6IGJyZWFrLXdvcmQ7IC13ZWJraXQt
bmJzcC1tb2RlOiBzcGFjZTsgLXdlYmtpdC1saW5lLWJyZWFrOiBhZnRlci13aGl0ZS1zcGFjZTsg
Ij48ZGl2Pjxmb250IGNsYXNzPSJBcHBsZS1zdHlsZS1zcGFuIiBmYWNlPSInTHVjaWRhIFNhbnMn
Ij48aT4tLTwvaT48L2ZvbnQ+PC9kaXY+PGRpdj48Zm9udCBjbGFzcz0iQXBwbGUtc3R5bGUtc3Bh
biIgZmFjZT0iJ0x1Y2lkYSBTYW5zJyI+PGk+V2FsdGVyIFJvd2UsJm5ic3A7U3lzdGVtIEhvc3Rp
bmc8L2k+PC9mb250PjwvZGl2PjxkaXY+PGZvbnQgY2xhc3M9IkFwcGxlLXN0eWxlLXNwYW4iIGZh
Y2U9IidMdWNpZGEgU2FucyciPjxpPkVudGVycHJpc2UgU3lzdGVtcyAvIE9JU008L2k+PC9mb250
PjwvZGl2PjxkaXY+PGZvbnQgY2xhc3M9IkFwcGxlLXN0eWxlLXNwYW4iIGZhY2U9IidMdWNpZGEg
U2FucyciPjxpPjxhIGhyZWY9Im1haWx0bzp3YWx0ZXIucm93ZUBuaXN0LmdvdiI+d2FsdGVyLnJv
d2VAbmlzdC5nb3Y8L2E+PC9pPjwvZm9udD48L2Rpdj48ZGl2Pjxmb250IGNsYXNzPSJBcHBsZS1z
dHlsZS1zcGFuIiBmYWNlPSInTHVjaWRhIFNhbnMnIj48aT4zMDEtOTc1LTI4ODU8L2k+PC9mb250
PjwvZGl2PjwvZGl2Pjwvc3Bhbj48L2Rpdj48L3NwYW4+PC9zcGFuPg0KPC9kaXY+DQo8YnI+PGRp
dj48ZGl2Pk9uIEF1ZyAxMiwgMjAxMSwgYXQgMjo1NCBQTSwgQ2hyaXMgR2FjaG93c2tpIHdyb3Rl
OjwvZGl2PjxiciBjbGFzcz0iQXBwbGUtaW50ZXJjaGFuZ2UtbmV3bGluZSI+PGJsb2NrcXVvdGUg
dHlwZT0iY2l0ZSI+PGRpdj5XYWx0ZXIsPGJyPjxicj5JIGhhdmUgbm90IGJlZW4gYWJsZSB0byBn
ZXQgdGhlIHByb2Nlc3MgeW91IGFyZSB1c2luZyB0byB3b3JrIGVpdGhlciEhISAoSW5zdGFsbEVT
RC5kbWcgaW50byBDYXNwZXIgQWRtaW4gYW5kIGl0IHJlY29nbml6ZWQgaXQgYXMgYW4gT1MgSW5z
dGFsbGVyKSAmbmJzcDtJIHdhcyBob3BpbmcgdG8gZ2V0IHRoaXMgdXAgYW5kIHJ1bm5pbmcsIEFw
cGxlIG1pZ2h0IGNyZWF0ZSBmdWxsIGluc3RhbGxlciBpbWFnZXMgZm9yIGV2ZXJ5IGJ1aWxkIGJl
Y2F1c2Ugb2YgdGhlIEFwcHMgc3RvcmUuPGJyPjxicj5Bbnlib2R5IGhhdmUgYW55IGx1Y2s/IEkg
Z2V0IHRoZSBkcml2ZSBpbWFnZWQgYXMgYW4gaW5zdGFsbGVyIEhEL0NEPGJyPjxicj48YnI+Qzxi
cj48YnI+RnJvbTogIlJvd2UsIFdhbHRlciIgJmx0O3dhbHRlci5yb3dlQG5pc3QuZ292Jmx0Ozxh
IGhyZWY9Im1haWx0bzp3YWx0ZXIucm93ZUBuaXN0LmdvdiI+bWFpbHRvOndhbHRlci5yb3dlQG5p
c3QuZ292PC9hPiZndDsmZ3Q7PGJyPkRhdGU6IEZyaSwgMTIgQXVnIDIwMTEgMTA6MzY6MjAgLTA3
MDA8YnI+VG86ICJjYXNwZXJAbGlzdC5qYW1mc29mdHdhcmUuY29tJmx0OzxhIGhyZWY9Im1haWx0
bzpjYXNwZXJAbGlzdC5qYW1mc29mdHdhcmUuY29tIj5tYWlsdG86Y2FzcGVyQGxpc3QuamFtZnNv
ZnR3YXJlLmNvbTwvYT4mZ3Q7IiAmbHQ7Y2FzcGVyQGxpc3QuamFtZnNvZnR3YXJlLmNvbSZsdDs8
YSBocmVmPSJtYWlsdG86Y2FzcGVyQGxpc3QuamFtZnNvZnR3YXJlLmNvbSI+bWFpbHRvOmNhc3Bl
ckBsaXN0LmphbWZzb2Z0d2FyZS5jb208L2E+Jmd0OyZndDs8YnI+U3ViamVjdDogW0Nhc3Blcl0g
TGlvbiBJbWFnaW5nIC0gd2hhdCBhbSBJIGRvaW5nIHdyb25nPzxicj48YnI+RnJvbSBhIExpb24g
Y2xpZW50IHJ1bm5pbmcgQ2FzcGVyIEFkbWluIEkgZHJhZ2dlZCBJbnN0YWxsRVNELmRtZyBpbnRv
IENhc3BlciBBZG1pbiBhbmQgaXQgcmVjb2duaXplZCBpdCBhcyBhbiBPUyBJbnN0YWxsZXIuIEkg
dGhlbiBjcmVhdGVkIGEgQ29uZmlndXJhdGlvbiBjb250YWluaW5nIG9ubHkgdGhhdCBwYWNrYWdl
LiBPbiB0aGF0IHNhbWUgY2xpZW50IEkgaGF2ZSBhbiBleHRlcm5hbCBlbXB0eSBkcml2ZS4gSSBz
dGFydGVkIHVwIENhc3BlciBJbWFnaW5nLCBzZWxlY3RlZCB0aGUgTGlvbiBjb25maWd1cmF0aW9u
IEkgY3JlYXRlZCwgcG9pbnRlZCBpdCBhdCB0aGF0IGV4dGVybmFsIGRyaXZlLCBhbmQgdG9sZCBp
dCB0byBydW4uIEkgZXhwZWN0ZWQgaXQgd291bGQgc3RhcnQgYW4gaW5zdGFsbGF0aW9uIG9mIExp
b24gb250byB0aGF0IGVtcHR5IGRyaXZlIGFzIHRoZSB0YXJnZXQuIEl0IHJlYm9vdCBteSBzeXN0
ZW0gYW5kIGNhbWUgdXAgb24gdGhlIGludGVybmFsIGRyaXZlLiBJIGxvb2tlZCBhdCB0aGUgZXh0
ZXJuYWwgZHJpdmUgYW5kIGl0IGhhcyB2ZXJ5IGxpdHRsZSBvbiBpdCBleGNlcHQgc29tZSBKQU1G
IGZpbGVzLiBJIHNlZSBubyBldmlkZW5jZSBvZiBPUyBpbnN0YWxsIG9yIGNhY2hlZCBmaWxlcyB0
byBkbyBhbiBpbnN0YWxsLjxicj48YnI+V2hhdCBhbSBJIGRvaW5nIHdyb25nPyBEbyBJIGhhdmUg
aW5jb3JyZWN0IGV4cGVjdGF0aW9ucz88YnI+LS08YnI+V2FsdGVyIFJvd2UsIFN5c3RlbSBIb3N0
aW5nPGJyPkVudGVycHJpc2UgU3lzdGVtcyAvIE9JU008YnI+d2FsdGVyLnJvd2VAbmlzdC5nb3Ym
bHQ7PGEgaHJlZj0ibWFpbHRvOndhbHRlci5yb3dlQG5pc3QuZ292Ij5tYWlsdG86d2FsdGVyLnJv
d2VAbmlzdC5nb3Y8L2E+Jmd0Ozxicj4zMDEtOTc1LTI4ODU8YnI+PGJyPjwvZGl2PjwvYmxvY2tx
dW90ZT48L2Rpdj48YnI+PC9ib2R5PjwvaHRtbD4
--000_7304179CBD2443099C4F5ABC78A07EAFnistgov--
Posted on 08-12-2011 01:02 PM
How long does it normally take for Compile to complete?
--
Walter Rowe, System Hosting
Enterprise Systems / OISM
walter.rowe at nist.gov<mailto:walter.rowe at nist.gov>
301-975-2885
--missing content--
Casper Admin and it recognized it as an OS Installer. I then created a
Configuration containing only that package. On that same client I have an
external empty drive. I started up Casper Imaging, selected the Lion
configuration I created, pointed it at that external drive, and told it
to run. I expected it would start an installation of Lion onto that empty
drive as the target. It reboot my system and came up on the internal
drive. I looked at the external drive and it has very little on it except
some JAMF files. I see no evidence of OS install or cached files to do an
install.
What am I doing wrong? Do I have incorrect expectations?
--
Walter Rowe, System Hosting
Enterprise Systems / OISM
walter.rowe at nist.gov<mailto:walter.rowe at nist.gov><mailto:walter.rowe at nist.g
ov>
301-975-2885
Posted on 08-12-2011 01:15 PM
It takes a while
--missing content--
Casper Admin and it recognized it as an OS Installer. I then created a
Configuration containing only that package. On that same client I have
an
external empty drive. I started up Casper Imaging, selected the Lion
configuration I created, pointed it at that external drive, and told
it
to run. I expected it would start an installation of Lion onto that
empty
drive as the target. It reboot my system and came up on the internal
drive. I looked at the external drive and it has very little on it
except
some JAMF files. I see no evidence of OS install or cached files to do
an
install.
What am I doing wrong? Do I have incorrect expectations?
--
Walter Rowe, System Hosting
Enterprise Systems / OISM
walter.rowe at nist.gov<mailto:walter.rowe at nist.gov><mailto:walter.rowe at nist.gov>
301-975-2885
Posted on 08-12-2011 01:20 PM
Maybe I'm missing something too -- Admin refuses to recognize that
InstallESD.dmg is a MacOS Installer.
Posted on 08-12-2011 01:20 PM
… especially the client is working over an AFP where the InstallESD and the target sparseimage both are on a server with a 50ms delay (T3 link).
--
Walter Rowe, System Hosting
Enterprise Systems / OISM
walter.rowe at nist.gov<mailto:walter.rowe at nist.gov>
301-975-2885
On Aug 12, 2011, at 4:15 PM, Thomas Larkin wrote:
It takes a while
--missing content--
Casper Admin and it recognized it as an OS Installer. I then created a
Configuration containing only that package. On that same client I have an
external empty drive. I started up Casper Imaging, selected the Lion
configuration I created, pointed it at that external drive, and told it
to run. I expected it would start an installation of Lion onto that empty
drive as the target. It reboot my system and came up on the internal
drive. I looked at the external drive and it has very little on it except
some JAMF files. I see no evidence of OS install or cached files to do an
install.
What am I doing wrong? Do I have incorrect expectations?
--
Walter Rowe, System Hosting
Enterprise Systems / OISM
walter.rowe at nist.gov<mailto:walter.rowe at nist.gov><mailto:walter.rowe at nist.g
ov>
301-975-2885
Posted on 08-12-2011 03:30 PM
After the compile… it still booted to the recovery partition
Walter did you get yours working?
--missing content--
r Admin and it recognized it as an OS Installer. I then created a Configura
tion containing only that package. On that same client I have an external e
mpty drive. I started up Casper Imaging, selected the Lion configuration I
created, pointed it at that external drive, and told it to run. I expected
it would start an installation of Lion onto that empty drive as the target.
It reboot my system and came up on the internal drive. I looked at the ext
ernal drive and it has very little on it except some JAMF files. I see no e
vidence of OS install or cached files to do an install.
What am I doing wrong? Do I have incorrect expectations?
--
Walter Rowe, System Hosting
Enterprise Systems / OISM
walter.rowe at nist.gov<mailto:walter.rowe at nist.gov>
301-975-2885<tel:301-975-2885>
Compile your Lion InstallESD
http://cl.ly/2j1J2g313N09011c3x43
- Justin
Posted on 08-12-2011 04:05 PM
that sounds like what happens if you run asr from a 10.6.8 machine instead of from a 10.7.x machine.
--
Todd Ness
Technology Consultant/Non-Windows Services
Americas Regional Delivery Engineering
HP Enterprise Services
--missing content--
r Admin and it recognized it as an OS Installer. I then created a Configura
tion containing only that package. On that same client I have an external e
mpty drive. I started up Casper Imaging, selected the Lion configuration I
created, pointed it at that external drive, and told it to run. I expected
it would start an installation of Lion onto that empty drive as the target.
It reboot my system and came up on the internal drive. I looked at the ext
ernal drive and it has very little on it except some JAMF files. I see no e
vidence of OS install or cached files to do an install.
What am I doing wrong? Do I have incorrect expectations?
--
Walter Rowe, System Hosting
Enterprise Systems / OISM
walter.rowe at nist.gov<mailto:walter.rowe at nist.gov><mailto:walter.rowe at nist.g
ov>
301-975-2885<tel:301-975-2885>
Compile your Lion InstallESD
http://cl.ly/2j1J2g313N09011c3x43
- Justin
Posted on 08-15-2011 05:39 AM
I left the compile running over the weekend and it is converting to the final DMG file now. I should know later today whether it works.
--
Walter Rowe, System Hosting
Enterprise Systems / OISM
walter.rowe at nist.gov<mailto:walter.rowe at nist.gov>
301-975-2885
--missing content--
r Admin and it recognized it as an OS Installer. I then created a Configura
tion containing only that package. On that same client I have an external e
mpty drive. I started up Casper Imaging, selected the Lion configuration I
created, pointed it at that external drive, and told it to run. I expected
it would start an installation of Lion onto that empty drive as the target.
It reboot my system and came up on the internal drive. I looked at the ext
ernal drive and it has very little on it except some JAMF files. I see no e
vidence of OS install or cached files to do an install.
What am I doing wrong? Do I have incorrect expectations?
--
Walter Rowe, System Hosting
Enterprise Systems / OISM
walter.rowe at nist.gov<mailto:walter.rowe at nist.gov>
301-975-2885<tel:301-975-2885>
Compile your Lion InstallESD
http://cl.ly/2j1J2g313N09011c3x43
- Justin
Posted on 08-15-2011 07:15 AM
One more question … do you compile your images using the system super user account or your Casper admin account? I presume the Casper Admin account (that has read/write access to both the JSS and your Casper Share.
--
Walter Rowe, System Hosting
Enterprise Systems / OISM
walter.rowe at nist.gov<mailto:walter.rowe at nist.gov>
301-975-2885
--missing content--
r Admin and it recognized it as an OS Installer. I then created a Configura
tion containing only that package. On that same client I have an external e
mpty drive. I started up Casper Imaging, selected the Lion configuration I
created, pointed it at that external drive, and told it to run. I expected
it would start an installation of Lion onto that empty drive as the target.
It reboot my system and came up on the internal drive. I looked at the ext
ernal drive and it has very little on it except some JAMF files. I see no e
vidence of OS install or cached files to do an install.
What am I doing wrong? Do I have incorrect expectations?
--
Walter Rowe, System Hosting
Enterprise Systems / OISM
walter.rowe at nist.gov<mailto:walter.rowe at nist.gov>
301-975-2885<tel:301-975-2885>
Compile your Lion InstallESD
http://cl.ly/2j1J2g313N09011c3x43
- Justin
Posted on 08-16-2011 07:50 AM
The compile finished and wrote the final DMG. I ran Casper Imaging, selected the package, selected the client's external drive as target, selected to erase the target drive and cache the packages, and started the imaging process. It still doesn't seem to be working. It looks like it is caching the packages on the client's internal drive rather than the target drive. On the root of the client's internal drive several new folders appear that are clearly related to caching packages.
Is this expected?
I'm brand spanking new to imaging so perhaps I simply don't know what to expect. We glossed over imaging during jumpstart when we purchased Casper because we didn't expect to need it. Now I'm trying to learn it on my own and the Casper docs do not provide as much detail as I'd like.
--
Walter Rowe, System Hosting
Enterprise Systems / OISM
walter.rowe at nist.gov<mailto:walter.rowe at nist.gov>
301-975-2885
--missing content--
r Admin and it recognized it as an OS Installer. I then created a Configura
tion containing only that package. On that same client I have an external e
mpty drive. I started up Casper Imaging, selected the Lion configuration I
created, pointed it at that external drive, and told it to run. I expected
it would start an installation of Lion onto that empty drive as the target.
It reboot my system and came up on the internal drive. I looked at the ext
ernal drive and it has very little on it except some JAMF files. I see no e
vidence of OS install or cached files to do an install.
What am I doing wrong? Do I have incorrect expectations?
--
Walter Rowe, System Hosting
Enterprise Systems / OISM
walter.rowe at nist.gov<mailto:walter.rowe at nist.gov>
301-975-2885<tel:301-975-2885>
Compile your Lion InstallESD
http://cl.ly/2j1J2g313N09011c3x43
- Justin
Posted on 08-16-2011 10:50 AM
This is what mine's doing as well. I created a 10.7 server, netbooted from it, ensured the workflow files were all on the 10.7 server, ensured it was delivering the packages (default is to our 10.6.8 primary server), brought down the workflow with installesd, and still would only boot to the recovery partition.
If I target boot and then locally run the casper imaging app, and run it through the workflow, it images fine.
John Wojda
Lead System Engineer, DEI & Mobility
3333 Beverly Rd. B2-338B
Hoffman Estates, IL 60179
Phone: (847)286-7855
Page: (224)532.3447
Team Lead DEI: Matt Beiriger
Team Lead Mobility: Chris Sta Ana
Mac Tip/Tricks/Self Service & Support
"Any time you choose to be inflexible in your approach to an unpredictable project you are already building failure into your plan"
--missing content--
r Admin and it recognized it as an OS Installer. I then created a Configura
tion containing only that package. On that same client I have an external e
mpty drive. I started up Casper Imaging, selected the Lion configuration I
created, pointed it at that external drive, and told it to run. I expected
it would start an installation of Lion onto that empty drive as the target.
It reboot my system and came up on the internal drive. I looked at the ext
ernal drive and it has very little on it except some JAMF files. I see no e
vidence of OS install or cached files to do an install.
What am I doing wrong? Do I have incorrect expectations?
--
Walter Rowe, System Hosting
Enterprise Systems / OISM
walter.rowe at nist.gov<mailto:walter.rowe at nist.gov>
301-975-2885<tel:301-975-2885>
Compile your Lion InstallESD
http://cl.ly/2j1J2g313N09011c3x43
- Justin
Posted on 08-16-2011 11:16 AM
Follow up to this, I tried it again with the console open, and I got a TON of errors about InstallESD - Operation Not Permitted (Depth= 4001) Deny File-issue-extension
John Wojda
Lead System Engineer, DEI & Mobility
3333 Beverly Rd. B2-338B
Hoffman Estates, IL 60179
Phone: (847)286-7855
Page: (224)532.3447
Team Lead DEI: Matt Beiriger
Team Lead Mobility: Chris Sta Ana
Mac Tip/Tricks/Self Service & Support
"Any time you choose to be inflexible in your approach to an unpredictable project you are already building failure into your plan"
--missing content--
r Admin and it recognized it as an OS Installer. I then created a Configura
tion containing only that package. On that same client I have an external e
mpty drive. I started up Casper Imaging, selected the Lion configuration I
created, pointed it at that external drive, and told it to run. I expected
it would start an installation of Lion onto that empty drive as the target.
It reboot my system and came up on the internal drive. I looked at the ext
ernal drive and it has very little on it except some JAMF files. I see no e
vidence of OS install or cached files to do an install.
What am I doing wrong? Do I have incorrect expectations?
--
Walter Rowe, System Hosting
Enterprise Systems / OISM
walter.rowe at nist.gov<mailto:walter.rowe at nist.gov>
301-975-2885<tel:301-975-2885>
Compile your Lion InstallESD
http://cl.ly/2j1J2g313N09011c3x43
- Justin
Posted on 08-17-2011 02:07 PM
Has anybody got this working?
I have tried all the the suggesting in the the thread and the best I can get is InstallESD.dmg installs on the mac to the lion restore partition….
Thanks
C
--missing content--
r Admin and it recognized it as an OS Installer. I then created a Configura
tion containing only that package. On that same client I have an external e
mpty drive. I started up Casper Imaging, selected the Lion configuration I
created, pointed it at that external drive, and told it to run. I expected
it would start an installation of Lion onto that empty drive as the target.
It reboot my system and came up on the internal drive. I looked at the ext
ernal drive and it has very little on it except some JAMF files. I see no e
vidence of OS install or cached files to do an install.
What am I doing wrong? Do I have incorrect expectations?
--
Walter Rowe, System Hosting
Enterprise Systems / OISM
walter.rowe at nist.gov<mailto:walter.rowe at nist.gov><mailto:walter.rowe at nist.g
ov>
301-975-2885<tel:301-975-2885>
Compile your Lion InstallESD
http://cl.ly/2j1J2g313N09011c3x43
- Justin