| 4 Jun 2023 |
| @mberndt:matrix.org left the room. | 11:56:53 |
| 5 Jun 2023 |
@nikstur:matrix.org | I just came across something curious: I'm currently building a custom kernel for an Nvidia BlueField2 and when I try to boot it with the systemd initrd, it fails to load the overlay module, giving me this error: overlay: module has no symbols (stripped?). When I use the legacy initrd, it is able to load the module. Could this happen because of the way makeInitrdNG works? | 12:25:12 |
@elvishjerricco:matrix.org |
Could this happen because of the way makeInitrdNG works?
That would be pretty surprising, but I have no idea
| 12:26:14 |
@elvishjerricco:matrix.org | we copy the whole modulesClosure derivation in | 12:26:23 |
@janne.hess:helsinki-systems.de | In reply to @nikstur:matrix.org I just came across something curious: I'm currently building a custom kernel for an Nvidia BlueField2 and when I try to boot it with the systemd initrd, it fails to load the overlay module, giving me this error: overlay: module has no symbols (stripped?). When I use the legacy initrd, it is able to load the module. Could this happen because of the way makeInitrdNG works? we have the same issue on rpi4 | 12:26:30 |
@janne.hess:helsinki-systems.de | solution is to disable stripping | 12:26:35 |
@nikstur:matrix.org | Is there an issue for that already? | 12:26:45 |
@nikstur:matrix.org | I guess its an AARCH64 thing then | 12:26:53 |
@janne.hess:helsinki-systems.de | boot.initrd.systemd.strip | 12:26:55 |
@janne.hess:helsinki-systems.de | I don't think so, we thought it was a random oddity with our kernel | 12:27:05 |
@elvishjerricco:matrix.org | huh, how am I only just now realizing I never enabled systemd initrd on my two rpi cm4s.... | 12:27:58 |
@elvishjerricco:matrix.org | Maybe I tried it, experienced this, disabled it, and forgot about it :P | 12:28:13 |
@nikstur:matrix.org | In reply to @janne.hess:helsinki-systems.de I don't think so, we thought it was a random oddity with our kernel Mhmm, might be worth looking into... another time | 12:28:56 |
@janne.hess:helsinki-systems.de | In reply to @nikstur:matrix.org Mhmm, might be worth looking into... another time Once iscsi support is there i can also try it on our mac | 12:29:23 |
@elvishjerricco:matrix.org | is iscsi going to be particularly difficult? I don't know what all is involved in that one | 12:30:09 |
@janne.hess:helsinki-systems.de | I don't think so, the main blocker was networking support | 12:30:57 |
@elvishjerricco:matrix.org | ah, cool | 12:31:15 |