Christopher McGee wrote:
Hi all, I have a lot of servers on order, so I want to be able to just network boot them as a jumpstart into the installation (which will then be scripted). I am most of the way there. I have tested my NFS shares and if I boot a boxe off a cd, I can do the nfs installation without fail. I have setup pxeboot, and if I am far enough along that when I boot off the network, it tftp's the files it needs, boots through menus, loads the generic kernel, mounts an nfs root, then errors. The errors are "exec /sbin/init: error 70". One error for each attempt at an init file. Then it gives me an "init: not found in path /sbin/init:/sbin/oinit......" Then it panics and reboots. There is so much I've done, I'm not sure what specifics anyone might need to offer some assistance.

1st: I have done it but with ftp install rather than nfs, see here:

   http://www.daemonsecurity.com/pxe/

I used no cd's to bootstrap or anything.

2nd: One of the first things done in the bootstrapping is to load the loader.conf, in this you can override any settings of paths to the init program.

For installation usually sysinstall is used, which can be scripted - I assume you are refering to this? - you can set the path with an option in loader.conf, for example:

init_path="/stand/sysinstall"

The option may contain a colon separated list of files and they are checked in order, the first found is run. Check the path to your init or sysinstall on the nfs-client.

Cheers, Erik

--
Ph: +34.666334818                                  web: www.locolomo.org
S/MIME Certificate: www.daemonsecurity.com/ca/8D03551FFCE04F06.crt
Subject ID:  9E:AA:18:E6:94:7A:91:44:0A:E4:DD:87:73:7F:4E:82:E7:08:9C:72
Fingerprint: 5B:D5:1E:3E:47:E7:EC:1C:4C:C8:3A:19:CC:AE:14:F5:DF:18:0F:B9
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to