Jocko wrote:Ok, there is no kernel on sda6
- Code: Select all
writing kernel to partition 6
mounting sda 5 succeeded
getting kernel from tftp server
writing kernel to partition 6
0+0 records in
0+0 records out
0 bytes (0B) copied, 0.000236 seconds, 0B/s
writing kernel to partition 6 succeeded
So the script wrote nothing
You can try to do it manually
- Code: Select all
mkdir /sda5
mount /dev/sda5 /sda5
busybox tftp -r firmware/kirkwood/UIMAGE-414133-KIRKWOOD-1 -l /sda5/kernel.img -g ip-pc
busybox md5sum UIMAGE-414133-KIRKWOOD-1
dd if=/sda5/kernel.img of=/dev/sda6
busybox rm /sda5/kernel.img
and try to reboot the nas
if /dev/sda5 is still mounted, no need to run the mount command (and also mkdir)
ip-pc is still the ip address of your laptop
if md5sum does not return the value: 2f791aece45389418973c103a88e64fb
that means either the uploaded kernel image is corrupted or the one on your laptop
Hi Jock,
These are the outputs to the commands that you indicate to me:
root@fvdw-sta-kirkwood:/ # mkdir /sda5
root@fvdw-sta-kirkwood:/ # mount /dev/sda5 /sda5
root@fvdw-sta-kirkwood:/ # busybox tftp -r firmware/kirkwood/UIMAGE-414133-KIRKWOOD-1 -l /sda5/kernel.img -g 192.
168.1.18
firmware/kirkwood/UI 100% |****************************************************************| 4664k 0:00:00 ETA
root@fvdw-sta-kirkwood:/ # busybox md5sum UIMAGE-414133-KIRKWOOD-1
md5sum: can't open 'UIMAGE-414133-KIRKWOOD-1': No such file or directory
root@fvdw-sta-kirkwood:/ # dd if=/sda5/kernel.img of=/dev/sda6
9328+1 records in
9328+1 records out
4776328 bytes (4.6MB) copied, 0.340523 seconds, 13.4MB/s
root@fvdw-sta-kirkwood:/ # busybox rm /sda5/kernel.img
the command md5sum does not return the value: 2f791aece45389418973c103a88e64fb.... :scratch
Given this, I have downloaded the five files "rar" from the console again and I have performed the operation again to rule out that the files on my computer were corrupt, and the result has been the same.
I am attaching a new "Installer.log" file in case you need it to do some analysis.
You do not have the required permissions to view the files attached to this post.