fuer neuestes uboot 2016 cd /tmp wget http://wohnen-saar.de/RescueV2.8.2-10292012.tar.gz tar zxvf RescueV2.8.2-10292012.tar.gz rm RescueV2.8.2-10292012.tar.gz flash_erase /dev/mtd1 0 0 nandwrite /dev/mtd1 uImage-mtd1.img flash_erase /dev/mtd2 0 0 ubiformat /dev/mtd2 -s 512 -f rootfs-mtd2.img -y evtl mehrmals bis ohne error fw_setenv set_bootargs_rescue 'setenv bootargs console=$console ubi.mtd=2 root=ubi0:rootfs ro rootfstype=ubifs $mtdparts' fw_setenv bootcmd_rescue 'run set_bootargs_rescue; nand read.e 0x800000 0x100000 0x400000; bootm 0x800000' #fw_setenv bootcmd_pogo 'run bootcmd_rescue' fw_setenv rescue_installed 1 fw_setenv bootcmd 'run bootcmd_uenv; run scan_disk; run set_bootargs; run bootcmd_exec; run bootcmd_rescue; reset' *backupsystem: fw_setenv bootcmd 'run bootcmd_rescue; reset' oder fw_setenv bootcmd 'run bootcmd_rescue; run bootcmd_uenv; run scan_disk; run set_bootargs; run bootcmd_exec; reset' /sbin/tune2fs vom stick ins rescue für ext4 cd /sbin rm tune2fs wget http://wohnen-saar.de/tune2fs . chmod chmod 755 tune2fs key aufspielen /etc/sshd_config ändern PermitRootLogin without-password port TZ steht auf utc cd /etc/rcS.d rm S52avahi-setup S55avahi-daemon md /backup ext4 mit -t mounten als ext4 und label sgsbackup_0 root@debian:~# tune2fs -c0 /dev/sda1 tune2fs 1.42.12 (29-Aug-2014) Setting maximal mount count to -1 root@debian:~# tune2fs -i0 /dev/sda1 tune2fs 1.42.12 (29-Aug-2014) Setting interval between checks to 0 seconds root@debian:~# tune2fs -r0 /dev/sda1 tune2fs 1.42.12 (29-Aug-2014) Setting reserved blocks count to 0 root@debian:~# tune2fs -m0 /dev/sda1 tune2fs 1.42.12 (29-Aug-2014) Setting reserved blocks percentage to 0% (0 blocks)