connectez la carte SD à votre PC et rendez vous dans la partition boot de la carte (la seule accessible depuis Windows, normalement) pour éditer le fichier config.txt et rajouter à la fin du fichier la ligne suivante :
Sauvegardez le fichier, puis insérez la carte micro SD dans votre raspberry pi et démarrez la (insérez seulement la carte SD, pas la clef USB/disque dur). Normalement une fois démarrée, la raspberry pi va automatiquement se configurer pour à l’avenir démarrer sur la clé USB.
Pour vérifier que tout est bon, on peut regarder le registre 17 de l’OPT (One-Time programmable qui désigne la mémoire morte qui ne peut être programmée qu’une seule fois). Pour cela on utilise la commande suivante :
```vcgencmd otp_dump | grep 17
La raspberry pi doit nous retourner : 17:3020000a.
Android TV Box, something went wrong and I bricked it somehow. It dind't boot up anymore, I could enter the recovery menu from micro SD card with stock firmware on it, but it was impossible to flash the firmware, I got always the same errors, something like:
E:failed to mount /data (Invalid argument)
can't mount '/data' (Invalid argument)
E:failed to mount /data (Invalid argument)
E:Can't mount /data/log/recovery_log.txt
The easiest way to solve this, without need of short circuit of the NAND pins, is to use Amlogic BootcardMaker to make a bootable micro SD card with your device stock firmware, in my case I needed Vigica C90T 20150211 FW.
So download Amlogic BootcardMaker, download your device stock firmware, launch the application with administrator rights, select your micro SD card as removable disk to be used, tick 'To partition and Format', then Click 'Open' and choose u-boot.bin from your device stock firmware package. Now press 'Make' button and when it's done just copy all the firmware files to micro SD card (aml_autoscript, factory_update_param.aml, firmware.zip, recovery.img, u-boot.bin, unlock_autoscript).
Now insert the micro SD card in your Amlogic device and power on. You will be able to enter into recovery and the firmware will be flashed automatically. When the TV BOX reboots, remove the micro SD Card, this step is very important, wait 4-5 minutes and the update will completed. Next, follow the regular procedure and flash back to your stock firmware if this was from another Amlogic device, everything should be back to normal now.
Réinstaller grub efi aprés une install débian foireuse...
0) récupérer refind et booter dessus (utiliser drivedroid si vous avez un android rooté :x )
http://www.rodsbooks.com/refind/getting.html
1)
[ -d /sys/firmware/efi ] && echo "EFI boot on HDD" || echo "Legacy boot on HDD"
should return "EFI boot on HDD".
2) en ligne de commande et en root (donc sudo -i)
(si sda1 est votre partition EFI)
mount /dev/sda1 /boot/efi
apt-get install --reinstall grub-efi
grub-install /dev/sda
update-grub
You should check afterwards that:
/boot/efi/EFI/debian/grubx64.efi: PE32+ executable (EFI application) x86-64 (stripped to external PDB), for MS Windows
A TESTER D'URGENCE
Un article qui m'a bien aidé pour réparer le dual boot EFI Manjaro-Windows 8.1 ...
Merci pour ça ;)
La liste de tout les kernel dorimanx's pour galaxy S2 (pratique pour le dual boot sous aokp et miui ... :D ).
Boot USB external drive with MacBook 'Books