1 Posted June 7, 2023 Posted June 7, 2023 root@orangepi5:~# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS sda 8:0 0 223.6G 0 disk ├─sda1 8:1 0 256M 0 part /boot └─sda2 8:2 0 221.1G 0 part /var/log.hdd / mtdblock0 31:0 0 16M 0 disk mmcblk1 179:0 0 29.8G 0 disk ├─mmcblk1p1 179:1 0 256M 0 part └─mmcblk1p2 179:2 0 29.2G 0 part zram0 254:0 0 7.7G 0 disk [SWAP] zram1 254:1 0 50M 0 disk /var/log root@orangepi5:~# cat /boot/armbianEnv.txt verbosity=1 bootlogo=false overlay_prefix=rockchip-rk3588 overlays=orangepi-5-sata fdtfile=rockchip/rk3588s-orangepi-5.dtb rootdev=UUID=cc730f4c-fc1b-4686-aaa5-2e9a8f44d888 rootfstype=ext4 usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u root@orangepi5:~# blkid /dev/sda2: LABEL="armbi_root" UUID="cc730f4c-fc1b-4686-aaa5-2e9a8f44d888" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="de1a9525-6439-4243-bc2b-61d3221eb524" /dev/zram0: UUID="210234f3-105d-4c5e-83a8-b097366bfa26" TYPE="swap" /dev/zram1: LABEL="log2ram" UUID="466160e2-e334-40cb-84cd-49efa6845b86" BLOCK_SIZE="4096" TYPE="ext4" /dev/mtdblock0: PTUUID="829fc558-d7dd-4ef3-94fd-e1d0316bc4c5" PTTYPE="gpt" /dev/mmcblk1p1: SEC_TYPE="msdos" LABEL_FATBOOT="armbi_boot" LABEL="armbi_boot" UUID="A56C-57B5" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="bootfs" PARTUUID="0d48e4a3-6408-d045-aafd-06e643e73152" /dev/mmcblk1p2: LABEL="armbi_root" UUID="68c6335e-b3aa-4ad9-ac9a-e844e997ee75" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="2f417159-5a4c-d14e-97fb-650ad758e6d1" /dev/sda1: SEC_TYPE="msdos" LABEL_FATBOOT="armbi_boot" LABEL="armbi_boot" UUID="A56C-57B5" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="bootfs" PARTUUID="0d48e4a3-6408-d045-aafd-06e643e73152" root@orangepi5:~# cat /etc/fstab UUID=cc730f4c-fc1b-4686-aaa5-2e9a8f44d888 / ext4 defaults,noatime,commit=600,errors=remount-ro 0 1 UUID=A56C-57B5 /boot vfat defaults 0 2 tmpfs /tmp tmpfs defaults,nosuid 0 0 Hello, could please somebody help me? my system doesn't want to boot without inserted SDcard 0 Quote
1 Posted June 7, 2023 Author Posted June 7, 2023 (edited) also a full log link https://paste.armbian.com/ujucivuwef I did armbian-install -> Install/Update the bootloader on MTD Flash other option like Boot from MTD Flash - system on SATA, USB or NVMe does not work for me, it reports an error that partition is to small Edited June 7, 2023 by 1 0 Quote
1 Posted June 7, 2023 Author Posted June 7, 2023 is there an option to do such writing of boot loader without the armbian-install tool? 0 Quote
Werner Posted June 7, 2023 Posted June 7, 2023 Can you adjust partition setup of your ssd so it has one partition only and retry? 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.