Description
I did
aptitude update; aptitude safe upgrade and after that, my RASPI freezes
after reboot I did: dpkg --configure -a
root@raspberrypi:/home/pi# dpkg --configure -a
Setting up raspberrypi-bootloader (1.20120810-1) …
Your current start.elf is the same as arm240_start.elf
Was not able to detect current memory split
Diversion „diversion /boot/arm128_start.elf by package rpikernelhack“ doesn't exist, not deleted
Diversion „diversion /boot/arm192_start.elf by package rpikernelhack“ doesn't exist, not deleted
Diversion „diversion /boot/arm224_start.elf by package rpikernelhack“ doesn't exist, not deleted
Diversion „diversion /boot/arm240_start.elf by package rpikernelhack“ doesn't exist, not deleted
and so on
All files in my /boot are deleted and RASPI can't boot.
Deleted files: (bootcode.bin, kernel.img, kernel_cutdown.img, kernel_emergency.img, arm*_start.elf)
What is wrong?
I have to insert SD card into other PC and copy these files into /boot. But after I do dpkg --configure -a -> the same problem.