Hello!
After installing Debian stable (bookworm) v25.2 on my Cubietruck from SD card to SSD using armbian-install and then moving boot to SSD using armbian-config: Install/Update the bootloader on (/dev/sda/) i'm trying to boot with SD card removed and ending up in this strange android GUI. My /etc/fstab is looking like this:
# <file system> <mount point> <type> <options> <dump> <pass>
tmpfs /tmp tmpfs defaults,nosuid 0 0
UUID=723a49f7-ffc6-4d66-8198-07d4ac71688f /media/mmcboot ext4 defaults,noatime,commit=120,errors=remount-ro,x-gvfs-hide 0 1
/media/mmcboot/boot /boot none bind 0 0
UUID=7e00bf90-f9ea-4755-95f7-96d37a2d9642 / ext4 defaults,noatime,commit=120,errors=remount-ro,x-gvfs-hide 0 1
I would like to boot from internal SSD without having SD card inserted. What am I missing?