09-17-2020, 01:38 PM
You're right. Excellent.
When I ran blkid with the SD inserted, It didn't list SD partitions. I moved the SD to USB/sd dongle and lo and behold, the labels are the same!
Question: would changing the label on the SD make it bootable? I would think so. Question is how do I change the label on the SD?
Thanks. You have solved a puzzling mystery.
When I ran blkid with the SD inserted, It didn't list SD partitions. I moved the SD to USB/sd dongle and lo and behold, the labels are the same!
Question: would changing the label on the SD make it bootable? I would think so. Question is how do I change the label on the SD?
Thanks. You have solved a puzzling mystery.
Code:
[admin@pbp ~]$ sudo blkid
[sudo] password for admin:
/dev/zram0: LABEL="zram0" UUID="ac24ac79-2bff-4767-85a0-e696f549b97f" TYPE="swap"
/dev/mmcblk2p1: SEC_TYPE="msdos" LABEL_FATBOOT="BOOT_MNJRO" LABEL="BOOT_MNJRO" UUID="70C6-B789" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="4d0c1911-01"
/dev/mmcblk2p2: LABEL="ROOT_MNJRO" UUID="06302dbe-5c26-4e88-8501-caf1fe26b3e5" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="4d0c1911-02"
/dev/sda1: SEC_TYPE="msdos" LABEL_FATBOOT="BOOT_MNJRO" LABEL="BOOT_MNJRO" UUID="6056-A6D8" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="8bdbf46c-01"
/dev/sda2: LABEL="ROOT_MNJRO" UUID="781e8202-6c77-4bd4-b602-9601f48a9136" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="8bdbf46c-02"
[admin@pbp ~]$