Jump to content

Antony Abi Rached

Members
  • Posts

    43
  • Joined

  • Last visited

Everything posted by Antony Abi Rached

  1. @martinayotte you can find attached the serial debug when rebooting. Thanks for the help. Regards, Antony SerialDebug.txt
  2. Content of /boot/armbianEnv.txt : verbosity=1 logo=disabled console=both disp_mode=1920x1080p60 overlay_prefix=sun8i-h3 overlays=usbhost1 usbhost2 rootdev=UUID=4c5efd27-eb4c-4bf4-b605-6bb7fa395ac9 usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u rootfstype=ext4 So normally rootdev points to the SSD disk. The format rootdev=UUID=... is correct? Regards, Antony
  3. You can find also the output of "sudo lsblk -o name,mountpoint,size,type,ro,label,uuid" command : NAME MOUNTPOINT SIZE TYPE RO LABEL UUID sda 55.9G disk 0 └─sda1 /mnt/nand-sata-install.eGPTd1 55.9G part 0 4c5efd27-eb4c-4bf4-b605-6bb7fa395ac9 mmcblk0 7.4G disk 0 └─mmcblk0p1 / 7.3G part 0 1e83c9ce-2656-44f4-880c-b36e49cdde63 mmcblk1 7.3G disk 0 ├─mmcblk1p1 40M part 0 boot 2979-8F05 └─mmcblk1p2 7.2G part 0 rootfs ff313567-e9f1-5a5d-9895-3ba130b4a864 mmcblk1boot0 4M disk 1 mmcblk1boot1 4M disk 1 zram0 /var/log 50M disk 0 zram1 [SWAP] 61.7M disk 0 zram2 [SWAP] 61.7M disk 0 zram3 [SWAP] 61.7M disk 0 zram4 [SWAP] 61.7M disk 0 Regards, Antony
  4. I retried the test with a new image. This time when the execution of the script is ended, I tried to mount manually the SSD on /mnt/nand-sata-install.eGPTd1. (This is the name of the mounting point that I got this time). When I did this, I found all the directories that I have in the mounting point / of the SD card. You can find below the /mnt/nand-sata-install.eGPTd1/etc/fstab file : # <file system> <mount point> <type> <options> <dump> <pass> tmpfs /tmp tmpfs defaults,nosuid 0 0 UUID=1e83c9ce-2656-44f4-880c-b36e49cdde63 UUID=2979-8F05 /media/mmcboot ext4 defaults,noatime,nodiratime,commit=600,errors=remount-ro,x-gvfs-hide 0 1 /media/mmcboot/boot /boot none bind 0 0 UUID=4c5efd27-eb4c-4bf4-b605-6bb7fa395ac9 / ext4 defaults,noatime,nodiratime,commit=600,errors=remount-ro,x-gvfs-hide 0 1 P.S : When I mounted the SSD disk manually, I dont hava anymore rootfs in /mnt/nand-sata-install.eGPTd1. I have directly the directories. You can find below the output of the command "ls /mnt/nand-sata-install.eGPTd1/" : bin boot dev etc home lib lost+found media mnt opt proc root run sbin selinux srv sys tmp usr var Thanks in advance. Antony
  5. Just to be clear, I dont want to use the EMMC for the moment. I just want to boot from SD card and have my file system on the SSD disk. Thanks again for the help.
  6. Thanks for your reply. In fact after checking : mmcblk1 is the SD card and not the EMMC. After running the script nand-sata-install, I dont know where the SSD disk is mounted as you can see from the output of the command "lsblk". I tried to check the output of this command while the script was copying files from Sd card to SSD. I found that the mounting point is /mnt/nand-sata-install/rootfs. But when the execution of the script is finished, the mounting point is empty when I check the output of lsblk. In addition to that, I tried to access /mnt/nand-sata-install/ and I found there routfs and bootfs but they are empty. If I try to reboot after the end of the script, I cannot access anymore the nanopi. I even tried to mount the SSD disk partition on /mnt/nand-sata-install/rootfs using fstab. But also I cannot access anymore the nanopi after rebooting. What do you thing I am doing wrong? Regards, Antony
  7. I retried my test. I runned nand-sata-install script and didn't reboot after the transfer of files is complete. The output of the following command "sudo lsblk -o name,mountpoint,size,type,ro,label,uuid" is : NAME MOUNTPOINT SIZE TYPE RO LABEL UUID sda 55.9G disk 0 └─sda1 55.9G part 0 509de78a-f5c9-48ed-b887-d32c51818795 mmcblk0 7.4G disk 0 └─mmcblk0p1 / 7.3G part 0 1e83c9ce-2656-44f4-880c-b36e49cdde63 mmcblk1 7.3G disk 0 ├─mmcblk1p1 40M part 0 boot 2979-8F05 └─mmcblk1p2 7.2G part 0 rootfs ff313567-e9f1-5a5d-9895-3ba130b4a864 mmcblk1boot0 4M disk 1 mmcblk1boot1 4M disk 1 zram0 /var/log 50M disk 0 zram1 [SWAP] 61.7M disk 0 zram2 [SWAP] 61.7M disk 0 zram3 [SWAP] 61.7M disk 0 zram4 [SWAP] 61.7M disk 0 Is it normal that rootfs is now on the emmc storage (I suppose) ? I am sure that I am choosing the option "boot from SD, system on SATA / USB" when running the nand-sata-install script using armbian-config. I also checked /etc/fstab. Here is its content : UUID=1e83c9ce-2656-44f4-880c-b36e49cdde63 / ext4 defaults,noatime,nodiratime,commit=600,errors=remount-ro 0 1 tmpfs /tmp tmpfs defaults,nosuid 0 0 Thanks in advance for the help guys.
  8. I solved this problem. In fact I was mounting the SSD disk before running the nand-sata-install script. I should not mount it! From the other side the script didn't work for me. I putted the problem that I am facing on the following issue :
  9. Hello everyone, I am trying to run the nand-sand-install script in order to boot from SD card and have my filesystem on an SSD card. I am using this stretch armbian image with nanopi neocore : https://www.armbian.com/nanopi-neo/ What I did is the following : 1) I updated and upgraded the image after booting. 2) I deleted all the partitions that I have on my SSD disk. 3) I created an new partition on the SSD disk. 4) I didn't mount the disk. 5) I used armbian-config to run the nand-sata-install script. 6) The partition is detected and the files are transfered to the SSD disk. 7) After the script is done, I choosed to reboot. 8) After the reboot, I cannot access the nanopi. What I should do? My goal is to boot from SD and have my system on the SSD card. So normally I should keep only /boot on SD card and everything else should be on the SSD disk. Thanks in advance for the help.
  10. Hello, I am using nanoPi Neo Core with mini shield nanoPi NEO CORE/CORE2. The OS that i am using is Armbian stretch downloaded from this link : https://www.armbian.com/nanopi-neo/ What I am trying to do is boot the OS from the SD card and have the filesystem on a SSD disk. In order to do that, I created a primary partiton on the disk using parted. Then I formatted the partition to ext4. I tried to execute nand-sata-install script using armbian-config. When I choose to boot from SD card system on SATA, the partiton of the disk that I created is found. When I select the partition, I got an error that the partition is too small. In fact the partition that i created have a size of 55GB. So for sure the partition is not too small. What could be the cause of this problem? Thanks in advance. Regards, Antony
  11. Thank you @Igor @guidol for your help. I will try it next week and give you my feedback.
  12. I tried this image. I typed the command : "uname -a" to know the version of the Kernel and I got the following result : Linux nanopineo 4.17.10-sunxi #40 SMP Thu Jul 26 10:21:51 UTC 2018 armv7l GNU/Linux So i am using Kernel 4.17 but the eMMC is not supported.
  13. I just tried the image that you mentionned @guidol but I got also the same problem. eMMC is not support and If I try to execute the script "nand-sata-install", only one option is available : boot from SD, system on SATA / USB. Any suggestions? Regards, Antony
  14. Thanks for your replies. I tried the image corresponding to Nanopi Neo / Core after the changes that you made but i got the same results. I will try the image that you mentioned now @guidol . Thanks a lot for your help.
  15. Thanks for your replies. I am using nanoPi Neo Core with mini shield nanoPi NEO CORE/CORE2. You can find it attached to this message. As u can see, there is the eMMC memory on the board. I am using armbian stretch with the nanoPi NEO CORE. Thanks in advance for your help. Regards, Antony
  16. Hello, I am trying to apply the following configuration to my nanoPi Duo Core: * Boot from eMMC * System on SATA/USB (disk) When i try to find the eMMC device using the command "fdisk", I can only see the SD card and the disk that I added. My NanoPi duo core contains the eMMC memory but I am unable to find it. In addition to that, If I try to execute the script "nand-sata-install", only one option is available : boot from SD, system on SATA / USB. The other two options : "boot from eMMC / NAND, system on eMMC/NAND" and " boot from eMMC / NAND, system on SATA / USB" are not mentionned. Can someone help me with this issue? Thanks in advance. Regards, Antony
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines