Ended up trying FossaPup64 9.5, that worked (Slackware64 15.0 does not, I tried the full mknetboot.sh, same error).
Here my final script in case it's useful for someone.
Just run as root (not strictly necessary, but you would need to replace the "mount $1 /mnt" line with extracting the iso to a temp ...
Search found 3 matches
- Wed Mar 15, 2023 2:41 pm
- Forum: Beginners Help
- Topic: How to boot Puppy over network (PXE / TFTP)? (Solved)
- Replies: 3
- Views: 1435
- Wed Mar 15, 2023 12:16 pm
- Forum: Beginners Help
- Topic: How to boot Puppy over network (PXE / TFTP)? (Solved)
- Replies: 3
- Views: 1435
Re: Netboot Issues
There is only the kernel and initrd in that directory.
Just putting the iso content there didn't work over PXE, I got a different error stating the sfs files could not be located at all.
That's why I followed the Guide (https://tenbaht.github.io/posts/pxe-booting-puppy-linux/) to add the sfs files ...
Just putting the iso content there didn't work over PXE, I got a different error stating the sfs files could not be located at all.
That's why I followed the Guide (https://tenbaht.github.io/posts/pxe-booting-puppy-linux/) to add the sfs files ...
- Wed Mar 15, 2023 10:16 am
- Forum: Beginners Help
- Topic: How to boot Puppy over network (PXE / TFTP)? (Solved)
- Replies: 3
- Views: 1435
How to boot Puppy over network (PXE / TFTP)? (Solved)
Hi,
I'm currently trying to get poppy Linux booting over the Network (PXE / TFTP).
I was following this Guide: https://tenbaht.github.io/posts/pxe-booting-puppy-linux/
Used the following to try create a initrd.gz containing all .sfs files:
#!/usr/bin/env bash
rptmpdir=/tmp/repack
outdir=$(pwd ...
I'm currently trying to get poppy Linux booting over the Network (PXE / TFTP).
I was following this Guide: https://tenbaht.github.io/posts/pxe-booting-puppy-linux/
Used the following to try create a initrd.gz containing all .sfs files:
#!/usr/bin/env bash
rptmpdir=/tmp/repack
outdir=$(pwd ...