lukaszjokiel Posted February 25, 2017 Posted February 25, 2017 Hi, I'm trying to boot from SATA the original OrangePI: Using the Jessie "Linux orangepi 4.9.12-sunxi #4 SMP Thu Feb 23 19:46:51 CET 2017 armv7l GNU/Linux" Followed this thread: https://forum.armbian.com/index.php/topic/329-moving-linux-to-sata-or-external-drive/ - copied to /dev/sda1 - edited /boot/boot.cmd and changed to /dev/sda1 - edited the mounted sda1 fstab and changed / to SATA drive UUID - compiled: mkimage -C none -A arm -T script -d /boot/boot.cmd /boot/boot.scr Rebooted but Orange Pi still boots from mSD card and does not use SATA drive. Question: Should I use UUID of the SATA drive in /boot/boot.cmd?
Solution martinayotte Posted February 25, 2017 Solution Posted February 25, 2017 UUID in /boot/armbianEnv.txt ? Yes ! on the line "rootdev=" which is passed as kernel argument.
lukaszjokiel Posted February 25, 2017 Author Posted February 25, 2017 Woooha! That's it. Booted like a charm.Kudos Martin!This could be in the Orange Pi wiki for armbian...
Recommended Posts