sdbtools / void-pi

Void Linux installer implemented in GNU Prolog.
GNU General Public License v2.0
15 stars 2 forks source link

Wrong partitions names for zbm installation on mmc #5

Closed VVSShh closed 5 months ago

VVSShh commented 5 months ago

For some reason partitions names for zbm installation on mmc are /dev/mmcblk11 and /dev/mmcblk12. It should be /dev/mmcblk1p1 and /dev/mmcblk1p2, and creation of pool fails.

sdbtools commented 5 months ago

Partition naming with mmc devices was fixed in v0.20.1. Please check new version with your hardware.

VVSShh commented 5 months ago

Thanks, partitioning looks correct now. Found some unrelated issue: install from net failed somewhere near chroot: 'xbps-install -S xbps' - command not found. Could be hrmpf iso problem.

sdbtools commented 5 months ago

Installation from network should be fixed in v0.21.0.

VVSShh commented 4 months ago

Great, net install working properly.