Netboot and Remote file system #38
|
Hello, For example one could setup an http server containing the rootfs and mount |
Replies: 1 comment 1 reply
|
UKIs should just work on uefi/http boots afaik. (but i didn't try that myself) you can build server info into the UKI (for example, include in the kernel cmdline field). The rootfs you can either also build into the UKI (if you have a lot of RAM or a small root fs), or you can transition into the rootfs on some network share, NFS, iscsi or so. |
UKIs should just work on uefi/http boots afaik. (but i didn't try that myself) you can build server info into the UKI (for example, include in the kernel cmdline field). The rootfs you can either also build into the UKI (if you have a lot of RAM or a small root fs), or you can transition into the rootfs on some network share, NFS, iscsi or so.