Hexxeh / rpi-update

An easier way to update the firmware of your Raspberry Pi
MIT License
1.94k stars 232 forks source link

ERROR: failed to load symbols from... #41

Closed starenka closed 11 years ago

starenka commented 11 years ago
root raspberrypi ~ # rpi-update 
Raspberry Pi firmware updater by Hexxeh, enhanced by AndrewS
Performing self-update
ARM/GPU split is now defined in /boot/config.txt using the gpu_mem option!
We're running for the first time
Setting up firmware (this will take a few minutes)
ERROR: failed to load symbols from //lib/modules/3.2.27+/kernel/drivers/misc/eeprom/eeprom_93cx6.ko: Exec format error
ERROR: failed to load symbols from //lib/modules/3.2.27+/kernel/drivers/net/hamradio/mkiss.ko: Exec format error
ERROR: failed to load symbols from //lib/modules/3.2.27+/kernel/drivers/net/hamradio/6pack.ko: Exec format error
ERROR: failed to load symbols from //lib/modules/3.2.27+/kernel/drivers/net/hamradio/yam.ko: Exec format error
ERROR: failed to load symbols from //lib/modules/3.2.27+/kernel/drivers/net/bonding/bonding.ko: Exec format error
ERROR: failed to load symbols from //lib/modules/3.2.27+/kernel/drivers/net/irda/irda-usb.ko: Exec format error
ERROR: failed to load symbols from //lib/modules/3.2.27+/kernel/drivers/net/irda/irtty-sir.ko: Exec format error
ERROR: failed to load symbols from //lib/modules/3.2.27+/kernel/drivers/media/video/videodev.ko: Exec format error
ERROR: failed to load symbols from //lib/modules/3.2.27+/kernel/drivers/media/video/wm8775.ko: Exec format error
ERROR: failed to load symbols from //lib/modules/3.2.27+/kernel/drivers/media/video/videobuf-vmalloc.ko: Exec format error
ERROR: failed to load symbols from //lib/modules/3.2.27+/kernel/drivers/media/video/videobuf2-core.ko: Exec format error
ERROR: failed to load symbols from //lib/modules/3.2.27+/kernel/drivers/media/video/videobuf2-memops.ko: Exec format error
ERROR: failed to load symbols from //lib/modules/3.2.27+/kernel/drivers/media/video/videobuf2-vmalloc.ko: Exec format error
Using HardFP libraries
If no errors appeared, your firmware was successfully setup
A reboot is needed to activate the new firmware

What does it mean? Is it safe to reboot?

ayr-ton commented 11 years ago

@starenka Try to reinstall your video drivers.

starenka commented 11 years ago

:) New to this business, what do you mean by that? Since that error I get this every time:

root raspberrypi ~ # rpi-update                
Raspberry Pi firmware updater by Hexxeh, enhanced by AndrewS
Performing self-update
ARM/GPU split is now defined in /boot/config.txt using the gpu_mem option!
Updating firmware (this will take a few minutes)
error: bad index file sha1 signature
fatal: index file corrupt
licaon-kter commented 11 years ago

delete /root/.rpi-firmware and /boot/.firmware_revision and then retry

starenka commented 11 years ago

same thing https://github.com/Hexxeh/rpi-update/issues/41#issuecomment-9848145 :(

popcornmix commented 11 years ago

Is your sdcard full?

starenka commented 11 years ago

nope :(

pi raspberrypi ~ % df -h
Filesystem      Size  Used Avail Use% Mounted on
rootfs           15G  1.9G   13G  14% /
/dev/root        15G  1.9G   13G  14% /
devtmpfs        117M     0  117M   0% /dev
tmpfs            24M  240K   23M   2% /run
tmpfs           5.0M     0  5.0M   0% /run/lock
tmpfs            47M     0   47M   0% /run/shm
/dev/mmcblk0p1   56M   17M   40M  30% /boot
/dev/sda1       111G   75G   30G  72% /mnt/bukit
popcornmix commented 11 years ago

Sounds like some sort of sdcard corruption. If you start with a clean image, I expect it would work.