04-02-2019, 09:11 PM
> sda7: linux-root
> mmcblk1p7: linux-root
That is because the labels are duplicated.
----
If you change the label of sda7, it works properly.
Eg) sda7: linux-root-sd
And then change the following.
root=LABEL=linux-root -> root=LABEL=linux-root-sd
Another way is to change the root=/dev/sda7.
However, if you connect multiple "usb-device" in this method, the device file name may change.
Therefore, It is better to specify by LABEL or UUID or PARTUUID.
In this way,
you can reliably mount the specified device regardless of the increase or decrease in the number of "usb-device" connections.
> mmcblk1p7: linux-root
That is because the labels are duplicated.
----
If you change the label of sda7, it works properly.
Eg) sda7: linux-root-sd
And then change the following.
root=LABEL=linux-root -> root=LABEL=linux-root-sd
Another way is to change the root=/dev/sda7.
However, if you connect multiple "usb-device" in this method, the device file name may change.
Therefore, It is better to specify by LABEL or UUID or PARTUUID.
In this way,
you can reliably mount the specified device regardless of the increase or decrease in the number of "usb-device" connections.