e-m-b-a / emba

EMBA - The firmware security analyzer
https://www.securefirmware.de
GNU General Public License v3.0
2.72k stars 236 forks source link

Added "apt install linux-modules-extra" package for proper installation of ubi and nandsim modules #1376

Closed 0xr3act0r closed 1 week ago

0xr3act0r commented 1 week ago

The linux-modules-extra package must be installed to use the ubi and nandsim modules. Otherwise, nandsim and ubi modules cannot be loaded with modprobe during the dependency check phase. (Ubuntu 22.04)

m-1-k-3 commented 1 week ago

Thank you very much for this valuable fix. Will it also work if we move this fix to the ubuntu installer module over here? https://github.com/e-m-b-a/emba/blob/3cfb1e6a46e7554e12049c88e010190715711486/installer/ID1_ubuntu_os.sh#L27

0xr3act0r commented 1 week ago

Thank you very much for this valuable fix. Will it also work if we move this fix to the ubuntu installer module over here?

https://github.com/e-m-b-a/emba/blob/3cfb1e6a46e7554e12049c88e010190715711486/installer/ID1_ubuntu_os.sh#L27

Of course, it might make more sense. My commit was a bit of a quick fix :-)

m-1-k-3 commented 1 week ago

Thank you for your updates. Two further points:

0xr3act0r commented 1 week ago

I hope it is appropriate now, thank you very much for your valuable feedback :)

m-1-k-3 commented 1 week ago

Thank you for effort and bringing this fix to EMBA