Mmm..lots if problems also with this file system.
It also indicate that database on sda5 was corrupt. This typically may happen at power failures. Did that happen?. Also the name of volume to be mounted "sd-card" is strange. Did you try something with an usb stick?
Furthermore the udhcp process cannot start. The reason for that is probably that the netwerk interface is not up yet. However your network interface is not broken otherwise standalone kernel could not be loaded. Then also here we may have a corrupt file.
The only possibility I see now is reinstalling firmware on sda7 using fvdw-sl console. There is on option you can choose from the fvdw-sl-programs to write firmware to partition sda1, sda2 and sda7.
But looking to the amount of issues I am afraid that your harddisk has a problem causing file corruptions.
To see if your data us still accessible connect with standalone kernel and mount sda8 and list its content
- Code: Select all
mkdir /sda8
mount /dev/sda8 /sda8
cd /sda8
ls
You can check the sub directories by using cd command to go into sub directory and then use ls command again