So, I'm trying to install Fedora Core 4 on a Toshiba Libretto L5 via network install. Originally, I tried using GRUB for NT. Set that up succesfully and was able to connect and start the installation. It went south while reading the packages from an FTP server and of course that was after the partitioning - so the HD is now scrubbed.
At this point, it looks like I'm definately going to have to do the network install. Two problems....
First, has anyone had success with doing an install using the Network Booting Service application under Sever Settings? I set everything up, created my NFS share but when booting my Libretto, nothing happens. Not sure if it's something I'm doing or that the NBS app just isn't ready for 'primetime'.
Second, where I'm at now is that I have DHCPD config'd and working:
subnet 192.168.1.0 netmask 255.255.255.0 {
option subnet-mask 255.255.255.0;
range 192.168.1.200 192.168.1.210
}
host pxeclient {
hardware ethernet 00:00:00:00:00:00; (ommited actual MAC address in post)
filename "/tftpboot/linux-install/pxelinux.0";
fixed-address 192.168.1.55;
next-server 192.168.1.70
option broadcast-address 192.168.1.255
}
ddns-update-style ad-hoc;
In my /tftboot/linux-install directory, I believe I have all neccessary files:
pxelinux.0
vmlinuz
initrd.img
/pxelinux.cfg
And my tftp config info in /etc/xinet.d looks like:
services tftp
{
disable=no
socket_type=udp
wait=yes
user=root
server=/user/sbin/in.tftpd
/server_args= -s /tftpboot
per_source=11
cps=100 2
flags=IPv4
So going from the different sources I've used to guide me, I think I have everything setup OK. When I power on the Libretto, it does recieve the fixed IP address (192.168.1.55) but I get an error for TFTP that the file can't be found.
Could I borrow some of you alls eyes and let me know, did I miss something? The only thing that came to mind last night was to change the server_args statement to reflect /tftpboot/linux-install as the root, but tried that and same error. Thanks for any insight anyone could offer. If I get this straightened out, I'll update...


Reply With Quote
