Results 1 to 4 of 4
hello,
I'm trying to install Debian Etch via local-network.
I set up DHCP and tftp server on the other computer.
I put contents extracted from netboot.tar.gz in tftpboot directory, and ...
- 06-06-2007 #1Just Joined!
- Join Date
- Jun 2007
- Posts
- 2
network install using pxe
hello,
I'm trying to install Debian Etch via local-network.
I set up DHCP and tftp server on the other computer.
I put contents extracted from netboot.tar.gz in tftpboot directory, and contents from iso-CD1 in "root-path" directory on the server machine.
Servers themselves are OK because I actually installed Sarge in this way.
But when booting the target computer into which I'm trying to install, the boot-screen says:
"Trying to load: pxelinux.cfg/00-aa-bb-cc-dd-ee-ff"
(aa-bb...ff denotes MAC address of the NIC that computer has.)
I tryed renaming "default" to 00-aa-bb...ff but this didnt work.
Does anyone know how to?
- 06-06-2007 #2
What are the contents of /etc/inetd.conf? I know that when I got netbooting to work, I had to try a couple different tftp servers. IIRC, atftpd conveniently put in an entry in /etc/inetd.conf pointing the tftp directory to /tftpboot/, but for some reason it just didn't work. I had to install tftp-hpa, which actually worked (but put nothing in /etc/inetd.conf).
Another thing which might be necessary is to include the following at the top of /etc/dhcp3/dhcpd.conf
Replace that IP address with the tftp server's IP address (the same as the DHCP server's address, if they're one and the same, of course).Code:next-server 192.168.1.4;
I don't know what exactly that does and exactly why it may be needed. I needed it in order to get diskless workstation netbooting to work. I only ever messed with netbooting the Debian 4.0 installer after already setting up diskless workstations.Isaac Kuo, ICQ 29055726 or Yahoo mechdan
- 06-07-2007 #3Just Joined!
- Join Date
- Jun 2007
- Posts
- 2
That server is FreeBSD box, and all I did was remove commenting '#'.What are the contents of /etc/inetd.conf?
thanks, that's correct. After I added "next-server" line to dhcpd.conf and restarted dhcpd, the target machine finally booted.next-server 192.168.1.4;
But, another problem occurred. I noticed that this installer doesn't have the option of mounting NFS during installation in neither case of "expert" nor "install"(default).
I remember that the previous(maybe) version of installer allowed me to mount ISO-image via NFS. I think it was much better.
- 06-07-2007 #4
Sorry, I can't help you with that. I only ever started messing with PXE install starting with Debian 4.0, and I'm entirely unfamiliar with such an option.
Isaac Kuo, ICQ 29055726 or Yahoo mechdan


Reply With Quote
