mguc Posted April 4, 2023 Posted April 4, 2023 After running the armbian-install program and selecting option "1 'Boot from SD - system on SATA, USB or NVMe'" the program transfers the contents of the SD card to the drive (SATA or NVMe). And it works. The problem occurs after booting - a message appears about the device being unable to mount /media/mmcboot . And indeed - the contents of /media/mmcboot and /boot are empty. The problem turns out to be the contents of the /etc/fstab file generated on the SATA/NVMe drive. The mount point /media/mmcboot has a only UUID value, but the text "UUID=" is missing before the value. After manually adding it, everything starts fine. If someone could lean in and correct the error in the armbian-install script.. that would be nice. The topic is definitely about scripts for rockpi 4b/4se and cubieboard. (tested on armbian v21 for cubietruck and armbian v23 for rockpi 4b/4se). 0 Quote
SteeMan Posted April 4, 2023 Posted April 4, 2023 @mguc I believe this was fixed already in this PR: https://github.com/armbian/build/pull/4954 Could you download a nightly build and test/see if this is fixed for your case? 0 Quote
mguc Posted April 4, 2023 Author Posted April 4, 2023 Sorry, but I "fixed" /etc/fstab file manually. Script still need to be fixed... Maybe someone else can improve this script - unfortunately I can't. 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.