On Wed, Dec 12, 2001 at 03:34:57PM -0500, Todd Blevins wrote: > > I'm using an nfs server on a previous 2.2.19-0.07vrdr kernel for the install and > am getting a > > nfs warning: mount version older than kernel This should be an error on your old system that is an NFS server, right? This shouldn't make any difference and should still work fine. > > message on the console after selecting the nfs information from the loader > program. What happens is it redisplays that same NFS Setup screen again after > hitting enter. Also, it appears to mount the filesystem each time: This must be some real error we haven't seen until now. The simple installer shouldn't have any loop: mount -o rsize=8192,nolock -t nfs "$RPMSERVER" /mnt/source test -d /mnt/source/RedHat/RPMS || { umount /mnt/source >/dev/null 2>&1 abortinstall "No Red Hat directory structure found." } Are you using the simple installer or the "loader/anaconda" thing? What does your param file look like? Thanks, Florian La Roche