rcr Posted 16 hours ago Posted 16 hours ago 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? 0 Quote
Solution Igor Posted 15 hours ago Solution Posted 15 hours ago 1 hour ago, rcr said: What am I missing? Reading the A20 SoC documentation? tl;dr; That is not possible on this hardware as boot from NAND is not supported on modern U-boot / Linux. 0 Quote
rcr Posted 15 hours ago Author Posted 15 hours ago (edited) Thank you for quick reply. Haven't even thought it's not supported. PS: I wanted to thank the developers for such build / config tool! It worked like a charm as I decided to upgrade from Ubuntu xenial. Edited 14 hours ago by rcr 1 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.