--- sys/nfsclient/nfs_vfsops.c (revision 197582) +++ sys/nfsclient/nfs_vfsops.c (local) @@ -464,7 +464,7 @@ } #endif error = ifioctl(so, SIOCAIFADDR, (caddr_t)&nd->myif, td); - if (error) + if (error && (error != EEXIST)) panic("nfs_mountroot: SIOCAIFADDR: %d", error); if ((cp = getenv("boot.netif.mtu")) != NULL) { ir.ifr_mtu = strtol(cp, NULL, 10); @@ -852,6 +852,8 @@ has_nfs_args_opt = 1; } + args.flags |= NFSMNT_NOLOCKD; + if (vfs_getopt(mp->mnt_optnew, "dumbtimer", NULL, NULL) == 0) args.flags |= NFSMNT_DUMBTIMR; if (vfs_getopt(mp->mnt_optnew, "noconn", NULL, NULL) == 0)