Tiny Core Base > Raspberry Pi
PXE Boot on Pi5
Rabie:
Hi Patrikg,
thank you for your Help!
After i changed my cmdline.txt to the following it did work perfectly
--- Code: ---initrd=rootfs-piCore-16.0.gz,modules-6.12.25-piCore-v8.gz nfsmount=10.210.10.222:/srv/tftp/tce tce=/mnt/nfs ip=dhcp dwc_otg.fiq_fsm_mask=0xF dwc_otg.lpm_enable=0 console=/dev/null root=/dev/ram0 rootwait quiet nortc loglevel=3 noembed lang=de_DE.UTF-8 kmap=de tz=utc-2 waitusb=5 logo.nologo=1 vga=795
--- End code ---
So now I’d like to know how I can make it possible for multiple devices to boot from the same server, but when saving with filetool.sh -b, that each device has its own TCE directory.
I don’t really see whether that’s mentioned in the documentation or wiki, since the documentation was made for TinyCore, and I’m working with piCore.
Any help?
Rich:
Hi Rabie
--- Quote from: Rabie on November 05, 2025, 03:06:15 AM --- ... but when saving with filetool.sh -b, that each device has its own TCE directory. ...
--- End quote ---
On your server:
--- Code: ---mkdir -p mnt/nfs/tce1
mkdir -p mnt/nfs/tce2
mkdir -p mnt/nfs/tce3
,,,
--- End code ---
On the client:
--- Code: ---tce=/mnt/nfs/tce1
--- End code ---
The subdirectory for each client can be whatever you want.
It doesn't have to be tce1 ...
Rabie:
hi rich,
thank you that works :)
Rich:
Hi Rabie
You are welcome. Thank you for confirming it worked. :D
gadget42:
@Rabie @Rich @All, yes! thanks and i would note that this thread has already been viewed approx. 300 times so others are finding it interesting as well. kudos!
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version