|
|
|
|
|
by ahepp
209 days ago
|
|
I've had issues using root-on-nfs now that dnf uses a sqlite database. However, root-on-iscsi has been working really well for me. At first I was PXE booting a kernel and custom initramfs over TFTP, and having the initramfs initiate the iscsi session. More recently I have been PXE booting iPXE, which then has support iscsi. iPXE initiates the iscsi session, reads the kernel and initramfs off the "disk", then once the kernel and initramfs have loaded, the initramfs uses some magic called iBFT to "rediscover" the session that the firmware initiated. The nice part about that second approach is I don't need to set up any hooks to transfer a new kernel and initramfs to my server whenever they're updated on the machine. |
|
Have never used scsi for this. i suspect it's faster?