Posted on 03-05-2015 12:23 AM
Posted on 03-05-2015 01:39 AM
Did it work before?
If no
- how did you setup netboot?
- which version did you use?
If yes
- are you sure that you want to use nfs?
Posted on 03-05-2015 04:06 AM
It never worked. I created it using AutoCasper in the server itself. Should I create it on a new machine? I've used OS X Mavericks (Created from AutoDMG).
Here's the steps how i setup NetBoot...
1. Use AutoCasper with OS X Mavericks (Created from AutoDMG).
2. Setup OS X Server >> NetInstall
3. Map the .Nbi
4. Setup NetBoot in Jss pointing to the said NetInstall settings
Then I got that Error message when NetBooting.... not sure what I'm missing. I'm sure I'm missing a few steps. Hope you can help. Many thanks.
Posted on 03-05-2015 04:44 AM
Not to hijacked the thread, but I'm having almost the same issue. Mine just skips and does a regular reboot. I've tried both 10.10 and 10.9 created with AutoDMG.
Posted on 03-05-2015 05:00 AM
Well the error message says that it could not connect to the NFS server.
paste the output of
grep "root-path" /etc/dhcpd.conf
(ofc you need to execute that on your NetSUS)
Posted on 03-05-2015 05:15 AM
Now I can boot :)
However... hahaha!! It's damn slow and it says something "Unable to create an invitation"
Dunno what the heck it is.
Posted on 03-05-2015 10:45 AM
You're running OS X Server, not the NetSUS, right?
What is the exact error message you are seeing "Unable to create an invitation"? in which app, Finder?
Posted on 03-05-2015 06:24 PM
what machine are you trying to netboot? ie what hardware/model identifier?
what OS version exactly ie what build of Mavericks did you create with AutoDMG?
That kernal panic is usually something i see when a machine trys to boot too old of an OS
Posted on 03-05-2015 06:24 PM
Generally you should always create any images on the newest most up to date hardware you have. And generally NEVER create your images from your server's installation
Posted on 03-05-2015 08:41 PM
Hi Michael,
I'm not clear on whether you solved the NFS issue you had in your post and if so what you did to fix. If you didn't, then this is what you do ...
To confirm NFS is working run the following on a client
open terminal
mkdir /tmp/mnt
mount_nfs <NetBoot Server IP>:/Library/NetBoot/NetBootSP0 /tmp/mnt
e.g. in my case I have the NetBoot files on another volume
mount_nfs 1netboot_server_ip:/Volumes/Data/Library/NetBoot/NetBootSP0 /tmp/mnt
You should then be able to see your NetBoot images in that folder. That is in /tmp/mnt
Regards,
David
Posted on 03-07-2015 09:42 PM
Hi guys... it worked for me now but there's a new error message and I don't know what the heck it is.
Says something "Unable to create an invitation. Check to make sure you have permission to create an invitation"
Seems like a party invitation for me :)
I change it from NFS to HTTPS because i can't make it boot using NFS.
Posted on 03-08-2015 02:40 PM
Is there autorun data for the client you are imaging? What happens if you re-open Casper Imaging with the Option key held down?
Posted on 03-08-2015 09:17 PM
There's no auto run data. Tried re-opening Casper Imaging but still the same issue. If I press the option key, it only ask to enter the JSS server details.
Any idea what's this error about? Thanks.
Posted on 03-08-2015 11:43 PM
@mreaso Can you check the permissions of the account that you've logged into Casper Imaging with?
If you have an account with full permission can you try that?
Posted on 03-09-2015 10:26 PM
Hi @bentoms ... my account has FULL permission. I've tried creating a new account as well with all permissions set. I'm stuck on this crap.