I've been successful netbooting bookworm, but using the same methods I am unable to netboot trixie.
the cmdline.txt is straight forward:the /etc/fstab is also straight forward:the image I'm using was first installed on an SD card, validated that it worked and then simply copied with CPIO into two directories, one for the /boot and one for the / . The boot starts and gets as far as "Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore" At that point it goes no further.
based upon where the boot stops this tells me that both the /boot and / filesystems have been mounted. The Pi also continues to respond to ping requests.
The Pi is a model 4B
TIA
the cmdline.txt is straight forward:
Code:
console=serial0,115200 console=tty1 root=/dev/nfs rootfstype=nfs nfsroot=172.18.19.2:/home/pi_nfsroot/e443f420 rw ip=::::blue::dhcp rootwait elevator=deadlineCode:
proc /proc proc defaults 0 0172.18.19.2:/home/tftpboot/e443f420 /boot/firmware nfs auto,_netdev,x-systemd.automount 0 0based upon where the boot stops this tells me that both the /boot and / filesystems have been mounted. The Pi also continues to respond to ping requests.
The Pi is a model 4B
TIA
Statistics: Posted by pa23 — Tue Dec 16, 2025 1:48 pm