Posted on 05-29-2014 08:20 AM
Hi all,
We are attempting to build some machines (mbp's) with a 10.9.3 (10.9.3 13D65) build and it keeps getting stuck on the "Set name to .." step on the left hand bar in the imaging window and "Creating JAMFHelper..." in the main imaging window.
We have tried different offices and machines and all see the same hang.
I haven't seen any discussion specifically on this so here's hoping.....
thanks
Posted on 05-29-2014 11:01 AM
I am having the exact same issue so I am hoping someone has a solution.
Posted on 05-30-2014 02:58 PM
Hey Corey,
What type of HW did you build your image on?
Yeah no answers yet....
Posted on 06-06-2014 08:54 AM
I built on 2013 iMac and 2013 Macbok Air - same thing
Posted on 06-06-2014 09:44 AM
Is your netboot server 10.9? I was having some major issues(basically not working at all) and threw the 10.9 netboot image on a 10.7 server, works like a champ now with no problems.
10.9 Server Netboot is borked.
Posted on 06-06-2014 10:00 AM
@boberito.. I have 9 10.9 NetBoot servers that work fine.
Posted on 06-06-2014 10:03 AM
I dunno then.
Posted on 06-06-2014 10:50 AM
Agreed. I run 10.9 NetBoot servers and they're some of the best I've used (OK... mostly because Apple allows me to bind ethernet ports again).
Posted on 06-07-2014 04:42 AM
Ipobiner. Are you installing packages as well? On the iMac side, I went back and did a barebones deployment with just an image , rename, and an AD bind and it went fine. When I get back in the office on Monday I'll start adding packages back in one at a time until it gets stuck again...just a thought.
Posted on 06-19-2014 01:08 PM
Hi Corey,
Yeah I was trying to, though I think this was all caused by a bad base nbi. We really never solved it, and the team has now decided to try installation via self service from right out of the box.
Posted on 06-22-2014 05:32 AM
Just a "me too."
I'm doing this on a 2008 Mac Pro test system.
10.9.3 - Admin Tools 9.3.2 NetBoot image.
Posted on 06-23-2014 06:16 PM
Did some more testing. It isn't the configurations because they work fine with Target Mode Imaging. Seems to be a NetBoot thing. It had been working with a NBI of 10.9.2 and Admin Tools 9.2.4.
Posted on 06-27-2014 01:29 PM
Check your netboot server if it is running 10.9.x server. There are local user accounts (netboot100, netboot101, .... ) that need to be enabled for FIle Share Service - otherwise the netbooted computers can't do a diskless netboot which prevents the hard drive from being unmounted for erasing.
Posted on 07-21-2014 09:09 AM
We had the same problem.
For us we needed to enable the Netboot users (netboot10 through netboot149) for FIle Share Service as dpeterka says.
Once we made the change and whoosh, block-copy happiness.
Use server app, Users, View menu Show system accounts, select the whole section of netboot users and click the gear to Edit access to Services, and then check the File Sharing box.
Boot again to Netboot and test.
(If the users can't use fileshare on the server, the shadow files are created on the local disk, which can't be unmounted 'cuz it is in use.)
http://support.apple.com/kb/TS4316 says to run mount from terminal during netboot to see what shows up/
/dev/disk0s2 on /private/var/netboot means you need to enable those users File Sharing.
//netboot103@your.netboot.server/NetBootClients1 on /private/var/netboot (afpfs, nobrowse) means this isn't your solution.