After two days of reading and testing we have only a partial success. We
can boot the server remotely with bootp/dhcpd/tftp. But after booting
the install image it asks for CD1 to be inserted.
How do I tell my install image to mount the CD's via NFS instead ?
Markus
Are you using an installation server ? I don't do unattended installs
(but would be gratefull for any hints 'n' tips) but with the
installation server, you never get asked for CDs as everything is held
on a server and served via NFS. The only CD I need is CD1 to do the
inital boot/start of the installation.
GTG
I don't want to boot from CD1, but boot from the network and the use the
installation server. I'm up to the point that network boot is working,
but it asks for CD1 after booting, I'm looking to get around this.
Markus
Aaron and I wrote an article on this subject:
http://support.novell.com/techcenter/articles/tp10009.html
--
__________________________
Justin Grote
Network Architect
JWG Networks
> I don't want to boot from CD1, but boot from the network and the use the
> installation server. I'm up to the point that network boot is working, but
> it asks for CD1 after booting, I'm looking to get around this.
>
> Markus
You need to add a boot parameter to deliver the install
location as follows: install=nfs://server_ip/path_to_install_files
Thx
Myneni
Your DHCP server should specify the image for network grub, as well as
the menu.lst file. The line should look something like:
option pxe-menu "/grub/menu.lst";
You'll also need to tell the DHCP server to use option 150 for
pxe-menu... (option pxe-menu code 150 = text;)
In the menu.lst file (which is somewhere on your installation server)
you should pass the appropriate kernel arguments
(autoyast=http://.../file.xml install=http://install-source-path/) for
an automated installation. You should also specify the arguments for a
network installation source.
--
Chander Ganesan
Open Technology Group, Inc.
One Copley Parkway, Suite 210
Morrisville, NC 27560
Phone: 877-258-8987/919-463-0999
Fax: 919-386-0158
http://www.otg-nc.com
you don't need PXEgrub. What you need is at least a PXE-enabled NIC (and
that is common for server and newer NICs).
So you have to install pxe, tftp and dhcpd. Point the 'filename' to
whatever you need.
If you have not a pxe ready NIC, PXEgrub is your friend.
Have fun,
Torsten