JDoll Posted March 15, 2023 Posted March 15, 2023 I don't quite know where to post this. I hope I am in the right place. When migrating a system from an armbian_23.02.2_Orangepi4-lts_jammy_current_5.15.93_xfce_desktop image to a SSD, armbian-install creates a broken line in /etc/fstab. The third line is missing the introductory "UUID=". The line then looks like this: xxxxxxxx-yyy-yyy-yyy-xxxxxx /media/mmcboot ext4 defaults,noatime,commit=600 ....etc. As a result, /media/mmcboot is not mounted, of course, and the boot process aborts with a cli root-login. Completing the line allows the system to boot normally. UUID=xxxxxxxx-yyy-yyy-yyy-xxxxxx /media/mmcboot ext4 defaults,noatime,commit=600 ....etc. Maybe someone can take care of this. Thanks! 0 Quote
SteeMan Posted March 15, 2023 Posted March 15, 2023 It would be helpful to include which options in armbian-install you are running to create the problem 0 Quote
Igor Posted March 15, 2023 Posted March 15, 2023 Reproduced. https://github.com/armbian/build/commit/1a59152009a74ad3312cb7f02ab8e6a8a9a61a3c#diff-8752ea87e0340f217187b70f7b08735d872a14c0467d02a6285222e594db3299R71 https://armbian.atlassian.net/browse/AR-1611 0 Quote
Solution mhoffrogge Posted March 16, 2023 Solution Posted March 16, 2023 Many thanks @Igor to repro this case! I have file PR https://github.com/armbian/build/pull/4954 to fix it. 0 Quote
gent Posted March 31, 2023 Posted March 31, 2023 (edited) i cross reference to the radxa-forum https://forum.radxa.com/t/boot-from-nvme-m2/15471 it would be great if my reply would be unlocked by a moderator Kind regards Edited March 31, 2023 by gent be more polite 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.