offensive-security / kali-arm-build-scripts

Kali Linux ARM build scripts
880 stars 374 forks source link

USB Armory image no longer boots after apt-get upgrade #82

Closed Glennvd closed 7 years ago

Glennvd commented 8 years ago

Trying to install the USB armory image, works great. Until we run an apt-get upgrade and reboot. Armory seems to boot (led goes from dimmed to bright) but the kernel heartbeat is missing. Not really sure how to debug this particular issue. Reimaged twice now in order to confirm.

Anybody have any ideas?

ghost commented 8 years ago

Did you check the assembly scripts for errors? Could there be some sort of transmission error when you run apt-get upgrade?

-Aylor

On Sep 30, 2016, at 10:21, Glenn Vandamme notifications@github.com wrote:

Trying to install the USB armory image, works great. Until we run an apt-get upgrade and reboot. Armory seems to boot (led goes from dimmed to bright) but the kernel heartbeat is missing. Not really sure how to debug this particular issue. Reimaged twice now in order to confirm.

Anybody have any ideas?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

courtneygibson commented 8 years ago

I had the same issue. It turns out the most recent set of updates leaves an empty "modules" file, which prevents loading a number of key modules on boot. Adding the following lines to the bottom of /etc/modules seems to fix the problem:

ledtrig_heartbeat
ci_hdrc_imx
#g_mass_storage
g_ether