Thanks for all the great work!
Updating with sudo apt-get update && sudo apt-get upgrade works as far as:
Code: Select all
Setting up raspberrypi-bootloader (1.20120918-1) ...
Your current start.elf is the same as arm224_start.elf
Removing 'diversion of /boot/arm128_start.elf to /usr/share/rpikernelhack/arm128_start.elf by rpikernelhack'
This is probably nearly at the end and apt-get upgrade stays there forever, rendering the raspberry pi unresponsive.
Restarting and doing the update and upgrade process again results in:
Code: Select all
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
Yes, sure it was interrupted. Running dpkg works as far as:
Code: Select all
Setting up raspberrypi-bootloader (1.20120918-1) ...
Your current start.elf is the same as arm224_start.elf
Removing 'diversion of /boot/arm128_start.elf to /usr/share/rpikernelhack/arm128_start.elf by rpikernelhack'
How can I fix this apart from installing the image from scratch?