02-10-2020, 02:48 AM
(This post was last modified: 02-10-2020, 04:01 AM by Gobelin.
Edit Reason: clarity
)
(02-09-2020, 06:44 AM)albertz Wrote: Hi, last night i tried to install pmOS (plasma mobile extra) from pmbootstrap, but i recieved an error message:
Quote:(024312) [21:53:28] (native) % mkdir -p /mnt/install/bootI tried the demo image and it's ok but how can i make the pmbootstrap work?
(024312) [21:53:29] (native) % mount /dev/installp1 /mnt/install/boot
mount: /mnt/install/boot: wrong fs type, bad option, bad superblock on /dev/installp1, missing codepage or helper program, or other error.
(024312) [21:53:34] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
if you want to install on SD card, you shoudn't run
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.
* PinePhone BraveHeart Edition