maekk Posted February 13, 2023 Posted February 13, 2023 Hey, I recently decided to give the 22.11 a try on my M1, but I can't get my sata SSD to be the system root and boot again. 18.04 it worked for me with the exact same setup. I used this: https://docs.armbian.com/User-Guide_Getting-Started/#how-to-install-to-emmc-nand-sata-nvme-usb went with armbian-install only option for me was boot from SD and system on sata. But after the preparation of the ssd, the reboot always runs into emergency mode with not really good hints how to solve, or what even the issue is. Any tips or hints are welcomed. 0 Quote
maekk Posted February 14, 2023 Author Posted February 14, 2023 https://paste.armbian.com/awewolefiy actual armbianmonitor, I guess it is running now as intended. I had a little tweek to do in the /etc/fstab when I run into the emergency mode after armbian-install and reboot. bananapi:/boot:# cat /etc/fstab # <file system> <mount point> <type> <options> <dump> <pass> tmpfs /tmp tmpfs defaults,nosuid 0 716d0a51-462c-4919-8ab8-c24bf9d3e0f6 /media/mmcboot ext4 defaults,noatime,commit=600,errors=remount-ro,x-gvfs-hide 0 1 /media/mmcboot/boot /boot none bind 0 0 UUID=dfd5ab2a-b792-4fde-836d-c4ae7ff9986f / ext4 defaults,noatime,commit=600,errors=remount-ro,x-gvfs-hide 0 1 changed to: bananapi:/boot:# cat /etc/fstab # <file system> <mount point> <type> <options> <dump> <pass> tmpfs /tmp tmpfs defaults,nosuid 0 UUID=716d0a51-462c-4919-8ab8-c24bf9d3e0f6 /media/mmcboot ext4 defaults,noatime,commit=600,errors=remount-ro,x-gvfs-hide 0 1 /media/mmcboot/boot /boot none bind 0 0 UUID=dfd5ab2a-b792-4fde-836d-c4ae7ff9986f / ext4 defaults,noatime,commit=600,errors=remount-ro,x-gvfs-hide 0 1 The "UUID=" was missing for the entry of the SD-card. Is this any hint to a problem in the scripts? 0 Quote
Ahrellbee Posted March 27, 2023 Posted March 27, 2023 I think this is a bug and is being tracked here: 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.