-
-
Notifications
You must be signed in to change notification settings - Fork 537
Closed
Labels
Description
Hi,
I'm still playing around trying to use my test systems using PXE boot. Booting themselves is not an issue and my RPi4B is starting using RootFS located on a NFS share 😃
root@DietPi4:~# df -h
Filesystem Size Used Avail Use% Mounted on
192.168.0.10:/volume1/NFS/pxe/rpi4_armv6 2.7T 806G 1.9T 31% /
devtmpfs 3.9G 0 3.9G 0% /dev
tmpfs 3.9G 0 3.9G 0% /dev/shm
tmpfs 1.6G 8.6M 1.6G 1% /run
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 3.9G 0 3.9G 0% /tmp
tmpfs 50M 8.0K 50M 1% /var/log
Currently my challenge is to showdown/reboot the system. It's going to hang on bringing down the interfaces. I guess issue is somewhere in the order of actions. NFS share seems to disconnect before all scrips finished. Maybe you know what status the system is hanging on and if there is a way to shift thinks around and to have NFS share disconnected last? Probably a chicken/ egg challenge 🤔
Reactions are currently unavailable
