I got this fixed. There is a way to turn on udp connection for nfs on debian via /etc/nfs.conf: https://groups.google.com/g/linux.debian.user/c/Da_aYR2c7qk?pli=1
On Wed, Aug 21, 2024 at 11:38 AM Sandeep Gupta <gupta.sand...@gmail.com> wrote: > Hello, > > I am trying to net boot OpenBSD on Raspberry Pi. The netboot server is > running on Debian. > So far UEFI bootloader comes up and loads bsd which tries to mount the > root. > However, it seems bsd can only use UDP connections for NFS mount. The > debian only supports > TCP connections ( > https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1964093/comments/13). > > > I can mount the share from an OpenBSD os using the "-T" option, like this: > > doas mount_nfs -T 192.168.0.102:/nfs/54fd/root bsd149_root_mount/ > > However I am not able to pass this option to > clients boot process (no option in /etc/bootparams) to specify this. > > Any workaround suggestions would be helpful. > > Thanks > -S >