02-10-2020, 06:51 AM
(02-10-2020, 02:48 AM)Gobelin Wrote: if you want to install on SD card, you shoudn't run
but pmbootstrap install --sdcard=/dev/sd*, where * can be a,b,c... for instance :Code:pmbootstrap install --sdcard /dev/mmcblk0
Code:pmbootstrap install --sdcard=/dev/sdb
because mmcblk() is the emmc module, when sd() (for instance sdb, sdc..) is a SD card. Make sure you identifiy well your SD card. You may run :
Code:ls /dev/
before inserting you SD card, and after, to see what is the name of the device. In my case, it is sdb, but for you, it can be something else.
but I've used lsblk to identify the media, I think is not a problem of the localization of the media but from some internal of pmbootstrap or some misconfiguration during the init, but i I don't know. If i want to restart the installation i have to use pmbootstrap zap?