Answer the question
In order to leave comments, you need to log in
How to create your correct linux live cd?
All the best! Please do not scold too much :)
I decided to make the download of computers by pxe. I configured mikrotik as a server.
I found a small pxelinux.cfg default config on the Internet , several files were attached to it:
filesystem.squashfs
initrd
vmlinuz
Answer the question
In order to leave comments, you need to log in
filesystem.squashfs - compressed root filesystem (squashfs).
initrd - boot file system, in what form it is presented, it is not clear, you need to look at the boot logs.
vmlinuz - Linux kernel
Loading is as follows,
1) PXE loads vmlinuz and initrd over the network and transfers control to vmlinuz
2) vmlinuz - deploys initrd in memory and starts the init process
3) scripts in initrd load drivers, load filesystem.squashfs over the network into ramdisk and remount root to it
In other words, you need to deploy filesystem.squashfs, add everything you need, re-create filesystem.squashfs .
tldp.org/HOWTO/SquashFS-HOWTO/creatingandusing.html - that's about the same scenario.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question