lazerdye Posted February 24, 2016 Posted February 24, 2016 Hi, I installed Armbian_5.00_Odroidxu4_Debian_jessie_3.10.96_desktop.raw on my ODroid, plugged a 2TB external drive into the USB 3 port, and ran nand-sata-install. I chose /dev/sda1 as the root. After completing, and rebooting, it appears it installed an operating system on /dev/sda1, but I'm still using the SD card as the root: root@odroidxu4:~# mount /dev/mmcblk0p2 on / type ext4 (rw,noatime,nodiratime,errors=remount-ro,commit=600) .... I tried changing boot.ini to point to /dev/sda1: setenv bootrootfs "console=tty1 loglevel=1 root=/dev/sda1 rootwait ro fsck.repair=yes" but it would not boot with this setting. Is there any more information I can provide to help with this issue?
Igor Posted February 25, 2016 Posted February 25, 2016 I think we haven't tested SATA installer on XU4 ... so it's possible that something important is missing from kernel. I can check and rebuild kernel in few days. 1
lazerdye Posted February 25, 2016 Author Posted February 25, 2016 Thank you, let me know if you'd like me to test anything.
Igor Posted February 26, 2016 Posted February 26, 2016 Found a problem. Fix will come with next update.
Igor Posted February 28, 2016 Posted February 28, 2016 If you are in a need you can use this updated script: https://github.com/igorpecovnik/lib/blob/master/scripts/nand-sata-install/usr/lib/nand-sata-install/nand-sata-install.sh 1
Recommended Posts